aboutsummaryrefslogtreecommitdiffstats
path: root/includes/import/WikiRevision.php
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+1
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Use namespaced classesUmherirrender2024-10-211-0/+1
* Add namespace to maintenance/includes classesJames D. Forrester2024-10-091-0/+1
* docs: Adjust all @deprecated tags to use 'since…' for consistencyJames D. Forrester2024-05-011-1/+1
* Update name & email for bvibberBrooke Vibber2024-02-081-1/+1
* Change uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-221-1/+1
* Migrate remaining Database::insert calls to InsertQueryBuilderAmir Sarabadani2023-12-221-11/+12
* Use real type hints for services etc. in import/Bartosz Dziewoński2023-12-081-4/+1
* Migrate off wfGetDB() in more places to ICPAmir Sarabadani2023-11-201-2/+2
* WikiRevision: Preserve lowercase of external actorsFunc2023-09-231-1/+9
* Merge "Migrate another major batch to SelectQueryBuilder"jenkins-bot2023-09-201-5/+8
|\
| * Migrate another major batch to SelectQueryBuilderAmir Sarabadani2023-09-201-5/+8
* | Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
|/
* Replace deprecated MWExceptionDaimona Eaytoy2023-06-091-12/+3
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* import: Mark WikiRevision::$sha1base36 property as privatethiemowmde2023-02-241-8/+4
* Remove WikiRevision::importUploadMatěj Suchánek2023-01-151-13/+0
* Use CommentStore service instead of deprecated methodDerick Alangi2023-01-041-4/+3
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-0/+2
* Make use of ??= in more placesDannyS7122022-12-171-11/+5
* Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-3/+3
* Remove WikiRevision::downloadSourceMatěj Suchánek2022-11-041-28/+1
* Better document the type of timestamp accepted/returnedthiemowmde2022-11-021-2/+2
* Remove WikiRevision::$fileIsTempMatěj Suchánek2022-11-011-12/+0
* Hard deprecate WikiRevision::downloadSourceMatěj Suchánek2022-07-081-1/+2
* Hard deprecate access to WikiRevision::$fileIsTempMatěj Suchánek2022-07-051-2/+5
* import: Soft-deprecate WikiRevision::getUserObj and related methodsThiemo Kreuz2022-05-151-0/+7
* import: Fix incomplete type hint for WikiRevision::getUserObjThiemo Kreuz2022-05-151-3/+4
* Use MainConfigNames instead of string literalsAryeh Gregor2022-04-111-1/+2
* Consistently use `@deprecated since` rather `@deprecated`Reedy2022-03-061-1/+1
* Merge "Same code style and formatting for exists-style SQL queries"jenkins-bot2021-08-241-1/+1
|\
| * Same code style and formatting for exists-style SQL queriesThiemo Kreuz2021-08-121-1/+1
* | WikiRevision: ensure that $comment is a stringDaimona Eaytoy2021-08-141-2/+2
|/
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Stop using legacy ActorMigration field "log_user"Tim Starling2021-04-281-2/+4
* Improve and add documentation to import/export related classesUmherirrender2021-02-011-0/+1
* WikiRevision::model can be null so don't pass it as an argAriel T. Glenn2021-01-221-1/+1
* Hard deprecate WikiRevision::importUploadAmmar Abdulhamid2020-11-201-0/+2
* MCR importdaniel2020-07-181-7/+57
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-2/+2
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-1/+4
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-5/+5
* Remove duplicate variable name from class property PHPDocsThiemo Kreuz2019-12-021-1/+1
* import: Update docs about WikiRevision requiring a ConfigThiemo Kreuz2019-09-171-1/+8
* Include change tags in revision import structureAdam Wight2019-09-031-0/+22
* Merge "Improve type hints in export related classes"jenkins-bot2019-07-251-1/+1
|\
| * Improve type hints in export related classesUmherirrender2019-07-051-1/+1
* | Clarify WikiRevision::downloadSource() and related codeLucas Werkmeister2019-06-121-2/+2
|/
* Removed 'public $user' as it is deprecated in 1.29zoranzoki212019-05-211-8/+0