aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/categoryChangesAsRdf.php
Commit message (Expand)AuthorAgeFilesLines
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-1/+0
* BatchRowIterator: Use SelectQueryBuilder directlyBartosz DziewoƄski2025-01-071-59/+45
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-11-121-0/+1
* Make $fname mandatory on private functionsUmherirrender2024-09-191-3/+3
* maintenance: Add missing documentation to class propertiesUmherirrender2024-09-131-0/+2
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Fix casing of Mediawiki to MediaWikiReedy2024-01-291-2/+2
* maintenance: Migrate to expression buildersAmir Sarabadani2024-01-171-2/+2
* Remove redundant empty() constructs (3)Daimona Eaytoy2023-09-081-4/+4
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-0/+1
* maintenance: Switch simple calls of Database::select to SQBAmir Sarabadani2023-07-191-40/+16
* Use more narrow IReadableDatabase in BatchRowIteratorthiemowmde2023-05-191-31/+30
* Use more narrow database interfaces in maintenance scriptsthiemowmde2023-02-271-2/+3
* Merge "Reorg: Move category-related classes from includes/ to Category/"jenkins-bot2023-02-091-0/+2
|\
| * Reorg: Move category-related classes from includes/ to Category/Amir Sarabadani2023-02-091-0/+2
* | Remove unused arguments to private functionsUmherirrender2023-02-081-6/+5
|/
* Use MainConfigNames instead of string literals, #5Aryeh Gregor2022-04-271-1/+2
* Fix various documentation related to scalar typesUmherirrender2022-03-091-1/+1
* Explicit cast TS_UNIX to int for arithmetic operations and int argsUmherirrender2022-01-111-2/+2
* Use `rc_new_name_timestamp` index name unconditionallyAmmarpad2021-05-051-5/+1
* Rename new_name_timestamp on recentchanges to rc_new_name_timestampAmir Sarabadani2021-03-011-6/+11
* Merge "don't pass null page id to page related queries for category change rd...jenkins-bot2020-09-091-5/+7
|\
| * don't pass null page id to page related queries for category change rdf dumpsAriel T. Glenn2020-09-071-5/+7
* | maintenance: Make use of BatchRowIterator::setCallerReedy2020-09-051-19/+40
|/
* Write category parent hierarchy when handling categorizationDavid Causse2020-07-311-17/+2
* Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/Reedy2020-05-091-3/+3
* Add string casts when using array_keys() with SQL query conditionsBrad Jorsch2019-12-161-1/+1
* Add missing @param and @return to documentationUmherirrender2019-11-101-0/+1
* Use Maintenance::getConfig in some maintenance scriptsUmherirrender2019-09-011-6/+5
* Unsuppress more phan issues (part 5)Daimona Eaytoy2019-09-011-2/+4
* Fix categories detele SPARQL clauseStanislav Malyshev2019-08-271-0/+2
* Update PHPDoc types in several maintenance scripts and relatedThiemo Kreuz2019-03-071-1/+1
* Normalize use of "INNER JOIN" to "JOIN" in database queriesAaron Schulz2019-03-061-1/+1
* Fix handling categorization changesStanislav Malyshev2018-08-141-9/+137
* Use separate insert/delete statements to work around Blazegraph bugStanislav Malyshev2018-08-131-6/+31
* Use array_merge to merge indexed arrays in categoryChangesAsRdf.php.daniel2018-07-021-1/+1
* Create update SPARQL for category changesStanislav Malyshev2018-04-201-0/+542