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
/
maintenance
/
eval.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Use inline ignore for Generic.CodeAnalysis.AssignmentInCondition
Umherirrender
2024-09-01
1
-0
/
+1
*
Exclude boilerplate maintenance code from code coverage reports
Dreamy Jazz
2024-08-27
1
-0
/
+4
*
Get environment variable HOME via getenv( 'HOME' )
Fomafix
2024-08-13
1
-2
/
+3
*
Replace last remaining wfGetDB() calls in core, except ResourceLoader
James D. Forrester
2024-02-14
1
-2
/
+2
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-1
/
+1
*
Replace internal Hooks::runner
Umherirrender
2023-05-11
1
-1
/
+2
*
build: Cleanup of .phpcs.xml
Umherirrender
2023-04-13
1
-1
/
+2
*
Convert eval script to Maintenance class
daniel
2023-02-28
1
-57
/
+101
*
Fix many typos in comments
Matěj Suchánek
2022-05-10
1
-1
/
+1
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+1
*
build: Update mediawiki/mediawiki-phan-config to 0.11.0
Umherirrender
2021-09-07
1
-0
/
+1
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-1
/
+1
*
Allow hooking into shell and eval maint scripts for convenience
addshore
2021-03-12
1
-0
/
+2
*
Use Shellbox for Shell::command() etc.
Tim Starling
2021-02-05
1
-1
/
+0
*
build: Enable phan-taint-check-plugin and suppress issues
Umherirrender
2020-12-30
1
-1
/
+1
*
Merge "Suppress taint-check issues in maintenance scripts/cli context"
jenkins-bot
2020-12-12
1
-0
/
+1
|
\
|
*
Suppress taint-check issues in maintenance scripts/cli context
Umherirrender
2020-12-07
1
-0
/
+1
*
|
eval.php: add --ignore-errors option
Tim Starling
2020-12-10
1
-1
/
+12
|
/
*
maintenance: Move commandLine from .inc to .php
James D. Forrester
2020-09-28
1
-1
/
+1
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-1
/
+1
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-1
/
+1
*
HHVM removal: Drop HHVM code for maintenance/
James D. Forrester
2019-10-02
1
-1
/
+1
*
eval.php: write error messages to stderr
Mukunda Modell
2018-12-22
1
-2
/
+2
*
Make "eval.php -d 2" work again
Tim Starling
2017-05-03
1
-7
/
+5
*
Add ConsoleLogger, use it for eval.php -d
Tim Starling
2017-04-28
1
-1
/
+4
*
Remove empty lines from PHP and JavaScript comment blocks
Thiemo Mättig
2016-12-09
1
-1
/
+0
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-1
/
+1
*
Revert "Make eval.php try to handle newlines in code"
MaxSem
2015-02-23
1
-16
/
+1
*
Make eval.php try to handle newlines in code
Aaron Schulz
2015-02-12
1
-1
/
+16
*
Remove $wgDebugFunctionEntry, unused
Chad Horohoe
2015-01-07
1
-3
/
+0
*
Fix incorrect replacement inside regular expression
Alexandre Emsenhuber
2014-10-20
1
-1
/
+1
*
Use prefixed globals in eval.php main loop
Tim Starling
2014-10-20
1
-18
/
+18
*
Make it a bit safer to paste input to eval.php
Aaron Schulz
2014-01-09
1
-2
/
+17
*
eval.php: update intro comment
Tim Starling
2013-12-17
1
-1
/
+0
*
Rename wfIsHipHop() to wfIsHHVM()
Chad Horohoe
2013-10-29
1
-1
/
+1
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
style: normalize end of files
Antoine Musso
2013-02-03
1
-2
/
+0
*
Remove a bunch of trailing spaces and unneeded newlines
umherirrender
2012-10-10
1
-1
/
+1
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
Revert r108777 (making eval subclass maintenance). eval's supposed to be in t...
Chad Horohoe
2012-01-14
1
-57
/
+42
*
Maintenance class-ify eval.php
Sam Reed
2012-01-12
1
-42
/
+57
*
Fix typo in SpecialVersion
Sam Reed
2012-01-12
1
-8
/
+3
*
Revert r107054: breaks execution of lines that might test or output '<?php' s...
Brion Vibber
2012-01-03
1
-5
/
+0
*
Fixed a typo in r107054
Max Semenik
2011-12-22
1
-1
/
+1
*
do not evaluate '<?php' line
Antoine Musso
2011-12-22
1
-0
/
+5
*
Removed $wgUseNormalUser var; not used by any scripts anymore
Aaron Schulz
2011-10-28
1
-2
/
+0
*
(bug 30172) posix_isatty() fallback does not work when the function has been ...
Chad Horohoe
2011-08-02
1
-1
/
+1
*
Apply LoadBalancer related fixes
Sam Reed
2011-04-18
1
-2
/
+5
*
The beginnings of HipHop compiled mode support. It works now for parser cache...
Tim Starling
2011-04-04
1
-1
/
+1
*
Part of bug 26280: added license headers to PHP files in maintenance
Alexandre Emsenhuber
2010-12-16
1
-0
/
+15
[next]