Coding style
[lhc/web/wiklou.git] / includes / specials / SpecialDeletedContributions.php
2010-08-14 Alexandre EmsenhuberStandardised file description headers; first path
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
2010-06-21 Sam ReedGPL Headers for all!
2010-03-10 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-21 Domas Mituzasdouble global declaration
2009-12-17 Raimond SpekkingFix a wrong comparison: User::idFromName returns null...
2009-12-15 Alexandre EmsenhuberReplaced all @fixme with "@todo Fixme" since doxygen...
2009-11-18 Aaron Schulzlast tweak for bug 21352 (RevDelete messages)
2009-11-14 Siebrand MazelandSync contributionsSub from SpecialContributions.php...
2009-11-14 Siebrand MazelandAdd tools link to user rights management for proviledge...
2009-10-30 Aaron Schulz* bug 21267 change "show/hide" to "show", if user canno...
2009-09-30 Aaron Schulz* Renamed deletedcontent to deletedtext
2009-09-28 Aaron Schulz* Split off deletedrevision (view only) right and give...
2009-09-23 Raimond Spekking* Consistency tweak: coalesce tool links with pipes...
2009-09-22 Aaron Schulz* Split out 'deletedcontent' from 'undelete' right...
2009-08-21 Aryeh GregorUse Html::input()/autofocus a bunch more places
2009-08-04 Aaron Schulzcheck 'undelete' for undelete page links
2009-08-04 Aryeh GregorShow change flag tooltips everywhere, not just RC
2009-08-03 Aaron Schulz* rev_deleted css fixes
2009-08-03 Aaron Schulzclean up bizarre code - use timestamp for links again...
2009-07-30 Aaron SchulzFollow-up to r54016: deletedcontribs
2009-07-30 Aaron SchulzTweak 'restore' link in deletedcontribs to say 'view...
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-13 Niklas LaxströmSome escaping fixes and related readability changes
2009-06-17 Niklas LaxströmUse addWikiMsg or wrapWikiMsg
2009-06-15 Alexandre EmsenhuberAdded new message 'sp-deletedcontributions-contribs...
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-08 Siebrand MazelandUse link() instead of deprecated makeLinkObj() where...
2009-05-04 Aaron Schulz(bug 18666) Add show/hide links to deletedcontribs
2009-04-28 Chad HorohoeKill a bunch of unused $wgUser
2009-04-07 Chad HorohoeFirst round of war on $wgTitle. Don't use it in Special...
2009-03-30 Alexandre Emsenhuber* (bug 18259) Special:DeletedContributions now also...
2009-03-20 Aaron SchulzFix typo - suppressrevision
2009-03-20 Aaron SchulzVisibility tweak on ar_deleted per bug 17792
2009-03-02 Andrew GarrettFix careless error in suppression on SpecialDeletedCont...
2009-02-09 Siebrand MazelandReplace hard coded pipe separators with locale based
2009-02-06 Chad Horohoe(bug 17379) GENDER now works with Contributions-title
2009-01-26 Siebrand MazelandIntroduce 'deletedcontributions-title' as page title...
2009-01-19 Roan KattouwRevert r45821, r45830, r45831 and r45835 all in order...
2009-01-17 Roan KattouwAnother followup to r45819: update references to the...
2009-01-08 Tim StarlingUSE INDEX is the option name, it's converted to MySQL...
2008-11-06 Siebrand MazelandConsistent casing for addHTML()
2008-10-20 Fran RogersFor consistency, make the DeletedContributions pager...
2008-10-20 Fran RogersUse the ContributionsToolLinks hook on Deleted Contribu...
2008-09-23 Siebrand MazelandAdd extension DeletedContributions to core