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
/
specials
/
SpecialEmailUser.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/exception
James D. Forrester
2025-03-25
1
-1
/
+1
*
specials: Remove constructor PHPdoc block
Umherirrender
2025-02-20
1
-7
/
+0
*
Exclude temporary accounts from Special:EmailUser user autocomplete
Dreamy Jazz
2024-11-13
1
-0
/
+2
*
specials: Use StatusValue::getMessages() instead of deprecated methods
Bartosz Dziewoński
2024-07-10
1
-3
/
+3
*
specials: Improve docs and `@ingroup` tags, fix file headers
Timo Tijhof
2024-05-15
1
-4
/
+4
*
SpecialEmailUser: Remove unused validateTarget function, deprecated in 1.41
Lewis Cawte
2024-05-05
1
-25
/
+0
*
SpecialEmailUser: Remove unused submit function, deprecated in 1.41
Lewis Cawte
2024-05-05
1
-40
/
+0
*
SpecialEmailUser: remove unused getPermissionsError function.
Lewis Cawte
2024-05-05
1
-38
/
+0
*
SpecialEmailUser: Deprecate ::getTarget()
Bartosz Dziewoński
2024-04-04
1
-1
/
+1
*
SpecialEmailUser: Replace deprecated method getPermissionsError()
Bartosz Dziewoński
2024-04-04
1
-25
/
+20
*
Refactor SpecialEmailUser
Func
2024-04-04
1
-53
/
+41
*
emailuser: Improve permission error handling
Ammarpad
2024-03-21
1
-0
/
+2
*
Standardise all our class alias deprecation comments for ease of grepping
James D. Forrester
2024-03-19
1
-3
/
+1
*
Namespace Message, move to appropriate directory
James D. Forrester
2024-02-14
1
-1
/
+1
*
Namespace HTMLForm and friends
James D. Forrester
2024-02-14
1
-1
/
+1
*
Namespace includes/context
James D. Forrester
2024-02-08
1
-1
/
+1
*
Move user options related classes into its own namespace
Martin Urbanec
2023-11-29
1
-1
/
+1
*
Merge "List Special:EmailUser in Special:SpecialPages"
jenkins-bot
2023-10-08
1
-3
/
+11
|
\
|
*
List Special:EmailUser in Special:SpecialPages
Dringsim
2023-10-07
1
-3
/
+11
*
|
SpecialEmailUser: Skip validation for username when visit directly without su...
Dringsim
2023-10-05
1
-1
/
+4
|
/
*
Make EmailUser stable, deprecate old methods
Daimona Eaytoy
2023-09-26
1
-5
/
+9
*
Merge "EmailUser: use authorizeAction()"
jenkins-bot
2023-09-26
1
-6
/
+24
|
\
|
*
EmailUser: use authorizeAction()
daniel
2023-09-26
1
-6
/
+24
*
|
SpecialPage::getDescription() should return a Message
C. Scott Ananian
2023-09-21
1
-2
/
+2
*
|
Namespace Config-related classes under \MediaWiki\Config
James D. Forrester
2023-09-21
1
-1
/
+1
|
/
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-1
/
+1
*
Merge "Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()"
jenkins-bot
2023-09-19
1
-1
/
+1
|
\
|
*
Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()
C. Scott Ananian
2023-09-18
1
-1
/
+1
*
|
Namespace remaining 'specialpage' files under \MediaWiki\SpecialPage
James D. Forrester
2023-09-18
1
-1
/
+1
|
/
*
Use real type hints for services etc. in specials/ (A-M)
Bartosz Dziewoński
2023-08-29
1
-12
/
+3
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-1
/
+1
*
SpecialEmailUser: Fix prefilling for subpage syntax
Func
2023-06-21
1
-5
/
+7
*
mail: Final round of EmailUser refactoring
Daimona Eaytoy
2023-06-20
1
-2
/
+2
*
mail: Round 6 of EmailUser refactoring
Daimona Eaytoy
2023-06-20
1
-3
/
+3
*
Introduce EmailUserFactory
Daimona Eaytoy
2023-06-01
1
-58
/
+48
*
mail: Round 5 of EmailUser refactoring
Daimona Eaytoy
2023-06-01
1
-1
/
+3
*
mail: Round 4 of EmailUser refactoring
Daimona Eaytoy
2023-05-21
1
-7
/
+28
*
mail: Make EmailUser::getPermissionsError() return StatusValue
Daimona Eaytoy
2023-05-20
1
-1
/
+16
*
mail: Round 3 of EmailUser refactoring
Daimona Eaytoy
2023-05-17
1
-8
/
+25
*
mail: Round 2 of EmailUser refactoring
Daimona Eaytoy
2023-05-17
1
-8
/
+26
*
mail: Round 1 of EmailUser refactoring
Daimona Eaytoy
2023-05-17
1
-8
/
+51
*
Namespace SpecialE* under \MediaWiki\Specials
James D. Forrester
2023-05-03
1
-0
/
+18
*
mail: Move SpecialEmailUser business logic to a new class
Daimona Eaytoy
2023-03-12
1
-258
/
+5
*
Rename rate limits to match permission names
daniel
2023-02-26
1
-2
/
+2
*
specials: Replace deprecated HTMLForm::addPreText/addHeaderText
Umherirrender
2022-12-18
1
-1
/
+1
*
Make use of ?:, ?? and ??= operators in mostly trivial cases
thiemowmde
2022-12-05
1
-5
/
+1
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-1
/
+1
*
mail: Replace deprecated User::getOption
Umherirrender
2022-08-05
1
-2
/
+12
*
specials: Use setTitle() on GET forms to strip subpage everywhere
Bartosz Dziewoński
2022-05-15
1
-9
/
+2
*
Use MainConfigNames instead of string literals, #2
Aryeh Gregor
2022-04-13
1
-6
/
+8
[next]