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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Shellbox for Shell::command() etc.
Tim Starling
2021-02-05
8
-892
/
+270
*
Document hook names in hook interfaces.
daniel
2020-09-27
1
-0
/
+3
*
SECURITY: Prevent invoking firejail's --output functionality
Kunal Mehta
2020-09-24
1
-0
/
+32
*
Merge "shell: Don't blacklist /run/firejail"
jenkins-bot
2020-09-24
1
-2
/
+7
|
\
|
*
shell: Don't blacklist /run/firejail
Tim Starling
2020-09-09
1
-2
/
+7
*
|
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
|
/
*
firejail: Strengthen by copying from Wikimedia's profile
Kunal Mehta
2020-08-07
1
-0
/
+28
*
shell: Make ->restrict( RESTRICT_NONE ) actually work
Kunal Mehta
2020-07-29
1
-2
/
+17
*
shell: Expand documentation in firejail.profile
Kunal Mehta
2020-07-18
1
-3
/
+12
*
Replace "@stable for implementation" with "@stable to implement"
daniel
2020-07-13
1
-1
/
+1
*
shell: Fix autodetection of firejail in findFirejail()
Kunal Mehta
2020-07-07
1
-2
/
+3
*
phan: Enable redundant_condition_detection
Umherirrender
2020-07-01
1
-1
/
+2
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-1
/
+1
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-1
/
+1
*
Hook interface doc comment followup
Tim Starling
2020-04-21
1
-1
/
+1
*
docs: Hook interface doc comment review
apaskulin
2020-04-21
1
-5
/
+5
*
Automatically generated hook interfaces
Tim Starling
2020-04-20
1
-0
/
+23
*
Fix mismatching type hints in PHPDoc tags
Thiemo Kreuz
2020-03-24
1
-2
/
+0
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
2
-2
/
+2
*
Shell: Add more types
Max Semenik
2019-10-31
4
-17
/
+19
*
Shell\Result: declare types, enable strict types
Max Semenik
2019-10-30
1
-4
/
+6
*
Shell: Declare constants visibility
Max Semenik
2019-10-28
1
-9
/
+9
*
shell: Resolve a TODO asking for error_clear_last()
Max Semenik
2019-10-02
1
-10
/
+1
*
Upgrade phan config to 0.7.1
Daimona Eaytoy
2019-09-04
1
-1
/
+0
*
Unsuppress phan issues part 6
Daimona Eaytoy
2019-09-01
1
-0
/
+2
*
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
4
-15
/
+15
*
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
*
|
Use PHP 7 '??' operator instead of if-then-else
Fomafix
2018-10-21
1
-1
/
+1
*
|
Deprecate wfArrayFilter() and wfArrayFilterByKey()
Max Semenik
2018-07-19
1
-4
/
+4
*
|
shell: Note that ::isDisabled() should be called before ::command()
Kunal Mehta
2018-07-02
1
-0
/
+2
*
|
Begin introducing PHP 5.6 variadic parameters where appropriate
Max Semenik
2018-06-04
1
-10
/
+8
*
|
Merge "Use PHP7 constant expression instead of a magic number"
jenkins-bot
2018-05-31
1
-12
/
+11
|
\
\
|
*
|
Use PHP7 constant expression instead of a magic number
Max Semenik
2018-05-30
1
-12
/
+11
*
|
|
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz DziewoĆski
2018-05-30
1
-1
/
+1
|
/
/
*
/
Replace HTTP by HTTPS
Fomafix
2018-05-22
1
-1
/
+1
|
/
*
Restrict shell commands by default
Max Semenik
2018-04-16
2
-0
/
+8
*
Deprecate wfShellWikiCmd()
Max Semenik
2018-04-16
1
-0
/
+29
*
shell: Don't use --seccomp=@default for firejail < 0.9.50 support
Kunal Mehta
2018-02-26
1
-8
/
+10
*
Shell: Don't hang on empty stdin
Brad Jorsch
2018-02-22
1
-0
/
+6
[next]