phpci/PHPCI
Mark Clements 8a96ec8551 Fixed the install script, which bails-out with an error if the PHPCI path contains spaces.
This occurs commonly on Windows, but from my reading of the code it would also be a problem on other platforms if spaces were present (though this is less likely, due to different naming conventions).

It has been fixed by using escapeshellarg() on both of the paths used in the command.

Fixes #698, which I've just noticed has a similar solution suggested in one of the comments, but was closed without anyone actually implementing it.
2015-03-02 22:49:22 +00:00
..
build Lots of cleanup. 2015-02-12 14:11:58 +00:00
Command Fixed the install script, which bails-out with an error if the PHPCI path contains spaces. 2015-03-02 22:49:22 +00:00
Controller Fixing PHPCS errors. 2015-02-26 08:45:42 +00:00
Helper Fixing PHPCS errors. 2015-02-26 08:45:42 +00:00
Languages Allow projects to be archived. 2015-02-23 19:37:11 +00:00
Logging Fixing PHPCS errors. 2015-02-26 08:45:42 +00:00
Migrations Allow projects to be archived. 2015-02-23 19:37:11 +00:00
Model Hopefully fixing a bug where reporting errors back to Github causes an infinite loop. 2015-02-26 08:31:58 +00:00
Plugin Fixing PHPCS errors. 2015-02-26 08:45:42 +00:00
Service Allow projects to be archived. 2015-02-23 19:37:11 +00:00
Store Fixing base store docblocks. 2015-02-16 11:20:18 +00:00
View Fix username style in user panel block. 2015-02-24 10:01:36 +02:00
Application.php Allow projects to be archived. 2015-02-23 19:37:11 +00:00
Builder.php Set the CommandExecutor buildPath property when a build is created. 2015-02-23 14:42:04 +00:00
BuildFactory.php Add SVN support to PHPCI. 2015-02-20 14:14:36 +00:00
Controller.php Cleaning up unnecessary use of 'die' and 'exit' 2015-02-12 12:37:56 +00:00
Model.php Adding Docblocks throughout the project and lowering the missing docblock limit in phpci.yml to zero. 2014-12-08 14:12:01 +00:00
Plugin.php Lots of cleanup. 2015-02-12 14:11:58 +00:00
Store.php Adding Docblocks throughout the project and lowering the missing docblock limit in phpci.yml to zero. 2014-12-08 14:12:01 +00:00
ZeroConfigPlugin.php Adding / correcting the file docblock throughout the project 2014-05-12 17:26:17 +01:00