aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/dumpCategoriesAsRdf.php
Commit message (Expand)AuthorAgeFilesLines
* BatchRowIterator: Use SelectQueryBuilder directlyBartosz Dziewoński2025-01-071-31/+24
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-11-121-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Merge "Replace substr with cleaner string methods"jenkins-bot2023-06-061-1/+1
|\
| * Replace substr with cleaner string methodsMatěj Suchánek2023-05-201-1/+1
* | Replace some deprecated wfExpandUrl calls with UrlUtils::expandJames D. Forrester2023-05-301-1/+3
* | Use more narrow IReadableDatabase in BatchRowIteratorthiemowmde2023-05-191-5/+5
|/
* Reorg: Move category-related classes from includes/ to Category/Amir Sarabadani2023-02-091-0/+1
* Maintenance scripts: replace most globals with ConfigFerran Tufan2022-07-121-2/+3
* Merge "don't include null page ids in query list for category dumps"jenkins-bot2020-09-091-1/+3
|\
| * don't include null page ids in query list for category dumpsAriel T. Glenn2020-08-171-1/+3
* | maintenance: Make use of BatchRowIterator::setCallerReedy2020-09-051-4/+8
* | Remove extra indenting from dumpCategoriesAsRdf.phpReedy2020-08-141-1/+1
|/
* Update PHPDoc types in several maintenance scripts and relatedThiemo Kreuz2019-03-071-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Add more data to categories dumpStanislav Malyshev2018-01-171-3/+29
* Port categories dump header fixStanislav Malyshev2017-11-281-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-2/+2
* Produce RDF dump of all categories and subcategories in a wiki.Stanislav Malyshev2017-08-281-0/+158