Page MenuHomePhabricator

request for modify jawiki extended confirmed user requirement
Closed, ResolvedPublic

Description

Jawiki has decided to enable extendedconfirmed protection(w:ja:Wikipedia:井戸端/subj/拡張半保護の導入(再提案)/決選投票#結果_/_result, phab:T249820, gerrit:587874)

Requirement to be extendedconfirmed user was supposed to be
*120 days from first edit (Please see description of gerrit:587874)
*(and 500+edit, user isn't IFA, sysop, bot)
However, it was set as '[ APCOND_AGE, 30 * 86400 ]'(see diff in line 14915).
According to mw:Manual:$wgAutopromote, this means 120 days from registration, not first edit.
Could you modify it, please?
see also: Local bug report page
Thank you in advance.

Event Timeline

Zabe subscribed.

In that diff you linked it states

	'jawiki' => [
		'extendedconfirmed' => [ '&',
			[ APCOND_EDITCOUNT, 500 ],
			[ APCOND_AGE, 120 * 86400 ], // 120 days * seconds in a day
			[ '!', [ APCOND_INGROUPS, 'interface-admin' ] ],
			[ '!', [ APCOND_INGROUPS, 'sysop' ] ],
			[ '!', [ APCOND_INGROUPS, 'bot' ] ],
		], // T249820
	],

so I don't realy understand the problem here?

@Zabe They wish to configure it to 120 days since first edit, not registration. APCOND_AGE_FROM_EDIT is the option they want.

Change 697932 had a related patch set uploaded (by Urbanecm; author: Urbanecm):

[operations/mediawiki-config@master] jawiki: extended confirmed should be 120 days since first edit, not registration

https://gerrit.wikimedia.org/r/697932

Urbanecm triaged this task as Medium priority.Jun 3 2021, 10:49 AM

@Zabe They wish to configure it to 120 days since first edit, not registration. APCOND_AGE_FROM_EDIT is the option they want.

Okay, I was just confused due to

However, it was set as '[ APCOND_AGE, 30 * 86400 ]'(see diff in line 14915).

Change 697932 merged by jenkins-bot:

[operations/mediawiki-config@master] jawiki: extended confirmed should be 120 days since first edit, not registration

https://gerrit.wikimedia.org/r/697932

Mentioned in SAL (#wikimedia-operations) [2021-06-03T11:10:30Z] <urbanecm@deploy1002> Synchronized wmf-config/InitialiseSettings.php: e84096857c8a2f753e077aa6c3e37b910b9e1fcd: jawiki: extended confirmed should be 120 days since first edit, not registration (T284212) (duration: 00m 58s)