# HG changeset patch # User Paul Boddie # Date 1318373802 -7200 # Node ID af7549a4eb7fe681d02e842a7634677de1bc545e # Parent dc606b999eb1e0580649084160fba46398c3c838 Added a page which shows changes waiting for review. diff -r dc606b999eb1 -r af7549a4eb7f pages/ChangesToReview --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pages/ChangesToReview Wed Oct 12 00:56:42 2011 +0200 @@ -0,0 +1,17 @@ +#acl PageReviewersGroup:read,write,delete,revert,admin All: + +Any queued changes waiting for review should appear below. + +---- +<> +---- + +To approve changes, use the !ApproveChanges action on a queued changes page. +This will approve the displayed revision. Use the info action to see all queued +changes for a page. + +To reject changes, delete the queued changes page. This will also remove the +changes from the list of changes to review. + +(!) If the `queued_changes_page` setting is changed in the configuration, the +search on this page will need to use something other than `ApprovalQueue`.