* (bug 21593) Special:UserRights now lists automatic groups membership
[lhc/web/wiklou.git] / includes / specials / SpecialRevisiondelete.php
2009-12-11 Aaron Schulz(bug 20928) Added tri-state form for RevisionDelete...
2009-11-13 Aaron SchulzUse reverse chronological order for all item lists
2009-10-31 Aaron Schulzplural tweak for bug 21352
2009-10-24 Aaron Schulzbug 21265 Special:Revisiondelete: disable revision...
2009-10-24 Aaron SchulzSplit confirm message from revdelete-text (bug 21264)
2009-10-24 Aaron SchulzShow UI edit link only as needed (bug 21263)
2009-10-06 Tim Starling(bug 20966) Use the name of the <button> element to...
2009-09-30 Aaron SchulzFixed regression: deleted file link was not greyed...
2009-09-30 Aaron Schulz* Renamed deletedcontent to deletedtext
2009-09-30 Aaron SchulzFixed deleted image link regression: was totally broken
2009-09-28 Aaron Schulz* Split off deletedrevision (view only) right and give...
2009-09-16 TobiasFollow-up on r56284: LogEventsList::showLogExtract...
2009-09-14 Aaron Schulzbug 18472 Suppression log filtered by "offender", as...
2009-09-12 TobiasAdjust the time according to the user configuration...
2009-09-05 Aaron SchulzMove checkboxes back a bit
2009-09-04 Raimond SpekkingMake revdel input form more consistent with other forms:
2009-09-03 Aaron Schulz(bug 19912) Fixed regression were file links were never...
2009-09-03 Aaron SchulzRemoved pointless intval of the $ids array; it was...
2009-09-02 Aaron Schulz(bug 18862) RevisionDelete dropdowns
2009-09-02 Aaron Schulz* Fix for r55741 - selecting no revisions made PHP...
2009-09-02 Tim Starling* Fixed CR r48837. Although using ids[]=x in the query...
2009-08-26 Alexandre EmsenhuberFollow-up r55584: seems that the "View logs for this...
2009-08-25 Alexandre Emsenhuber* (bug 20380) Link to history/log action at the top...
2009-07-19 Siebrand MazelandUse $wgLang->pipeList() instead of separating with "/"
2009-06-15 Siebrand MazelandFix double escaping issues. Related to r51559 and friends.
2009-06-07 Siebrand Mazeland* replace use of deprecated makeKnownLinkObj() by linkK...
2009-06-06 Siebrand MazelandFollow-up to r51539: fix syntax error
2009-06-06 Siebrand Mazeland* replace use of deprecated makeLinkObj() by link(...
2009-06-06 Tim StarlingFix for CR r51279: reload data from master post-submit...
2009-06-02 Aaron SchulzBreak long lines
2009-06-02 Tim StarlingReverted r51291 (including random formatting changes...
2009-06-01 Aaron SchulzTweak r51279: re-added ability to hide comment/user...
2009-06-01 Purodha B Blissenbach(r51282) apparent typo in comment corrected.
2009-06-01 Alexandre Emsenhuberforgot to save this before committing *sigh*
2009-06-01 Alexandre EmsenhuberFix some doxygen warnings
2009-06-01 Tim StarlingSplit date and time as requested by Nikerabbit.
2009-06-01 Tim StarlingIn Special:RevisionDelete:
2009-05-26 Aaron Schulz(bug 18772) Removed redundant 'deletedrev' message...
2009-05-24 Siebrand MazelandProper casing for getDBkey()
2009-05-22 Niklas LaxströmEscaping fixes
2009-05-14 Aaron SchulzTweaks to r50567:
2009-05-13 Aaron SchulzGive failure message rather than assuming field 0 for...
2009-05-13 Aaron Schulz[schema change] Use new log_search table to replace...
2009-05-04 Aaron Schulz*(bug 18676) Fixed nonsensical cache invalidation on...
2009-04-23 Aaron Schulzrevert code from r49742 accidentally committed
2009-04-23 Aaron SchulzChange for bug 18383, suppress user/talk page on user...
2009-04-17 Aaron SchulzTweak for bug 18450, commit the transaction before...
2009-04-13 Aaron SchulzRemove extra code left in r49433
2009-04-13 Aaron SchulzDisable extract for log items for speed
2009-04-12 Aaron SchulzMore log extract cleanup
2009-04-11 Aaron SchulzRemoved $wgTitle from PageHistory
2009-04-11 Aaron Schulz* Filter out duplicated url parameters
2009-04-10 Aaron Schulzminor style tweaks
2009-04-10 Aaron Schulz(bug 18361) Suppression log should be in the UI languag...
2009-04-07 Alexandre EmsenhuberFollow-up r49280: use $this->getTitle() since this...
2009-04-07 Chad HorohoeFirst round of war on $wgTitle. Don't use it in Special...
2009-04-06 Aaron Schulz* (bug 17543) Allow partial hiding of top revision
2009-04-05 Aaron Schulz* Removed unused par
2009-04-03 Aaron SchulzCorrect empty case for r49149
2009-04-03 Aaron SchulzTweak/fixes to r49149
2009-04-03 Aaron SchulzRevisionDelete log extract query optimizations
2009-03-27 Aaron SchulzMinor cleanup & refactoring of revisiondelete
2009-03-26 Aaron SchulzFix for r48839: log deletion uses a different action
2009-03-26 Aaron SchulzAdded log_action filter
2009-03-25 Aaron Schulz* Changes to r48839
2009-03-25 Aaron SchulzDon't filter log if there are a lot of relevant items
2009-03-25 Aaron Schulz(bug 15814) Filter log chunk at Special:RevisionDelete...
2009-03-25 Aaron Schulzfix for old image deletion log params
2009-03-25 Aaron SchulzFix url params for multi-item deletion by converting...
2009-03-22 Aaron SchulzExpand on r48665 - include multi-rev case
2009-03-22 Aaron Schulz*Use appropriate notarget message
2009-03-22 Aaron Schulz(bug 17440) Avoid slave lag
2009-03-22 Aaron SchulzRevisionDelete - Improved handling of page moves
2009-03-09 Alexandre Emsenhuber* Fix class name in SpecialPage::$mList
2009-03-09 Aaron SchulzUse UnlistedSpecialPage
2009-03-09 Aaron Schulzrm whitespace
2009-03-09 Aaron Schulz* Refactored revisiondelete to use subclassing
2009-03-08 Alexandre EmsenhuberThe correct right is "suppressrevision", not "hiderevis...
2009-03-07 Aaron SchulzRemove more duplication
2009-03-07 Aaron Schulz* Added revdelete-suppress-text
2009-02-24 Alexandre EmsenhuberCorrect fix for r47709: the second parameter to wfTimes...
2009-02-23 Aaron SchulzFix timestamp bug from r47709
2009-02-23 Alexandre EmsenhuberTweaks for Special:RevisonDelete:
2009-02-17 Aaron SchulzFix more double quoting
2009-02-17 Aaron Schulz(bug 17542) RevisionDeleted failed on deleted revisions...
2009-02-09 Aaron SchulzTweaks for bug 17060
2009-02-02 Siebrand Mazeland(bug 17283) Remove double URL escaping in show/hide...
2009-01-30 Brion VibberClean up database access in revisiondelete
2009-01-18 Alex Z(bug 17054) more descriptive error messages for Special...
2009-01-13 X!(bug 17000) Special:RevisionDelete now checks if the...
2008-11-06 Siebrand MazelandConsistent casing for wfGetDB(), getDB(), and getDBKey()
2008-11-06 Siebrand MazelandConsistent casing for addHTML()
2008-11-04 Chad HorohoeRemove some unused globals.
2008-09-07 Aaron Schulz* Reduce hook usage
2008-07-14 Niklas Laxström* Cleanup for r37375. Split duplicated code into functi...
2008-07-10 Niklas Laxström* Why on earth is this using content language
2008-07-09 Brion Vibberfix to r37375 -- spell fieldset correctly :)
2008-07-09 Niklas Laxström* Fix some misuse of message functions
2008-06-19 Brion VibberRename all the special page class files back to their...