Work on Message.php:
authorHappy-melon <happy-melon@users.mediawiki.org>
Thu, 25 Mar 2010 20:34:56 +0000 (20:34 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Thu, 25 Mar 2010 20:34:56 +0000 (20:34 +0000)
commit77c882769c38d642fc10a84b4b639292005e7f5c
tree1094a0dade658ae17df0768dea005113e4ea9b38
parent744342366b192f0fce570e8aa13185cb6462d428
Work on Message.php:
* Just one function for adding parameters, not three.
* Implement an options framework: one extra widget (get-message-not-from-db) already in use in wfMsgNoDB(), others will probably follow, so set up something to keep them clean.
* Lay the groundwork for supporting __tostring() when MW stops supporting PHP < 5.2.0
* Fix various fatal and non-fatal errors
* Make use of r64178 to clean out any dependency on the wfMsg* functions.
includes/Message.php