aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Revision
Commit message (Expand)AuthorAgeFilesLines
* Use type declaration on undocumented private functionsUmherirrender2025-04-022-6/+6
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-252-3/+3
* Namespace all remaining files in includes/recentchangesJames D. Forrester2025-03-201-1/+1
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-1/+1
* content: Improve class docs for various Content classesTimo Tijhof2025-03-121-1/+1
* Merge "RevisionStore: Remove redundant code in getQueryInfo"jenkins-bot2025-03-081-22/+20
|\
| * RevisionStore: Remove redundant code in getQueryInfoReedy2025-02-261-22/+20
* | Merge "rdbms: Remove usages of passed-in DB handle from transaction callbacks"jenkins-bot2025-02-261-3/+1
|\ \ | |/ |/|
| * rdbms: Remove usages of passed-in DB handle from transaction callbacksMáté Szabó2025-02-121-3/+1
* | RevisionStore: Don't use a Title for archived revisionsdaniel2025-02-131-1/+3
* | Merge "Replace call_user_func with dynamic function call"jenkins-bot2025-02-135-7/+7
|\ \
| * | Replace call_user_func with dynamic function callUmherirrender2025-02-135-7/+7
* | | RevisionStore: improve grammar of error messageNovem Linguae2025-02-121-2/+2
| |/ |/|
* | Replace a few misplaces is_object checksthiemowmde2025-02-121-5/+4
|/
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-176-31/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-162-9/+0
* RevisionStore: No first revision of non-existing pagedaniel2025-01-151-0/+12
* Merge "Revision: make RevisionRecord::getPage() return a value object"jenkins-bot2025-01-085-3/+77
|\
| * Revision: make RevisionRecord::getPage() return a value objectdaniel2025-01-085-3/+77
* | Replace isset() with null check on variables or globalsUmherirrender2024-12-191-1/+1
|/
* Merge "Revert "Revision: make RevisionRecord::getPage() return a value object""jenkins-bot2024-12-164-36/+6
|\
| * Revert "Revision: make RevisionRecord::getPage() return a value object"Subramanya Sastry2024-12-164-36/+6
* | Ensure necessary updates are performed on import and undeletedaniel2024-12-121-1/+2
|/
* Revision: make RevisionRecord::getPage() return a value objectdaniel2024-12-054-6/+36
* RevisionRecord: add convenience methods for main slotdaniel2024-11-281-0/+22
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-1610-39/+39
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-152-2/+2
* Merge "specials: Catch RevisionAccessException and ignore on Special:Undelete"jenkins-bot2024-10-043-0/+8
|\
| * specials: Catch RevisionAccessException and ignore on Special:UndeleteUmherirrender2024-09-303-0/+8
* | Merge "Add namespace to remaining parts of Wikimedia\ObjectCache"jenkins-bot2024-10-032-2/+2
|\ \ | |/ |/|
| * Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-272-2/+2
* | Make revision-slots expiry configurableAlexander Vorwerk2024-09-301-3/+9
|/
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-273-4/+4
* Remove unchecked exception annotationsAdam Wight2024-09-171-1/+0
* Provide previous parse results to parser when renderingC. Scott Ananian2024-08-232-13/+59
* Move remaining four classes in includes/content into Content namespaceJames D. Forrester2024-08-107-7/+7
* Use expression builder instead of raw sqlUmherirrender2024-07-232-2/+2
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-102-2/+2
* RevisionStore: Add documentation saying to avoid the trap I fell intoPppery2024-06-111-0/+3
* Merge "Use StatusValue::getMessages() instead of deprecated methods"jenkins-bot2024-05-291-2/+2
|\
| * Use StatusValue::getMessages() instead of deprecated methodsBartosz Dziewoński2024-05-181-2/+2
* | Change some type hints from IDatabase to IReadableDatabaseUmherirrender2024-05-241-6/+6
* | Merge "Add MediaWiki\Content namespace to FallbackContent{,Handler}"jenkins-bot2024-05-231-1/+1
|\ \
| * | Add MediaWiki\Content namespace to FallbackContent{,Handler}Ebrahim Byagowi2024-05-211-1/+1
| |/
* / Allow undeletion of IP revisions when temp accounts are enabledDreamy Jazz2024-05-231-2/+16
|/
* Merge "Migrate to IReadableDatabase::newSelectQueryBuilder with queryInfo"jenkins-bot2024-05-051-8/+5
|\
| * Migrate to IReadableDatabase::newSelectQueryBuilder with queryInfoUmherirrender2024-05-041-8/+5
* | Replace boolval with casting to boolOllie Shotton2024-05-052-2/+2
|/
* Revision: Migrate some calls to IReadableDatabase::newSelectQueryBuilderUmherirrender2024-05-012-49/+59
* Remove last uses of DBAccessObjectUtils::getDBOptions()Amir Sarabadani2024-04-301-38/+31