aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/eval.php
Commit message (Expand)AuthorAgeFilesLines
* build: Use inline ignore for Generic.CodeAnalysis.AssignmentInConditionUmherirrender2024-09-011-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Get environment variable HOME via getenv( 'HOME' )Fomafix2024-08-131-2/+3
* Replace last remaining wfGetDB() calls in core, except ResourceLoaderJames D. Forrester2024-02-141-2/+2
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-1/+1
* Replace internal Hooks::runnerUmherirrender2023-05-111-1/+2
* build: Cleanup of .phpcs.xmlUmherirrender2023-04-131-1/+2
* Convert eval script to Maintenance classdaniel2023-02-281-57/+101
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-0/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Allow hooking into shell and eval maint scripts for convenienceaddshore2021-03-121-0/+2
* Use Shellbox for Shell::command() etc.Tim Starling2021-02-051-1/+0
* build: Enable phan-taint-check-plugin and suppress issuesUmherirrender2020-12-301-1/+1
* Merge "Suppress taint-check issues in maintenance scripts/cli context"jenkins-bot2020-12-121-0/+1
|\
| * Suppress taint-check issues in maintenance scripts/cli contextUmherirrender2020-12-071-0/+1
* | eval.php: add --ignore-errors optionTim Starling2020-12-101-1/+12
|/
* maintenance: Move commandLine from .inc to .phpJames D. Forrester2020-09-281-1/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* HHVM removal: Drop HHVM code for maintenance/James D. Forrester2019-10-021-1/+1
* eval.php: write error messages to stderrMukunda Modell2018-12-221-2/+2
* Make "eval.php -d 2" work againTim Starling2017-05-031-7/+5
* Add ConsoleLogger, use it for eval.php -dTim Starling2017-04-281-1/+4
* Remove empty lines from PHP and JavaScript comment blocksThiemo Mättig2016-12-091-1/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Revert "Make eval.php try to handle newlines in code"MaxSem2015-02-231-16/+1
* Make eval.php try to handle newlines in codeAaron Schulz2015-02-121-1/+16
* Remove $wgDebugFunctionEntry, unusedChad Horohoe2015-01-071-3/+0
* Fix incorrect replacement inside regular expressionAlexandre Emsenhuber2014-10-201-1/+1
* Use prefixed globals in eval.php main loopTim Starling2014-10-201-18/+18
* Make it a bit safer to paste input to eval.phpAaron Schulz2014-01-091-2/+17
* eval.php: update intro commentTim Starling2013-12-171-1/+0
* Rename wfIsHipHop() to wfIsHHVM()Chad Horohoe2013-10-291-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* style: normalize end of filesAntoine Musso2013-02-031-2/+0
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-101-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Revert r108777 (making eval subclass maintenance). eval's supposed to be in t...Chad Horohoe2012-01-141-57/+42
* Maintenance class-ify eval.phpSam Reed2012-01-121-42/+57
* Fix typo in SpecialVersionSam Reed2012-01-121-8/+3
* Revert r107054: breaks execution of lines that might test or output '<?php' s...Brion Vibber2012-01-031-5/+0
* Fixed a typo in r107054Max Semenik2011-12-221-1/+1
* do not evaluate '<?php' lineAntoine Musso2011-12-221-0/+5
* Removed $wgUseNormalUser var; not used by any scripts anymoreAaron Schulz2011-10-281-2/+0
* (bug 30172) posix_isatty() fallback does not work when the function has been ...Chad Horohoe2011-08-021-1/+1
* Apply LoadBalancer related fixesSam Reed2011-04-181-2/+5
* The beginnings of HipHop compiled mode support. It works now for parser cache...Tim Starling2011-04-041-1/+1
* Part of bug 26280: added license headers to PHP files in maintenanceAlexandre Emsenhuber2010-12-161-0/+15