Do not assume that the current working dir is phase3/config
[lhc/web/wiklou.git] / includes / Message.php
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.