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
/
api
/
ApiComparePagesTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-2
/
+2
*
tests/api: Add missing documentation to class properties
Umherirrender
2024-09-10
1
-0
/
+1
*
Merge "ApiComparePagesTest: Disable temp accounts for anon tests"
jenkins-bot
2024-06-25
1
-0
/
+4
|
\
|
*
ApiComparePagesTest: Disable temp accounts for anon tests
Kosta Harlan
2024-06-25
1
-0
/
+4
*
|
Replace db with getDb for Tests
Wandji69
2024-06-23
1
-2
/
+2
|
/
*
tests: Migrate to IDatabase::newUpdateQueryBuilder
Umherirrender
2024-04-14
1
-9
/
+12
*
Migrate to IDatabase::newDeleteQueryBuilder
Umherirrender
2024-04-12
1
-1
/
+5
*
tests: Namespace api tests
Reedy
2024-02-18
1
-0
/
+4
*
tests: Fix @covers and @coversDefaultClass to have leading \
Reedy
2024-02-16
1
-1
/
+1
*
Namespace includes/context
James D. Forrester
2024-02-08
1
-0
/
+1
*
tests: Use $this->getDb() instead of wfGetDB() in integration tests
Amir Sarabadani
2023-09-25
1
-2
/
+2
*
Namespace TitleValue under \MediaWiki\Title
James D. Forrester
2023-09-18
1
-0
/
+1
*
api tests: Call editPage() with WikiPage when used for same page
Umherirrender
2023-06-24
1
-3
/
+4
*
HTML: Remove self-closing XHTML syntax from core
Volker E
2023-05-03
1
-1
/
+1
*
API tests: Assert error codes, not error messages
Bartosz Dziewoński
2023-04-26
1
-1
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Make use of the new PageUpdateStatus
daniel
2022-11-30
1
-1
/
+1
*
tests: Use Title::makeTitle instead of Title::newFromText
Umherirrender
2022-09-23
1
-10
/
+10
*
tests/api: Add TestUser::getAuthority and use it
Umherirrender
2022-08-06
1
-7
/
+7
*
tests/api: Use MediaWikiIntegrationTestCase::editPage for edits
Umherirrender
2022-08-06
1
-6
/
+10
*
tests: Use `overrideConfig(Value|Values)` where needed
Derick Alangi
2022-07-12
1
-1
/
+2
*
phpcs: Disable `Generic.Files.LineLength` for test files
Timo Tijhof
2022-02-18
1
-1
/
+0
*
phpunit: use ->getServiceContainer() in integration tests
Alexander Vorwerk
2022-01-27
1
-2
/
+1
*
tests: Replace usages of deprecated WikiPage::doDeleteArticleReal
Daimona Eaytoy
2022-01-17
1
-2
/
+4
*
Rename diff-related classes for LTR compatibility
Daimona Eaytoy
2021-09-17
1
-37
/
+38
*
Lock selection to a single side in diffs
Daimona Eaytoy
2021-07-27
1
-35
/
+35
*
Use WikiPage::doUserEditContent() instead of ::doEditContent()
DannyS712
2021-06-28
1
-2
/
+2
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-2
/
+2
*
Tests: Mark more closures as static
Reedy
2021-02-07
1
-1
/
+1
*
Create diff markers with CSS
Ed Sanders
2020-12-30
1
-35
/
+35
*
TableDiffFormatter: Build HTML using utility class
Ed Sanders
2020-12-29
1
-62
/
+62
*
Replace uses of Revision constants
DannyS712
2020-07-03
1
-6
/
+8
*
Remove use of the Revision object returned in WikiPage::doEditContent
DannyS712
2020-06-09
1
-1
/
+1
*
Added timestamp to action=compare
Varun Das
2020-04-09
1
-2
/
+46
*
Pass a user to WikiPage::doDeleteArticleReal, use new signature
DannyS712
2020-03-19
1
-1
/
+1
*
Add $wgDiffEngine
Brad Jorsch
2019-11-05
1
-0
/
+2
*
Drop strings for wgExternalDiffEngine, deprecated in 1.27 and 1.32
James D. Forrester
2019-10-03
1
-10
/
+0
*
Ensure calls to Title::getArticleID use the same case as the definition
Thalia
2019-02-06
1
-7
/
+7
*
Merge "ApiComparePages: Don't error with no prev/next rev"
jenkins-bot
2018-12-18
1
-18
/
+56
|
\
|
*
ApiComparePages: Don't error with no prev/next rev
Brad Jorsch
2018-10-22
1
-18
/
+56
*
|
ApiComparePages: Don't try to find next/prev of a deleted revision
Brad Jorsch
2018-12-03
1
-0
/
+24
|
/
*
ApiComparePages: Clean up handling of slot deletion
Brad Jorsch
2018-08-31
1
-0
/
+10
*
ApiComparePages: Update for MCR
Brad Jorsch
2018-08-23
1
-31
/
+320
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-1
/
+1
*
Merge "ApiComparePages: Add 'fromsection' and 'tosection' parameters"
jenkins-bot
2018-01-04
1
-0
/
+43
|
\
|
*
ApiComparePages: Add 'fromsection' and 'tosection' parameters
Brad Jorsch
2017-12-30
1
-0
/
+43
*
|
build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
Umherirrender
2018-01-01
1
-3
/
+2
|
/
*
Fix inconsistent capitalization of different method calls
Thiemo Mättig
2017-12-27
1
-1
/
+1
*
API: Rewrite ApiComparePages
Brad Jorsch
2017-06-05
1
-0
/
+611