aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Revision
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | | ActorMigration: Drop temp table codeAlexander Vorwerk2024-01-191-9/+5
* | | Merge "Replace deprecated MWException"jenkins-bot2024-01-161-9/+4
|\ \ \ | |_|/ |/| |
| * | Replace deprecated MWExceptionDaimona Eaytoy2024-01-161-9/+4
| |/
* / Directly call IDBAccessObject constants instead of implementing itAmir Sarabadani2024-01-102-18/+18
|/
* Namespace ParserOutputJames D. Forrester2023-12-143-3/+3
* Parsoid-VE-MCR hack: Always return main slot output if useParsoid is setSubramanya Sastry2023-11-131-4/+7
* Mass migrate simple cases to use expression builderAmir Sarabadani2023-10-262-3/+3
* Introduce ChangeTagsStore::modifyDisplayQueryBuilder()Amir Sarabadani2023-09-271-25/+9
* Merge "RevisionArchiveRecord: Also check for permission to view deleted pages"jenkins-bot2023-09-211-0/+41
|\
| * RevisionArchiveRecord: Also check for permission to view deleted pagesBartosz Dziewoński2023-09-201-0/+41
* | Migrate another major batch to SelectQueryBuilderAmir Sarabadani2023-09-201-8/+7
* | Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-1/+1
* | Namespace 'special' Pagers under \MediaWiki\PagerJames D. Forrester2023-09-181-1/+1
|/
* Bump phan to 0.13.0Amir Sarabadani2023-09-112-5/+5
* In query builders, use insertInto() and deleteFrom() instead of insert() and ...Tim Starling2023-09-081-6/+6
* Introduce ArchiveSelectQueryBuilderAmir Sarabadani2023-09-074-13/+100
* Merge "ArchivedRevisionLookup: Allow lookups using just the revision ID"jenkins-bot2023-09-061-8/+10
|\
| * ArchivedRevisionLookup: Allow lookups using just the revision IDBartosz Dziewoński2023-09-021-8/+10
* | Merge "General whitespace clean-up of tabs followed by multiple spaces"jenkins-bot2023-09-061-1/+1
|\ \
| * | General whitespace clean-up of tabs followed by multiple spacesJames D. Forrester2023-09-061-1/+1
| |/
* / Introduce RevisionSelectQueryBuilderAmir Sarabadani2023-09-063-25/+145
|/
* Remove deprecated ActorMigration usages around ContribsPagerFunc2023-08-251-8/+0
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-194-4/+4
* Mass migrate Database::insert calls to InsertQueryBuilderAmir Sarabadani2023-08-071-24/+37
* Migrate last batch of simple Database::select* calls to SQBAmir Sarabadani2023-08-013-85/+84