aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialAllpages.php
Commit message (Expand)AuthorAgeFilesLines
* Revert r110276Sam Reed2012-02-021-1/+2
* drop default parameters from r110252Antoine Musso2012-01-301-2/+1
* [specials] Xml::namespaceSelector > Html::namespaceSelectorKrinkle2012-01-291-1/+4
* Per Krinkle, fix for r102406: use strict comparisonAlexandre Emsenhuber2011-12-301-1/+1
* rem use of escapeLocalURLJeroen De Dauw2011-12-131-1/+1
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-3/+3
* * Use local context to get messagesAlexandre Emsenhuber2011-11-081-15/+15
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-271-3/+3
* * Use local context instead of global variablesAlexandre Emsenhuber2011-08-041-10/+9
* Swap else if for elseifSam Reed2011-06-171-1/+1
* * Remove @static from the last few places it's left in core. Please don't use...Chad Horohoe2011-06-141-3/+1
* Followup r85227; Back out changes related to avoiding calls to OutputPage fro...Daniel Friesen2011-04-031-12/+7
* Followup r85227. Convert all IncludableSpecialPages to use context properly (...Daniel Friesen2011-04-031-7/+12
* Followup r85227, update 4 special pages to properly use the context.Daniel Friesen2011-04-031-17/+18
* w/s diff. mostly eol w/s and using only tabs of width 4 to indent.Mark A. Hershberger2011-03-181-4/+4
* Spin out all the CSS used on special pages into their own mediawiki.special m...Happy-melon2011-03-121-0/+1
* * Changed all calls to wfMsgWikiHtml() in coreAlexandre Emsenhuber2011-02-061-1/+1
* Some cleanup to this horrible piece of codeNiklas Laxström2011-01-151-15/+13
* Do the title construction in a smarter way. Linker can now add mw-redirect cl...Niklas Laxström2011-01-151-3/+3
* Fix for bug 26561: clickjacking attacks. See the bug report for full document...Tim Starling2011-01-041-0/+1
* More unused variablesSam Reed2010-11-301-1/+1
* bug 25517 Assignment in conditions should be avoided/ http://www.mediawiki.or...Sam Reed2010-11-011-2/+4
* Update deprecated method callsSam Reed2010-10-311-1/+1
* Standardised file description headers; first pathAlexandre Emsenhuber2010-08-141-1/+6
* Fixed errors in HTML5 modeAlexandre Emsenhuber2010-07-181-1/+1
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* GPL Headers for all!Sam Reed2010-06-211-2/+19
* Fixed some doxygen warningsAlexandre Emsenhuber2010-05-071-13/+17
* Mass convert NULL -> null. Left strings and comments alone, obviously.Chad Horohoe2009-12-111-2/+2
* Some escaping fixes and related readability changesNiklas Laxström2009-07-131-2/+2
* Fix double escaping issues. Related to r51559 and friends.Siebrand Mazeland2009-06-151-2/+2
* * replace use of deprecated makeKnownLinkObj() by linkKnown() in core special...Siebrand Mazeland2009-06-071-48/+62
* *Tweaked $maxLineCount for usabilityAaron Schulz2009-06-011-4/+7
* Proper casing for getDBkey()Siebrand Mazeland2009-05-241-2/+2
* Follow up r49500: fix classnameRaimond Spekking2009-04-151-1/+1
* * Special:AllPages: Move hardcoded styles from code to CSSRaimond Spekking2009-04-151-24/+27
* * Small cleanupsNiklas Laxström2009-02-201-1/+1
* * Replace hardcoded '...' as indication of a truncation with the 'ellipsis' m...Raimond Spekking2009-02-131-2/+2
* (bug 7509) Separation strings should be configurableSiebrand Mazeland2009-02-091-4/+4
* Remove horizontal line bettwen input form and output.Raimond Spekking2009-01-071-3/+3
* Change tabs -> spacesNathaniel Herman2009-01-011-9/+9
* Consistent casing for addHTML()Siebrand Mazeland2008-11-061-4/+4
* Fix invalid SQL, per bug #15836Greg Sabino Mullane2008-10-101-4/+3
* +a few docsChad Horohoe2008-10-061-2/+3
* Revert r40953 '(bug 7509) Don't hardcode separation strings, make them config...Brion Vibber2008-09-181-5/+3
* (bug 7509) Don't hardcode separation strings, make them configurableSiebrand Mazeland2008-09-171-3/+5
* Make Special:Allpages/User:Foo actually work. Patch by MormegilRoan Kattouw2008-08-271-1/+1
* forgot debugging codeAlexandre Emsenhuber2008-08-231-1/+1
* Make SpecialAllpages and SpecialPrefixindex directly extend IncludableSpecial...Alexandre Emsenhuber2008-08-231-379/+375
* redo allpages again less obtrusivelyAaron Schulz2008-08-201-86/+131