aboutsummaryrefslogtreecommitdiffstats
path: root/includes/FileDeleteForm.php
Commit message (Expand)AuthorAgeFilesLines
* More return documentationSam Reed2012-02-091-0/+1
* Follow-up r110750: move constants to a different class per CRMax Semenik2012-02-071-1/+1
* Fixed r63018: made it possible to delte half-baked images w/o descriptions, c...Max Semenik2012-02-061-5/+7
* Removed useless call to Title::getArticleID(); let WikiPage::doDeleteArticle(...Alexandre Emsenhuber2012-01-031-2/+1
* Per GrafZahl, fix for r103202: forgot to change two instances of $title to $t...Alexandre Emsenhuber2011-12-311-2/+2
* revert r106095, fix apparently not this simpleJeroen De Dauw2011-12-131-1/+1
* logName -> getNameJeroen De Dauw2011-12-131-1/+1
* Following r100264, update usages in coreJohn Du Hart2011-11-161-1/+1
* * Factorise common code in ImagePage::delete() and allow normal page deletion...Alexandre Emsenhuber2011-11-151-16/+27
* * Changed OutputPage's handling of subtitles to use an array and implode it w...Alexandre Emsenhuber2011-11-081-4/+1
* Cleanup to deletion related code:Alexandre Emsenhuber2011-11-031-8/+9
* * Made PermissionsError exception accept an optional second parameter for the...Alexandre Emsenhuber2011-11-021-5/+5
* More documentationSam Reed2011-10-291-0/+14
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-271-2/+2
* Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi...Alexandre Emsenhuber2011-10-241-2/+2
* Allow LogEventsList::showLogExtract() to get a Title object instead of having...Alexandre Emsenhuber2011-09-241-1/+1
* * Call Linker methods staticallyAlexandre Emsenhuber2011-09-231-19/+9
* Couple more pieces of wikia upstreamingSam Reed2011-08-191-4/+8
* Make the PROTO_ parameter to wfExpandUrl() explicit in all calls. There are n...Roan Kattouw2011-08-191-1/+1
* Follow-up r90482: escape some more wikitextMatěj Grabovský2011-06-221-2/+2
* WatchAction requires token (BREAKING CHANGE)Krinkle2011-06-061-4/+4
* Fix regression in r84638, causing ArticleDeleteComplete to be called twice on...Roan Kattouw2011-06-021-1/+0
* Tidy up some unused variables and suchSam Reed2011-04-231-1/+0
* r86001, now with less scariness :P I took out the delete action and did purg...Happy-melon2011-04-141-2/+2
* Revert r86001: Brion says it's too scary :D will recommit in piecesHappy-melon2011-04-131-2/+2
* New infrastructure for actions, as discussed on wikitech-l. Fairly huge commit.Happy-melon2011-04-131-2/+2
* Moving deletion hooks into doArticleDelete so that other code can sanely dele...Ryan Lane2011-03-231-16/+14
* Update deprecated method callsSam Reed2010-10-311-1/+1
* Refactor GAID_FOR_UPDATE into Title::GAID_FOR_UPDATE. Yay less file-scope cod...Chad Horohoe2010-09-301-1/+1
* Follow up r32776.Platonides2010-08-291-2/+3
* More unused....Sam Reed2010-08-191-1/+0
* Uncommented line from r63018Max Semenik2010-02-261-1/+1
* (bug 17560) Half-broken deletion moved image files to deletion archive withou...Max Semenik2010-02-261-9/+21
* * Document a bitAlexandre Emsenhuber2010-01-131-3/+12
* Fix a Fatal: Call to a member function isLoggedIn() on a non-object in /var/w...Raimond Spekking2009-11-271-0/+1
* (bug 21455) Fixed "Watch this page" checkbox appearing on some special pages ...Matěj Grabovský2009-11-141-3/+7
* i18n tweak: Use 'colon-separator' instead of hardcoded colonRaimond Spekking2009-11-021-1/+1
* Partly revert r57148. The search&replace was a bit too wide. It catches a mes...Raimond Spekking2009-11-021-1/+1
* Bolden suppression check label as it is for non-image pagesAaron Schulz2009-10-151-2/+2
* * Renamed deletedcontent to deletedtextAaron Schulz2009-09-301-1/+1
* Follow-up to r51559 per CR: initialise $q to prevent PHP notice.Siebrand Mazeland2009-06-071-0/+3
* * replace some use of deprecated makeKnownLinkObj() by link() in coreSiebrand Mazeland2009-06-061-6/+13
* Fix for r51493, r51084 and realted: use Title::makeTitle() rather than Title:...Alexandre Emsenhuber2009-06-051-1/+1
* Follow-up to r51084:Siebrand Mazeland2009-06-051-1/+1
* Fix a usability issue on protect and [file ]delete forms. "Edit ... reasons" ...Siebrand Mazeland2009-05-271-1/+7
* Fix broken calls to ArticleDelete hook.Andrew Garrett2009-01-291-1/+2
* Replaced some hardcoded colons with the colon-separator messageRaimond Spekking2009-01-071-1/+1
* Fix PHP fatal error in /usr/local/apache/common-local/php-1.5/includes/FileD...Raimond Spekking2009-01-011-1/+1
* * (bug 16209) Deleted images are not watchedAaron Schulz2008-12-291-3/+19
* Consistent casing for addHTML()Siebrand Mazeland2008-11-061-4/+4