[Bug 25486] mediaWiki.msg.get returns non-existing message even when the message exists

2011-03-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25486 Krinkle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 25486] mediaWiki.msg.get returns non-existing message even when the message exists

2011-03-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25486 Krinkle changed: What|Removed |Added CC||krinklem...@gmail.com --- Comment #6 from Kr

[Bug 25486] mediaWiki.msg.get returns non-existing message even when the message exists

2010-12-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25486 --- Comment #5 from Krinkle 2010-12-09 20:57:05 UTC --- I might have made the reply a little too messy. Our IRC conversation cleared it up but I'll add it here for the record. I was referring to have a way of passing in the loader functions (r

[Bug 25486] mediaWiki.msg.get returns non-existing message even when the message exists

2010-12-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25486 --- Comment #4 from Trevor Parscal 2010-12-09 20:41:28 UTC --- By defining the messages in the JS code, you loose the ability to invalidate the cache of a module when a message is updated. -- Configure bugmail: https://bugzilla.wikimedia.org

[Bug 25486] mediaWiki.msg.get returns non-existing message even when the message exists

2010-12-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25486 Krinkle changed: What|Removed |Added CC||krinklem...@gmail.com --- Comment #3 from Kr

[Bug 25486] mediaWiki.msg.get returns non-existing message even when the message exists

2010-10-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25486 MZMcBride changed: What|Removed |Added CC||b...@mzmcbride.com Blocks|

[Bug 25486] mediaWiki.msg.get returns non-existing message even when the message exists

2010-10-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25486 --- Comment #2 from The Evil IP address 2010-10-12 17:10:22 UTC --- That would be quite useful, since I've seen various hacks to achieve this behaviour. For example: importScriptURI(wgScriptPath + "/api.php?format=json&callback=setMainPageTab

[Bug 25486] mediaWiki.msg.get returns non-existing message even when the message exists

2010-10-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25486 --- Comment #1 from Roan Kattouw 2010-10-11 14:49:38 UTC --- mediaWiki.msg.get only works for messages that have been exported explicitly. A module needs to define which messages it needs so the server can export them. I guess adding a functi