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
/
Permissions
/
PermissionManagerTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/actions
James D. Forrester
2025-03-19
1
-1
/
+1
*
permissions: Avoid potential infinite loop if BlockDisablesLogin = true
Máté Szabó
2025-03-05
1
-0
/
+70
*
block: DatabaseBlock constructor caller migration
Tim Starling
2025-03-04
1
-21
/
+21
*
PermissionManager: Differentiate between cascading protection of file content...
Dylan F
2025-02-14
1
-2
/
+53
*
tests: Replace use of deprecated PermissionStatus methods
Bartosz Dziewoński
2025-02-12
1
-24
/
+24
*
Allow (un)watch restricted pages
Wargo
2024-12-19
1
-0
/
+17
*
Merge "tests: Move integration test for PermissionManager"
jenkins-bot
2024-10-31
1
-0
/
+129
|
\
|
*
tests: Move integration test for PermissionManager
Umherirrender
2024-10-30
1
-0
/
+129
*
|
tests: Avoid repeated calls to setGroupPermissions in same test
Umherirrender
2024-10-31
1
-23
/
+33
|
/
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-1
/
+1
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-1
/
+1
*
Use real type hints for services etc. in includes/Permissions/
Bartosz Dziewoński
2024-07-31
1
-12
/
+6
*
PermissionManager: Add getPermissionStatus(), deprecate getPermissionErrors()
Bartosz Dziewoński
2024-06-26
1
-1
/
+27
*
PermissionManagerTest: Add test for NSProtection excluded actions
anterdc99
2024-05-28
1
-1
/
+61
*
Update wgAutoCreateTempUser config defaults
Dreamy Jazz
2024-04-03
1
-14
/
+6
*
tests: Add Tests to PHP namespacing
Reedy
2024-02-16
1
-1
/
+1
*
Namespace Message, move to appropriate directory
James D. Forrester
2024-02-14
1
-1
/
+1
*
Namespace includes/context
James D. Forrester
2024-02-08
1
-1
/
+1
*
tests: Remove cleanup of blocks, done by ChangedTablesTracker
Umherirrender
2024-01-20
1
-6
/
+2
*
IP Masking: Expire temporary accounts in 1 year
Martin Urbanec
2023-11-09
1
-0
/
+1
*
block,Permissions: Blocks should not apply to implicit rights
daniel
2023-11-06
1
-0
/
+27
*
Introduce BlockMockTrait
daniel
2023-10-27
1
-14
/
+9
*
Multiblocks preparation in User::getBlock(), PermissionManager and BlockManager
Tim Starling
2023-10-20
1
-30
/
+115
*
Improve the readability of test code by making the BlockActionInfo::ACTION_* ...
Tim Starling
2023-10-12
1
-1
/
+2
*
ActionFactory: don't choke on special pages
daniel
2023-10-11
1
-0
/
+38
*
Drop User and PermissionManager's group permission methods, deprecated since ...
James D. Forrester
2023-09-22
1
-78
/
+0
*
PermissionManager: introduce getApplicableBlock
daniel
2023-09-20
1
-1
/
+14
*
Introduce ActionFactory::getActionInfo
daniel
2023-09-20
1
-0
/
+4
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-1
/
+1
*
Make all limits function as user rights.
daniel
2023-09-11
1
-3
/
+24
*
Drop unused private methods
Amir Sarabadani
2023-08-24
1
-35
/
+0
*
Avoid calling overrideConfigValue() multiple times
thiemowmde
2023-07-20
1
-3
/
+4
*
Add temporary users to a 'temp' group, and stop adding them to 'user'
Thalia
2023-06-28
1
-1
/
+1
*
tests: Make some PHPUnit data providers static
Tim Starling
2023-03-24
1
-4
/
+4
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-1
/
+1
*
permissions: Check cascade protection only if page can exists
Umherirrender
2023-02-10
1
-1
/
+1
*
Use SlotRecord::MAIN instead of hard coded value
Umherirrender
2023-01-03
1
-2
/
+3
*
Hard-deprecate User/PermissionManager group permissions lookup functions
Umherirrender
2022-12-21
1
-0
/
+4
*
tests: Replace assertEmpty with assertSame
Umherirrender
2022-11-25
1
-2
/
+3
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-28
1
-1
/
+1
*
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
Zabe
2022-10-27
1
-1
/
+1
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-26
1
-1
/
+1
*
tests: Remove resetServiceForTesting after overrideConfigValues
Umherirrender
2022-07-27
1
-11
/
+0
*
PermissionManager: reindex errors after filtering
Lucas Werkmeister
2022-07-22
1
-0
/
+32
*
Replace trivial usa of mock builder with createMock() shortcut
Thiemo Kreuz
2022-07-15
1
-3
/
+1
*
tests: Use MainConfigNames constants on overrideConfigValue
Umherirrender
2022-07-12
1
-1
/
+1
*
tests: Make use of `overrideConfig(Value|Values)` where needed
Derick Alangi
2022-07-11
1
-37
/
+38
*
Clean up line indent with mixed tabs and whitespaces
Umherirrender
2022-07-09
1
-1
/
+1
*
permission: Simplify @covers annotations in PermissionManagerTest
Timo Tijhof
2022-07-07
1
-89
/
+25
*
tests: Use Title::makeTitle instead of Title::newFromText
Umherirrender
2022-07-06
1
-3
/
+3
[next]