index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
maintenance
/
generateSitemap.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
add `use MediaWiki\Maintenance\Maintenance` to some maintenance classes
Novem Linguae
2024-12-04
1
-0
/
+1
*
Hard deprecating wfGetServerUrl
Ebrahim Byagowi
2024-09-06
1
-3
/
+5
*
Exclude boilerplate maintenance code from code coverage reports
Dreamy Jazz
2024-08-27
1
-0
/
+4
*
Allow namespaces to be provided via arguments to generateSitemap.php
Dreamy Jazz
2024-05-03
1
-0
/
+14
*
Fix typo in comment of GenerateSitemap::setNamespacePriorities
Dreamy Jazz
2024-05-03
1
-1
/
+1
*
maintenance/generateSitemap.php: Partially revert 676fcf43
Timo Tijhof
2024-03-29
1
-2
/
+2
*
Update name & email for bvibber
Brooke Vibber
2024-02-08
1
-1
/
+1
*
maintenance: Introduce getReplicaDB() and getPrimaryDB()
Amir Sarabadani
2024-01-18
1
-1
/
+1
*
generateSitemap: Fix the variant query param
Func
2023-09-27
1
-1
/
+1
*
maintenance: Migrate another batch to SelectQueryBuilder
Amir Sarabadani
2023-09-21
1
-31
/
+12
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-3
/
+2
*
Title: Remove deprecated query2 parameters to get*URL methods
James D. Forrester
2023-08-16
1
-1
/
+1
*
Replace substr with cleaner string methods
Matěj Suchánek
2023-05-20
1
-2
/
+2
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Reorg: Migrate WikiMap to WikiMap/ out of includes
Amir Sarabadani
2023-02-27
1
-0
/
+1
*
Replace usages of MWException
Daimona Eaytoy
2023-01-29
1
-2
/
+2
*
Maintenance scripts: replace most globals with Config
Ferran Tufan
2022-07-12
1
-7
/
+8
*
Replace deprecated Language function in generateSitemap.php script
Umherirrender
2021-08-04
1
-3
/
+5
*
Fix docs in GenerateSitemap
Umherirrender
2020-11-13
1
-1
/
+2
*
generateSitemap.php: ignore pages with __NOINDEX__ switch
Ostrzyciel
2020-10-19
1
-3
/
+25
*
Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/
Reedy
2020-05-09
1
-2
/
+2
*
Set method visibility on maintenance scripts
Umherirrender
2019-11-16
1
-17
/
+17
*
Unsuppress other phan issues (part 4)
Daimona Eaytoy
2019-08-31
1
-1
/
+1
*
Replace wfWiki() usage with WikiMap in some additional places
Aaron Schulz
2019-07-04
1
-2
/
+4
*
Fix return type of GenerateSitemap::getPageRes
Umherirrender
2019-06-18
1
-1
/
+2
*
Mass conversion to NamespaceInfo
Aryeh Gregor
2019-05-07
1
-1
/
+1
*
Fix order of @var parameter in PHP
Fomafix
2019-04-08
1
-1
/
+1
*
sitemaps: absolute URL for sitemaps
Ian Marlier
2018-08-29
1
-1
/
+3
*
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-5
/
+7
*
Use PHP 7 "\u{NNNN}" Unicode codepoint escapes in string literals
Bartosz Dziewoński
2018-06-04
1
-1
/
+1
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-3
/
+1
*
Use PHP 5.6 '**' operator instead of 'pow()' function
Bartosz Dziewoński
2018-05-30
1
-1
/
+1
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
Merge "Remove @param comments that literally repeat what the code says"
jenkins-bot
2018-01-11
1
-2
/
+2
|
\
|
*
Remove @param comments that literally repeat what the code says
Thiemo Mättig
2018-01-10
1
-2
/
+2
*
|
build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
Umherirrender
2018-01-01
1
-4
/
+2
|
/
*
Maintenance: add fatalError() method
Bryan Davis
2017-11-21
1
-1
/
+1
*
Improve some parameter docs
Umherirrender
2017-09-10
1
-2
/
+2
*
Merge "Remove auto-generated "Constructor" documentation on constructors"
jenkins-bot
2017-07-21
1
-3
/
+0
|
\
|
*
Remove auto-generated "Constructor" documentation on constructors
Thiemo Mättig
2017-07-21
1
-3
/
+0
*
|
maintenance: Consistently use hasOption() for boolean options
Timo Tijhof
2017-07-19
1
-1
/
+1
|
/
*
maintenance: Replace implicit Bugzilla bug numbers with Phab ones
James D. Forrester
2017-02-21
1
-2
/
+2
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-1
/
+1
*
Change "slave" => "replica DB" in /maintenance
Aaron Schulz
2016-09-06
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-12
/
+12
*
Use addDescription() instead of accessing mDescription directly
Max Semenik
2016-01-30
1
-1
/
+1
*
Update wfGetDB calls in Maintenance scripts to use getDB()
Reedy
2016-01-02
1
-1
/
+1
*
Replace a few more logical operators
Kevin Israel
2014-10-24
1
-15
/
+8
*
Don't use isset() to check for null
Alexandre Emsenhuber
2014-05-10
1
-3
/
+0
*
Update formatting in maintenance/ (3/4)
Siebrand Mazeland
2014-04-23
1
-1
/
+4
[next]