Merge "Default is not necessary for toggle fields"
[lhc/web/wiklou.git] / includes / MWFunction.php
2012-05-15 ReedyMerge "[IP] Added an IP::prettifyIP() function for...
2012-05-15 Aaron SchulzMerge "Various fixes to Special:Mostcategories."
2012-05-15 Aaron SchulzMerge "Minor PECL client fixes"
2012-05-15 Tim StarlingMerge "Reduced contention slam potential in User::inval...
2012-05-15 Aaron SchulzMerge "Add/update function level parameter documentation"
2012-05-15 Aaron SchulzMerge "Implemented a wrapper for the memcached PECL...
2012-05-15 ReedyMerge "Cosmetic change: add a new line after a section...
2012-05-14 Aaron SchulzMerge "Adding NamespaceIsMovable hook to isMovable...
2012-05-14 Aaron SchulzMerge "Generalizing LinksUpdate to allow extensions...
2012-05-14 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-05-14 danielmerged latest master
2012-05-14 Tim StarlingMerge "Fix typo in comment"
2012-05-14 Tim StarlingMerge "[FileBackend] Added support for concurrent file...
2012-05-13 Aaron SchulzMerge "Introducing LinksUpdateTest."
2012-05-12 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2011-11-01 Sam Reedarrray -> array
2011-03-22 Jack Phoenixcoding style tweaks, doc updates, marked some public...
2011-03-16 Sam ReedKill off some more old version checking stuffs
2011-01-04 X!Forcing array breaks MWFunction with <2 parameters
2011-01-03 X!Throw an exception if calling parent or self on MWFunction.
2011-01-03 X!Run is_callable, just to make sure the autoloader gets...
2011-01-03 X!Move wfCreateObject to MWFunction::newObj. This uses...
2011-01-02 Alexandre EmsenhuberReplaced call to in_string() by strpos() since the...
2011-01-02 X!Per my comment on r68760: Make MWfunction class, comple...