Add a new User::getDisplayName() to return the name that should be displayed in the...
[lhc/web/wiklou.git] / includes / specials /
2011-11-09 Rob Moenessage=fix trumped line of code from svn update
2011-11-09 Rob Moenessage=This bug fixes bug30483
2011-11-09 Alexandre EmsenhuberUse WikiPage instead of Article
2011-11-08 Alexandre Emsenhuber* Changed OutputPage's handling of subtitles to use...
2011-11-08 Alexandre Emsenhuber* Use local context to get messages
2011-11-08 Antoine Mussocorrect typo in r102393
2011-11-08 Antoine Mussoadd quick comment from r102334 cr
2011-11-07 Happy-melonFollow-up r102334: odd that this minus sign (yes, copie...
2011-11-07 Happy-melon(bug 31502) (follow-up r84718) Restore ToC to Special...
2011-11-07 Alexandre Emsenhuber* Added specific page header when showing "search delet...
2011-11-07 Antoine MussoBug 30232 - add current time to message wlnote on Speci...
2011-11-05 Alexandre Emsenhuber* Use local context to get messages
2011-11-05 Alexandre Emsenhuber* Made OuputPage::showPermissionsErrorPage() show a...
2011-11-04 Sam ReedDocumentation
2011-11-03 Alexandre Emsenhuber* Use WikiPage instead of Article and call doDeleteArti...
2011-11-02 Aaron SchulzMake use of Title::isSpecialPage() in various places
2011-11-02 Brion Vibber* (bug 32126) Fix 1.18 regression in watchlist editor...
2011-11-02 Alexandre Emsenhuber* Made PermissionsError exception accept an optional...
2011-11-01 Sam Reedarrray -> array
2011-11-01 Alexandre Emsenhuber* Use local context to get messages
2011-11-01 Antoine MussoFix GROUP BY clause in Special:MostLinkedTemplates
2011-10-31 Aaron SchulzMade some callers of getBlocker()->getName() just use...
2011-10-31 Alexandre Emsenhuber* (bug 31818) 'usercreated' message now supports GENDER
2011-10-29 Alexandre Emsenhuber* (bug 19186) Special:UserLogin's title on Special...
2011-10-29 Sam ReedKill various unused variables
2011-10-27 Alexandre EmsenhuberPer Nikerabbit's comment on r100621:
2011-10-27 Aaron Schulz* Added pageJoinCond() and userJoinCond() to Revision...
2011-10-27 Aaron SchulzReinstated r94289 et all - rev_sha1/ar_sha1 field for...
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
next