aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Revision/RevisionRecord.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-1/+1
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-4/+0
* Revision: make RevisionRecord::getPage() return a value objectdaniel2025-01-081-3/+16
* Revert "Revision: make RevisionRecord::getPage() return a value object"Subramanya Sastry2024-12-161-15/+6
* Revision: make RevisionRecord::getPage() return a value objectdaniel2024-12-051-6/+15
* RevisionRecord: add convenience methods for main slotdaniel2024-11-281-0/+22
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-7/+7
* specials: Catch RevisionAccessException and ignore on Special:UndeleteUmherirrender2024-09-301-0/+1
* Move remaining four classes in includes/content into Content namespaceJames D. Forrester2024-08-101-1/+1
* Fix Phan suppressions related to Title::castFrom*() and friendsBartosz Dziewoński2023-04-221-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-1/+1
* Correct some uses of "who's" to "whose" in documentationThalia2023-01-241-6/+6
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-1/+1
* When content is marked bad, show an error, don't pretend it is emptyTim Starling2022-12-051-6/+25
* Remove deprecated MediaWiki\Storage namespace for revision related classUmherirrender2022-05-291-6/+0
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Add typehints to several methodsDaimona Eaytoy2021-08-311-9/+9
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Fix who's typoReedy2021-07-151-1/+1
* Post Revision-removal cleanupDannyS7122021-06-241-19/+19
* Merge "Revert "Re-apply "Deprecate constructing revision with non-proper page"""jenkins-bot2021-03-311-16/+0
|\
| * Revert "Re-apply "Deprecate constructing revision with non-proper page""Ppchelko2021-03-301-16/+0
| * Re-apply "Deprecate constructing revision with non-proper page"Daniel Kinzler2021-03-171-0/+16
| * Revert "Deprecate constructing revision with non-proper page"Amir Sarabadani2021-03-171-16/+0
* | Add support for derived MCR slotsCindy Cicalese2021-03-181-0/+10
|/
* Deprecate constructing revision with non-proper pagePetr Pchelko2021-03-101-0/+16
* Introduce helper WikiAwareEntityTraitPetr Pchelko2021-02-081-43/+6
* Make RevisionRecord::getPageId() and :: getParentId take a wiki IDPeter Ovchyn2021-02-081-3/+21
* Remove mentions of dbDomain from RevisionStore, RevisionRecordPeter Ovchyn2021-02-051-7/+7
* Make RevisionStore use PageIdentity where easyPetr Pchelko2021-02-011-21/+2
* RevisionRecord: make RevisionRecord::getId() take a wiki IDvladshapik2021-01-291-2/+29
* Convert RevisionRecord to Authority and PageIdentityPetr Pchelko2021-01-211-65/+66
* RevisionRecord: add getPage()daniel2021-01-191-0/+12
* Introduce and apply NonSerializableTraitdaniel2020-09-281-10/+2
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-2/+2
* Define RevisionRecord::isCurrentPetr Pchelko2020-04-021-0/+9
* Set method visibility for constructor in Revision namespaceUmherirrender2019-11-301-1/+1
* RevisionRecord documentation: getSlots() bypasses audience check.daniel2019-11-261-1/+7
* Set constant visibility, part 1Max Semenik2019-10-181-9/+9
* docs: Avoid some scalar jugglingDaimona Eaytoy2019-09-191-1/+1
* Replace usages of deprecated User::isAllowed. Step 2.Petr Pchelko2019-09-111-2/+0
* Clean up spacing of doc commentsUmherirrender2019-08-051-1/+1
* Merge "Re-apply: Factors out permissions check from User into PermissionManag...jenkins-bot2019-06-281-1/+10
|\
| * Re-apply: Factors out permissions check from User into PermissionManager serviceVedmaka2019-06-281-1/+10
* | revision: rename various $wikiId fields/parameters to $dbDomainAaron Schulz2019-06-281-5/+4
|/
* Migrate remaining usages of Title::userCan() to PermissionManagerMáté Szabó2019-06-031-2/+6
* Fix documentation for RevisionRecord::$mPageIdThiemo Kreuz2019-01-151-1/+1
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-0/+567