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
*
Revert "Use CsrfTokenSet as CSRF token source"
Kunal Mehta
2021-08-05
2
-8
/
+5
*
Replace deprecated CommentStore::getStore in RevDelLogItem
Umherirrender
2021-08-04
2
-8
/
+21
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-1
/
+1
*
More master -> primary documentation and internal var renaming
James D. Forrester
2021-07-15
1
-1
/
+1
*
Schema migration for revison_actor_temp table removal
Tim Starling
2021-07-14
1
-5
/
+20
*
Use CsrfTokenSet as CSRF token source
Petr Pchelko
2021-07-12
2
-5
/
+8
*
Post Revision-removal cleanup
DannyS712
2021-06-24
1
-1
/
+1
*
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
1
-1
/
+1
*
ArchivedFile: replace ::getUser methods with ::getUploader
Petr Pchelko
2021-06-04
1
-5
/
+7
*
Deprecate File::getUser in favor of File::getUploader
Petr Pchelko
2021-06-02
1
-11
/
+13
*
Using RevisionListBase::getPage instead of calling $title directly
ZabeMath
2021-05-13
1
-2
/
+2
*
RevisionDeleter: Use PageIdentity instead of Title
daniel
2021-05-06
10
-34
/
+41
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
9
-10
/
+10
*
Merge "Add classes to when a linked change is suppressed"
jenkins-bot
2021-04-29
1
-1
/
+2
|
\
|
*
Add classes to when a linked change is suppressed
Amir Sarabadani
2021-04-29
1
-1
/
+2
*
|
Stop using legacy ActorMigration field "log_user"
Tim Starling
2021-04-28
3
-13
/
+11
|
/
*
Use Authority for revision audience where possible
Petr Pchelko
2021-02-24
1
-19
/
+9
*
Introduce ActorStore, ActorLookup and ActorFactory.
Petr Pchelko
2021-02-08
1
-1
/
+6
*
Add dependency injection to RevDelList classes
DannyS712
2020-12-11
7
-43
/
+294
*
Remove RevisionDeleter::checkRevisionExistence
DannyS712
2020-12-01
1
-26
/
+0
*
Document hook names in hook interfaces.
daniel
2020-09-27
1
-0
/
+3
*
Replace "@stable for implementation" with "@stable to implement"
daniel
2020-07-13
1
-1
/
+1
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-1
/
+5
*
Add missing public visibility on some methods
Umherirrender
2020-05-08
1
-1
/
+1
*
Remove use of Revision objects in RevisionItem classes
DannyS712
2020-05-05
4
-19
/
+25
*
Replace various uses of Revision objects
DannyS712
2020-05-01
1
-31
/
+50
*
Hook interface doc comment followup
Tim Starling
2020-04-21
1
-1
/
+1
*
docs: Hook interface doc comment review
apaskulin
2020-04-21
1
-6
/
+8
*
Automatically generated hook interfaces
Tim Starling
2020-04-20
1
-0
/
+27
*
Pass RevisionRecord to Linker methods
DannyS712
2020-04-18
1
-2
/
+2
*
Add small HtmlCacheUpdater service class to normalize purging code (2)
Aaron Schulz
2020-04-14
2
-5
/
+6
*
Replace remaining uses and hard deprecate Revision::newFromArchiveRow
DannyS712
2020-04-01
1
-2
/
+14
*
Hard deprecate Revision::getQueryInfo and ::getArchiveQueryInfo
DannyS712
2020-03-26
2
-3
/
+7
*
Always pass a user when using FOR_THIS_USER on revision methods
DannyS712
2020-03-23
1
-3
/
+3
*
Merge "Use MediaWikiServices::getRepoGroup in special page related classes"
jenkins-bot
2020-03-14
3
-3
/
+7
|
\
|
*
Use MediaWikiServices::getRepoGroup in special page related classes
Umherirrender
2020-03-14
3
-3
/
+7
*
|
Hard deprecate Revision::userCan
DannyS712
2020-03-11
1
-6
/
+18
|
/
*
Upgrade phan to 0.9.1
Daimona Eaytoy
2020-01-25
1
-1
/
+0
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-1
/
+1
*
build: Upgrade phan to 0.9.0
Daimona Eaytoy
2019-12-07
1
-0
/
+1
*
Merge "Set method visibility for various constructors"
jenkins-bot
2019-12-05
1
-1
/
+1
|
\
|
*
Set method visibility for various constructors
Umherirrender
2019-12-03
1
-1
/
+1
*
|
Remove hacks for lack of index on rc_this_oldid
Brad Jorsch
2019-12-04
1
-2
/
+0
*
|
REST PageHistoryCount: Add object caching with incremental updates.
Petr Pchelko
2019-11-27
1
-0
/
+4
|
/
*
revisionlist: Strict type hints in RevisionItem constructors
Thiemo Kreuz
2019-10-25
3
-4
/
+4
*
Merge "Avoid use of private properties in RevDelFileItem::getApiData"
jenkins-bot
2019-10-23
1
-3
/
+3
|
\
|
*
Avoid use of private properties in RevDelFileItem::getApiData
Umherirrender
2019-10-13
1
-3
/
+3
*
|
Convert some private static arrays to constants
Max Semenik
2019-10-16
1
-11
/
+11
|
/
*
revisionlist: Fix bad type hints in RevisionListBase
Thiemo Kreuz
2019-10-05
1
-1
/
+0
*
phan: Disable enable_class_alias_support
Umherirrender
2019-09-15
9
-9
/
+9
[next]