introduce a new setting that allows extension authors to whitelist deprecated funtion...
[lhc/web/wiklou.git] / includes / SpecialPage.php
2011-12-16 Niklas LaxströmStylize
2011-12-14 Raimond SpekkingSelf revert r106080 which was a revert of r106070.
2011-12-13 Raimond SpekkingPartly revert r106070 for now: Flooding of translatewik...
2011-12-13 Brion VibberFollowup r106070, r86347: copy some doc comments that...
2011-12-13 Jeroen De Dauwadded missing deprecation notices
2011-11-23 John Du HartFollowup r103817, backing out ContextSource changes...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-15 Alexandre EmsenhuberMoved read only check after permissions and block so...
2011-11-15 John Du HartAdding function for checking if the database is in...
2011-11-15 John Du HartAdded function to SpecialPage to simplify permissions...
2011-11-05 Danny B* fixing Special:ListBots which behaved like Special...
2011-11-01 Antoine Mussobug 32086 Special:Permanentlink require a parameter
2011-10-27 Niklas LaxströmFollowup to r86053 - fix special page cases
2011-10-26 Aaron SchulzSplit out checkExecutePermissions() function from userC...
2011-10-17 Alexandre EmsenhuberAdded a User parameter to SpecialPageFactory::getUsable...
2011-10-17 Alexandre EmsenhuberUse local context to get messages
2011-10-06 Brion Vibber* (bug 31374) Pass relevant additional parameters for...
2011-10-01 Brion Vibber* (bug 31289) Fix fatal error on special pages using...
2011-09-29 Alexandre EmsenhuberFollow-up r89568: use local context instead of $wgOut
2011-09-15 Daniel FriesenUse IContextSource instead of RequestContext inside...
2011-08-16 Alexandre EmsenhuberPer Reedy, follow-up r93758: SpecialPage::capturePath...
2011-08-15 Sam ReedFollowup r92430 per CR, like r94448
2011-07-28 Niklas LaxströmFu r93249: I see no reason to mark this private - prote...
2011-07-27 Roan KattouwRevert r93237 ("use User::getBlock() accessor rather...
2011-07-26 Antoine Mussomakes SpecialPage::mName explicitly private
2011-07-26 Happy-melonFollow-up r93234: use User::getBlock() accessor rather...
2011-07-22 Aaron SchulzRemoved Special{$this->getName()}ModifyFormFields from...
2011-07-18 Sam ReedUpdate code comments that point to 1.18 to point to...
2011-07-07 Alexandre Emsenhuber* Fixed comment
2011-06-28 Sam ReedAdd SpecialPermanentLink to Autoloader
2011-06-27 Aaron Schulz* Fixed 'Fatal error: Class 'SpecialMyuploads' not...
2011-06-26 Happy-melonComment shuffling, also fixing r86347 CR.
2011-06-11 Alexandre EmsenhuberAnd I forgot to commit this file in r89874
2011-06-09 Alexandre EmsenhuberRecommit SpecialPage.php and SpecialPageFactory.php...
2011-06-06 Sam ReedRefactoring to r89566
2011-06-03 Brion VibberProvisional revert of r89406, r89414: reference-related...
2011-06-03 Happy-melonMore unpicking of r85288. I think this is all of the...
2011-06-03 Happy-melonStart unpicking r85288 (magic __get() accessor for...
2011-05-25 Mark A. HershbergerMisc EOL w/s and spaces-instead-of-tabs fixes. One...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-17 Siebrand MazelandMake @deprecated documentation more consistent (see...
2011-04-25 Siebrand MazelandRevert r86872: Breaks LiquidThreads page moves with...
2011-04-25 Happy-melonImplement an interface and abstract class to hold the...
2011-04-20 Happy-melon(bug 13015, bug 18347, bug 18996, bug 20473, bug 23669...
2011-04-19 Aaron SchulzQuick comments for r79036
2011-04-19 Happy-melonFollow-up r86255: don't special-case redirecting specia...
2011-04-18 Happy-melonCleanup in SpecialPage.php:
2011-04-18 Happy-melonWarn that SpecialPage::execute() will be made abstract...
2011-04-18 Happy-melonFollow-up r86255: getTitleFor() was not migrated.
2011-04-18 Sam ReedRevert avars deprecation in r11308
2011-04-17 Happy-melonFollow-up r86255: rm duplicated config list
2011-04-17 Happy-melonRefactor the factory/i18n/list/etc static methods from...
2011-04-15 Chad HorohoeMerge r81448 from REL1_17: reverting RevisionMove featu...
2011-04-15 Chad HorohoeRevert r77555 and followups r77563, r77572, r78116...
2011-04-14 Happy-melonChanges to SpecialPage: deprecate any syntax for defini...
2011-04-14 Happy-melonRecommit r84805, but without removing UsersPager, which...
2011-04-12 Brion VibberRevert r84805: broke CentralAuth by removing base Users...
2011-04-04 Daniel FriesenInstead of creating an OutputPage and then setting...
2011-04-03 Happy-melonClean out some globals from SpecialPage.php
2011-04-03 Happy-melonFollow-up r85278, r85240:
2011-04-03 Daniel FriesenImplement the RequestContext class. Some credit to...
2011-04-03 Niklas LaxströmFollow-up r85226, r85227: add @since annotations
2011-04-03 Daniel FriesenFollowup r85227; Back out changes related to avoiding...
2011-04-03 Daniel FriesenFollowup r85227. Convert all IncludableSpecialPages...
2011-04-03 Daniel FriesenStart managing output and input context from special...
2011-04-03 Daniel FriesenStart better utalizing OutputPage as the focal point...
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...
next