aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Message.php
Commit message (Expand)AuthorAgeFilesLines
* r80240: throw an exception if an empty message key array is givenAaron Schulz2012-02-071-1/+4
* update Message class docAntoine Musso2012-01-261-26/+81
* Fix r110054, \ -> @Chad Horohoe2012-01-261-6/+7
* enhance doxygen generation for Message classAntoine Musso2012-01-261-13/+39
* Update documentation on params method of Message class to indicate it can eit...Brian Wolff2011-12-221-4/+4
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-1/+1
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-271-0/+13
* Whitespace/documentationSam Reed2011-09-141-11/+16
* Follow up r89585. Clean up after the test, expand inContentLanguage() comment.Platonides2011-06-061-1/+2
* Fix for bug 29274 - Message class ignores $wgForceUIMsgAsContentMsgNiklas Laxström2011-06-061-0/+6
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-3/+2
* Follow-up r86775: restub $wgLang. Not because it's a good idea, but because ...Happy-melon2011-04-241-1/+1
* Don't double escape html entities for messages obtained through Message::esca...Alexandre Emsenhuber2011-04-231-2/+1
* Stop stubbing $wgLang and $wgContLang. There are no major code paths which d...Happy-melon2011-04-231-1/+1
* Followup to r86312Sam Reed2011-04-221-1/+1
* Followup rr86304Sam Reed2011-04-181-1/+1
* Followup r86304Sam Reed2011-04-181-1/+1
* * (bug 28532) wfMsgExt() and wfMsgWikiHtml() use $wgOut->parse()Sam Reed2011-04-181-5/+16
* Per Hashar, fix for r83673: only accept StubContLang and StubUserLang for stu...Alexandre Emsenhuber2011-03-191-1/+1
* Implement __toString() magic method for Message objectsHappy-melon2011-03-131-6/+10
* Per Jarry1250 on IRC: fix for r81469: accept StubObject in Message::inLanguag...Alexandre Emsenhuber2011-03-101-1/+1
* Fixed two bugs in message parameter handling:Niklas Laxström2011-02-101-8/+25
* * Add a amtitle param to meta=allmessagesAlexandre Emsenhuber2011-02-091-1/+17
* Allow parameter to be passed with an array in the first parameter (as other w...Alexandre Emsenhuber2011-02-041-1/+11
* * Replaced $wgMessageCache by MessageCache::singleton(); since we only use on...Alexandre Emsenhuber2011-01-261-5/+4
* Add automatic formatting of numeric parameters to MessageBryan Tong Minh2011-01-221-0/+21
* Removed unused globalAlexandre Emsenhuber2011-01-161-1/+0
* Fix boolean for $editnotice_base message existance check that was messed up i...Daniel Friesen2011-01-141-2/+2
* Implement Message::isBlank and Message::isDisabled.Daniel Friesen2011-01-141-0/+18
* Fix bug 14267 by adding support for a MediaWiki:Mainpage-nstab.Daniel Friesen2011-01-141-4/+36
* Allow OutputPage::parse() to parse in any langauge, modified wfMsgExt() and w...Alexandre Emsenhuber2011-01-051-6/+2
* (bug 25273) Message::params() triggers a fatal error.Niklas Laxström2010-09-231-1/+2
* Skip new object construction if it's going to be the sameChad Horohoe2010-09-221-1/+3
* Fix to language handlingNiklas Laxström2010-09-201-4/+7
* One step forward with the Message class.Niklas Laxström2010-09-021-14/+12
* Update syntax examples a bitNiklas Laxström2010-07-081-2/+2
* Fixed a bug in __constructNiklas Laxström2010-03-311-1/+3
* Fix syntax terrorsNiklas Laxström2010-03-291-2/+2
* Started tests for Message class, fixed one bug found by themMax Semenik2010-03-291-1/+1
* Message::key() accepts message parameters as varargs. Renamed ::language() to...Niklas Laxström2010-03-291-8/+12
* Message.php fixes:Roan Kattouw2010-03-281-15/+13
* Remove options array and move message fetching one level down.Niklas Laxström2010-03-281-89/+59
* Factory functions are staticChad Horohoe2010-03-281-1/+1
* Modified the documentation for better rendering in doxygenAlexandre Emsenhuber2010-03-251-5/+13
* Various tweaks and fixes.Happy-melon2010-03-251-9/+7
* Work on Message.php:Happy-melon2010-03-251-74/+167
* This is PHP, updating docs to reflect thatChad Horohoe2010-03-251-3/+3
* Tidy up the classNiklas Laxström2010-03-231-34/+138
* braces, spacing + comment tweaksJack Phoenix2010-03-221-3/+4
* * Fixed examples (use -> for access to object's methods, not .)Alexandre Emsenhuber2010-03-221-33/+33