Page MenuHomePhabricator

Setup $wgCodeReviewDeferredPaths for Mediawiki.org
Closed, ResolvedPublic

Description

Was discussing this with Jeron on IRC before. I thought he was going to request it, but seemingly not.

There are quite a few bits and pieces (such as the Semantic extensions etc), that just get deferred.

Any way we can have a list of "auto statuses", or at least, auto defer (as is most likely to be the case)

Saves a human having to do it


Version: unspecified
Severity: enhancement

Details

Reference
bz23494

Event Timeline

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

We can already mark things as auto-deferred. See $wgCodeReviewDeferredPaths, added in r63277.

Repurposing this into a shell bug, we should add some stuff to that list that we want to mark as auto-deferred. Thoughts?

.*semantic.*

The Maps extension too..

I'd suspect most branches should be too?

Of course, we need the code reviewing and pushing live.. But that should be trivial

Might be worth pointing people this way on a mailing list, to get some more input?

jeluf wrote:

r63277 is not in 1.16wmf4, needs to be merged before this feature can be used.

/trunk/WikiWord/

Validator extension

Was merged in 1.16wmf4 in july by r68850

Enabled on live site (hopefully). Local revision is 1455 and adds the following filters :

+$wgCodeReviewDeferredPaths['mediawiki'] = array(
+ '%^/trunk/extensions/SemanticForms%',
+ '%^/trunk/WikiWord%',
+);

Please open new bugs to amend this list.