aboutsummaryrefslogtreecommitdiffstats
path: root/includes/shell/Shell.php
Commit message (Expand)AuthorAgeFilesLines
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+2
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-2/+2
* Remove $wgShellLocale, always use CTim Starling2021-09-241-2/+3
* Use Shellbox for Shell::command() etc.Tim Starling2021-02-051-56/+2
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Shell: Add more typesMax Semenik2019-10-311-3/+5
* Shell: Declare constants visibilityMax Semenik2019-10-281-9/+9
* Upgrade phan config to 0.7.1Daimona Eaytoy2019-09-041-1/+0
* Unsuppress phan issues part 6Daimona Eaytoy2019-09-011-0/+2
* shell: annotate return typesMax Semenik2019-04-261-2/+2
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-211-1/+1
* shell: Note that ::isDisabled() should be called before ::command()Kunal Mehta2018-07-021-0/+2
* Begin introducing PHP 5.6 variadic parameters where appropriateMax Semenik2018-06-041-10/+8
* Use PHP7 constant expression instead of a magic numberMax Semenik2018-05-301-12/+11
* Restrict shell commands by defaultMax Semenik2018-04-161-0/+7
* Deprecate wfShellWikiCmd()Max Semenik2018-04-161-0/+29
* Allow programmatic input in CommandGergő Tisza2018-01-031-0/+1
* shell: Add NO_LOCALSETTINGS restrictionKunal Mehta2017-12-081-2/+9
* Shell: skip null parametersMax Semenik2017-11-291-1/+4
* shell: Optionally restrict commands' access with firejailKunal Mehta2017-11-281-0/+51
* Remove @codingStandardsIgnore from long linesUmherirrender2017-10-221-2/+0
* Introduce Shell\CommandFactoryMax Semenik2017-10-171-13/+3
* Return stderr from Shell\CommandMax Semenik2017-10-121-0/+1
* Inject dependencies into Shell\CommandMax Semenik2017-10-031-3/+18
* Replace wfShellExec() with a classMax Semenik2017-09-081-0/+149