aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/rebuildrecentchanges.php
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+1
* Namespace all remaining files in includes/loggingJames D. Forrester2025-03-191-0/+1
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-051-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Change some type hints from IDatabase to IReadableDatabaseUmherirrender2024-05-241-1/+2
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-4/+4
* maintenance: Migrate to expression buildersAmir Sarabadani2024-01-171-16/+16
* Migrate remaining Database::insert calls to InsertQueryBuilderAmir Sarabadani2023-12-221-12/+10
* Convert numerous DB queries to use QueryBuildersReedy2023-10-091-97/+108
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-5/+4
* maintenance: Switch simple calls of Database::select to SQBAmir Sarabadani2023-07-191-52/+41
* Remove unused arguments to private functionsUmherirrender2023-02-081-22/+10
* Use CommentStore service instead of deprecated methodDerick Alangi2023-01-041-3/+2
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-0/+1
* Reorg: Move ActorMigration and ActorMigrationBase to user/Amir Sarabadani2022-12-161-0/+1
* Merge "maintenance: Use $this->waitForReplication()"jenkins-bot2022-10-271-7/+7
|\
| * maintenance: Use $this->waitForReplication()Amir Sarabadani2022-10-241-7/+7
* | Sort logging table by timestamp and log idUmherirrender2022-10-091-1/+1
|/
* Explicit cast TS_UNIX to int for arithmetic operations and int argsUmherirrender2022-01-111-2/+2
* Avoid using deprecated wfGetDB() in two maintenance scriptsAmir Sarabadani2021-07-071-1/+1
* Replace deprecated uses of PermissionManager with GroupPermissionsLookupDannyS7122021-05-261-1/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-5/+5
* Actor migration cleanup for rebuildrecentchanges.phpTim Starling2021-04-071-101/+66
* Revert "Enhance GroupPermissionsLookup and use it."Ppchelko2021-01-121-1/+1
* Enhance GroupPermissionsLookup and use it.Petr Pchelko2021-01-111-1/+1
* phan: Enable redundant_condition_detectionUmherirrender2020-07-011-0/+1
* Pass function name to database functions (maintenance scripts)Umherirrender2020-06-071-1/+2
* Further fixes to rebuildrecentchanges.php for file patrollingGeoffreyT20002020-06-021-3/+11
* Merge "Also delete recentchanges entries for null revisions from other log ac...jenkins-bot2020-03-181-2/+2
|\
| * Also delete recentchanges entries for null revisions from other log actionsGeoffreyT20002020-03-171-2/+2
* | Make rebuildrecentchanges.php also work correctly for NPP-only wikisGeoffreyT20002020-03-171-9/+15
|/
* Set rc_patrolled to 2 for autopatrolled changes in rebuildrecentchanges.phpGeoffreyT20002020-02-121-2/+3
* Update the change_tag table in rebuildrecentchanges.phpGeoffreyT20002020-02-071-0/+17
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Use array for 'ORDER BY'Umherirrender2019-11-291-1/+1
* Remove deprecated User groups/permission static calls.Petr Pchelko2019-08-211-1/+3
* Normalize the code style of some ResultWrapper iteration loopsAaron Schulz2019-07-101-21/+31
* user_group, the nonexistent table that keeps on givingJack Phoenix2019-03-061-1/+1
* Fix a rather fatal typo in rebuildrecentchanges.phpJack Phoenix2019-03-061-1/+1
* Use log_page as the rc_cur_id for log entries in rebuildrecentchanges.phpGeoffreyT20002018-08-061-9/+6
* Set the previous size for page creations to zero in rebuildrecentchanges.phpGeoffreyT20002018-08-061-1/+1
* Don't generate RC entries for filterable log typesGeoffreyT20002018-08-011-4/+6
* Use LogPage::validTypes() instead of $wgLogTypes in a few placesKunal Mehta2018-07-281-2/+2
* Replace wfGetLBFactoryUmherirrender2018-02-271-17/+20
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-46/+66
* Pass $key into CommentStore methods and use MediawikiServicesaddshore2018-02-051-10/+8
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* Finish migration to Maintenance::getBatchSize()Max Semenik2017-11-071-2/+2
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-4/+4