index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
FileDeleteForm.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove auto-generated "Constructor" documentation on constructors
Thiemo Mättig
2017-07-21
1
-2
/
+0
*
FileDeleteForm: Create log entry even if the page didn't exist
Brad Jorsch
2017-06-12
1
-1
/
+21
*
Replace some of the deprecated wfGetLBFactory() calls
WMDE-Fisch
2017-02-07
1
-1
/
+2
*
Replaced all deprecated Linker methods with proper ones in core(1)
Yuriy Shnitkovskiy
2017-01-20
1
-2
/
+4
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-1
/
+1
*
Move tagging of API deletions to RC save
cenarium
2016-09-21
1
-2
/
+5
*
Use Status::isOK() method in FileDeleteForm
Aaron Schulz
2016-09-20
1
-1
/
+1
*
Remove direct rollback() calls from some places
Aaron Schulz
2016-08-23
1
-23
/
+16
*
Make non-exception rollback() calls safer
Aaron Schulz
2016-07-21
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-12
/
+12
*
Convert doDeleteArticleReal to startAtomic()/endAtomic()
Aaron Schulz
2015-10-26
1
-1
/
+6
*
Return log id for file deletions
Brad Jorsch
2015-10-07
1
-0
/
+3
*
Revert "Remove mismatched COMMIT from FileDeleteForm"
Aaron Schulz
2015-10-06
1
-1
/
+3
*
Remove mismatched COMMIT from FileDeleteForm
Aaron Schulz
2015-10-05
1
-3
/
+1
*
Use Linker::linkKnown for some links to MediaWiki pages from navigation
umherirrender
2015-06-19
1
-1
/
+1
*
Fix edit link for messages in $wgForceUIMsgAsContentMsg
umherirrender
2015-05-15
1
-1
/
+1
*
Updated some try-catch statements: MWException -> Exception
Aaron Schulz
2015-01-09
1
-1
/
+1
*
Replace wfRunHooks calls with direct Hooks::run calls
Aaron Schulz
2014-12-10
1
-1
/
+1
*
Make phpcs-strict pass on includes/ (1/~10)
Siebrand Mazeland
2014-05-11
1
-8
/
+31
*
Pass $user to LocalFileDeleteBatch
umherirrender
2014-05-06
1
-2
/
+2
*
Fixed some @params documentation (includes/*)
umherirrender
2014-04-20
1
-5
/
+6
*
Removed unneeded spaces and colons in @param and friends
umherirrender
2014-04-08
1
-7
/
+7
*
Add user rights 'viewmywatchlist', 'editmywatchlist'
Brad Jorsch
2013-06-26
1
-7
/
+1
*
Fixed spacing in files direct in includes folder
umherirrender
2013-04-21
1
-13
/
+13
*
Fix case of some Title methods
Alexandre Emsenhuber
2013-03-27
1
-1
/
+1
*
Fixed @param tags to conform with Doxygen format.
Tyler Anthony Romeo
2013-03-11
1
-3
/
+3
*
fix some spacing
umherirrender
2013-02-04
1
-4
/
+4
*
Update docs for return and exception info
Siebrand Mazeland
2012-10-09
1
-0
/
+1
*
Added a pile of missing brackets
jeroendedauw
2012-09-27
1
-1
/
+2
*
Replace deprecated wfMsg* calls with Message class calls.
Siebrand Mazeland
2012-08-21
1
-19
/
+24
*
(bug 37638) Remove calls to deprecated LogPage::logName method.
Dereckson
2012-08-15
1
-1
/
+2
*
Use ManualLogEntry instead of LogPage to add a new log entry of old file vers...
Alexandre Emsenhuber
2012-07-01
1
-2
/
+9
*
Merge "Expose the log_id of the deletion log entry in the action=delete API"
Siebrand
2012-07-01
1
-1
/
+4
|
\
|
*
Expose the log_id of the deletion log entry in the action=delete API
Catrope
2012-05-13
1
-1
/
+4
*
|
Deprecated Title::userIsWatching(); use User::isWatched() instead.
Alexandre Emsenhuber
2012-06-29
1
-5
/
+7
*
|
Added missing GPLv2 headers in some places.
Alexandre Emsenhuber
2012-05-14
1
-1
/
+22
|
/
*
Follow-up r113939: Add divs to addWikiText().
Siebrand Mazeland
2012-03-17
1
-3
/
+1
*
* r113886: use <div> instead of span to wrap element that has p tags.
Aaron Schulz
2012-03-15
1
-2
/
+2
*
More __METHOD__ into db related methods
Sam Reed
2012-02-24
1
-3
/
+3
*
More return documentation
Sam Reed
2012-02-09
1
-0
/
+1
*
Follow-up r110750: move constants to a different class per CR
Max Semenik
2012-02-07
1
-1
/
+1
*
Fixed r63018: made it possible to delte half-baked images w/o descriptions, c...
Max Semenik
2012-02-06
1
-5
/
+7
*
Removed useless call to Title::getArticleID(); let WikiPage::doDeleteArticle(...
Alexandre Emsenhuber
2012-01-03
1
-2
/
+1
*
Per GrafZahl, fix for r103202: forgot to change two instances of $title to $t...
Alexandre Emsenhuber
2011-12-31
1
-2
/
+2
*
revert r106095, fix apparently not this simple
Jeroen De Dauw
2011-12-13
1
-1
/
+1
*
logName -> getName
Jeroen De Dauw
2011-12-13
1
-1
/
+1
*
Following r100264, update usages in core
John Du Hart
2011-11-16
1
-1
/
+1
*
* Factorise common code in ImagePage::delete() and allow normal page deletion...
Alexandre Emsenhuber
2011-11-15
1
-16
/
+27
*
* Changed OutputPage's handling of subtitles to use an array and implode it w...
Alexandre Emsenhuber
2011-11-08
1
-4
/
+1
*
Cleanup to deletion related code:
Alexandre Emsenhuber
2011-11-03
1
-8
/
+9
[next]