Last modified: 2010-04-17 04:07:31 UTC
When do an "undo" and than use the preview or show changes button the request lost the information about the undo, so Extension cannot use this information, when save the page. Please reassigned the undo and undoafter parameter als hidden fields, so Extension can use this information. This is relevant for FlaggedRevs, because the Extension fails on autosighted undo edits (see FlaggedRevsView.php, function addRevisionIDField for more details), after preview. Thanks.
Change to FlaggedRevs, because this can be fixed by reassign the old values of 'baseRevId' and 'undidRev' in FlaggedRevs and not set the fields on new values. There is no need to do that with the undo fields, because the undo parameter are only need for get the content, not more.
Done in r65153.