aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialImport.php
Commit message (Expand)AuthorAgeFilesLines
* specials: Use type declaration on undocumented private functionsUmherirrender2025-04-041-1/+1
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* Special:Import: Load Codex style pack for message boxesJon Robson2025-03-051-9/+10
* import: Don't swallow exceptions that are not safe to catchMáté Szabó2025-01-221-1/+7
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Update help links to point to MediaWiki.org rather than MetaPppery2024-07-261-1/+1
* SpecialImport: Convert to use AuthorityBartosz Dziewoński2024-07-181-36/+31
* SpecialImport: Fix unparsed wikitext in error messagesBartosz Dziewoński2024-07-041-4/+12
* SpecialImport: Modernize error message stylingBartosz Dziewoński2024-07-041-6/+7
* SpecialImport: Set the `usernamePrefix` field as requiredFunc2024-05-241-1/+1
* specials: Improve docs and `@ingroup` tags, fix file headersTimo Tijhof2024-05-151-3/+0
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-3/+1
* Namespace HTMLForm and friendsJames D. Forrester2024-02-141-1/+1
* Update name & email for bvibberBrooke Vibber2024-02-081-1/+1
* WikiImporter: Pass Authority for permissions instead of global contextBartosz Dziewoński2023-12-111-1/+1
* ImportReporter: Deprecate using without setting contextBartosz Dziewoński2023-12-081-2/+2
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-1/+1
* Remove redundant empty() constructs (3)Daimona Eaytoy2023-09-081-2/+2
* Use real type hints for services etc. in specials/ (A-M)Bartosz Dziewoński2023-08-291-5/+2
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-1/+1
* Namespace SpecialImport under \MediaWiki\SpecialsJames D. Forrester2023-05-031-0/+17
* Use str_starts_with/str_ends_with/str_containsUmherirrender2022-12-121-1/+1
* SpecialImport: Replace custom JS with HTMLForm disable-ifTimo Tijhof2022-07-301-6/+7
* Merge `mediawiki.special.import` into `mediawiki.misc-authed-ooui`DannyS7122022-06-231-3/+3
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-5/+6
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+3
* Change trivial use of getVal('action') to getRawValTimo Tijhof2021-08-261-1/+1
* Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-051-1/+1
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-1/+1
* Use HTMLForm::setWrapperLegend and ::setSubmitTextMsg to set messagesUmherirrender2021-06-151-2/+2
* WikiImporter: inject servicesZabeMath2021-05-241-2/+11
* SpecialImport: Avoid duplicate 'source' ID in formEd Sanders2021-02-241-2/+4
* SpecialImport: Fix typo in name of 'mapping' inputEd Sanders2021-02-181-1/+1
* SpecialImport: Move namespace input next to radio option using JSEd Sanders2021-02-171-26/+2
* Convert Special:Import to OOUIEd Sanders2021-01-271-333/+230
* Inject services into SpecialExport/SpecialImportUmherirrender2020-10-211-6/+6
* Hooks::run() call site migrationTim Starling2020-05-301-1/+7
* Fix some includes/specials/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-1/+1
* Special pages: Remove use of Title::getUserPermissionsErrors (part 2)DannyS7122020-02-141-17/+18
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-4/+4
* Pass language to Status::getWikiTextUmherirrender2019-09-211-3/+4
* Replace usages of deprecated User::isAllowed. Step 2.Petr Pchelko2019-09-111-4/+6
* Deprecate and replace usages of User:isAllowed{All,Any}Petr Pchelko2019-08-211-1/+5
* Use HTTPS instead of protocol relative for WMF linksFomafix2019-05-171-1/+1
* Fix calls to Title::getUserPermissionsErrors on SpecialImportAmir Sarabadani2019-04-151-2/+4
* Collapse some nested if statementsReedy2019-04-041-4/+2
* Merge "Render namespace lists in the user's language"jenkins-bot2018-11-071-0/+1
|\
| * Render namespace lists in the user's languageErik Bernhardson2018-10-121-0/+1
* | Use OutputPage::wrapWikiTextAsInterface() to add safe <div> wrappersC. Scott Ananian2018-10-171-2/+3
* | Use OutputPage::addWikiTextAsInterface() instead of untidy addWikiText()C. Scott Ananian2018-10-171-1/+1
|/