aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/helpers/ImportReporter.php
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+1
* PageUpdater: allow dummy revisions to be minordaniel2025-02-241-1/+1
* PageUpdatedEvent: improve modeling of flagsdaniel2025-02-201-1/+0
* PageUpdater: make it easy to create dummy revisionsdaniel2025-02-141-29/+7
* Replace call_user_func_array with dynamic function callUmherirrender2025-02-031-2/+2
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* specials: Add missing documentation to class propertiesUmherirrender2024-09-131-0/+8
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-0/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+2
* Change uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-221-1/+1
* ImportReporter: Deprecate using without setting contextBartosz Dziewoński2023-12-081-1/+7
* Migrate off wfGetDB() in more places to ICPAmir Sarabadani2023-11-201-1/+1
* ImportReporter: Make callback functions publicFunc2023-09-231-2/+2
* Namespace remaining Title-related classes under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* ImportReporter: Reduce indentingReedy2023-02-241-4/+4
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-0/+1
* Handle setComment for specialsMark A. Hershberger2022-07-181-2/+2
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Remove unneeded calls of TitleValue::castPageToLinkTargetUmherirrender2022-03-111-1/+1
* Move property initialisation out of the constructorThiemo Kreuz2022-01-271-2/+1
* Merge "ImportReporter: replace Title in method signatures"jenkins-bot2021-05-131-10/+11
|\
| * ImportReporter: replace Title in method signaturesdaniel2021-05-121-10/+11
* | Remove unused default values from class propertiesThiemo Kreuz2021-05-121-3/+3
|/
* Remove hooks that use Revision objectsDannyS7122021-04-301-13/+0
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Document list of change tags as string[]Umherirrender2020-11-201-1/+1
* Replace deprecated WikiPage::factory in import/export related classesUmherirrender2020-11-151-3/+4
* Don't create Revisions for deprecated hooks if hook is not registeredDannyS7122020-07-011-5/+12
* Hooks::run() call site migrationTim Starling2020-05-301-7/+9
* Fix the rest of includes/specials/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-4/+4
* Fix some includes/specials/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-1/+1
* Replace `NewRevisionFromEditComplete` with `RevisionFromEditComplete`DannyS7122020-05-111-1/+6
* WikiPage::updateRevisionOn - replace uses, hard deprecate Revision useDannyS7122020-05-011-4/+4
* Replace uses and hard deprecate Revision::newNullRevisionDannyS7122020-04-151-6/+12
* Reconcile differences between arguments in hooks.txt and at the call siteTim Starling2020-03-061-1/+2
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Merge "Avoid usage of deprecated setTags() method, use addTags() instead"jenkins-bot2019-09-011-1/+1
|\
| * Avoid usage of deprecated setTags() method, use addTags() insteadDerick Alangi2019-09-011-1/+1
* | Unsuppress more phan issues (part 3)Daimona Eaytoy2019-08-311-0/+3
|/
* Get rid of unnecessary func_get_args() and friendsAryeh Gregor2019-04-121-4/+3
* Fix import loggingMatěj Suchánek2018-08-021-5/+3
* Split off remaining helper classes for special pages to separate filesBartosz Dziewoński2017-09-121-0/+190