Last modified: 2012-07-27 10:49:22 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T26157, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 24157 - Enable RevisionMove on testwiki
Enable RevisionMove on testwiki
Status: RESOLVED LATER
Product: Wikimedia
Classification: Unclassified
Extension setup (Other open bugs)
unspecified
All All
: Low enhancement with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
: patch-need-review
: 24158 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-06-28 14:24 UTC by FT2
Modified: 2012-07-27 10:49 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description FT2 2010-06-28 14:24:41 UTC
See bug 21312. Can this be enabled on testwiki to see how it works? Thanks.
Comment 1 xenocidic 2010-06-28 14:29:23 UTC
*** Bug 24158 has been marked as a duplicate of this bug. ***
Comment 2 xenocidic 2010-06-28 14:30:05 UTC
Just needs:

$wgGroupPermissions['sysop']['revisionmove']  = true;
Comment 3 JeLuF 2010-07-02 17:48:09 UTC
Done.
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 919)
+++ InitialiseSettings.php	(working copy)
@@ -5499,7 +5499,7 @@
         'user' => array(
           'upload_by_url' => true, // For wider testing
         ),
-        'sysop' => array( 'deleterevision' => true ),
+        'sysop' => array( 'deleterevision' => true, 'revisionmove' => true, ),
         'suppress' => array(
           'hideuser' => true,
           'suppressrevision' => true,
Comment 4 Church of emacs 2010-07-06 17:30:03 UTC
Note that the actual code is not yet deployed on the WMF branch. It seems only reviewed code gets in the WMF branch.

That's why RevisionMove isn't working on testwiki.
Comment 5 xenocidic 2010-07-14 14:11:02 UTC
Re-opened per comments 20 and 22 in bug 21312
Comment 6 Chad H. 2011-05-15 20:43:44 UTC
Can be done after somebody implements the feature again.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links