Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fluff: Fix revert coming from contribs if diffonly is used #914

Merged

Conversation

Amorymeltzer
Copy link
Collaborator

Fixes #913, same basic issue as #627/#628: if a user has "Do not show page content below diffs" selected in Special:Preferences, wgRevisionId is set to 0 on diffs. While #628 took care of that for the links on diff pages themselves, trying to rollback from a contribs page was left unfixed. Those links load the diff page then automatically revert, so will run into the same issue. This essentialy reverts back to the check before 3e5ec5b (#561), albeit by using mw.util.getParamValue rather than the no-longer-existing Morebits.queryString.get (#725).

Fixes wikimedia-gadgets#913, same basic issue as wikimedia-gadgets#627/wikimedia-gadgets#628: if a user has "Do not show page content below diffs" selected in Special:Preferences, wgRevisionId is set to 0 on diffs.  While wikimedia-gadgets#628 took care of that for the links on diff pages themselves, trying to rollback from a contribs page was left unfixed.  Those links load the diff page then `auto`matically revert, so will run into the same issue.  This essentialy reverts back to the check before 3e5ec5b (wikimedia-gadgets#561), albeit by using `mw.util.getParamValue` rather than the no-longer-existing `Morebits.queryString.get` (wikimedia-gadgets#725).
@Amorymeltzer
Copy link
Collaborator Author

Had a quick moment during the little beastie's afternoon nap, @Xi-Plus, this should take care of it. Just put up on enwiki.

@Amorymeltzer Amorymeltzer merged commit 5b69742 into wikimedia-gadgets:master Apr 12, 2020
@Amorymeltzer Amorymeltzer deleted the fluff-autorevertoncontribs branch April 12, 2020 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't rollback from contributions with "Do not show page content below diffs" option enabled
1 participant