php-censor/PHPCI
2015-05-29 08:26:47 +02:00
..
build Lots of cleanup. 2015-02-12 14:11:58 +00:00
Command Fix for strict standards issue in RebuildCommand.php 2015-05-15 16:37:45 +02:00
Controller Improved login: now you can login using name or email 2015-04-22 13:54:02 +02:00
Helper Let CommandExecutor::findBinary throw an exception when the binary is missing. 2015-04-22 12:19:05 +02:00
Languages An attempt at making the codeception plugin a little more complete. 2015-04-23 13:18:26 +02:00
Logging LoggerConfig::getFor always returns the same instance of Logger for the same $name. 2015-04-23 13:25:53 +02:00
Migrations Improved login: now you can login using name or email 2015-04-22 13:54:02 +02:00
Model Build::removeBuildDirectory: do not try to remove build directory of not-yet-persisted builds. 2015-04-25 21:25:50 +02:00
Plugin Make check for Pdepend output dir more robust. Before this fix, the pdepend module would check for "is_writable", which returns false even when the directory does not exist. I suggest to a) attempt to crete the dir if it does not exist, and b) make the error message more explanatory in case the dir cannot be created or is not accessible. 2015-05-29 08:26:47 +02:00
Service When starting a manual build, replace the "Manual" commit id with the HEAD hash. 2015-04-23 13:13:29 +02:00
Store Improved login: now you can login using name or email 2015-04-22 13:54:02 +02:00
View Allow to specify a mail template ('short' or 'long') in phpci.yml. 2015-04-28 14:09:23 +02:00
Application.php Remove short array syntax to keep backwards compatibility with php5.3 2015-03-06 17:44:22 +01:00
Builder.php Let CommandExecutor::findBinary throw an exception when the binary is missing. 2015-04-22 12:19:05 +02: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
ErrorHandler.php LoggerConfig::getFor always returns the same instance of Logger for the same $name. 2015-04-23 13:25:53 +02: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