[Bug 63049] 1.19.13 seems to break ApiFormatBase.php

2014-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63049 --- Comment #3 from Darren Stephens --- Here we are, as requested: // Armor links (bug 61362) $masked = array(); $text = preg_replace_callback( '##', function ( $matches ) use ( &$masked ) { $sha = sha1( $matches[0] ); $masked[$sha] =

[Bug 63049] 1.19.13 seems to break ApiFormatBase.php

2014-03-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63049 Kunal Mehta (Legoktm) changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Bug 63049] 1.19.13 seems to break ApiFormatBase.php

2014-03-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63049 Sam Reed (reedy) changed: What|Removed |Added Version|unspecified |1.19.13 --- Comment #1 from Sam Ree