Last modified: 2013-03-27 15:53:23 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 T27142, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 25142 - Set $wgGroupPermissions['*']['createpage'] = true; zhwiki (Allowed IP createpage)
Set $wgGroupPermissions['*']['createpage'] = true; zhwiki (Allowed IP createp...
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal major with 3 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
http://zh.wikipedia.org/wiki/Wikipedi...
: shell
: 22832 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-09-11 14:21 UTC by Waihorace
Modified: 2013-03-27 15:53 UTC (History)
14 users (show)

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


Attachments

Description Waihorace 2010-09-11 14:21:52 UTC
per [[:zh:Wikipedia_talk:投票/開放IP創建條目權限#討論僵持不下,為什麼不先測試一段時間]] local discussion, we are going to re-grant the "createpage" to all user (This permissions was remove at 2006) and we will test it for a short time (about 1~3 months). According to the local poilcy [[:zh:Wikipedia:共識]], if it has put in a "smart" place, and no object, then a consensus is made. So, please grant "*" "createpage"permission.
Comment 1 Waihorace 2010-09-11 14:25:01 UTC
Also, notice are posted on Sitenotice and bulletin.
Comment 2 Waihorace 2010-09-11 22:50:19 UTC
$wgGroupPermissions['*']['createpage'] = true;

Should be set like the above.
Comment 3 Waihorace 2010-09-12 06:43:17 UTC
Add rhalsell@wikimedia.org on CC list because bug 22832 assigned to this email.
Comment 4 Waihorace 2010-09-12 06:44:45 UTC
*** Bug 22832 has been marked as a duplicate of this bug. ***
Comment 5 Huib abigor Laurens 2010-09-12 11:09:31 UTC
changed back to normal
Comment 6 Waihorace 2010-09-13 10:23:31 UTC
It should be easy... And it is high importance on zhwiki.
Comment 7 Roan Kattouw 2010-09-13 15:21:49 UTC
(In reply to comment #6)
> It should be easy... And it is high importance on zhwiki.

The easy keyword is for easy tasks novice developers can start with, definitely not for things requiring shell access.
Comment 8 JeLuF 2010-09-14 17:46:59 UTC
Your change has been completed.
Please reopen this ticket if anything went wrong.
The following configuration settings have been changed:
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 1127)
+++ InitialiseSettings.php	(working copy)
@@ -5731,7 +5731,7 @@
 
     // due to mass vandalism complaint, 2006-04-11
     'zhwiki' => array( 
-       '*' => array( 'createpage' => false ),
+       // '*' => array( 'createpage' => false ),  # re-enabled createpage priv according to bug 25142
        'rollbacker' 	=> array( 'rollback' => true ),
        'patroller'		=> array( 'patrol' => true, 'autopatrol' => true ),
        'autoreviewer'  => array( 'autopatrol' => true ),
===================================================================
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php
Comment 9 Jimmy Xu 2010-09-16 14:03:30 UTC
(In reply to comment #8)

Apologize for playing politics here, but please revert this change.

Currently the voting is still on-going, and there is no clear consensus on both the voting (currently 95 to 83) and in Village Pump. I should say that what [[w:zh:User:Waihorace]] does violates local policy.

Thanks.
[[w:zh:User:Jimmy_xu_wrk]]
Comment 10 Roan Kattouw 2010-09-16 16:03:48 UTC
(In reply to comment #9)
> (In reply to comment #8)
> 
> Apologize for playing politics here, but please revert this change.
> 
> Currently the voting is still on-going, and there is no clear consensus on both
> the voting (currently 95 to 83) and in Village Pump. I should say that what
> [[w:zh:User:Waihorace]] does violates local policy.
> 
> Thanks.
> [[w:zh:User:Jimmy_xu_wrk]]
Reverted.
Comment 11 Philip Tzou 2010-09-20 16:02:42 UTC
According to the vote result of [[:zh:Wikipedia:投票/開放IP創建條目權限]], the approval rate of reopening "createpage" privilege to IP users reached 53.476%. It's greater than 50% but still smaller than 66%. Therefore, we decided to use a compromise - temporarily reopen the "createpage" privilege to IP users for a 3-month test run.

Apologize for the previous requests. This is a final decision. Thanks.
Comment 12 Huib abigor Laurens 2010-09-20 16:05:35 UTC
This is starting to look like a ping pong game...
Comment 13 Philip Tzou 2010-09-20 16:21:30 UTC
(In reply to comment #12)
> This is starting to look like a ping pong game...

╮(╯_╰)╭
Comment 14 Waihorace 2010-09-22 13:57:28 UTC
(In reply to comment #13)
> (In reply to comment #12)
> > This is starting to look like a ping pong game...
> 
> ╮(╯_╰)╭

Sorry for any things that request before the vote end. The vote is already end in the past Sunday and the result is open for 3 months to test. Please grant "createpage" to IP users. Thanks for any help and sorry for the things case before vote end.
Comment 15 JeLuF 2010-09-23 20:03:20 UTC
Your change has been completed.
Please reopen this ticket if anything went wrong.
The following configuration settings have been changed:
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 1168)
+++ InitialiseSettings.php	(working copy)
@@ -5740,7 +5740,7 @@
 
     // due to mass vandalism complaint, 2006-04-11
     'zhwiki' => array( 
-       '*' => array( 'createpage' => false ),  # re-enabled createpage priv according to bug 25142, then redisabled *sigh*
+       // '*' => array( 'createpage' => false ),  # re-enabled createpage priv according to bug 25142, then redisabled *sigh*, then reenabled \o/
        'rollbacker' 	=> array( 'rollback' => true ),
        'patroller'		=> array( 'patrol' => true, 'autopatrol' => true ),
        'autoreviewer'  => array( 'autopatrol' => true ),
===================================================================
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

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


Navigation
Links