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
/
includes
/
block
/
BlockUser.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "block: Add autoblock filtering parameters"
jenkins-bot
2025-04-02
1
-10
/
+4
|
\
|
*
block: Add autoblock filtering parameters
Tim Starling
2025-03-21
1
-10
/
+4
*
|
Namespace all remaining files in includes/changetags
James D. Forrester
2025-03-25
1
-1
/
+1
|
/
*
block: Don't modify an autoblock when the user specifies an IP
Tim Starling
2025-03-20
1
-0
/
+4
*
Namespace all remaining files in includes/logging
James D. Forrester
2025-03-19
1
-1
/
+1
*
block: Suppress exception when reblocking a multi-blocked user
Tim Starling
2025-03-17
1
-1
/
+1
*
block: Add a BlockTarget class hierarchy
Tim Starling
2025-02-19
1
-43
/
+44
*
block: Fix vague target requirements in BlockPermissionChecker
Tim Starling
2025-02-13
1
-3
/
+2
*
Use $string === '' instead of strlen( $string ) === 0
Fomafix
2025-01-30
1
-1
/
+1
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
1
-8
/
+0
*
block: Update block action links in block log and contributions for multiblocks
Tim Starling
2025-01-15
1
-0
/
+2
*
block: Show a special log entry when blocking an already blocked target
Tim Starling
2025-01-07
1
-27
/
+27
*
block: Multiblocks block API
Tim Starling
2024-12-16
1
-51
/
+147
*
Use real type hints for services etc. in includes/block/
Bartosz Dziewoński
2024-07-31
1
-32
/
+11
*
Namespace Message, move to appropriate directory
James D. Forrester
2024-02-14
1
-1
/
+1
*
Merge "BlockUser: parse expiries using ExpiryDef::normalizeExpiry"
jenkins-bot
2024-02-02
1
-11
/
+5
|
\
|
*
BlockUser: parse expiries using ExpiryDef::normalizeExpiry
MusikAnimal
2024-02-02
1
-11
/
+5
*
|
Allow temporary accounts to be blocked with 'hideuser' enabled
Dreamy Jazz
2024-01-22
1
-9
/
+1
|
/
*
Use namespaced classes
Umherirrender
2023-12-11
1
-1
/
+1
*
BlockUser lock duration tweaks
Tim Starling
2023-12-01
1
-10
/
+26
*
Add debug logging to BlockUser branches
Tim Starling
2023-11-09
1
-0
/
+18
*
Migrate callers of DatabaseBlock methods moved to DatabaseBlockStore
Tim Starling
2023-11-06
1
-7
/
+9
*
Merge "Blocks cleanup"
jenkins-bot
2023-09-20
1
-12
/
+5
|
\
|
*
Blocks cleanup
Tim Starling
2023-09-20
1
-12
/
+5
*
|
Namespace remaining Title-related classes under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-1
/
+1
|
/
*
Blocks documentation review
Tim Starling
2023-09-06
1
-9
/
+8
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-1
/
+1
*
Merge "Disallow hiding temporary users via blocks"
jenkins-bot
2023-08-18
1
-1
/
+9
|
\
|
*
Disallow hiding temporary users via blocks
Thalia
2023-08-14
1
-1
/
+9
*
|
Ensure that soft blocks block temporary users
Thalia
2023-08-15
1
-1
/
+1
|
/
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-1
/
+1
*
Reorg: Move Title-related classes to title/
Amir Sarabadani
2022-11-26
1
-1
/
+1
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-1
/
+1
*
Use MainConfigNames instead of string literals, #4
Aryeh Gregor
2022-04-26
1
-5
/
+6
*
block: Avoid use of null block id and blocker
Umherirrender
2022-02-26
1
-2
/
+3
*
Fix typos in comments (A-B)
Siddharth VP
2021-12-26
1
-3
/
+3
*
Remove some more comments that literally repeat the code
Thiemo Kreuz
2021-12-09
1
-2
/
+2
*
Remove or replace usages of "sanity"
Reedy
2021-11-19
1
-1
/
+1
*
BlockUser: Restore blocking autoblocked IP addresses
Matěj Suchánek
2021-08-03
1
-0
/
+12
*
BlockUser: Synchronize identical block retrieval
Matěj Suchánek
2021-08-01
1
-1
/
+2
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-10
/
+10
*
Merge "Convert BlockUtils::parseBlockTarget to UserIdentity"
jenkins-bot
2021-07-20
1
-3
/
+5
|
\
|
*
Convert BlockUtils::parseBlockTarget to UserIdentity
Alexander Vorwerk
2021-07-20
1
-3
/
+5
*
|
Merge "BlockUser: Provide correct information to the post-block hook"
jenkins-bot
2021-07-20
1
-21
/
+22
|
\
\
|
*
|
BlockUser: Provide correct information to the post-block hook
Matěj Suchánek
2021-07-17
1
-21
/
+22
|
|
/
*
/
Remove AbstractBlock::parseTarget()
Alexander Vorwerk
2021-07-16
1
-2
/
+2
|
/
*
Introduce Block interface and replace AbstractBlock.
daniel
2021-05-11
1
-3
/
+3
*
Allow action blocks to be logged via block log parameters
tsepothoabala
2021-05-05
1
-0
/
+28
*
Don't allow blocking on pages that don't exist
STran
2021-04-08
1
-0
/
+23
*
Convert (Un)BlockUser target to user identity
Petr Pchelko
2021-03-24
1
-5
/
+11
[next]