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
/
refreshLinks.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Exclude boilerplate maintenance code from code coverage reports
Dreamy Jazz
2024-08-27
1
-0
/
+4
*
maintenance: Use expression builder instead of raw sql
Umherirrender
2024-07-22
1
-1
/
+2
*
Use expression builder to avoid raw sql via BETWEEN operator
Umherirrender
2024-04-21
1
-6
/
+7
*
maintenance: Migrate to IDatabase::newUpdateQueryBuilder
Umherirrender
2024-04-14
1
-2
/
+6
*
maintenance: Introduce getReplicaDB() and getPrimaryDB()
Amir Sarabadani
2024-01-18
1
-1
/
+1
*
maintenance: Migrate to DeleteQueryBuilder
Amir Sarabadani
2024-01-02
1
-2
/
+8
*
Use thousands separators in selected integer literals
Tim Starling
2023-12-12
1
-3
/
+3
*
Namespace remaining files under includes/deferred
James D. Forrester
2023-11-22
1
-0
/
+1
*
Replace more single-value $db->buildComparison() with $db->expr()
Bartosz Dziewoński
2023-10-22
1
-4
/
+4
*
Re-apply "Remove allowances for missing `redirect` rows"
Bartosz Dziewoński
2023-10-18
1
-11
/
+2
*
Revert "Remove allowances for missing `redirect` rows"
Bartosz Dziewoński
2023-10-13
1
-2
/
+11
*
Remove allowances for missing `redirect` rows
Bartosz Dziewoński
2023-10-03
1
-11
/
+2
*
installer: Add database updater for 2008/2011 redirect schema changes
Bartosz Dziewoński
2023-09-21
1
-4
/
+6
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-2
/
+2
*
Fix various typos and documentation issues
Matěj Suchánek
2023-08-27
1
-1
/
+1
*
refreshLinks: Use join instead of subquery for dfnCheckInterval()
Func
2023-08-25
1
-10
/
+10
*
refreshLinks: Fix refreshing pages in category
Func
2023-08-24
1
-1
/
+3
*
refreshLinks: Introduce `--touched-only` option
Func
2023-08-22
1
-0
/
+7
*
refreshLinks: Skip DFN if the namespace option is given
Func
2023-08-22
1
-20
/
+8
*
refreshLinks: Improve efficiency of page filtering
Func
2023-08-22
1
-168
/
+82
*
refreshLinks: Remove unrelated check on the `tracking-category` option
Func
2023-08-17
1
-5
/
+1
*
Simplify WHERE conditions with field IS NULL
Umherirrender
2023-07-24
1
-2
/
+2
*
maintenance: Switch simple calls of Database::select to SQB
Amir Sarabadani
2023-07-19
1
-36
/
+36
*
refreshLinks: set a causeAction for SecondaryDataUpdates
David Causse
2023-06-12
1
-0
/
+1
*
refreshLinks: Add verbose option
samtar
2023-03-07
1
-0
/
+13
*
TrackingCatgories: Change doc from Title to LinkTarget
Umherirrender
2023-03-02
1
-3
/
+4
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Use more narrow database interfaces in maintenance scripts
thiemowmde
2023-02-27
1
-3
/
+3
*
Merge "Add --before-timestamp option to refreshLinks.php"
jenkins-bot
2023-02-21
1
-5
/
+21
|
\
|
*
Add --before-timestamp option to refreshLinks.php
Kunal Mehta
2023-02-19
1
-5
/
+21
*
|
refreshLinks: Use namespaceCond()
Kunal Mehta
2023-02-18
1
-4
/
+1
|
/
*
ParserCache: Improve docs for cache type and purgeParserCache.php
Timo Tijhof
2023-01-30
1
-4
/
+1
*
Merge "Use buildComparison() instead of raw SQL in more maintenance scripts"
jenkins-bot
2022-12-01
1
-3
/
+4
|
\
|
*
Use buildComparison() instead of raw SQL in more maintenance scripts
Bartosz Dziewoński
2022-11-15
1
-3
/
+4
*
|
Various doc fixes about false on method arguments/return types
Umherirrender
2022-11-10
1
-1
/
+1
|
/
*
maintenance: Use $this->waitForReplication()
Amir Sarabadani
2022-10-24
1
-10
/
+7
*
Replace trivial usages of code in strings with concatenation
Thiemo Kreuz
2022-08-26
1
-3
/
+3
*
Introduce `Redirect(Lookup&Store)` services to handle redirects
Derick Alangi
2021-12-01
1
-1
/
+1
*
Convert TrackingCategories to a service with DI
DannyS712
2021-10-08
1
-2
/
+1
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-2
/
+2
*
build: Update mediawiki/mediawiki-codesniffer to 35.0.0
Umherirrender
2021-01-31
1
-1
/
+1
*
refreshLinks.php: use hasOption() rather than getOption and assignment in con...
Reedy
2021-01-28
1
-3
/
+6
*
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
Umherirrender
2020-11-12
1
-3
/
+4
*
Pass function name to database functions (maintenance scripts)
Umherirrender
2020-06-07
1
-1
/
+1
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-1
/
+1
*
Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment
Reedy
2020-05-21
1
-1
/
+2
*
Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/
Reedy
2020-05-09
1
-1
/
+1
*
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
Reedy
2020-05-02
1
-7
/
+10
*
phan: Disable enable_class_alias_support
Umherirrender
2019-09-15
1
-1
/
+1
*
maintenance: Avoid usage of deprecated Revision::* constants
Derick Alangi
2019-07-21
1
-1
/
+2
[next]