aboutsummaryrefslogtreecommitdiffstats
path: root/includes/FileDeleteForm.php
Commit message (Expand)AuthorAgeFilesLines
* Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-211-2/+0
* FileDeleteForm: Create log entry even if the page didn't existBrad Jorsch2017-06-121-1/+21
* Replace some of the deprecated wfGetLBFactory() callsWMDE-Fisch2017-02-071-1/+2
* Replaced all deprecated Linker methods with proper ones in core(1)Yuriy Shnitkovskiy2017-01-201-2/+4
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-1/+1
* Move tagging of API deletions to RC savecenarium2016-09-211-2/+5
* Use Status::isOK() method in FileDeleteFormAaron Schulz2016-09-201-1/+1
* Remove direct rollback() calls from some placesAaron Schulz2016-08-231-23/+16
* Make non-exception rollback() calls saferAaron Schulz2016-07-211-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-12/+12
* Convert doDeleteArticleReal to startAtomic()/endAtomic()Aaron Schulz2015-10-261-1/+6
* Return log id for file deletionsBrad Jorsch2015-10-071-0/+3
* Revert "Remove mismatched COMMIT from FileDeleteForm"Aaron Schulz2015-10-061-1/+3
* Remove mismatched COMMIT from FileDeleteFormAaron Schulz2015-10-051-3/+1
* Use Linker::linkKnown for some links to MediaWiki pages from navigationumherirrender2015-06-191-1/+1
* Fix edit link for messages in $wgForceUIMsgAsContentMsgumherirrender2015-05-151-1/+1
* Updated some try-catch statements: MWException -> ExceptionAaron Schulz2015-01-091-1/+1
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-1/+1
* Make phpcs-strict pass on includes/ (1/~10)Siebrand Mazeland2014-05-111-8/+31
* Pass $user to LocalFileDeleteBatchumherirrender2014-05-061-2/+2
* Fixed some @params documentation (includes/*)umherirrender2014-04-201-5/+6
* Removed unneeded spaces and colons in @param and friendsumherirrender2014-04-081-7/+7
* Add user rights 'viewmywatchlist', 'editmywatchlist'Brad Jorsch2013-06-261-7/+1
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-13/+13
* Fix case of some Title methodsAlexandre Emsenhuber2013-03-271-1/+1
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-3/+3
* fix some spacingumherirrender2013-02-041-4/+4
* Update docs for return and exception infoSiebrand Mazeland2012-10-091-0/+1
* Added a pile of missing bracketsjeroendedauw2012-09-271-1/+2
* Replace deprecated wfMsg* calls with Message class calls.Siebrand Mazeland2012-08-211-19/+24
* (bug 37638) Remove calls to deprecated LogPage::logName method.Dereckson2012-08-151-1/+2
* Use ManualLogEntry instead of LogPage to add a new log entry of old file vers...Alexandre Emsenhuber2012-07-011-2/+9
* Merge "Expose the log_id of the deletion log entry in the action=delete API"Siebrand2012-07-011-1/+4
|\
| * Expose the log_id of the deletion log entry in the action=delete APICatrope2012-05-131-1/+4
* | Deprecated Title::userIsWatching(); use User::isWatched() instead.Alexandre Emsenhuber2012-06-291-5/+7
* | Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-141-1/+22
|/
* Follow-up r113939: Add divs to addWikiText().Siebrand Mazeland2012-03-171-3/+1
* * r113886: use <div> instead of span to wrap element that has p tags.Aaron Schulz2012-03-151-2/+2
* More __METHOD__ into db related methodsSam Reed2012-02-241-3/+3
* 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