aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/dev
Commit message (Expand)AuthorAgeFilesLines
* mime: Represent lists as arrays instead of space-delimited stringsOri Livneh2020-05-281-1/+1
* mime: Convert built-in MIME mappings to PHP arraysOri Livneh2020-05-191-5/+3
* maintenance: Enable gzip in router.php for static filesTimo Tijhof2019-09-301-4/+16
* Use https://www.php.net/ instead of https://secure.php.net/Fomafix2019-04-122-2/+2
* maintenance/dev: Clean up router.phpTimo Tijhof2019-04-021-50/+36
* Let built-in web server handle .php requestsAntoine Musso2018-03-281-7/+1
* Correct PHP version in maintenance/dev/READMELeszek Manicki2018-03-131-1/+1
* Fix typo acceptible --> acceptableJayprakash123452018-03-121-1/+1
* Update the installphp.sh script to use a supported PHP versionmainframe982017-11-051-14/+15
* Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-1/+1
* Move MimeMagic code to libs/mime/MimeAnalyzer.phpAaron Schulz2016-10-151-1/+2
* Merge "Revert "Add executable rights for executable (bash) files""jenkins-bot2015-08-072-0/+0
|\
| * Revert "Add executable rights for executable (bash) files"Southparkfan2015-08-072-0/+0
* | Minor code comment tweaks for spelling and consistencyMZMcBride2014-11-081-1/+1
|/
* Add executable rights for executable (bash) filesSouthparkfan2014-10-302-0/+0
* Unify the spelling of MIME in documentationrillke2014-08-071-1/+1
* Merge "shell script fix using shellcheck lint"jenkins-bot2014-06-171-1/+1
|\
| * shell script fix using shellcheck lintKartik Mistry2014-04-011-1/+1
* | Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-0/+2
|/
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-7/+7
* (Bug 37957) Replace php_sapi_name() with PHP_SAPIOri Livneh2013-02-041-1/+1
* Make maintenance/dev/'s .sh files executable.Daniel Friesen2012-10-144-0/+0
* merged master (2012-09-11)daniel2012-09-111-3/+21
|\
| * Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-09-071-3/+21
| * Followup ac8b7d54f81f7b3879a7e21c96b0d182a00618d2 fix broken php detectionDaniel Friesen2012-08-051-1/+1
| * Improve detection of php binary.Platonides2012-08-041-10/+12
* | merging latest masterdaniel2012-08-201-10/+12
* | merging incomingdaniel2012-04-164-0/+0
|/
* Security paranoia, reject requests to router.php that aren't from the cli-ser...Daniel Friesen2012-03-201-0/+4
* Add missing delimiters to the regexp in maintenace/dev/'s router.Daniel Friesen2012-02-151-1/+1
* Follow up r105821, as usual, commit the files I forgot to `svn add`Daniel Friesen2011-12-112-0/+20
* Follow up r102210:Daniel Friesen2011-12-115-22/+10
* Followup r103678; Add a comment.Daniel Friesen2011-12-031-0/+3
* Update maintenance/dev/'s router, add handling for things like /wiki/File:Foo...Daniel Friesen2011-11-241-43/+59
* Modify maintenance/dev/ router code to fix the bug where post data gets disca...Daniel Friesen2011-11-241-3/+10
* Incorporate a router into our maintenance/dev/ code to better handle the vari...Daniel Friesen2011-11-192-1/+53
* Allow for installation of php in ~/.mwphp and don't die if maintenance/dev/da...Daniel Friesen2011-11-064-11/+43
* Followup r102201, quote all variables to guard against paths with spaces in t...Daniel Friesen2011-11-064-16/+16
* Commit maintenance/dev/ a set of bash scripts that can quickly download php 5...Daniel Friesen2011-11-065-0/+84