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
/
revisiondelete
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove PhanUndeclaredStaticMethod from blacklist
Erik Bernhardson
2018-08-28
5
-15
/
+32
*
Fix some of the common typos
petarpetkovic
2018-08-16
1
-1
/
+1
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-2
/
+2
*
Use constants for rc_patrolled values instead of numbers
Amir Sarabadani
2018-04-13
2
-2
/
+2
*
Add `actor` table and code to start using it
Brad Jorsch
2018-02-23
8
-62
/
+169
*
Pass $key into CommentStore methods and use MediawikiServices
addshore
2018-02-05
2
-3
/
+4
*
Use ::class to resolve class names in includes files
Umherirrender
2018-01-27
1
-5
/
+5
*
Remove @param comments that literally repeat what the code says
Thiemo Mättig
2018-01-10
1
-1
/
+1
*
Replace selectFields() methods with getQueryInfo()
Brad Jorsch
2017-10-30
4
-18
/
+22
*
Fix typo
Brad Jorsch
2017-09-08
1
-1
/
+1
*
Always put type information before variable name for @var tags
Kunal Mehta
2017-09-04
2
-6
/
+6
*
Add `comment` table and code to start using it
Brad Jorsch
2017-08-30
2
-6
/
+11
*
Use short type bool/int in param documentation
Umherirrender
2017-08-20
2
-2
/
+2
*
Use correct variable name in @param documentation
Umherirrender
2017-08-11
1
-1
/
+1
*
Add missing & to @param documentation to match functon call
Umherirrender
2017-08-11
1
-1
/
+1
*
Remove unused and unnecessary imports
Thiemo Mättig
2017-06-12
1
-2
/
+0
*
Move IDatabase/IMaintainableDatabase to Rdbms namespace
Aaron Schulz
2017-03-28
7
-0
/
+13
*
Move ResultWrapper subclasses to Rdbms
Aaron Schulz
2017-03-03
1
-0
/
+2
*
Replace some of the deprecated wfGetLBFactory() calls
WMDE-Fisch
2017-02-07
1
-1
/
+4
*
Add tagging support to imagerotate, revisiondelete, and tag API modules
Justin Du
2016-12-31
1
-2
/
+7
*
Fix RevDel API output for formatversion=2
Brad Jorsch
2016-12-19
4
-18
/
+12
*
Replace Linker::link() with LinkRenderer in all revisiondelete pages
divadsn
2016-12-06
5
-23
/
+23
*
Remove wfGetCaller() dependency from DatabaseBase
Aaron Schulz
2016-09-15
1
-4
/
+7
*
Force primary index for RevDelRevisionList query
Roan Kattouw
2016-09-10
1
-1
/
+4
*
Make the page JOIN in RevDelRevisionList actually apply
Aaron Schulz
2016-09-09
1
-1
/
+1
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
2
-2
/
+2
*
Make various MWCallableUpdate usages rollback-safe
Aaron Schulz
2016-08-15
1
-1
/
+2
*
Fix inconsistent RevDelFileItem visibilities
Aaron Schulz
2016-08-05
2
-6
/
+4
*
Merge "Make revision deletion acquire file locks to avoid races"
jenkins-bot
2016-07-27
4
-11
/
+81
|
\
|
*
Make revision deletion acquire file locks to avoid races
Aaron Schulz
2016-07-26
4
-11
/
+81
*
|
Convert onTransactionIdle() callers to DeferredUpdate subclasses
Aaron Schulz
2016-07-25
1
-5
/
+7
*
|
Merge "Avoid calling rollback() in setVisibility() when nothing changed"
jenkins-bot
2016-07-22
1
-1
/
+1
|
\
\
|
*
|
Avoid calling rollback() in setVisibility() when nothing changed
Aaron Schulz
2016-07-21
1
-1
/
+1
*
|
|
Make non-exception rollback() calls safer
Aaron Schulz
2016-07-21
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge "Title::getLinkURL(): Allow expanding PROTO_RELATIVE too"
jenkins-bot
2016-07-20
2
-4
/
+2
|
\
\
|
|
/
|
/
|
|
*
Title::getLinkURL(): Allow expanding PROTO_RELATIVE too
Kunal Mehta
2016-07-01
2
-4
/
+2
*
|
Add $visibilityChangeMap parameter to RevDelList doPostCommitUpdates
Andrew Otto
2016-07-06
4
-7
/
+19
*
|
revisiondelete: Fix $oldBits/$newBits usage in setVisibility()
Aaron Schulz
2016-06-03
1
-3
/
+13
*
|
Clean up setVisibility() log type logic
Aaron Schulz
2016-06-03
1
-25
/
+31
|
/
*
RevDel: Fix ChangeTags for archived items
Matthew Flaschen
2016-05-24
2
-14
/
+51
*
Add a type hint to RevDelList::setVisibility
Leszek Manicki
2016-04-27
1
-1
/
+1
*
Change remaining places to use short array syntax
umherirrender
2016-03-11
1
-21
/
+21
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
13
-156
/
+156
*
Add IContextSource as parameter to ChangeTags::formatSummaryRow
Aashaka Shah
2016-02-04
1
-1
/
+5
*
Merge "Show change tags on Special:RevisionDelete"
jenkins-bot
2015-12-17
2
-9
/
+43
|
\
|
*
Show change tags on Special:RevisionDelete
mhutti1
2015-12-15
2
-9
/
+43
*
|
Merge "PHP 7 compatibility: Fix variable interpolation in RevisionDeleter.php"
jenkins-bot
2015-12-14
1
-1
/
+2
|
\
\
|
*
|
PHP 7 compatibility: Fix variable interpolation in RevisionDeleter.php
umherirrender
2015-12-03
1
-1
/
+2
*
|
|
Rename SquidUpdate => CdnCacheUpdate
Aaron Schulz
2015-12-09
1
-1
/
+1
|
|
/
|
/
|
*
|
Make CDN purge calls use DeferredUpdates
Aaron Schulz
2015-12-04
1
-4
/
+6
|
/
[next]