check that $wgArticle is an instance of the Article class in Skin::pageStats() per...
[lhc/web/wiklou.git] / includes / FileDeleteForm.php
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...