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
/
EditPageTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Move test cases from /includes/ into sub folder
Umherirrender
2023-09-13
1
-1027
/
+0
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-0
/
+1
*
Reorg: Move MWTimestamp to MediaWiki\Utils
Amir Sarabadani
2023-08-19
1
-0
/
+1
*
tests: Migrate calls to Database::update to UpdateQueryBuilder
Amir Sarabadani
2023-07-14
1
-3
/
+5
*
tests: Use Title::makeTitle instead of Title::newFromText
Umherirrender
2023-06-19
1
-1
/
+1
*
phpunit: Update `@covers` annotations for namespaced classes
Func
2023-05-27
1
-12
/
+12
*
editpage: Split off producing edit intro messages and preloaded content
Bartosz Dziewoński
2023-05-16
1
-80
/
+0
*
EditPage: Pass current value of 'wpWatchlistExpiry' like other fields
Bartosz Dziewoński
2023-04-20
1
-2
/
+2
*
tests: Make some PHPUnit data providers static
Tim Starling
2023-03-24
1
-1
/
+1
*
EditPage: Add capability of targeting editors of code in editor
Jon Robson
2023-03-23
1
-6
/
+8
*
Make messages about editing site code more prominent
Jon Robson
2023-03-16
1
-0
/
+78
*
objectcache: Remove $wgMainWANCache and $wgWANObjectCaches
Timo Tijhof
2023-03-07
1
-4
/
+3
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Reorg: Move EditPage.php to MediaWiki\EditPage
Amir Sarabadani
2023-02-15
1
-0
/
+1
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-28
1
-0
/
+1
*
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
Zabe
2022-10-27
1
-1
/
+0
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-26
1
-0
/
+1
*
Use the null coalescing assignment operator
Tim Starling
2022-10-21
1
-1
/
+1
*
Merge "tests: Replace deprecated WikiPage::factory"
jenkins-bot
2022-09-09
1
-2
/
+3
|
\
|
*
tests: Replace deprecated WikiPage::factory
Umherirrender
2022-09-02
1
-2
/
+3
*
|
Add "1 year" to watchlist expiry
NovemLinguae
2022-08-13
1
-1
/
+1
|
/
*
tests: Use `overrideConfigValue(s)` where necessary
Derick Alangi
2022-07-16
1
-29
/
+29
*
Language: Inject NamespaceInfo
Bartosz Dziewoński
2022-05-11
1
-3
/
+5
*
Add convenience methods for asserting status.
daniel
2022-03-16
1
-4
/
+4
*
phpunit: use ->getServiceContainer() in integration tests
Alexander Vorwerk
2022-01-27
1
-4
/
+3
*
tests: Replace usages of deprecated WikiPage::doDeleteArticleReal
Daimona Eaytoy
2022-01-17
1
-13
/
+9
*
Remove or replace usages of "sanity"
Reedy
2021-11-21
1
-1
/
+0
*
Merge "Avoid using ContentHandler::getContentText()"
jenkins-bot
2021-09-20
1
-2
/
+5
|
\
|
*
Avoid using ContentHandler::getContentText()
Alexander Vorwerk
2021-09-20
1
-2
/
+5
*
|
Make EditPage use PageUpdater
daniel
2021-09-16
1
-4
/
+59
|
/
*
Cleanup mixed space/tab line indent
Umherirrender
2021-09-04
1
-2
/
+3
*
Revert "Use CsrfTokenSet as CSRF token source"
Kunal Mehta
2021-08-05
1
-11
/
+13
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-1
/
+1
*
Use CsrfTokenSet as CSRF token source
Petr Pchelko
2021-07-12
1
-13
/
+11
*
Use WikiPage::doUserEditContent() instead of ::doEditContent()
DannyS712
2021-06-28
1
-5
/
+5
*
EditPage::getExpectedParentRevision(): guard against null edittime
Tim Starling
2021-05-06
1
-0
/
+23
*
Remove hooks that use Revision objects
DannyS712
2021-04-30
1
-54
/
+19
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-5
/
+5
*
Fix parameter order of setWatch to match add/removeWatch
Cindy Cicalese
2021-04-21
1
-1
/
+1
*
Use WatchlistManager in several classes
Cindy Cicalese
2021-04-21
1
-1
/
+2
*
Tests: Mark more more closures as static
Umherirrender
2021-02-09
1
-3
/
+3
*
Tests: Mark more closures as static
Reedy
2021-02-07
1
-8
/
+8
*
Swap out uses of User->isLoggedIn() with ->isRegistered()
James D. Forrester
2020-12-22
1
-1
/
+1
*
Reduce public methods of EditPage
DannyS712
2020-11-16
1
-2
/
+5
*
EditPage: Migrate more checks to constraint
DannyS712
2020-10-26
1
-36
/
+0
*
EditPage: Move spam checks to SpamRegexConstraint
DannyS712
2020-10-21
1
-0
/
+23
*
Add EditConstraintFactory, migrate SimpleAntiSpamConstraint
DannyS712
2020-10-21
1
-2
/
+18
*
EditPageTest: No need to set $wgUser
DannyS712
2020-09-15
1
-3
/
+0
*
Reduce use of $wgUser in EditPageTest
DannyS712
2020-09-13
1
-4
/
+5
*
Merge "Disable section editing on non-current revision."
jenkins-bot
2020-09-09
1
-4
/
+25
|
\
[next]