aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/generateSitemap.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-041-0/+1
* Hard deprecating wfGetServerUrlEbrahim Byagowi2024-09-061-3/+5
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Allow namespaces to be provided via arguments to generateSitemap.phpDreamy Jazz2024-05-031-0/+14
* Fix typo in comment of GenerateSitemap::setNamespacePrioritiesDreamy Jazz2024-05-031-1/+1
* maintenance/generateSitemap.php: Partially revert 676fcf43Timo Tijhof2024-03-291-2/+2
* Update name & email for bvibberBrooke Vibber2024-02-081-1/+1
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* generateSitemap: Fix the variant query paramFunc2023-09-271-1/+1
* maintenance: Migrate another batch to SelectQueryBuilderAmir Sarabadani2023-09-211-31/+12
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+2
* Title: Remove deprecated query2 parameters to get*URL methodsJames D. Forrester2023-08-161-1/+1
* Replace substr with cleaner string methodsMatěj Suchánek2023-05-201-2/+2
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* Replace usages of MWExceptionDaimona Eaytoy2023-01-291-2/+2
* Maintenance scripts: replace most globals with ConfigFerran Tufan2022-07-121-7/+8
* Replace deprecated Language function in generateSitemap.php scriptUmherirrender2021-08-041-3/+5
* Fix docs in GenerateSitemapUmherirrender2020-11-131-1/+2
* generateSitemap.php: ignore pages with __NOINDEX__ switchOstrzyciel2020-10-191-3/+25
* Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/Reedy2020-05-091-2/+2
* Set method visibility on maintenance scriptsUmherirrender2019-11-161-17/+17
* Unsuppress other phan issues (part 4)Daimona Eaytoy2019-08-311-1/+1
* Replace wfWiki() usage with WikiMap in some additional placesAaron Schulz2019-07-041-2/+4
* Fix return type of GenerateSitemap::getPageResUmherirrender2019-06-181-1/+2
* Mass conversion to NamespaceInfoAryeh Gregor2019-05-071-1/+1
* Fix order of @var parameter in PHPFomafix2019-04-081-1/+1
* sitemaps: absolute URL for sitemapsIan Marlier2018-08-291-1/+3
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-5/+7
* Use PHP 7 "\u{NNNN}" Unicode codepoint escapes in string literalsBartosz Dziewoński2018-06-041-1/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-3/+1
* Use PHP 5.6 '**' operator instead of 'pow()' functionBartosz Dziewoński2018-05-301-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Merge "Remove @param comments that literally repeat what the code says"jenkins-bot2018-01-111-2/+2
|\
| * Remove @param comments that literally repeat what the code saysThiemo Mättig2018-01-101-2/+2
* | build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-4/+2
|/
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* Improve some parameter docsUmherirrender2017-09-101-2/+2
* Merge "Remove auto-generated "Constructor" documentation on constructors"jenkins-bot2017-07-211-3/+0
|\
| * Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-211-3/+0
* | maintenance: Consistently use hasOption() for boolean optionsTimo Tijhof2017-07-191-1/+1
|/
* maintenance: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-2/+2
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Change "slave" => "replica DB" in /maintenanceAaron Schulz2016-09-061-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-12/+12
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* Replace a few more logical operatorsKevin Israel2014-10-241-15/+8
* Don't use isset() to check for nullAlexandre Emsenhuber2014-05-101-3/+0
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-1/+4