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
/
tests
/
phpunit
/
includes
/
deferred
/
LinksUpdateTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
ParserOutput::setPageProperty(): emit deprecation warnings for non-strings
C. Scott Ananian
2024-10-04
1
-1
/
+4
*
tests: Add missing documentation to class properties
Umherirrender
2024-09-18
1
-0
/
+1
*
tests: Remove reset of services in tests
Umherirrender
2024-09-05
1
-6
/
+0
*
build: Use inline ignore for Generic.CodeAnalysis.AssignmentInCondition
Umherirrender
2024-09-01
1
-0
/
+2
*
Merge "deferred: Hard-deprecate LinksUpdate::getAddedLinks/getRemovedLinks"
jenkins-bot
2024-08-23
1
-8
/
+24
|
\
|
*
deferred: Hard-deprecate LinksUpdate::getAddedLinks/getRemovedLinks
Umherirrender
2024-07-30
1
-8
/
+24
*
|
Add namespace to WikitextContent
Ebrahim Byagowi
2024-08-06
1
-0
/
+1
|
/
*
Replace db with getDb for Tests
Wandji69
2024-06-23
1
-4
/
+4
*
Merge "schema: Drop old pagelinks columns"
jenkins-bot
2024-06-18
1
-7
/
+10
|
\
|
*
schema: Drop old pagelinks columns
Amir Sarabadani
2024-06-18
1
-7
/
+10
*
|
tests: Use namespaced classes (1)
Umherirrender
2024-06-14
1
-0
/
+1
|
/
*
tests: Migrate assertSelect() to SelectQueryBuilder in LinksUpdateTest
Umherirrender
2024-05-08
1
-1
/
+5
*
ParserOutput: Rename ::setIndexedPageProperty() to ::setNumericPageProperty()
C. Scott Ananian
2024-04-15
1
-33
/
+29
*
Add ParserOutput::setIndexedPageProperty(); deprecate numeric properties
C. Scott Ananian
2024-04-05
1
-31
/
+80
*
LinksUpdateTest: override InterwikiLookup service
C. Scott Ananian
2024-03-29
1
-10
/
+21
*
Merge "ParserOutput::setPageProperty(): Emit deprecation warning for non-scal...
jenkins-bot
2024-03-11
1
-0
/
+1
|
\
|
*
ParserOutput::setPageProperty(): Emit deprecation warning for non-scalar values
C. Scott Ananian
2024-02-20
1
-0
/
+1
*
|
tests: Fix @covers and @coversDefaultClass to have leading \
Reedy
2024-02-16
1
-13
/
+13
|
/
*
tests: Use namespaced class names in @covers annotations
Umherirrender
2024-01-27
1
-8
/
+8
*
Change uses of getDBLoadBalancerFactory() to getConnectionProvider()
Bartosz DziewoĆski
2024-01-22
1
-1
/
+1
*
ParserOutput: Allow passing LinkTarget to title-related methods
C. Scott Ananian
2023-12-08
1
-17
/
+17
*
Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary
James D. Forrester
2023-11-21
1
-16
/
+0
*
tests: Avoid raw sql fragments in LinksUpdateTest
Umherirrender
2023-11-15
1
-21
/
+21
*
LinksUpdate: Compare raw domain and path for externallinks table
Umherirrender
2023-11-14
1
-0
/
+52
*
Autofix spacing around commas
Daimona Eaytoy
2023-10-25
1
-1
/
+1
*
tests: Use $this->getDb() instead of wfGetDB() in integration tests
Amir Sarabadani
2023-09-25
1
-3
/
+2
*
Namespace TitleValue under \MediaWiki\Title
James D. Forrester
2023-09-18
1
-0
/
+1
*
rdbms: Introduce ReplaceQueryBuilder
Amir Sarabadani
2023-09-08
1
-7
/
+6
*
Schema: Drop old externallinks columns and indexes
Amir Sarabadani
2023-09-05
1
-7
/
+7
*
deferred: Widen `@covers` annotations in unit tests
Timo Tijhof
2023-08-22
1
-15
/
+12
*
Merge "Migrate assertSelect() to SelectQueryBuilder"
jenkins-bot
2023-07-03
1
-49
/
+42
|
\
|
*
Migrate assertSelect() to SelectQueryBuilder
Tim Starling
2023-06-28
1
-49
/
+42
*
|
Fix unused parameters in assertRecentChangeByCategorization
Tim Starling
2023-06-27
1
-11
/
+1
|
/
*
phpunit: Update `@covers` annotations for namespaced classes
Func
2023-05-27
1
-3
/
+3
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
rdbms: Consolidate logger channels into one
Timo Tijhof
2023-01-03
1
-0
/
+10
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-26
/
+26
*
schema: Drop tl_title and tl_namespace fields from templatelinks
Amir Sarabadani
2022-09-06
1
-6
/
+8
*
tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`
Derick Alangi
2022-07-23
1
-8
/
+7
*
tests: Use WikiPageFactory to create WikiPage object
Umherirrender
2022-06-26
1
-4
/
+4
*
Replace deprecated calls `ParserOptions::newCanonical( 'canonical' )`
Derick Alangi
2022-06-16
1
-5
/
+5
*
LinksTable: Cast all array keys to string
Tim Starling
2022-02-14
1
-0
/
+68
*
Merge "Avoid unneeded category count updates on moves"
jenkins-bot
2022-02-01
1
-3
/
+48
|
\
|
*
Avoid unneeded category count updates on moves
Umherirrender
2022-01-17
1
-3
/
+48
*
|
Fix page_props DELETE/INSERT on null edit
Tim Starling
2022-01-31
1
-0
/
+40
*
|
Replace deprecated JobQueueGroup::singleton()
Umherirrender
2022-01-27
1
-1
/
+1
*
|
Adjust il_from_namespace on cross namespace moves
Umherirrender
2022-01-15
1
-0
/
+33
|
/
*
Move LinksUpdate and LinksDeletionUpdate into the new namespace
Tim Starling
2022-01-04
1
-0
/
+1
*
Move the link updates from moveUnsafe() to LinksUpdate
Tim Starling
2022-01-04
1
-17
/
+105
*
LinksUpdate refactor
Tim Starling
2022-01-04
1
-0
/
+12
[next]