aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/rebuildLocalisationCache.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-051-0/+1
* maintenance: Replace deprecated Maintenance::$mOptionsUmherirrender2024-08-291-1/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Make Maintenance::finalSetup require a SettingsBuilderdaniel2024-01-081-1/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Fix more PHPStorm inspections (#2)Tim Starling2023-03-251-1/+1
* Add --dry-run flag to rebuildLocalisationCache.phpAhmon Dancy2022-08-251-2/+7
* rebuildLocalisationCache: Avoid compare with false for bool, use !Umherirrender2022-07-301-1/+1
* Maintenance scripts: replace most globals with ConfigFerran Tufan2022-07-121-4/+2
* ResourceLoader namespace (attempt 2)Tim Starling2022-05-241-0/+1
* Revert "ResourceLoader namespace"Lucas Werkmeister (WMDE)2022-05-161-1/+0
* ResourceLoader namespaceTim Starling2022-05-161-0/+1
* Use MainConfigNames instead of string literals, #5Aryeh Gregor2022-04-271-1/+2
* rebuildLocalisationCache: Update threaded support to check ext-socketsTimo Tijhof2022-03-041-2/+2
* Allow config merge strategies to be bypassed.daniel2022-02-221-1/+1
* rebuildLocalisationCache.php: Reuse $sockets variable without $pidsTimo Tijhof2022-02-161-5/+4
* rebuildLocalisationCache.php: Show operation summary when threads > 1Ahmon Dancy2022-02-151-38/+64
* rebuildLocalisationCache.php: Add --no-progress optionAhmon Dancy2022-02-111-1/+8
* Reapply "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-6/+6
* Revert "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-6/+6
* SettingsBuilder: allow maintenance scripts to manipulate configdaniel2022-01-261-6/+6
* Use LanguageNameUtils constants instead of stringsAlexander Vorwerk2021-12-051-1/+2
* maintenance: Cleanup use of exit in Maintenance::execute implementationUmherirrender2021-08-301-2/+2
* Fix a bunch of random typosDannyS7122021-06-291-1/+1
* rebuildLocalisationCache: Add --skip-message-purge and accompanying scriptTimo Tijhof2021-04-071-15/+18
* maintenance: rebuildLocalisationCache should be DB_NONE if possibleDan Duvall2021-03-021-2/+24
* rebuildLocalisationCache.php: Fix typoAhmon Dancy2021-02-151-1/+1
* Merge "Use static closures where safe to use"jenkins-bot2021-02-141-1/+1
|\
| * Use static closures where safe to useUmherirrender2021-02-111-1/+1
* | rebuildLocalisationCache.php: handle killed childrenAhmon Dancy2021-02-131-3/+12
|/
* Add flag to rebuildLocalisationCache.php to skip MessageBlobStore clearAhmon Dancy2020-11-241-3/+6
* Fix failure of rebuildLocalisationCache.php due to RL hookTim Starling2020-09-161-7/+7
* Hooks::run() call site migrationTim Starling2020-05-301-1/+2
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-1/+2
* Update misleading PHPDocs in rebuildLocalisationCacheThiemo Kreuz2020-03-191-2/+2
* Remove usages of deprecated Language methodsPetr Pchelko2020-02-161-1/+3
* Add option to override storeClass in rebuildLocalisationCacheAmir Sarabadani2019-12-231-0/+10
* Merge "Split some Language methods to LanguageNameUtils"jenkins-bot2019-10-081-1/+2
|\
| * Split some Language methods to LanguageNameUtilsAryeh Gregor2019-10-071-1/+2
* | Services: Convert LocalisationCache's static to a const now HHVM is goneJames D. Forrester2019-10-081-1/+1
|/
* Make LocalisationCache a serviceAryeh Gregor2019-10-071-5/+20
* Revert "Make LocalisationCache a service"Amir Sarabadani2019-08-261-21/+5
* Pass correct store to rebuildLocalisationCache.phpAryeh Gregor2019-08-261-2/+2
* Split some Language methods to LanguageNameUtilsAryeh Gregor2019-08-231-1/+2
* Make LocalisationCache a serviceAryeh Gregor2019-08-221-4/+19
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-1/+1
* Fix RebuildLocalisationCache bug from MediaWikiServicesBryan Davis2016-04-111-4/+3
* Allow reset of global services.daniel2016-04-111-3/+5