Re: [Wikitech-l] NullLockManager and the math extension

2013-02-08 Thread Aaron Schulz
Yes a654a6e79adc8f4730bb69f79e0b6a960d7d3cbe should be fixed. It should add the nullLockManager back. -- View this message in context: http://wikimedia.7.n6.nabble.com/NullLockManager-and-the-math-extension-tp4995536p4995767.html Sent from the Wikipedia Developers mailing list archive at

Re: [Wikitech-l] NullLockManager and the math extension

2013-02-08 Thread Matthew Flaschen
On 02/08/2013 12:55 PM, Aaron Schulz wrote: Yes a654a6e79adc8f4730bb69f79e0b6a960d7d3cbe should be fixed. It should add the nullLockManager back. Done, please review. https://gerrit.wikimedia.org/r/#/c/48144/ Thanks, Matt Flaschen ___ Wikitech-l

Re: [Wikitech-l] NullLockManager and the math extension

2013-02-07 Thread Matthew Flaschen
On 02/06/2013 08:09 PM, Aaron Schulz wrote: nullLockManager is defined in Setup.php.The code: LockManagerGroup::singleton()-get( 'nullLockManager' ); ... works fine in eval.php and is used in production. However, $wgLockManagers is redefined in parserTest.inc . It looks like it's basically

[Wikitech-l] NullLockManager and the math extension

2013-02-06 Thread Matthew Flaschen
On my local Vagrant MediaWiki install (https://github.com/wikimedia/wmf-vagrant), I'm getting: Running test BUG 1887, part 2: A math with a thumbnail- math enabled... No lock manager defined with the name `nullLockManager`. when running the parser tests: php tests/parserTests.php

Re: [Wikitech-l] NullLockManager and the math extension

2013-02-06 Thread Aaron Schulz
nullLockManager is defined in Setup.php.The code: LockManagerGroup::singleton()-get( 'nullLockManager' ); ... works fine in eval.php and is used in production. -- View this message in context: http://wikimedia.7.n6.nabble.com/NullLockManager-and-the-math-extension-tp4995536p4995539.html Sent