Follow-up r84814: revert redundant summary message addition.
[lhc/web/wiklou.git] / includes / SpecialPage.php
2011-03-26 Happy-melonTopple the last bastion of global-function-based specia...
2011-03-26 Happy-melonUpdate SpecialListfiles to subclass SpecialPage. Nearl...
2011-03-26 Happy-melonConvert SpecialListusers to subclass SpecialPage. ...
2011-03-26 Happy-melonBreak svn blame on every single line of SpecialWatchlis...
2011-03-24 Happy-melonMove WatchlistEditor.php to /specials since inside...
2011-03-14 Happy-melonComplete the trinity of blocking frontend interfaces...
2011-03-13 Happy-melonFurther massive rewrite of the blocking frontend: spin...
2011-03-12 Happy-melonDivert a river through the Augean Stables that is Speci...
2011-03-09 Ilmari Karonen(bug 14645) Show expensive special pages differently...
2011-02-12 Mark A. Hershbergerw/s fixups
2011-02-10 Bryan Tong MinhAdd a context to SpecialPage, so that subclasses don...
2011-01-25 KrinkleSmall fixes
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2011-01-11 Niklas Laxströmrm stray tab
2011-01-05 Chad HorohoeFollowup r68129: rename UndeleteForm to SpecialUndelete...
2011-01-03 X!Move wfCreateObject to MWFunction::newObj. This uses...
2010-12-27 Happy-melonFollow-up r79036: update comment.
2010-12-27 Happy-melon(bug 268) add Special:PermanentLink/### as an internall...
2010-12-22 Alexandre EmsenhuberFollow-up r78786: for consistency, removed array()...
2010-12-22 Roan KattouwMerge querypage-work2 branch from trunk. The most relev...
2010-12-21 Alexandre EmsenhuberFollow-up r78695: correct class name
2010-12-21 Roan KattouwFollowup r78192: rather than silently ignoring calls...
2010-12-13 Roan KattouwFix variable name in doc comment added in r78192
2010-12-11 Alexandre EmsenhuberFix whitespaces
2010-12-11 Alexandre Emsenhuber* Converted Special:Userlogin to subclass SpecialPage
2010-12-10 Alexandre Emsenhuber* Converted Special:Search to subclass SpecialPage
2010-12-10 Chad HorohoeFix for r71961 (moved SpecialPage constructor from...
2010-12-03 Bryan Tong Minhwhite space fix v2 (follow-up r77671)
2010-12-03 Bryan Tong MinhWhite space fix
2010-12-03 Bryan Tong MinhAdded Special:Myuploads special page that redirects...
2010-12-02 Andrew GarrettMerge DisableAccount extension into core, disabled...
2010-11-28 Sam ReedFix 1 deprecated method call in SpecialPage, and 3...
2010-11-08 Alexandre Emsenhuber* (bug 25829) Special:Mypage and Special:Mytalk now...
2010-11-07 Alexandre Emsenhuber* (bug 25713) SpecialPage::resolveAlias() now normalise...
2010-11-03 Neil Kandalgaonkarcore changes for UploadWizard (merged from r73549 to...
2010-09-18 Alexandre Emsenhubermissing space
2010-09-04 Mark A. Hershberger* Remove $wg*Selenium* globals as they are only used...
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-08-21 Alexandre EmsenhuberModified Special:Categories to subclass SpecialPage
2010-08-15 Alexandre EmsenhuberModified Special:Protectedpages and Special:Protectedti...
2010-08-08 Alexandre EmsenhuberModified Special:Movepage to subclass UnlistedSpecialPage
2010-08-02 Alexandre EmsenhuberMoved definitions for Special:Listadmins and Special...
2010-08-01 Alexandre Emsenhuber* Modified Special:Blockip to subclass SpecialPage
2010-07-25 Sam ReedChange some more to parent::
2010-07-18 Alexandre Emsenhuber* Modified Special:Log to extend SpecialPage
2010-07-17 Alexandre Emsenhuber* Modified Special:Blockme to subclass UnlistedSpecialPage
2010-07-11 Alexandre EmsenhuberModified Special:Userlogout to subclass UnlistedSpecialPage
2010-07-10 Alexandre Emsenhuber* Modified Special:Specialpages to subclass UnlistedSpe...
2010-07-04 Alexandre Emsenhuber* Modified Special:Ipblocklist to subclass SpecialPage...
2010-07-04 Alexandre EmsenhuberRemove array( ... ) from SpecialMypage, SpecialMytalk...
2010-07-03 Alexandre EmsenhuberModified Special:Filepath to subclass SpecialPage;...
2010-07-01 Niklas LaxströmDon't add confusing new lines to debug output, mark...
2010-07-01 Sam ReedAdd a couple of braces
2010-06-25 Tim Starling* Integrated the selenium tests into MediaWiki properly...
2010-06-19 Derk-Jan Hartman(bug 23621) New Special:ComparePages to compare (diff...
2010-06-16 Alexandre Emsenhuber* Modified Special:Undelete to extend SpecialPage inste...
2010-06-13 Alexandre EmsenhuberChanges to Special:Lockdb and Special:Unlockdb:
2010-06-09 Chad HorohoeFixed a bunch of silly instances of [^!=]==\s*(true...
2010-05-30 TobiasNew feature RevisionMove (bug 21312). Introducing Speci...
2010-05-28 PlatonidesBug 23699: Add trailing \n at the end of <div>s in...
2010-04-10 Happy-melonOverhaul Special:EmailUser, use HTMLForm, a SpecialPage...
2010-03-30 Matthew Britton(bug 22910) Add Special:Unblock as an alias for the...
2010-03-18 Chad HorohoeRefactor MergeHistory to subclass SpecialPage. Ohai...
2010-02-25 Alexandre Emsenhuber* Fixed some doxygen warnings
2010-01-15 Niklas LaxströmTabs to spaces in the middle of the line
2010-01-07 Mark A. HershbergerMake LTR wgLang do the right thing on RTL wgContLang...
2010-01-01 Chad Horohoe(bug 21986) Special page names were are now capitalized...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-12-09 Alexandre Emsenhuber* (bug 21803) Special:MyContributions now keeps the...
2009-11-25 Alexandre EmsenhuberSet the Title object to the new $wgOut in SpecialPage...
2009-10-18 Bryan Tong MinhRewrote Special:Upload to allow easier extension. Mostl...
2009-09-26 Brion VibberRevert broken rewrite of login system; totally broken.
2009-09-20 Happy-melonMerge in Login rewrite, second time lucky.
2009-09-08 Brion VibberRevert broken rewrite of login forms:
2009-09-07 Happy-melon* Totally refactor includes/specials/SpecialUserlogin...
2009-07-24 Niklas LaxströmDeprecate broken accessor and add a new one
2009-07-15 Alexandre Emsenhuber* remove wfSpecialUpload() since UploadForm now extends...
2009-07-15 Chad Horohoe(bug 16497) Paginate Special:AllMessages
2009-07-07 Niklas LaxströmFixing some irritating whitespace
2009-07-07 Andrew GarrettMake warnings for special page alias errors useful
2009-07-03 Jack Phoenixmake ActiveUsers subclass SpecialPage
2009-06-21 Aaron SchulzMissing file commit from r52226
2009-06-19 Chad HorohoeRefactor Blankpage to subclass SpecialPage like a norma...
2009-05-23 Niklas LaxströmGrammar? English doesn't use {{GRAMMAR}} :o
2009-05-23 Niklas Laxström* $wgDevelopmentWarnings can be set to true to show...
2009-04-27 Brion VibberRevert r49880, r49883, r49885 - add uniwiki/CreatePage...
2009-04-25 Siebrand Mazeland* add uniwiki/CreatePage extension to core
2009-04-24 Andrew GarrettBranch merge of preferences work branch. Includes fixes...
2009-04-15 Chad HorohoeMake Whatlinkshere subclass SpecialPage.
2009-03-18 Aaron SchulzDon't bolden pages that any anon/user could see
2009-03-09 Alexandre Emsenhuber* Fix class name in SpecialPage::$mList
2009-03-09 Aaron Schulz* Refactored revisiondelete to use subclassing
2009-03-05 Chad HorohoeOrder this list so it makes some bit of sense. More...
2009-02-27 Raimond SpekkingTweak outputHeader to allow overriding of summary messa...
2009-02-27 Raimond Spekking* Wrap special page summary message '$specialPageName...
2009-02-06 Chad HorohoeRewrite Special:Export to subclass SpecialPage.
2009-01-28 Andrew GarrettBranch merge of change-tagging branch with trunk
2009-01-03 Aaron Schulz(bug 16107) Imagelist -> ListFiles
2008-12-31 Brion VibberRevert r45231, r45235 "* (bug 674) Allow users to be...
2008-12-31 Brion VibberDisable Special:Interwiki until it works and isn't...
next