aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Revision/RevisionStore.php
Commit message (Expand)AuthorAgeFilesLines
* Improve docs of various ::getQueryInfo functionsUmherirrender2022-08-131-11/+13
* Do minor code cleanupMatěj Suchánek2022-06-241-2/+0
* Simplify assertion for false around wiki id and domain idUmherirrender2022-06-181-2/+2
* Merge "Remove deprecated MediaWiki\Storage namespace for revision related class"jenkins-bot2022-05-291-6/+0
|\
| * Remove deprecated MediaWiki\Storage namespace for revision related classUmherirrender2022-05-291-6/+0
* | content: Remove UnknownContent/UnknownContentHandler class aliasUmherirrender2022-05-291-1/+1
|/
* RevisionStore: Cast revid to int from db resultUmherirrender2022-05-241-2/+2
* Merge "Use User::isRegistered for readability instead of ::getId falsy check"jenkins-bot2022-05-231-1/+1
|\
| * Use User::isRegistered for readability instead of ::getId falsy checkUmherirrender2022-04-291-1/+1
* | Merge "Revision: Log traces as 'exception.trace' instead of 'trace'"jenkins-bot2022-05-131-7/+7
|\ \
| * | Revision: Log traces as 'exception.trace' instead of 'trace'Timo Tijhof2022-04-131-7/+7
| |/
* / Fix many typos in commentsMatěj Suchánek2022-05-101-2/+2
|/
* Merge "RevisionStore::getRelativeRevision: use the supplied timestamp, if any"jenkins-bot2022-03-221-1/+4
|\
| * RevisionStore::getRelativeRevision: use the supplied timestamp, if anyTim Starling2022-03-181-1/+4
* | phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+3
|/
* RevisionStore: Inline one-use condition in ::getPageUmherirrender2022-02-181-6/+2
* Fix typos in comments (N-R)Siddharth VP2022-01-091-1/+1
* Revision: Inject local cache to RevisionStoreAmir Sarabadani2021-12-171-5/+12
* Revision: Bypass checking the cache if it's not foundAmir Sarabadani2021-12-161-1/+1
* Merge "Revision: Add two caching layers to loadSlotRecords for template pages"jenkins-bot2021-12-161-5/+46
|\
| * Revision: Add two caching layers to loadSlotRecords for template pagesAmir Sarabadani2021-12-161-5/+46
* | RevisionStore: Pass $flags in getRelativeRevision()Bartosz Dziewoński2021-12-101-1/+1
* | Use PHP's [ $this, 'fn' ] callback syntax where possibleThiemo Kreuz2021-12-031-3/+4
|/
* Merge "Hard deprecate TitleFactory::newFromIDs and Title::newFromIDs"jenkins-bot2021-11-291-3/+7
|\
| * Hard deprecate TitleFactory::newFromIDs and Title::newFromIDsTChin2021-11-291-3/+7
* | Revert "Remove last User dependencies from File"Majavah2021-11-261-12/+32
* | Remove last User dependencies from FilePetr Pchelko2021-11-261-32/+12
* | Remove or replace usages of "sanity"Reedy2021-11-191-1/+0
|/
* Cleanup mixed space/tab line indentUmherirrender2021-09-041-1/+1
* ILoadBalancer/ILBFactory: Rename hasOrMadeRecentMasterChanges to hasOrMadeRec...James D. Forrester2021-09-021-1/+1
* docs: Change wording master to primary in comments and log textUmherirrender2021-09-011-20/+20
* Merge "Make RevisionAccessException normalized"jenkins-bot2021-08-311-4/+14
|\
| * Make RevisionAccessException normalizedPetr Pchelko2021-07-151-4/+14
* | DeletedContribsPager row filtering with RevisionStore::isRevisionRowTChin2021-08-181-2/+3
* | ContribsPager row filtering with RevisionStore::isRevisionRowTim Starling2021-08-101-0/+21
* | Replace Assert::parameterType with typehintsTChin2021-08-031-25/+16
* | Move EditResultBuilder::findIdenticalRevision to RevStorePetr Pchelko2021-07-251-0/+47
* | build: Updating dependencieslibraryupgrader2021-07-221-3/+3
* | Add sanity check to newRevisionFromRowAndSlots.daniel2021-07-191-0/+9
|/
* More master -> primary documentation and internal var renamingJames D. Forrester2021-07-151-3/+3
* Remove hard-deprecated methods from RevisionStorePetr Pchelko2021-06-241-327/+0
* Post Revision-removal cleanupDannyS7122021-06-241-41/+42
* Make RevisionStore::getKnownCurrentRevision work for foreign wikisPetr Pchelko2021-06-211-18/+16
* Use null coalecing operators everywhere consistenctly.Petr Pchelko2021-06-031-4/+2
* Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variablesJames D. Forrester2021-05-141-1/+1
* Clean up hard deprecated Title methodsPetr Pchelko2021-05-111-3/+0
* Remove hooks that use Revision objectsDannyS7122021-04-301-12/+0
* Merge "Replace uses of DB_MASTER with DB_PRIMARY"jenkins-bot2021-04-291-1/+1
|\
| * Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* | RevisionStore: don't die on mismatching Titlesdaniel2021-04-281-43/+54
|/