[FileRepo] Purging/transaction fixes.
[lhc/web/wiklou.git] / includes / MWFunction.php
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...