Commit graph

16 commits

Author SHA1 Message Date
Siebrand Mazeland
79d5225c0e * remove end of line whitespace
* remove empty lines at end of file
* remove "?>" where still present
2008-04-14 07:45:50 +00:00
Rob Church
b05f154944 * Remove redundant "HTMLmonthelector" [sic] function
* Class names start with a capital; please be consistent when addressing them
* Update release notes
2007-07-06 22:53:43 +00:00
Aaron Schulz
f7f2b225d1 *Re-add contribs year/month filter. Now it simply jumps to a certain offset. 2007-07-06 22:05:29 +00:00
Aryeh Gregor
a15c419b3d Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Brion Vibber
1a9f23e73c Stripping out the year/month filter on contribs for the moment, since there's disagreement over how it should work.
Rather than annoy everyone by having it one way and changing it, we'll put it back when it's changed.
2007-06-27 20:36:03 +00:00
Aaron Schulz
742f648d3b *Add year/month selector to user contribs (bug 516) 2007-06-23 17:27:39 +00:00
Nick Jenkins
61678d8a5d * Removing a handful of unused globals.
* $stack is not modified in Profiler::calltreeCount(), no need to pass-by-ref.
* Add FIXME marker to non-cross-platform line.
* A freshly created string does not need to be returned by reference. [Xml::namespaceSelector() and HTMLnamespaceselector() ].
2007-01-23 07:29:58 +00:00
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