Mass convert NULL -> null. Left strings and comments alone, obviously.
[lhc/web/wiklou.git] / includes / specials / SpecialContributions.php
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-11-19 Matěj Grabovský(bug 16884) Fixed feed links in sidebar not complying...
2009-11-18 Aaron Schulzlast tweak for bug 21352 (RevDelete messages)
2009-11-14 Siebrand MazelandSync contributionsSub from SpecialContributions.php...
2009-11-13 Aaron SchulzUse isDeleted() instead of raw bitfield op
2009-11-11 Alexandre Emsenhuber* (bug 21470) MediaWiki:Sp-contributions-explain is...
2009-10-30 Aaron Schulz* bug 21267 change "show/hide" to "show", if user canno...
2009-10-14 Alexandre Emsenhuber* (bug 21114) Special:Contributions no longer shows...
2009-10-07 Siebrand MazelandPartial reapply of r56549 after revert in r57489 withou...
2009-10-07 Brion VibberPartial revert r56549 -- too much HTML escaping on...
2009-10-07 Brion VibberSpacing tweak -- $histlink and $difftext now belong...
2009-09-30 Aaron Schulz* Renamed deletedcontent to deletedtext
2009-09-28 Aaron Schulz* Split off deletedrevision (view only) right and give...
2009-09-27 Siebrand MazelandSupport GENDER in 'sp-contributions-blocked-notice'
2009-09-23 TobiasFollow-up on r55909 and r55903: Note / block log excerp...
2009-09-20 TobiasFollow-up on r55909: showLogExtract can now tell Pager...
2009-09-17 Siebrand Mazeland* process messages with escapenoentities instead of...
2009-09-17 Raimond SpekkingConsistency tweak: Use pipe-separator for diff / hist...
2009-09-17 Andrew GarrettFix regression in r52174 where parameter was not passed...
2009-09-16 TobiasFollow-up on r56284: LogEventsList::showLogExtract...
2009-09-13 TobiasFollow-up on r56251 - merging showLogs and showLogExtract
2009-09-13 TobiasCreating new function wgOutput->showLogs and including...
2009-09-12 Aaron Schulzbug 20470 Edits with user/IP suppression are now marked
2009-09-07 Raimond SpekkingFollow-up r50177: Fix a PHP notice due to typo in array...
2009-09-07 TobiasMinor fixes to r55918 - documentation and variable...
2009-09-07 Tobiasfixing r55909: checking if the user is _currently_...
2009-09-07 TobiasDisplay note on Special:Contributions if user is blocke...
2009-09-06 Tobiasfixing error in r55903 - User object from userid is...
2009-09-06 TobiasShow change block / unblock link on Special:Contributio...
2009-08-25 Niklas LaxströmFix for r52174 - don't show footer for non-existing...
2009-08-21 Aryeh GregorUse Html::input()/autofocus a bunch more places
2009-08-04 Aryeh GregorShow change flag tooltips everywhere, not just RC
2009-07-30 Aaron Schulz(bug 19864) Removed overzealous hiding of deleted ...
2009-07-29 Chad Horohoe* (bug 16311) Make recent change flags acronyms instead...
2009-07-13 Tim StarlingFix dodgy uses of wfMsgHtml() and related HTML escaping
2009-07-05 Niklas LaxströmSmall fixes
2009-06-28 Alexandre Emsenhuberescaping fix
2009-06-22 Aaron Schulzbug 19305 rev_deleted link consistency (greyed-out)
2009-06-19 Niklas Laxström* (bug 19294) Always show Sp-contributions-footer(...
2009-06-15 Siebrand MazelandFix double escaping issues. Related to r51559 and friends.
2009-06-13 Jure KajzerAdded bitwise operations to DatabaseBase and overloaded...
2009-06-07 Siebrand Mazeland* replace use of deprecated makeKnownLinkObj() by linkK...
2009-06-01 Tim StarlingIn Special:RevisionDelete:
2009-05-26 Aaron Schulz(bug 18772) Removed redundant 'deletedrev' message...
2009-05-22 Niklas LaxströmEscaping fixes
2009-05-18 Robin Pepermansremove "+"
2009-05-18 Robin Pepermans(bug 17399) CSS class for "(top)" on Special:Contributi...
2009-05-08 Siebrand MazelandUse link() instead of deprecated makeLinkObj() where...
2009-05-04 Aaron Schulz(bug 18666) Add show/hide to contribs
2009-04-28 Chad HorohoeKill a bunch of unused $wgUser
2009-04-09 Aaron SchulzPreserve default limit on submit
2009-04-07 Chad HorohoeFirst round of war on $wgTitle. Don't use it in Special...
2009-03-31 Andrew GarrettFix tag filtering by adding a FORCE INDEX to the releva...
2009-03-27 Siebrand Mazeland* add lower cased messages for Special:Contributions...
2009-03-26 Alexandre EmsenhuberUse parsemag rather than parseinline since the content...
2009-03-20 Aaron SchulzDon't apply DELETED_USER restriction on query for users...
2009-03-07 Jack Phoenixadd a link to Special:UserRights on Special:Contributio...
2009-03-07 Aaron Schulz* Added sp-contributions-logs message (bug 17834)
2009-03-05 Aaron Schulz(bug 17792) Hide DELETED_USER items
2009-03-02 Andrew GarrettPartial revert of r47930, accidentally included half...
2009-03-02 Andrew GarrettFix careless error in suppression on SpecialDeletedCont...
2009-02-24 Chad Horohoe(bug 17291) MediaWiki:Nocontribs should pass on $target...
2009-02-23 Aaron SchulzFix double-escaping from r47466 (feed calls getUrl...
2009-02-18 Chad Horohoe(bug 17556) <link> parameters in Special:Contributions...
2009-02-12 Aaron Schulz* consolidated getDateMenu duplication into xml.php
2009-02-09 Siebrand Mazeland(bug 7509) Separation strings should be configurable
2009-02-06 Chad Horohoe(bug 17379) GENDER now works with Contributions-title
2009-02-01 Niklas Laxström* Fix E_NOTICE for werdnum
2009-01-30 Andrew GarrettDon't show tag filter boxes if no tags are defined...
2009-01-30 Andrew GarrettE_NOTICE
2009-01-28 Aaron SchulzUse quickUserCan() at some possible performance hotspot...
2009-01-28 Andrew GarrettBranch merge of change-tagging branch with trunk
2009-01-28 Aaron Schulz(bug 17186) Fixed incorrect stub link classing at user...
2009-01-25 Aaron SchulzRevert r46180 and use newFromRow to get page_is_redirec...
2009-01-25 Aaron SchulzCheck $row->page_is_redirect directly
2009-01-25 Aaron SchulzImprove article ID process cache hit rate
2009-01-25 Aaron Schulz* redirect=no and mw-redirect classes to redirect pages...
2009-01-07 Raimond SpekkingReplaced some hardcoded colons with the colon-separator...
2009-01-03 Aaron Schulz(bug 15498) Provide links to revisions listed at the...
2009-01-03 Aaron SchulzMinor code cleanup
2008-12-19 Niklas Laxström* Springle some parsemag to the sidebar and tagline...
2008-11-19 Aaron SchulzAdd FeedItem::stripComment() and remove duplication
2008-11-06 Siebrand MazelandConsistent casing for addHTML()
2008-10-25 Aaron SchulzFix RSS for non 'newbies' targets
2008-10-19 Aaron Schulz(bug 6955) RSS feed for Special:Contributions/newbies
2008-10-17 Aaron SchulzRefactor contribs to use the newer class extension...
2008-09-23 Siebrand Mazeland* fix localised special pages for Special:DeletedContri...
2008-09-23 Siebrand MazelandAdd extension DeletedContributions to core
2008-09-22 Aaron SchulzUse IP::isIPAddress() to catch ranges and therefore...
2008-09-18 Brion VibberRevert r40953 '(bug 7509) Don't hardcode separation...
2008-09-17 Siebrand Mazeland(bug 7509) Don't hardcode separation strings, make...
2008-09-10 Aaron SchulzExclude bot edits from Special:Contributions/newbies...
2008-08-29 Aaron Schulz* Fix issue with "next" link going to the same place...
2008-08-12 Robert Leverington* (bug 15127) Add an additional space between the direc...
2008-08-07 Brion Vibber* (bug 14921) Special:Contributions/: add user name...
2008-08-07 Chad Horohoe+s
2008-08-07 Alexandre EmsenhuberRevert r38748; this allows to pass the bot param in...
2008-08-07 Chad HorohoeRemove (seemingly?) useless code. Feel free to revert...
2008-08-01 Aaron Schulz* Better yet, move getDateCond() to reverseChronologica...
2008-08-01 Aaron SchulzMinor refactoring and code style tweaks
next