aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/TitlePermissionTest.php
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated title permissions functionsDannyS7122020-08-261-1124/+0
* Hard deprecate Title::getUserPermissionsErrorsDannyS7122020-02-261-0/+11
* Hard deprecate Title::userCan and ::quickUserCanDannyS7122020-02-221-0/+14
* Coding style: Auto-fix MediaWiki.Usage.PHPUnit*James D. Forrester2020-01-101-13/+7
* Set visibility on PermissionManager RIGOR_ constantUmherirrender2019-12-061-6/+13
* Merge "tests: Add explicit return type void to setUp() and tearDown()"jenkins-bot2019-11-011-1/+1
|\
| * tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* | Remove blocker dependency for System and Composite blocksDayllan Maza2019-10-311-3/+2
|/
* tests: Replace PHPUnit's loose assertEquals(false) with assertFalse()Thiemo Kreuz2019-10-041-14/+14
* Remove unneeded overrideMwServices/resetServicesAryeh Gregor2019-08-291-23/+10
* Merge "Move Title::isNamespaceProtected() to PermissionManager."jenkins-bot2019-08-281-5/+6
|\
| * Move Title::isNamespaceProtected() to PermissionManager.Petr Pchelko2019-08-231-5/+6
* | title: Fix flaky TitlePermissionTest::testUserBlockTimo Tijhof2019-08-251-2/+1
|/
* Bidi isolate user names in block error paramtersThalia2019-07-051-10/+10
* Re-apply: Factors out permissions check from User into PermissionManager serviceVedmaka2019-06-281-82/+100
* Revert "Factors out permissions check from User into PermissionManager service"Kosta Harlan2019-05-301-96/+79
* Factors out permissions check from User into PermissionManager serviceVedmaka2019-05-291-79/+96
* Rename Block to MediaWiki\Block\DatabaseBlockThalia2019-05-281-4/+5
* Separate Block into AbstractBlock, Block and SystemBlockThalia2019-05-071-4/+3
* Set global config for test to avoid failureThalia2019-04-141-0/+1
* Introduce PermissionManager serviceVedmaka2019-04-051-17/+20
* Remove reliance on Block properties being publicThalia2019-03-221-1/+1
* Merge "Add tests to ensure that retrieved actions match passed in restrictions"jenkins-bot2019-02-271-0/+50
|\
| * Add tests to ensure that retrieved actions match passed in restrictionsDavid Barratt2019-02-271-0/+50
* | Return early in Title::checkUserBlock() if user does not have a block.David Barratt2019-02-211-0/+7
|/
* Revert "Revert "Title::checkUserBlock should call User::isBlockedFrom for eve...Tchanders2019-01-071-5/+48
* Revert "Title::checkUserBlock should call User::isBlockedFrom for every action"Legoktm2018-12-031-48/+5
* Title::checkUserBlock should call User::isBlockedFrom for every actionDavid Barratt2018-11-141-5/+48
* Enforce partial blocksDayllan Maza2018-10-241-0/+17
* Tests: Simplify badaccess group check for patrol actionKosta Harlan2018-10-101-23/+9
* Merge "Revert "Re-enable tests from TitlePermissionTest""jenkins-bot2018-10-091-0/+8
|\
| * Revert "Re-enable tests from TitlePermissionTest"Krinkle2018-10-091-0/+8
* | Merge "Re-enable tests from TitlePermissionTest"jenkins-bot2018-10-041-8/+0
|\|
| * Re-enable tests from TitlePermissionTestAryeh Gregor2018-10-031-8/+0
* | Move test assertion to mirror parameter orderKosta Harlan2018-10-031-4/+4
* | SECURITY: Fix permissions check for patrol actionKosta Harlan2018-10-031-8/+57
|/
* title: Disable the failing tests from TitlePermissionTestTimo Tijhof2018-08-161-0/+8
* Call overrideMwServices() in TitlePermissionTestKunal Mehta2018-08-121-0/+1
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-5/+6
* Make $wgEmailConfirmToEdit only affect edit actions.Brian Wolff2018-06-121-7/+12
* Add protection for User: JSON pages in the same manner as JS & CSS onesJames D. Forrester2018-03-291-1/+65
* Title: Refactor JS/CSS page handling to be more saneJames D. Forrester2018-02-161-25/+82
* Remove "editusercssjs" user rightzppix12017-04-111-5/+0
* Add the concept of "system blocks"Brad Jorsch2016-12-161-0/+16
* Revert "Split editcascadeprotected permission from protect permission"Legoktm2016-05-121-1/+1
* Split editcascadeprotected permission from protect permissionMGChecker2016-05-031-1/+1
* Many more function case mismatchesReedy2016-03-191-1/+1
* Fix numerous class/function casingReedy2016-03-181-2/+2
* phpunit: Abstract user-lang override in MediaWikiTestCaseTimo Tijhof2016-03-091-4/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-186/+186