Commit graph

17 commits

Author SHA1 Message Date
Chad Horohoe 9ad4b8a37e More php4-style constructors. I think thats most of them 2010-08-30 17:11:45 +00:00
Sam Reed 515192030c More wrong static method calls fixed 2010-07-26 13:30:31 +00:00
Sam Reed ed81a508f4 Remove some more unused variables 2010-07-24 21:32:07 +00:00
Sam Reed 9edea873d9 Nuke some more unused globals 2010-07-24 21:12:27 +00:00
Chad Horohoe 8889add2cf Revert r66934 (Removing wfLoadExtensionMessages() from everything). I disagree on principle...we branch extensions for this very reason. But people want trunk extensions compatible for several versions back, meh. 2010-05-27 15:56:53 +00:00
Chad Horohoe 695d3db96e Large commit. Removed 800+ references to no-op wfLoadExtensionMessages() 2010-05-26 22:25:32 +00:00
Sam Reed e532ce62cc Stylize on some used extensions etc 2010-04-17 21:07:37 +00:00
Aaron Schulz e26669a126 Search & replace war on old wf* xml functions 2008-12-20 09:32:47 +00:00
Siebrand Mazeland 08ebbaab0f Consistent casing for addHTML() 2008-11-06 22:20:29 +00:00
Aaron Schulz 49005f3173 * Rm extfunctions use
* Enlarge box
2008-05-01 12:48:22 +00:00
Tim Starling d57fab8b03 Fix fatal on null title error due to type hinting in Article::__construct() 2008-02-08 09:05:06 +00:00
Aryeh Gregor 8135a0af7b Delay message loading for Special:Cite 2008-01-10 20:27:47 +00:00
Siebrand Mazeland 4fc2cbdebc * use wfLoadExtensionMessages for SpecialCite
* add version in extension credits
* update Translate extension
2008-01-09 20:52:38 +00:00
Aryeh Gregor bb3946f589 Extensions too! 2007-06-29 01:36:09 +00:00
Rotem Liss ed7a63a671 * (bug 6666) Adding nl localisation for Cite
* (bug 6667) Adding nl localisation for Makesysop
* (bug 6669) Adding nl localisation for Newuserlog
* Fixing notice in Special:Cite.
2006-07-13 17:18:50 +00:00
Rotem Liss 27c69dc2e4 SpecialCite: internationalization, removing trailing whitespaces from messages, removing use of file contents in the system message itself (instead, getting the file contents if the message is blank). 2006-07-03 13:11:35 +00:00
Tim Starling 8145ded3a9 Converted a lot of extensions to the new autoload scheme. Moved a number of extensions to their own directory, apologies for the break in backwards compatibility.
This was done because they needed to be split from one file to two, for efficiency, and it makes sense to have two files in their own directory. It probably makes sense to have each extension in its own directory anyway. 
Tested both the inefficient backwards compatible interface and the present interface. Still more to be converted...
2006-06-29 08:07:00 +00:00