simplify r107833 per CR, just use wfExpandUrl()
[lhc/web/wiklou.git] / includes / specials / SpecialContributions.php
2011-12-28 Alexandre Emsenhuber* Use Linker::getRevDeleteLink() where possible to...
2011-12-27 Alexandre EmsenhuberFollow-up r107341: remove now-useless parameter
2011-12-26 Sam ReedFix fixme on r107328, attempting to use $this in a...
2011-12-26 Alexandre Emsenhuber* Use local context to get messages
2011-12-24 Sam ReedImprove/add to documentation
2011-12-16 Niklas LaxströmStylize
2011-12-15 Brion Vibber* (bug 32512) Include 'associated namespace' checkbox...
2011-11-25 Antoine Musso  ->  
2011-11-23 Brion VibberRevert r103770 (bug 24037) -- added full-page size...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-20 Roan Kattouw(bug 24037) Add byte length of revision to Special...
2011-11-20 Roan KattouwIn the spirit of r103745, guard against invalid user...
2011-11-19 Sam Reed* (bug 19698) Inverse selection for Special:Contributions
2011-11-08 Alexandre Emsenhuber* Changed OutputPage's handling of subtitles to use...
2011-10-27 Alexandre EmsenhuberPer Nikerabbit's comment on r100621:
2011-10-27 Aaron Schulz* Added pageJoinCond() and userJoinCond() to Revision...
2011-10-26 Sam ReedAdd, update, tweak documentation
2011-10-26 Mark A. HershbergerBug 31948 - Special:Contributions doesn't remember...
2011-10-25 Aaron Schulz* Removed $wgRCShowChangedSize check in sp:Contribution...
2011-10-24 Alexandre EmsenhuberAdded OutputPage::setPageTitleMsg() and OutputPage...
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 SchulzJOIN to get user_name in Contributions, HistoryPage...
2011-10-12 Alexandre Emsenhuber* Added User paremeter to Revision::userCan(), Revision...
2011-10-07 Max SemenikRevert r93246: besides the problems pointed out at...
2011-10-06 Roan KattouwFollowup r99102: revert r88026 too, otherwise the dropd...
2011-10-06 Roan KattouwRevert r88025 (put Special:Contributions namespace...
2011-09-24 Alexandre EmsenhuberAllow LogEventsList::showLogExtract() to get a Title...
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 Niklas LaxströmFix a conflict(?) in Special:Contributions in r97658.
2011-09-20 Alexandre Emsenhuber* Made IndexPager extend ContextSource
2011-09-15 Aaron Schulz(bug 30903) Show diff size in contribution list. Works...
2011-09-06 Sam ReedFix Undefined index: showSizeDiff in /www/w/includes...
2011-09-05 Roan KattouwRevert r88008 (add size difference to Special:Contribut...
2011-09-02 Sam ReedRevert r95496, r95506, r95524, r95553, r96005
2011-09-02 Jure Kajzer* added redundand join condition for index usage as...
2011-09-01 Sam ReedFollowup r95496, remove duplicate $fields definition
2011-08-29 Tim StarlingFurther updates for r90643/r95647 in core and extension...
2011-08-26 Sam ReedFix another remnant of r95496
2011-08-25 Sam ReedFux PHP Notice: Undefined property: ContribsPager:...
2011-08-25 Sam ReedRevert r8811
2011-07-26 Happy-melon(bug 15641) prevent blocked administrators from accessi...
2011-07-06 Alexandre EmsenhuberOverride Pager::getTitle() in core subclasses of Revers...
2011-07-06 Robin Pepermans(bug 6100; follow-up to r91315) Being bold and removing...
2011-07-01 Robin PepermansAdd direction mark for better RTL display
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-06-26 Sam ReedFollowup r89566, r89568, make links point to the user...
2011-06-26 Sam ReedFollowup r90839, de-capitali[sz]e api parameter
2011-06-26 Raimond SpekkingFollowup r90775: Fix PHP Notice: Undefined index:...
2011-06-25 Sam ReedFollowup r89566
2011-06-21 Robin Pepermans* Improvements as part of bug 6100: Use wfUILang()...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-10 Raimond SpekkingSimplify link construction a bit.
2011-06-09 Raimond SpekkingSelf revert r89797: At least the block log link is...
2011-06-09 Raimond SpekkingSimplify link construction a bit.
2011-06-06 Sam ReedRefactoring to r89566
2011-06-06 Sam ReedFollowup r89564
2011-05-26 Sam ReedRemove unused variables/globals
2011-05-25 Alexandre Emsenhuber* Check existence in correct language
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-16 Siebrand MazelandRemove verboseness (image and infobox) in Special:Contr...
2011-05-14 Jure Kajzer* added alternative revison size display if diff size...
2011-05-14 Jure Kajzer* added an option to toggle the display of diff size...
2011-05-13 Jure Kajzer* addon to previous
2011-05-13 Jure Kajzer* removed unused messages because of previous revert.
2011-05-13 Jure Kajzer* partial revert of r88019. Left the messages in for...
2011-05-13 Jure Kajzer* fixed as per comment on r88008
2011-05-13 Jure Kajzer* bug 24037
2011-04-23 Raimond SpekkingSimplify a bit to make nicer links: Special:ListFiles...
2011-04-17 Happy-melonTidy up some more uses of SpecialPage static methods
2011-04-10 Sam Reed* (bug 26873) API: Add 'toponly' filter in usercontribs...
2011-03-18 Mark A. Hershbergerw/s diff. mostly eol w/s and using only tabs of width...
2011-03-13 Happy-melonFurther massive rewrite of the blocking frontend: spin...
2011-03-12 Happy-melonFollow-up r83786: update references in SpecialPage...
2011-03-12 Happy-melonSpin out all the CSS used on special pages into their...
2011-03-12 Happy-melonDeprecate $wgSysopUserBans and $wgSysopRangeBans, both...
2011-03-07 Antoine MussoRemove second parameters from wfEmptyMsg() calls
2011-02-19 Sam ReedAnd some more function level documentation
2011-02-19 Derk-Jan HartmanDon't use getCheck, because the opts array is reused...
2011-02-16 PlatonidesFix the issue where all links on Special:Contributions...
2011-02-10 Niklas LaxströmRefactor userLinks into it's own method
2011-01-26 Roan KattouwEscape the output of $wgLang->timeanddate() in SpecialC...
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2011-01-13 Sam ReedFollowup r80122, protected, just incase it's needed..
2011-01-12 Sam Reed61 uses of $this->opts in SpecialContributions, so...
2011-01-04 Tim StarlingFix for bug 26561: clickjacking attacks. See the bug...
2011-01-01 Daniel FriesenImplement "relevant" title and user in the skin system...
2010-12-03 Bryan Tong MinhAdded uploads link to page subtitle in Special:Contribu...
2010-10-31 Sam ReedSwitch last few uses of while loops to foreach in phase3
2010-10-31 Sam ReedMore deprecated method calls
2010-10-14 Sam ReedBig attack on unused variables...
2010-09-27 Chad HorohoeFix a bunch of '? true : false' instances
2010-09-08 Raimond SpekkingAdd a CSS class to the input form
2010-09-07 PlatonidesRemove $wgContLanguageCode usage in core.
2010-08-14 Alexandre EmsenhuberStandardised file description headers; first path
2010-07-25 PlatonidesMove double $wgOut globals to the top, remove $wgLang...
2010-07-24 Sam ReedRemoval of unused globals
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
next