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
/
rebuildrecentchanges.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace a number of uses of class aliases with the real things
James D. Forrester
2025-03-26
1
-0
/
+1
*
Namespace all remaining files in includes/logging
James D. Forrester
2025-03-19
1
-0
/
+1
*
add `use MediaWiki\Maintenance\Maintenance` to some maintenance classes
Novem Linguae
2024-12-05
1
-0
/
+1
*
Exclude boilerplate maintenance code from code coverage reports
Dreamy Jazz
2024-08-27
1
-0
/
+4
*
Change some type hints from IDatabase to IReadableDatabase
Umherirrender
2024-05-24
1
-1
/
+2
*
maintenance: Introduce getReplicaDB() and getPrimaryDB()
Amir Sarabadani
2024-01-18
1
-4
/
+4
*
maintenance: Migrate to expression builders
Amir Sarabadani
2024-01-17
1
-16
/
+16
*
Migrate remaining Database::insert calls to InsertQueryBuilder
Amir Sarabadani
2023-12-22
1
-12
/
+10
*
Convert numerous DB queries to use QueryBuilders
Reedy
2023-10-09
1
-97
/
+108
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-5
/
+4
*
maintenance: Switch simple calls of Database::select to SQB
Amir Sarabadani
2023-07-19
1
-52
/
+41
*
Remove unused arguments to private functions
Umherirrender
2023-02-08
1
-22
/
+10
*
Use CommentStore service instead of deprecated method
Derick Alangi
2023-01-04
1
-3
/
+2
*
Split a base class out of CommentStore
Alexander Vorwerk
2023-01-01
1
-0
/
+1
*
Reorg: Move ActorMigration and ActorMigrationBase to user/
Amir Sarabadani
2022-12-16
1
-0
/
+1
*
Merge "maintenance: Use $this->waitForReplication()"
jenkins-bot
2022-10-27
1
-7
/
+7
|
\
|
*
maintenance: Use $this->waitForReplication()
Amir Sarabadani
2022-10-24
1
-7
/
+7
*
|
Sort logging table by timestamp and log id
Umherirrender
2022-10-09
1
-1
/
+1
|
/
*
Explicit cast TS_UNIX to int for arithmetic operations and int args
Umherirrender
2022-01-11
1
-2
/
+2
*
Avoid using deprecated wfGetDB() in two maintenance scripts
Amir Sarabadani
2021-07-07
1
-1
/
+1
*
Replace deprecated uses of PermissionManager with GroupPermissionsLookup
DannyS712
2021-05-26
1
-1
/
+1
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-5
/
+5
*
Actor migration cleanup for rebuildrecentchanges.php
Tim Starling
2021-04-07
1
-101
/
+66
*
Revert "Enhance GroupPermissionsLookup and use it."
Ppchelko
2021-01-12
1
-1
/
+1
*
Enhance GroupPermissionsLookup and use it.
Petr Pchelko
2021-01-11
1
-1
/
+1
*
phan: Enable redundant_condition_detection
Umherirrender
2020-07-01
1
-0
/
+1
*
Pass function name to database functions (maintenance scripts)
Umherirrender
2020-06-07
1
-1
/
+2
*
Further fixes to rebuildrecentchanges.php for file patrolling
GeoffreyT2000
2020-06-02
1
-3
/
+11
*
Merge "Also delete recentchanges entries for null revisions from other log ac...
jenkins-bot
2020-03-18
1
-2
/
+2
|
\
|
*
Also delete recentchanges entries for null revisions from other log actions
GeoffreyT2000
2020-03-17
1
-2
/
+2
*
|
Make rebuildrecentchanges.php also work correctly for NPP-only wikis
GeoffreyT2000
2020-03-17
1
-9
/
+15
|
/
*
Set rc_patrolled to 2 for autopatrolled changes in rebuildrecentchanges.php
GeoffreyT2000
2020-02-12
1
-2
/
+3
*
Update the change_tag table in rebuildrecentchanges.php
GeoffreyT2000
2020-02-07
1
-0
/
+17
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-1
/
+1
*
Use array for 'ORDER BY'
Umherirrender
2019-11-29
1
-1
/
+1
*
Remove deprecated User groups/permission static calls.
Petr Pchelko
2019-08-21
1
-1
/
+3
*
Normalize the code style of some ResultWrapper iteration loops
Aaron Schulz
2019-07-10
1
-21
/
+31
*
user_group, the nonexistent table that keeps on giving
Jack Phoenix
2019-03-06
1
-1
/
+1
*
Fix a rather fatal typo in rebuildrecentchanges.php
Jack Phoenix
2019-03-06
1
-1
/
+1
*
Use log_page as the rc_cur_id for log entries in rebuildrecentchanges.php
GeoffreyT2000
2018-08-06
1
-9
/
+6
*
Set the previous size for page creations to zero in rebuildrecentchanges.php
GeoffreyT2000
2018-08-06
1
-1
/
+1
*
Don't generate RC entries for filterable log types
GeoffreyT2000
2018-08-01
1
-4
/
+6
*
Use LogPage::validTypes() instead of $wgLogTypes in a few places
Kunal Mehta
2018-07-28
1
-2
/
+2
*
Replace wfGetLBFactory
Umherirrender
2018-02-27
1
-17
/
+20
*
Add `actor` table and code to start using it
Brad Jorsch
2018-02-23
1
-46
/
+66
*
Pass $key into CommentStore methods and use MediawikiServices
addshore
2018-02-05
1
-10
/
+8
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
Maintenance: add fatalError() method
Bryan Davis
2017-11-21
1
-1
/
+1
*
Finish migration to Maintenance::getBatchSize()
Max Semenik
2017-11-07
1
-2
/
+2
*
Introduce Maintenance::getBatchSize()
Max Semenik
2017-11-05
1
-4
/
+4
[next]