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
/
actions
/
CreditsAction.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace includes/context
James D. Forrester
2024-02-08
1
-0
/
+1
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
Use real type hints for services etc. in actions/
Bartosz Dziewoński
2023-08-29
1
-5
/
+2
*
Reorg: Move HTML-related classes out of includes/ to Html/
Amir Sarabadani
2023-02-16
1
-0
/
+1
*
Reorg: Move DummyLinker and Linker to linker/
Amir Sarabadani
2022-12-08
1
-0
/
+1
*
Action: Remove deprecated constructor parameters
Bartosz Dziewoński
2022-11-03
1
-3
/
+3
*
Use MainConfigNames instead of string literals, #4
Aryeh Gregor
2022-04-26
1
-1
/
+2
*
Use UserRigorOptions directly
Tim Starling
2022-03-25
1
-1
/
+2
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+1
*
CreditsAction: Minor code tweaks
Reedy
2021-10-21
1
-7
/
+7
*
CreditsAction: inject UserFactory
Alexander Vorwerk
2021-08-13
1
-2
/
+9
*
Inject services into a bunch more actions
DannyS712
2021-07-29
1
-2
/
+19
*
Merge "Fix linking of external users from action=credits"
jenkins-bot
2021-05-26
1
-6
/
+1
|
\
|
*
Fix linking of external users from action=credits
Umherirrender
2021-05-26
1
-6
/
+1
*
|
Create mediawiki.actions.styles module for misc action styles
mainframe98
2021-03-31
1
-0
/
+4
|
/
*
Swap out uses of User->isLoggedIn() with ->isRegistered()
James D. Forrester
2020-12-22
1
-1
/
+1
*
Revert "Handle interwiki usernames in action=credits"
Reedy
2020-08-08
1
-20
/
+5
*
Handle interwiki usernames in action=credits
Ammar Abdulhamid
2020-08-06
1
-5
/
+20
*
Fix a plethora of class and function call case mismatches
Reedy
2020-05-26
1
-1
/
+1
*
Remove direct access to Action::page and Article::page properties
ArtBaltai
2020-03-27
1
-7
/
+7
*
Hard deprecate Article::getUserText
DannyS712
2020-03-26
1
-1
/
+2
*
Collapse some nested if statements
Reedy
2019-04-04
1
-5
/
+3
*
Fix CreditsAction when user has no real name set but real names enabled
Brian Wolff
2017-09-28
1
-0
/
+3
*
Always put type information before variable name for @var tags
Kunal Mehta
2017-09-04
1
-1
/
+1
*
Remove empty lines at begin of function, if, foreach, switch
Umherirrender
2017-07-01
1
-1
/
+0
*
Replace Linker::link() usage with LinkRenderer
Haikal Izzuddin
2016-12-01
1
-4
/
+7
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-8
/
+8
*
Fix phpcs errors in includes/
Ricordisamoa
2015-01-08
1
-2
/
+0
*
Remove obvious function-level profiling
Chad Horohoe
2015-01-07
1
-4
/
+0
*
includes/actions/: Use Config instead of globals
Kunal Mehta
2014-08-13
1
-7
/
+14
*
Cleanup some docs (includes/[a-d])
umherirrender
2014-07-24
1
-2
/
+2
*
Fixed some @params documentation
umherirrender
2014-04-14
1
-13
/
+13
*
Revert "Update type hint for CreditsAction::getAuthor()"
Reedy
2013-12-30
1
-2
/
+2
*
Update type hint for CreditsAction::getAuthor()
Siebrand Mazeland
2013-12-30
1
-2
/
+2
*
Update docs for files in includes/actions/
Siebrand Mazeland
2013-11-14
1
-0
/
+1
*
Update formatting
Siebrand Mazeland
2013-11-14
1
-0
/
+3
*
Fixed spacing in actions/cache/filebackend/filerepo/job folder
umherirrender
2013-04-20
1
-1
/
+2
*
Fix PHPDoc
Siebrand Mazeland
2013-04-01
1
-6
/
+6
*
Merge "Documentation improvements in includes/actions"
jenkins-bot
2013-03-12
1
-0
/
+3
|
\
|
*
Documentation improvements in includes/actions
Alexandre Emsenhuber
2013-03-05
1
-0
/
+3
*
|
Fixed @param tags to conform with Doxygen format.
Tyler Anthony Romeo
2013-03-11
1
-4
/
+4
|
/
*
Remove a bunch of trailing spaces and unneeded newlines
umherirrender
2012-10-10
1
-1
/
+1
*
(bug 40820) Revert my changes to includes/actions/CreditsAction.php
Alex Monk
2012-10-07
1
-1
/
+193
*
A few action=info bugfixes and enhancements.
Alex Monk
2012-10-04
1
-193
/
+1
*
Use local context to get message
Alexandre Emsenhuber
2012-03-25
1
-1
/
+1
*
Fix doxygen docs before REL1_19 branching
Antoine Musso
2012-02-01
1
-2
/
+1
*
fix xss
Jeroen De Dauw
2012-01-30
1
-1
/
+1
*
Reduce some duplication in Action::getRestriction(), all but 2 (plus one exte...
Chad Horohoe
2011-12-06
1
-4
/
+0
*
Bug 29524 - Rename RequestContext::getLang to getLanguage
John Du Hart
2011-11-21
1
-2
/
+2
*
* Use local context instead of global variables, made static function in Cred...
Alexandre Emsenhuber
2011-10-07
1
-27
/
+29
[next]