aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Revision
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop using LoadBalancer::getConnectionRef() so it can be hard-deprecatedAmir Sarabadani2024-04-301-2/+2
* Replace all instances of "per default" with "by default"Tim Starling2024-04-292-2/+2
* Fix some line indentUmherirrender2024-04-201-2/+2
* Remove ContributionsLookup serviceThalia2024-04-151-278/+0
* Fix some spelling errorsTim Starling2024-03-181-3/+3
* build: Fix line indentsUmherirrender2024-03-111-4/+4
* RevisionStore: Use SelectQueryBuilder in findIdenticalRevisionBartosz Dziewoński2024-03-061-22/+13
* RevisionStore: Force index to fix slow query in findIdenticalRevisionBartosz Dziewoński2024-03-051-0/+2
* Merge "rdbms: Remove more usages of DBAccessObjectUtils::getDBOptions()"jenkins-bot2024-02-271-2/+10
|\
| * rdbms: Remove more usages of DBAccessObjectUtils::getDBOptions()Amir Sarabadani2024-02-221-2/+10
* | Merge "Remove IDBAccessObject from being implemented in many classes"jenkins-bot2024-02-213-4/+3
|\ \
| * | Remove IDBAccessObject from being implemented in many classesAmir Sarabadani2024-02-193-4/+3
| |/
* | Merge "[ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawT...jenkins-bot2024-02-211-1/+1
|\ \ | |/ |/|
| * [ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawText()C. Scott Ananian2024-02-201-1/+1
* | Namespace Message, move to appropriate directoryJames D. Forrester2024-02-142-2/+2
|/
* Namespace includes/contextJames D. Forrester2024-02-081-2/+2
* Add ParserOutput::{get,set}RenderId() and set render id in ContentRendererC. Scott Ananian2024-02-071-7/+3
* RevisionStore: Remove usage of ActorMigrationAlexander Vorwerk2024-02-052-41/+28
* Always allow local IP actors to be created when importingThalia2024-01-291-2/+33
* Replace unchecked MWException with SPL exceptionsDaimona Eaytoy2024-01-281-2/+1
* Remove more indirect calls to IDBAccessObject::READ_* constantsAmir Sarabadani2024-01-232-5/+5
* Merge "Introduce DBAccessObjectUtils::getDBFromRecency()"jenkins-bot2024-01-221-15/+17
|\
| * Introduce DBAccessObjectUtils::getDBFromRecency()Amir Sarabadani2024-01-191-15/+17
* | Merge "Revision: Add types and streamline SlotRoleRegistry code"jenkins-bot2024-01-211-37/+22
|\ \
| * | Revision: Add types and streamline SlotRoleRegistry codethiemowmde2024-01-211-37/+22