"Siebrand" changed the status of MediaWiki.r112001 to "ok"
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/112001

Old status:  new
New status: ok

Commit summary for MediaWiki.r112001:

rebuild() was not dealing with recursion properly.
This lead to infinite loop, when there was no message index yet and translate 
workflow states:
* rebuild loads groups
* workflow state group adds missing messages when it loads message keys
* onSave hook gets run when those messages are credited
* the hooks wants to know which message the page corresponds to
* so it loads message index
* which is messing, so rebuild() gets called again...

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to