Followup r78924: keep track of exception/warning comments separately, to prevent...
[lhc/web/wiklou.git] / includes / FileDeleteForm.php
2010-10-31 Sam ReedUpdate deprecated method calls
2010-09-30 Chad HorohoeRefactor GAID_FOR_UPDATE into Title::GAID_FOR_UPDATE...
2010-08-29 PlatonidesFollow up r32776.
2010-08-19 Sam ReedMore unused....
2010-02-26 Max SemenikUncommented line from r63018
2010-02-26 Max Semenik(bug 17560) Half-broken deletion moved image files...
2010-01-13 Alexandre Emsenhuber* Document a bit
2009-11-27 Raimond SpekkingFix a Fatal: Call to a member function isLoggedIn(...
2009-11-14 Matěj Grabovský(bug 21455) Fixed "Watch this page" checkbox appearing...
2009-11-02 Raimond Spekkingi18n tweak: Use 'colon-separator' instead of hardcoded...
2009-11-02 Raimond SpekkingPartly revert r57148. The search&replace was a bit...
2009-10-15 Aaron SchulzBolden suppression check label as it is for non-image...
2009-09-30 Aaron Schulz* Renamed deletedcontent to deletedtext
2009-06-07 Siebrand MazelandFollow-up to r51559 per CR: initialise $q to prevent...
2009-06-06 Siebrand Mazeland* replace some use of deprecated makeKnownLinkObj(...
2009-06-05 Alexandre EmsenhuberFix for r51493, r51084 and realted: use Title::makeTitl...
2009-06-05 Siebrand MazelandFollow-up to r51084:
2009-05-27 Siebrand MazelandFix a usability issue on protect and [file ]delete...
2009-01-29 Andrew GarrettFix broken calls to ArticleDelete hook.
2009-01-07 Raimond SpekkingReplaced some hardcoded colons with the colon-separator...
2009-01-01 Raimond SpekkingFix PHP fatal error in /usr/local/apache/common-local...
2008-12-29 Aaron Schulz* (bug 16209) Deleted images are not watched
2008-11-06 Siebrand MazelandConsistent casing for addHTML()
2008-10-06 Raimond Spekking* Fix sequence of tabindex
2008-09-18 Chad HorohoeAdd id to file delete confirmation form.
2008-09-16 Aaron Schulz* Make sure we have the right article ID, not slave...
2008-09-16 Aaron Schulz* Remove unneeded code
2008-05-25 Aaron SchulzRename 'hiderevision' to 'suppressrevision'
2008-05-24 Aaron SchulzExtra sanity check
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-26 Aaron SchulzMake suppression require hiderevision
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-04 Bryan Tong MinhShow a normal permissionsErrorPage when the user does...
2008-04-04 Bryan Tong MinhMoved file deletion code to a more abstract FileDeleteF...
2008-04-03 Robert StojnićSuboptimal solution for one of the issues behind bug...
2008-04-02 Aaron SchulzAdd showLogExtract() and remove use of FauxRequest...
2008-03-15 Aaron SchulzMore rev_deleted merging
2008-03-06 Raimond Spekking* (bug 13274) Change links for messages to ucfirst...
2008-03-06 Raimond Spekking* Add links to page and file deletion forms to edit...
2008-03-01 Bryan Tong MinhFix description for UploadComplete hook. New hooks...
2008-02-13 Brion Vibber* (bug 12935, 12981) Fully-qualify archive URLs in...
2008-02-13 Brion Vibber* (bug 12935) Fully-qualify archive URLs correctly...
2008-02-06 Raimond Spekking* (bug 12919) Use 'deletedrevision' message as content...
2008-02-04 Huji(bug 12892) Poor tab indexing on "delete file" form
2008-01-30 Brion Vibberfix html regression: missing id attribute on wpReason...
2008-01-29 Brion VibberCleanup -- fix broken XHTML in deletion forms
2008-01-29 Raimond SpekkingFix double escaping. Thanks to Nikerabbit :)
2008-01-29 Raimond Spekking* Prettify input form for RTL wikis
2008-01-28 Brion VibberCleanup for r30216:
2008-01-28 Huji* Renaming Xml::reasonDropDown to Xml::listDropDown...
2008-01-25 Tim StarlingFixed broken HTML
2008-01-24 Huji(bug 12214) Add a predefined list of delete reasons...
2007-12-11 Raimond Spekking* Set proper page title for successful file deletion
2007-10-01 Brion VibberRevert r26281 for the moment. Big patch, changes severa...
2007-10-01 Aaron Schulz*Clean up deletion of revisions and remove some gaps
2007-09-28 Rob Church(bug 11478) Fix undefined method call in file deletion...
2007-09-13 Raimond Spekking* Add name/id to submit button, per request of de.wp
2007-09-10 Brion Vibber* (bug 11179) Include image version deletion comment...
2007-08-27 Rob ChurchShow relevant deletion log lines
2007-08-27 Rob Church(bug 11079) Use 'wpReason' as the comment field name...
2007-08-22 Rob ChurchAdd links back to the image in deletion and reversion...
2007-08-21 Nick JenkinsStatic code analysis housekeeping time... things that...
2007-08-20 Rob ChurchMore robust existence/sanity checking
2007-08-20 Rob ChurchAs r24950, but for FileDeleteForm
2007-08-17 Rob ChurchRemove some declarations for unused globals...
2007-08-17 Rob Church* Confirmation is now required when deleting old versio...