aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions/CreditsAction.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Use real type hints for services etc. in actions/Bartosz Dziewoński2023-08-291-5/+2
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
* Action: Remove deprecated constructor parametersBartosz Dziewoński2022-11-031-3/+3
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-1/+2
* Use UserRigorOptions directlyTim Starling2022-03-251-1/+2
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* CreditsAction: Minor code tweaksReedy2021-10-211-7/+7
* CreditsAction: inject UserFactoryAlexander Vorwerk2021-08-131-2/+9
* Inject services into a bunch more actionsDannyS7122021-07-291-2/+19
* Merge "Fix linking of external users from action=credits"jenkins-bot2021-05-261-6/+1
|\
| * Fix linking of external users from action=creditsUmherirrender2021-05-261-6/+1
* | Create mediawiki.actions.styles module for misc action stylesmainframe982021-03-311-0/+4
|/
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-1/+1
* Revert "Handle interwiki usernames in action=credits"Reedy2020-08-081-20/+5
* Handle interwiki usernames in action=creditsAmmar Abdulhamid2020-08-061-5/+20
* Fix a plethora of class and function call case mismatchesReedy2020-05-261-1/+1
* Remove direct access to Action::page and Article::page propertiesArtBaltai2020-03-271-7/+7
* Hard deprecate Article::getUserTextDannyS7122020-03-261-1/+2
* Collapse some nested if statementsReedy2019-04-041-5/+3
* Fix CreditsAction when user has no real name set but real names enabledBrian Wolff2017-09-281-0/+3
* Always put type information before variable name for @var tagsKunal Mehta2017-09-041-1/+1
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* Replace Linker::link() usage with LinkRendererHaikal Izzuddin2016-12-011-4/+7
* Convert all array() syntax to []Kunal Mehta2016-02-171-8/+8
* Fix phpcs errors in includes/Ricordisamoa2015-01-081-2/+0
* Remove obvious function-level profilingChad Horohoe2015-01-071-4/+0
* includes/actions/: Use Config instead of globalsKunal Mehta2014-08-131-7/+14
* Cleanup some docs (includes/[a-d])umherirrender2014-07-241-2/+2
* Fixed some @params documentationumherirrender2014-04-141-13/+13
* Revert "Update type hint for CreditsAction::getAuthor()"Reedy2013-12-301-2/+2
* Update type hint for CreditsAction::getAuthor()Siebrand Mazeland2013-12-301-2/+2
* Update docs for files in includes/actions/Siebrand Mazeland2013-11-141-0/+1
* Update formattingSiebrand Mazeland2013-11-141-0/+3
* Fixed spacing in actions/cache/filebackend/filerepo/job folderumherirrender2013-04-201-1/+2
* Fix PHPDocSiebrand Mazeland2013-04-011-6/+6
* Merge "Documentation improvements in includes/actions"jenkins-bot2013-03-121-0/+3
|\
| * Documentation improvements in includes/actionsAlexandre Emsenhuber2013-03-051-0/+3
* | Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-4/+4
|/
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-101-1/+1
* (bug 40820) Revert my changes to includes/actions/CreditsAction.phpAlex Monk2012-10-071-1/+193
* A few action=info bugfixes and enhancements.Alex Monk2012-10-041-193/+1
* Use local context to get messageAlexandre Emsenhuber2012-03-251-1/+1
* Fix doxygen docs before REL1_19 branchingAntoine Musso2012-02-011-2/+1
* fix xssJeroen De Dauw2012-01-301-1/+1
* Reduce some duplication in Action::getRestriction(), all but 2 (plus one exte...Chad Horohoe2011-12-061-4/+0
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-2/+2
* * Use local context instead of global variables, made static function in Cred...Alexandre Emsenhuber2011-10-071-27/+29