Page MenuHomePhabricator

Change Simplewiki's (EN) autoconfirm time/edit rates
Closed, ResolvedPublic

Description

Author: g33kdyoo

Description:
Concensus is forming at http://simple.wikipedia.org/wiki/Wikipedia:Simple_talk#autoconfirmed_users to increase the autoconfirmed limit to 4 days, 10 edits like on enwiki.

Filed for the record.


Version: unspecified
Severity: enhancement

Details

Reference
bz24336

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:05 PM
bzimport set Reference to bz24336.
bzimport added a subscriber: Unknown Object (MLST).

g33kdyoo wrote:

This is for simplewiki.

tholly.wikimedia wrote:

"Concensus is forming" - as in: consensus has not yet been reached. It looks like it will be, but bug should not yet be filed.

djsasso wrote:

Please be aware that this discussion still has about 6 days left in it as generally discussions of such magnitude on simple.wiki are left open a week so the majority of the wiki who edit at different times have a chance to speak on the matter.

I have no doubt it will still pass, but there is no rush to fill it as its been this way for numerous years at this point.

g33kdyoo wrote:

Changed the bug to "LATER".

g33kdyoo wrote:

It has been seven days since the proposal was on the simple talk page; meaning that this can be opened up again.

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1010)

+++ InitialiseSettings.php (working copy)
@@ -3048,7 +3048,8 @@

	'enwiki' => 10, // https://bugzilla.wikimedia.org/show_bug.cgi?id=14191
	'eswiki' => 50, // bug 13261
	'itwiktionary' => 10, // bug 22274
  • 'plwiki' => 10,

+ 'plwiki' => 10,
+ 'simplewiki' => 10,

	'zhwiki' => 50, // https://bugzilla.wikimedia.org/show_bug.cgi?id=14624

),