Commit graph

9 commits

Author SHA1 Message Date
Antoine Musso
2de51d3e30 Evil /\s+$/ 2006-07-11 17:32:31 +00:00
Ilmari Karonen
b605f04ef9 fix breakage from r15226 2006-07-02 18:42:58 +00:00
Tim Starling
2ff288720c Various performance and initialisation issues:
* Made autoloader work for unserialize()
* Made XmlFunctions.php and HttpFunctions.php autoloadable modules, via Http:: and Xml::
* Made Image class autoloadable, global functions moved to ImageFunctions.php where they can be loaded on every invocation.
* Removed some unnecessary require_once() calls
* Deferred $wgValidSkinNames initialisation
* Fixed a couple of silly construct/initialise splits. My idea from C++ experience, bad practice in PHP.
* Deferred skin initialisation in ParserOptions
* Removed $wgMwRedir during an attempt to make MagicWord autoloadable. Didn't complete that, but removing the global is still the right direction.
2006-07-02 15:57:59 +00:00
Rob Church
4b7cf78699 Fix mismatched parameter order 2006-05-18 11:39:03 +00:00
Niklas Laxström
2908370041 * Don't do double escaping 2006-05-17 10:30:20 +00:00
Antoine Musso
69689725c1 Switching from phpdoc to doxygen (use less than 32MB of memory).
Run maintenance/mwdocgen.php to generate doc in ./docs/html/ .
2006-04-19 15:46:24 +00:00
Anders Wegge Jakobsen
8ae156e2bc Bug 5546 Fix wfElement() 2006-04-18 20:45:09 +00:00
Rob Church
40129f4684 *Really* fix bug 5150 2006-04-03 01:49:05 +00:00
Brion Vibber
103be1dda1 * Further work on rev_deleted; changed to a bitfield with several data-hiding
options. Not yet ready for production use; Special:Revisiondelete is
  incomplete, and the flags are not preserved across page deletion/undeletion.
  To try it; add the 'deleterevision' permission to a privileged group.
Also split some functions from GlobalFunctions to XmlFunctions.php, added
some convenience functions for building form controls, some more Linker
conveniences for formatting various types of standard link clusters.
2006-03-16 19:04:25 +00:00