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
/
Revision
/
RevisionRecord.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/page
James D. Forrester
2025-03-18
1
-1
/
+1
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
1
-4
/
+0
*
Revision: make RevisionRecord::getPage() return a value object
daniel
2025-01-08
1
-3
/
+16
*
Revert "Revision: make RevisionRecord::getPage() return a value object"
Subramanya Sastry
2024-12-16
1
-15
/
+6
*
Revision: make RevisionRecord::getPage() return a value object
daniel
2024-12-05
1
-6
/
+15
*
RevisionRecord: add convenience methods for main slot
daniel
2024-11-28
1
-0
/
+22
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-7
/
+7
*
specials: Catch RevisionAccessException and ignore on Special:Undelete
Umherirrender
2024-09-30
1
-0
/
+1
*
Move remaining four classes in includes/content into Content namespace
James D. Forrester
2024-08-10
1
-1
/
+1
*
Fix Phan suppressions related to Title::castFrom*() and friends
Bartosz Dziewoński
2023-04-22
1
-2
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-1
/
+1
*
Correct some uses of "who's" to "whose" in documentation
Thalia
2023-01-24
1
-6
/
+6
*
Split a base class out of CommentStore
Alexander Vorwerk
2023-01-01
1
-1
/
+1
*
When content is marked bad, show an error, don't pretend it is empty
Tim Starling
2022-12-05
1
-6
/
+25
*
Remove deprecated MediaWiki\Storage namespace for revision related class
Umherirrender
2022-05-29
1
-6
/
+0
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+1
*
Add typehints to several methods
Daimona Eaytoy
2021-08-31
1
-9
/
+9
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-1
/
+1
*
Fix who's typo
Reedy
2021-07-15
1
-1
/
+1
*
Post Revision-removal cleanup
DannyS712
2021-06-24
1
-19
/
+19
*
Merge "Revert "Re-apply "Deprecate constructing revision with non-proper page"""
jenkins-bot
2021-03-31
1
-16
/
+0
|
\
|
*
Revert "Re-apply "Deprecate constructing revision with non-proper page""
Ppchelko
2021-03-30
1
-16
/
+0
|
*
Re-apply "Deprecate constructing revision with non-proper page"
Daniel Kinzler
2021-03-17
1
-0
/
+16
|
*
Revert "Deprecate constructing revision with non-proper page"
Amir Sarabadani
2021-03-17
1
-16
/
+0
*
|
Add support for derived MCR slots
Cindy Cicalese
2021-03-18
1
-0
/
+10
|
/
*
Deprecate constructing revision with non-proper page
Petr Pchelko
2021-03-10
1
-0
/
+16
*
Introduce helper WikiAwareEntityTrait
Petr Pchelko
2021-02-08
1
-43
/
+6
*
Make RevisionRecord::getPageId() and :: getParentId take a wiki ID
Peter Ovchyn
2021-02-08
1
-3
/
+21
*
Remove mentions of dbDomain from RevisionStore, RevisionRecord
Peter Ovchyn
2021-02-05
1
-7
/
+7
*
Make RevisionStore use PageIdentity where easy
Petr Pchelko
2021-02-01
1
-21
/
+2
*
RevisionRecord: make RevisionRecord::getId() take a wiki ID
vladshapik
2021-01-29
1
-2
/
+29
*
Convert RevisionRecord to Authority and PageIdentity
Petr Pchelko
2021-01-21
1
-65
/
+66
*
RevisionRecord: add getPage()
daniel
2021-01-19
1
-0
/
+12
*
Introduce and apply NonSerializableTrait
daniel
2020-09-28
1
-10
/
+2
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-2
/
+2
*
Define RevisionRecord::isCurrent
Petr Pchelko
2020-04-02
1
-0
/
+9
*
Set method visibility for constructor in Revision namespace
Umherirrender
2019-11-30
1
-1
/
+1
*
RevisionRecord documentation: getSlots() bypasses audience check.
daniel
2019-11-26
1
-1
/
+7
*
Set constant visibility, part 1
Max Semenik
2019-10-18
1
-9
/
+9
*
docs: Avoid some scalar juggling
Daimona Eaytoy
2019-09-19
1
-1
/
+1
*
Replace usages of deprecated User::isAllowed. Step 2.
Petr Pchelko
2019-09-11
1
-2
/
+0
*
Clean up spacing of doc comments
Umherirrender
2019-08-05
1
-1
/
+1
*
Merge "Re-apply: Factors out permissions check from User into PermissionManag...
jenkins-bot
2019-06-28
1
-1
/
+10
|
\
|
*
Re-apply: Factors out permissions check from User into PermissionManager service
Vedmaka
2019-06-28
1
-1
/
+10
*
|
revision: rename various $wikiId fields/parameters to $dbDomain
Aaron Schulz
2019-06-28
1
-5
/
+4
|
/
*
Migrate remaining usages of Title::userCan() to PermissionManager
Máté Szabó
2019-06-03
1
-2
/
+6
*
Fix documentation for RevisionRecord::$mPageId
Thiemo Kreuz
2019-01-15
1
-1
/
+1
*
Re-namespace RevisionStore and RevisionRecord classes
Brad Jorsch
2018-10-09
1
-0
/
+567