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
...
*
Reorg: Move DummyLinker and Linker to linker/
Amir Sarabadani
2022-12-08
2
-0
/
+2
*
Remove RevDelList::reloadFromMaster
Matěj Suchánek
2022-11-28
1
-8
/
+0
*
Merge "Sort logging table by timestamp and log id"
jenkins-bot
2022-10-26
1
-1
/
+1
|
\
|
*
Sort logging table by timestamp and log id
Umherirrender
2022-10-09
1
-1
/
+1
*
|
Use short array destructuring instead of list()
Tim Starling
2022-10-21
2
-2
/
+2
|
/
*
Call IContextSource::getAuthority instead of IContextSource::getUser
Umherirrender
2022-06-29
2
-5
/
+5
*
Show change tags for log entries on Special:RevisionDelete
Umherirrender
2022-05-31
2
-9
/
+37
*
Merge "Start clean up of revision_actor_temp table"
jenkins-bot
2022-05-23
1
-29
/
+6
|
\
|
*
Start clean up of revision_actor_temp table
Amir Sarabadani
2022-05-23
1
-29
/
+6
*
|
Merge "revisionlist: Store page identity instead of Title"
jenkins-bot
2022-05-23
4
-14
/
+19
|
\
\
|
|
/
|
/
|
|
*
revisionlist: Store page identity instead of Title
Umherirrender
2022-04-16
4
-14
/
+19
*
|
Use MainConfigNames instead of string literals, #2
Aryeh Gregor
2022-04-13
1
-1
/
+2
|
/
*
Fix various documentation related to null types
Umherirrender
2022-02-26
1
-3
/
+3
*
revisiondelete: make RevDelList use cancelAtomic() instead of rollbackPrimary...
Aaron Schulz
2022-02-21
1
-2
/
+2
*
Don't double-escape the ellipses in Language::truncateForVisual()
C. Scott Ananian
2022-02-10
1
-3
/
+5
*
Merge "SECURITY: properly escape output used within galleries and Special:Rev...
jenkins-bot
2022-01-10
1
-2
/
+4
|
\
|
*
SECURITY: properly escape output used within galleries and Special:RevisionDe...
sbassett
2022-01-10
1
-2
/
+4
*
|
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-2
/
+4
|
/
*
Remove some more comments that literally repeat the code
Thiemo Kreuz
2021-12-09
1
-1
/
+1
*
Don't throw away '0' edit summary
Matěj Suchánek
2021-11-24
2
-2
/
+2
*
Remove or replace usages of "sanity"
Reedy
2021-11-19
1
-1
/
+1
*
build: Update mediawiki/mediawiki-phan-config to 0.11.0
Umherirrender
2021-09-07
1
-1
/
+0
*
RevDelList: Rename reloadFromMaster to reloadFromPrimary
James D. Forrester
2021-09-03
1
-1
/
+10
*
ILoadBalancer/ILBFactory: Rename rollbackMasterChanges to rollbackPrimaryChanges
James D. Forrester
2021-09-02
1
-1
/
+1
*
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
[prev]
[next]