aboutsummaryrefslogtreecommitdiffstats
path: root/includes/import/WikiImporter.php
Commit message (Expand)AuthorAgeFilesLines
* Use type declaration on undocumented private functionsUmherirrender2025-04-021-1/+1
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-0/+1
* Merge "Replace call_user_func with dynamic function call"jenkins-bot2025-02-131-3/+3
|\
| * Replace call_user_func with dynamic function callUmherirrender2025-02-131-3/+3
* | Replace call_user_func_array with dynamic function callUmherirrender2025-02-031-13/+4
|/
* Replace isset() with falsy checksUmherirrender2024-12-191-6/+6
* Add type hints to detect bool/null message paramsBartosz Dziewoński2024-11-141-1/+5
* Use namespaced classesUmherirrender2024-10-211-0/+1
* Add namespace to maintenance/includes classesJames D. Forrester2024-10-091-0/+1
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-0/+1
* Replace User, Title, and WikiPage in more signaturesDaimona Eaytoy2024-07-101-3/+3
* Update name & email for bvibberBrooke Vibber2024-02-081-1/+1
* Remove more indirect calls to IDBAccessObject::READ_* constantsAmir Sarabadani2024-01-231-1/+1
* Replace more instances of deprecated MWExceptionDaimona Eaytoy2024-01-191-9/+6
* Inline once-called short private methods to its caller, part 1Amir Sarabadani2023-12-181-22/+4
* WikiImporter: Pass Authority for permissions instead of global contextBartosz Dziewoński2023-12-111-16/+16
* WikiImporter: Fix an access to global configBartosz Dziewoński2023-12-081-3/+1
* Use real type hints for services etc. in import/Bartosz Dziewoński2023-12-081-45/+12
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+2
* Use the expression assignment operator to simplify codeUmherirrender2023-10-141-1/+1
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-0/+1
* Namespace remaining User-related classes under \MediaWiki\UserJames D. Forrester2023-09-201-0/+1
* Namespace remaining Title-related classes under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+7
* Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* WikiImporter: Improve error message outputReedy2023-07-091-2/+3
* Work around argument corruption bug in XMLReader::openTim Starling2023-06-291-5/+17
* Replace some more usages of deprecated MWExceptionDaimona Eaytoy2023-06-091-1/+0
* Fix Phan suppressions related to Title::castFrom*() and friendsBartosz Dziewoński2023-04-221-2/+1
* import: Check for seekable streams before doing syntax checkUmherirrender2023-03-171-0/+3
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Merge "import: Add a syntax check for xml imports"jenkins-bot2023-02-211-19/+58
|\
| * import: Add a syntax check for xml importsUmherirrender2023-01-191-19/+58
* | Merge "WikiImporter: do not fail if upload entry in dump lacks 'text' tag"jenkins-bot2023-02-201-0/+2
|\ \ | |/ |/|
| * WikiImporter: do not fail if upload entry in dump lacks 'text' tagFerran Tufan2022-07-101-0/+2
* | Reorg: Move Title-related classes to title/Amir Sarabadani2022-11-261-0/+1
* | Remove WikiRevision::downloadSourceMatěj Suchánek2022-11-041-3/+3
* | Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* | Fix broken user name vs. IP import logic in WikiImporterThiemo Kreuz2022-08-051-13/+10
|/
* Use MainConfigNames instead of string literalsAryeh Gregor2022-04-111-1/+3
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+1
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Add various fallback values for null return valuesUmherirrender2022-03-091-1/+1
* Suppress deprecation warnings from libxml_disable_entity_loader()Tim Starling2022-01-211-6/+12
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-3/+4
* Introduced PreparedUpdate to replace PreparedEditdaniel2021-12-201-6/+6
* Merge "import/export: Add documentation for nullable arguments"jenkins-bot2021-10-201-9/+9
|\
| * import/export: Add documentation for nullable argumentsUmherirrender2021-10-161-9/+9
* | WikiImporter: improve error handlingGergő Tisza2021-10-161-2/+11
|/
* Change 'fromdbmaster' to WikiPage::READ_LATESTUmherirrender2021-09-261-1/+1