aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/EditPageTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Move test cases from /includes/ into sub folderUmherirrender2023-09-131-1027/+0
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-0/+1
* tests: Migrate calls to Database::update to UpdateQueryBuilderAmir Sarabadani2023-07-141-3/+5
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2023-06-191-1/+1
* phpunit: Update `@covers` annotations for namespaced classesFunc2023-05-271-12/+12
* editpage: Split off producing edit intro messages and preloaded contentBartosz Dziewoński2023-05-161-80/+0
* EditPage: Pass current value of 'wpWatchlistExpiry' like other fieldsBartosz Dziewoński2023-04-201-2/+2
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-1/+1
* EditPage: Add capability of targeting editors of code in editorJon Robson2023-03-231-6/+8
* Make messages about editing site code more prominentJon Robson2023-03-161-0/+78
* objectcache: Remove $wgMainWANCache and $wgWANObjectCachesTimo Tijhof2023-03-071-4/+3
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move EditPage.php to MediaWiki\EditPageAmir Sarabadani2023-02-151-0/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-0/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+1
* Use the null coalescing assignment operatorTim Starling2022-10-211-1/+1
* Merge "tests: Replace deprecated WikiPage::factory"jenkins-bot2022-09-091-2/+3
|\
| * tests: Replace deprecated WikiPage::factoryUmherirrender2022-09-021-2/+3
* | Add "1 year" to watchlist expiryNovemLinguae2022-08-131-1/+1
|/
* tests: Use `overrideConfigValue(s)` where necessaryDerick Alangi2022-07-161-29/+29
* Language: Inject NamespaceInfoBartosz Dziewoński2022-05-111-3/+5
* Add convenience methods for asserting status.daniel2022-03-161-4/+4
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-4/+3
* tests: Replace usages of deprecated WikiPage::doDeleteArticleRealDaimona Eaytoy2022-01-171-13/+9
* Remove or replace usages of "sanity"Reedy2021-11-211-1/+0
* Merge "Avoid using ContentHandler::getContentText()"jenkins-bot2021-09-201-2/+5
|\
| * Avoid using ContentHandler::getContentText()Alexander Vorwerk2021-09-201-2/+5
* | Make EditPage use PageUpdaterdaniel2021-09-161-4/+59
|/
* Cleanup mixed space/tab line indentUmherirrender2021-09-041-2/+3
* Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-051-11/+13
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-13/+11
* Use WikiPage::doUserEditContent() instead of ::doEditContent()DannyS7122021-06-281-5/+5
* EditPage::getExpectedParentRevision(): guard against null edittimeTim Starling2021-05-061-0/+23
* Remove hooks that use Revision objectsDannyS7122021-04-301-54/+19
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-5/+5
* Fix parameter order of setWatch to match add/removeWatchCindy Cicalese2021-04-211-1/+1
* Use WatchlistManager in several classesCindy Cicalese2021-04-211-1/+2
* Tests: Mark more more closures as staticUmherirrender2021-02-091-3/+3
* Tests: Mark more closures as staticReedy2021-02-071-8/+8
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-1/+1
* Reduce public methods of EditPageDannyS7122020-11-161-2/+5
* EditPage: Migrate more checks to constraintDannyS7122020-10-261-36/+0
* EditPage: Move spam checks to SpamRegexConstraintDannyS7122020-10-211-0/+23
* Add EditConstraintFactory, migrate SimpleAntiSpamConstraintDannyS7122020-10-211-2/+18
* EditPageTest: No need to set $wgUserDannyS7122020-09-151-3/+0
* Reduce use of $wgUser in EditPageTestDannyS7122020-09-131-4/+5
* Merge "Disable section editing on non-current revision."jenkins-bot2020-09-091-4/+25
|\