Tarrow created this task.
Tarrow added projects: Wikidata-Campsite, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION

Remove the fix for T205330

Once 22 days have expired from the 1.32.0-wmf.22 deploy we should remove from operations-mediawiki-config.

I.E. After 8pm UTC on Friday the 11Oct. Or more sensibly during the week of October 15th.

// T205330: Purge wikidatawiki parser output from before 2018-09-19 20:00
if ( $wgDBname === 'wikidatawiki' ) {
	$wgHooks['RejectParserCacheValue'][] = function ( $value, $wikiPage, $popts ) {
		if ( $value->expired( '20180919200000' ) ) {
			return false;
		}
		return true;
	};
}

TASK DETAIL
https://phabricator.wikimedia.org/T205611

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Tarrow
Cc: Aklapper, Tarrow, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to