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
/
shell
/
Command.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/exception
James D. Forrester
2025-03-25
1
-1
/
+1
*
Remove trivial 1-line PHPDocs that just repeat the code
thiemowmde
2025-01-16
1
-3
/
+0
*
Add "implements/extends Stringable" to more classes and interfaces
Bartosz Dziewoński
2024-06-13
1
-1
/
+2
*
Refine Command and Shell classes
Doğu Abaris
2024-01-31
1
-8
/
+6
*
shell: Command::cgroup() has been removed, no callers
Derick Alangi
2023-02-08
1
-13
/
+0
*
GitInfo: Use Command::allowPath() instead of ::whitelistPaths()
Derick Alangi
2023-02-03
1
-1
/
+3
*
Replace trivial usages of code in strings with concatenation
Thiemo Kreuz
2022-08-26
1
-1
/
+1
*
Use Shellbox for Shell::command() etc.
Tim Starling
2021-02-05
1
-453
/
+64
*
Merge "Don't pass stdin to commands by default"
jenkins-bot
2020-09-18
1
-8
/
+51
|
\
|
*
Don't pass stdin to commands by default
Tim Starling
2020-08-25
1
-8
/
+51
*
|
Fixes shell edge-cases in Windows
Juan Osorio
2020-08-26
1
-1
/
+14
|
/
*
shell: Make ->restrict( RESTRICT_NONE ) actually work
Kunal Mehta
2020-07-29
1
-2
/
+17
*
phan: Enable redundant_condition_detection
Umherirrender
2020-07-01
1
-1
/
+2
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-1
/
+1
*
Shell: Add more types
Max Semenik
2019-10-31
1
-9
/
+9
*
shell: Resolve a TODO asking for error_clear_last()
Max Semenik
2019-10-02
1
-10
/
+1
*
Unsuppress more phan issues (part 3)
Daimona Eaytoy
2019-08-31
1
-1
/
+2
*
Avoid the use of silence operator (@) and use AtEase methods
Derick Alangi
2019-07-23
1
-2
/
+3
*
shell: Remove documentation that doesn't add meaning to the method
Derick Alangi
2019-06-17
1
-3
/
+3
*
Update wikimedia/at-ease from 1.2.0 to 2.0.0
Reedy
2019-05-18
1
-2
/
+3
*
shell: annotate return types
Max Semenik
2019-04-26
1
-11
/
+11
*
Get rid of unnecessary func_get_args() and friends
Aryeh Gregor
2019-04-12
1
-6
/
+4
*
Use https://www.php.net/ instead of https://secure.php.net/
Fomafix
2019-04-12
1
-1
/
+1
*
Update AtEase calls to use Wikimedia namespace
Reedy
2019-02-12
1
-2
/
+2
*
Convert RandomImageGenerator to use the new execution framework
Max Semenik
2019-01-21
1
-0
/
+11
*
Merge "Use MediaWiki\SuppressWarnings around trigger_error('') instead @"
D3r1ck01
2018-12-19
1
-2
/
+3
|
\
|
*
Use MediaWiki\SuppressWarnings around trigger_error('') instead @
Mark A. Hershberger
2018-04-17
1
-2
/
+3
*
|
Deprecate wfArrayFilter() and wfArrayFilterByKey()
Max Semenik
2018-07-19
1
-4
/
+4
*
|
Replace HTTP by HTTPS
Fomafix
2018-05-22
1
-1
/
+1
|
/
*
Shell: Don't hang on empty stdin
Brad Jorsch
2018-02-22
1
-0
/
+6
*
Shell: Set pipes to non-blocking
Brad Jorsch
2018-02-01
1
-7
/
+19
*
Allow programmatic input in Command
Gergő Tisza
2018-01-03
1
-28
/
+60
*
build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
Umherirrender
2018-01-01
1
-4
/
+2
*
shell: Run firejail inside limit.sh, make NO_EXECVE work
Kunal Mehta
2017-12-09
1
-4
/
+5
*
Shell: skip null parameters
Max Semenik
2017-11-29
1
-2
/
+9
*
shell: Optionally restrict commands' access with firejail
Kunal Mehta
2017-11-28
1
-0
/
+46
*
MediaWiki\Shell: log stderr
Gergő Tisza
2017-10-26
1
-4
/
+28
*
Shell\Command: Move code that builds final shell command into separate method
Kunal Mehta
2017-10-19
1
-22
/
+35
*
Introduce Shell\CommandFactory
Max Semenik
2017-10-17
1
-5
/
+6
*
Don't trigger PHP errors for unused Shell\Command
Max Semenik
2017-10-17
1
-3
/
+5
*
Command: Avoid using wfDebug()
Kunal Mehta
2017-10-17
1
-1
/
+1
*
Shell\Command: Better walltime fallback
Max Semenik
2017-10-17
1
-2
/
+5
*
shell: Deduplicate code in Command.php by combining else paths
Fomafix
2017-10-12
1
-4
/
+3
*
Return stderr from Shell\Command
Max Semenik
2017-10-12
1
-2
/
+6
*
Merge "Suppress error in MediaWiki\Shell\Command"
jenkins-bot
2017-10-10
1
-2
/
+10
|
\
|
*
Suppress error in MediaWiki\Shell\Command
Gergő Tisza
2017-10-09
1
-2
/
+10
*
|
Get rid of $IP in Command
Max Semenik
2017-10-06
1
-3
/
+1
|
/
*
Inject dependencies into Shell\Command
Max Semenik
2017-10-03
1
-21
/
+45
*
Replace wfShellExec() with a class
Max Semenik
2017-09-08
1
-0
/
+377