Merge "Remove unused $wgDebugDBTransactions"
[lhc/web/wiklou.git] / includes / Message.php
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-28 Santhosh ThottingalFix Bug 30681 - Wrong escaping for inexistent messages.
2012-03-13 Alexandre EmsenhuberFollow-up r113223: set the "interface" flag in Message...
2012-03-07 Niklas LaxströmMy proposed fix to bug 34987: gender not working in...
2012-02-07 Aaron Schulzr80240: throw an exception if an empty message key...
2012-01-26 Antoine Mussoupdate Message class doc
2012-01-26 Chad HorohoeFix r110054, \ -> @
2012-01-26 Antoine Mussoenhance doxygen generation for Message class
2011-12-22 Brian WolffUpdate documentation on params method of Message class...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-10-27 Alexandre EmsenhuberPer Nikerabbit's comment on r100621:
2011-09-14 Sam ReedWhitespace/documentation
2011-06-06 PlatonidesFollow up r89585. Clean up after the test, expand inCon...
2011-06-06 Niklas LaxströmFix for bug 29274 - Message class ignores $wgForceUIMsg...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-04-24 Happy-melonFollow-up r86775: restub $wgLang. Not because it's...
2011-04-23 Alexandre EmsenhuberDon't double escape html entities for messages obtained...
2011-04-23 Happy-melonStop stubbing $wgLang and $wgContLang. There are no...
2011-04-22 Sam ReedFollowup to r86312
2011-04-18 Sam ReedFollowup rr86304
2011-04-18 Sam ReedFollowup r86304
2011-04-18 Sam Reed* (bug 28532) wfMsgExt() and wfMsgWikiHtml() use $wgOut...
2011-03-19 Alexandre EmsenhuberPer Hashar, fix for r83673: only accept StubContLang...
2011-03-13 Happy-melonImplement __toString() magic method for Message objects
2011-03-10 Alexandre EmsenhuberPer Jarry1250 on IRC: fix for r81469: accept StubObject...
2011-02-10 Niklas LaxströmFixed two bugs in message parameter handling:
2011-02-09 Alexandre Emsenhuber* Add a amtitle param to meta=allmessages
2011-02-04 Alexandre EmsenhuberAllow parameter to be passed with an array in the first...
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
2011-01-22 Bryan Tong MinhAdd automatic formatting of numeric parameters to Message
2011-01-16 Alexandre EmsenhuberRemoved unused global
2011-01-14 Daniel FriesenFix boolean for $editnotice_base message existance...
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2011-01-14 Daniel FriesenFix bug 14267 by adding support for a MediaWiki:Mainpag...
2011-01-05 Alexandre EmsenhuberAllow OutputPage::parse() to parse in any langauge...
2010-09-23 Niklas Laxström(bug 25273) Message::params() triggers a fatal error.
2010-09-22 Chad HorohoeSkip new object construction if it's going to be the...
2010-09-20 Niklas LaxströmFix to language handling
2010-09-02 Niklas LaxströmOne step forward with the Message class.
2010-07-08 Niklas LaxströmUpdate syntax examples a bit
2010-03-31 Niklas LaxströmFixed a bug in __construct
2010-03-29 Niklas LaxströmFix syntax terrors
2010-03-29 Max SemenikStarted tests for Message class, fixed one bug found...
2010-03-29 Niklas LaxströmMessage::key() accepts message parameters as varargs...
2010-03-28 Roan KattouwMessage.php fixes:
2010-03-28 Niklas LaxströmRemove options array and move message fetching one...
2010-03-28 Chad HorohoeFactory functions are static
2010-03-25 Alexandre EmsenhuberModified the documentation for better rendering in...
2010-03-25 Happy-melonVarious tweaks and fixes.
2010-03-25 Happy-melonWork on Message.php:
2010-03-25 Chad HorohoeThis is PHP, updating docs to reflect that
2010-03-23 Niklas LaxströmTidy up the class
2010-03-22 Jack Phoenixbraces, spacing + comment tweaks
2010-03-22 Alexandre Emsenhuber* Fixed examples (use -> for access to object's methods...
2010-03-22 Niklas LaxströmNew message class up for discussion and development.