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
/
TitlePermissionTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated title permissions functions
DannyS712
2020-08-26
1
-1124
/
+0
*
Hard deprecate Title::getUserPermissionsErrors
DannyS712
2020-02-26
1
-0
/
+11
*
Hard deprecate Title::userCan and ::quickUserCan
DannyS712
2020-02-22
1
-0
/
+14
*
Coding style: Auto-fix MediaWiki.Usage.PHPUnit*
James D. Forrester
2020-01-10
1
-13
/
+7
*
Set visibility on PermissionManager RIGOR_ constant
Umherirrender
2019-12-06
1
-6
/
+13
*
Merge "tests: Add explicit return type void to setUp() and tearDown()"
jenkins-bot
2019-11-01
1
-1
/
+1
|
\
|
*
tests: Add explicit return type void to setUp() and tearDown()
Max Semenik
2019-10-30
1
-1
/
+1
*
|
Remove blocker dependency for System and Composite blocks
Dayllan Maza
2019-10-31
1
-3
/
+2
|
/
*
tests: Replace PHPUnit's loose assertEquals(false) with assertFalse()
Thiemo Kreuz
2019-10-04
1
-14
/
+14
*
Remove unneeded overrideMwServices/resetServices
Aryeh Gregor
2019-08-29
1
-23
/
+10
*
Merge "Move Title::isNamespaceProtected() to PermissionManager."
jenkins-bot
2019-08-28
1
-5
/
+6
|
\
|
*
Move Title::isNamespaceProtected() to PermissionManager.
Petr Pchelko
2019-08-23
1
-5
/
+6
*
|
title: Fix flaky TitlePermissionTest::testUserBlock
Timo Tijhof
2019-08-25
1
-2
/
+1
|
/
*
Bidi isolate user names in block error paramters
Thalia
2019-07-05
1
-10
/
+10
*
Re-apply: Factors out permissions check from User into PermissionManager service
Vedmaka
2019-06-28
1
-82
/
+100
*
Revert "Factors out permissions check from User into PermissionManager service"
Kosta Harlan
2019-05-30
1
-96
/
+79
*
Factors out permissions check from User into PermissionManager service
Vedmaka
2019-05-29
1
-79
/
+96
*
Rename Block to MediaWiki\Block\DatabaseBlock
Thalia
2019-05-28
1
-4
/
+5
*
Separate Block into AbstractBlock, Block and SystemBlock
Thalia
2019-05-07
1
-4
/
+3
*
Set global config for test to avoid failure
Thalia
2019-04-14
1
-0
/
+1
*
Introduce PermissionManager service
Vedmaka
2019-04-05
1
-17
/
+20
*
Remove reliance on Block properties being public
Thalia
2019-03-22
1
-1
/
+1
*
Merge "Add tests to ensure that retrieved actions match passed in restrictions"
jenkins-bot
2019-02-27
1
-0
/
+50
|
\
|
*
Add tests to ensure that retrieved actions match passed in restrictions
David Barratt
2019-02-27
1
-0
/
+50
*
|
Return early in Title::checkUserBlock() if user does not have a block.
David Barratt
2019-02-21
1
-0
/
+7
|
/
*
Revert "Revert "Title::checkUserBlock should call User::isBlockedFrom for eve...
Tchanders
2019-01-07
1
-5
/
+48
*
Revert "Title::checkUserBlock should call User::isBlockedFrom for every action"
Legoktm
2018-12-03
1
-48
/
+5
*
Title::checkUserBlock should call User::isBlockedFrom for every action
David Barratt
2018-11-14
1
-5
/
+48
*
Enforce partial blocks
Dayllan Maza
2018-10-24
1
-0
/
+17
*
Tests: Simplify badaccess group check for patrol action
Kosta Harlan
2018-10-10
1
-23
/
+9
*
Merge "Revert "Re-enable tests from TitlePermissionTest""
jenkins-bot
2018-10-09
1
-0
/
+8
|
\
|
*
Revert "Re-enable tests from TitlePermissionTest"
Krinkle
2018-10-09
1
-0
/
+8
*
|
Merge "Re-enable tests from TitlePermissionTest"
jenkins-bot
2018-10-04
1
-8
/
+0
|
\
|
|
*
Re-enable tests from TitlePermissionTest
Aryeh Gregor
2018-10-03
1
-8
/
+0
*
|
Move test assertion to mirror parameter order
Kosta Harlan
2018-10-03
1
-4
/
+4
*
|
SECURITY: Fix permissions check for patrol action
Kosta Harlan
2018-10-03
1
-8
/
+57
|
/
*
title: Disable the failing tests from TitlePermissionTest
Timo Tijhof
2018-08-16
1
-0
/
+8
*
Call overrideMwServices() in TitlePermissionTest
Kunal Mehta
2018-08-12
1
-0
/
+1
*
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-5
/
+6
*
Make $wgEmailConfirmToEdit only affect edit actions.
Brian Wolff
2018-06-12
1
-7
/
+12
*
Add protection for User: JSON pages in the same manner as JS & CSS ones
James D. Forrester
2018-03-29
1
-1
/
+65
*
Title: Refactor JS/CSS page handling to be more sane
James D. Forrester
2018-02-16
1
-25
/
+82
*
Remove "editusercssjs" user right
zppix1
2017-04-11
1
-5
/
+0
*
Add the concept of "system blocks"
Brad Jorsch
2016-12-16
1
-0
/
+16
*
Revert "Split editcascadeprotected permission from protect permission"
Legoktm
2016-05-12
1
-1
/
+1
*
Split editcascadeprotected permission from protect permission
MGChecker
2016-05-03
1
-1
/
+1
*
Many more function case mismatches
Reedy
2016-03-19
1
-1
/
+1
*
Fix numerous class/function casing
Reedy
2016-03-18
1
-2
/
+2
*
phpunit: Abstract user-lang override in MediaWikiTestCase
Timo Tijhof
2016-03-09
1
-4
/
+0
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-186
/
+186
[next]