Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Don't show master twice | mediawiki/extensions/ExtensionDistributor | master | +1 -3 |
Related Objects
Related Objects
Event Timeline
Comment Actions
Looks like this is affecting all extensions? https://www.mediawiki.org/wiki/Special:ExtensionDistributor/AntiSpoof
Comment Actions
legoktm@terbium:~$ mwscript eval.php --wiki=mediawikiwiki
> var_dump($wgExtDistSnapshotRefs);
array(9) {
[0]=>
string(6) "master"
[1]=>
string(6) "master"
[2]=>
string(7) "REL1_25"
[3]=>
string(7) "REL1_24"
[4]=>
string(7) "REL1_23"
[5]=>
string(7) "REL1_22"
[6]=>
string(7) "REL1_21"
[7]=>
string(7) "REL1_20"
[8]=>
string(7) "REL1_19"
}