Followup r100905, cleanup per CR and fixes the overriding of the main RequestContext
[lhc/web/wiklou.git] / includes / specials /
2011-10-26 Aaron SchulzSplit out checkExecutePermissions() function from userC...
2011-10-26 Sam ReedAdd, update, tweak documentation
2011-10-26 Mark A. HershbergerBug 31948 - Special:Contributions doesn't remember...
2011-10-25 Sean ColomboFollowup to r97033 - removed wgWhatlinksherelimit and...
2011-10-25 Alexandre EmsenhuberPort Special:Lockdb and Special:Unlockdb to HTMLForm...
2011-10-25 Aaron Schulz* Removed $wgRCShowChangedSize check in sp:Contribution...
2011-10-24 Alexandre EmsenhuberAdded OutputPage::setPageTitleMsg() and OutputPage...
2011-10-24 Antoine Mussousing real identity for hashar
2011-10-23 John Du HartAdd check to see if the user has permission to view...
2011-10-22 Alexandre Emsenhuber* Call Linker methods statically
2011-10-20 Raimond Spekking* (bug 25306) Add link of old page title to MediaWiki...
2011-10-20 Aaron Schulz* Simplified r100286 by just using the field 'user_name...
2011-10-20 Aaron SchulzMoved contribs rev parent ID batch query into doBatchLo...
2011-10-20 Aaron Schulz* Made ?contribs=user actually show the results for...
2011-10-20 Aaron SchulzFU r100300, r100286:
2011-10-20 Aaron SchulzJOIN to get user_name in Contributions, HistoryPage...
2011-10-19 Aaron SchulzJoin ipb_by to user table to get the user name. If...
2011-10-19 Raimond SpekkingChange the hook case per CR r95152
2011-10-19 Raimond SpekkingFix r100138 per Nikas CR: "always use explicit conversi...
2011-10-18 Alexandre EmsenhuberFix for r100114: make API and tests work again
2011-10-18 Raimond Spekking* (bug 18823) "move succeeded" text displays bluelinks...
2011-10-18 Alexandre Emsenhuber* Use local context instead of global variables
2011-10-17 Alexandre EmsenhuberAdded a User parameter to SpecialPageFactory::getUsable...
2011-10-17 Raimond SpekkingOld link is not always known, it depends on $createRedirect
2011-10-16 Sam ReedFixup some assignments in conditionals
2011-10-15 Sam ReedBug 31249 - Special:BrokenRedirects broken since 1.18
2011-10-15 Sam ReedFix whitespace, braces
2011-10-15 Max SemenikFix typo in r99914
2011-10-15 Max Semenik(bug 31674) Can't edit watchlist if it contains special...
2011-10-14 Sam ReedUpdate some deprecated code
2011-10-14 Alexandre Emsenhuber* Moved wfViewPrevNext() to Language::viewPrevNext...
2011-10-13 Amir E. AharoniFixes bug 31496. Patch by Tomer A. I tested it by tryin...
2011-10-13 Alexandre EmsenhuberUse same case for the setListoutput() call than the...
2011-10-13 Alexandre EmsenhuberMoved wfSpecialList() to Language::specialList() so...
2011-10-12 Alexandre EmsenhuberRemoved unused method SpecialMergeHistory::getPageLink...
2011-10-12 Alexandre Emsenhuber* Added User paremeter to Revision::userCan(), Revision...
2011-10-12 Alexandre Emsenhuber* Use local context instead of global variables
2011-10-12 Alexandre EmsenhuberCheck for read only database after checking if the...
2011-10-11 Alexandre Emsenhuber* Use local context instead of global variables
2011-10-08 Aaron Schulz* Only spread blocks on page edit/move attempts via...
2011-10-08 Niklas LaxströmPart of bug 31503 - Allow gender distinction also for...
2011-10-08 Alexandre Emsenhuber* Use local context instead of global variables
2011-10-07 Bryan Tong MinhFollow-up r98430, use dedicated error message for filen...
2011-10-07 Max SemenikFollow-up r99211: forgot to revert one file
2011-10-07 Max SemenikRevert r93246: besides the problems pointed out at...
2011-10-07 Aaron SchulzRedact IP address when unblocking autoblocks
2011-10-06 Aaron SchulzDon't add 'autoblock disabled' flag for IP range blocks
2011-10-06 Raimond SpekkingFix stupid typo in r99082. Thanks to Niklas for CR
2011-10-06 Brion Vibber* (bug 31435) Fix raw watchlist edit regression from...
2011-10-06 Sam ReedFollowup r99116, didn't notice $lang was used lower...
2011-10-06 Sam Reed-rakkaus/#mediawiki-i18n- (1 lines skipped) [06-Oct...
2011-10-06 Roan KattouwFollowup r99102: revert r88026 too, otherwise the dropd...
2011-10-06 Roan KattouwRevert r88025 (put Special:Contributions namespace...
2011-10-06 Happy-melonFU r83909: restore preprocessing stage to cache link...
2011-10-06 Alexandre Emsenhuber* Use local context instead of global variables
2011-10-06 Raimond SpekkingFix a regression from 1.17: Show date/times in user...
2011-10-06 Alexandre EmsenhuberAnd I forgot to commit this in r99038: make "unhide...
2011-10-06 Aaron SchulzRestored ability to list out an autoblock via #NUMBER
2011-10-05 Brion Vibber* (bug 31380) Fix style regression on Special:Allmessages
2011-10-05 Alexandre Emsenhuber* Use local context instead of global variables
2011-10-05 Aaron SchulzFixed:
2011-10-04 Aaron Schulz(bug 31179) Fixed problems with undeletion making bad...
2011-10-04 Alexandre Emsenhuber* Use local context instead of global variables
2011-10-03 Alexandre EmsenhuberUse local context instead of global variables
2011-10-03 Roan KattouwFix embarrassing mistake in r98718
2011-10-03 Alexandre EmsenhuberRemoved call to OutputPage::setSyndicated( true ) just...
2011-10-02 Roan KattouwFollowup r98707: apply this logic to signupend too...
2011-10-02 Roan KattouwFollowup r98707, r98713: check for blankness, not nonex...
2011-10-02 Aaron SchulzFixed broken ipb_deleted condition. Does not effect...
2011-10-02 Roan Kattouw(bug 31293) If Special:Userlogin is loaded over HTTPS...
2011-10-02 Daniel FriesenMore RequestContext -> IContextSource.
2011-10-02 Alexandre Emsenhuber* Use local context instead of global variables
2011-10-02 Aaron SchulzDon't show 'autoblock disabled' for IP blocks
2011-10-01 KrinkleAdd support for namespaces in Special:RecentChanges...
2011-10-01 Aaron SchulzFixed bogus addModules() call which broke the JS on...
2011-09-30 Aaron Schulz(bug 31283) Made ChangeEmail check $wgAuth->allowPropCh...
2011-09-29 Sam ReedBack out r95396 and friends
2011-09-28 Alexandre Emsenhuber* Use local context instead of global variables
2011-09-28 Aaron Schulz(bug 31206) "Altering blocks doesn't appear to be worki...
2011-09-27 Roan Kattouw(bug 31191) Followup to r90934: do this in the successf...
2011-09-27 Alexandre Emsenhuber* Use local context instead of global variables
2011-09-26 Alexandre Emsenhuber* Call Linker methods statically
2011-09-25 Robin PepermansTalk page links were bluelinks if the root page existed...
2011-09-25 Alexandre EmsenhuberFollow-up r96958: forgot one use of $wgUser
2011-09-24 Happy-melon(bug 30636) integrate the remaining functionality of...
2011-09-24 Alexandre EmsenhuberUse local context instead of global variables
2011-09-24 Alexandre EmsenhuberAllow LogEventsList::showLogExtract() to get a Title...
2011-09-22 Alexandre EmsenhuberPer Aaron, fix for r97658: removed double call to paren...
2011-09-21 Alexandre EmsenhuberAdded missing calls to SpecialPage::setHeaders() and...
2011-09-21 Aaron SchulzFU 97704: I was thinking the space was already added...
2011-09-21 Aaron SchulzTweaked diff size number location to make sp:contribs...
2011-09-21 Alexandre EmsenhuberPer Nikerabbit, follow-up r97658: change getAuthor...
2011-09-21 Niklas LaxströmFix a conflict(?) in Special:Contributions in r97658.
2011-09-20 Sean ColomboHaz moar spaces :) ... follow-up to r97554 as per Jack...
2011-09-20 Alexandre Emsenhuber* Made IndexPager extend ContextSource
2011-09-20 Niklas LaxströmUse LinkBatch, instead of trying doing it manually...
2011-09-19 Brion Vibber* (bug 30977) Remove directions cruft, undo random...
2011-09-19 Sean ColomboMerged in change from Wikia which prevents an E_NOTICE...
2011-09-18 Brian Wolff(bug 18424) Clean up paging links on Special:allpages...
2011-09-17 Alexandre Emsenhuber* Use local context instead of global variables
next