Commit graph

41 commits

Author SHA1 Message Date
Dan Cryer 1385379f1a Merge pull request #1021 from mrobinsonuk/cleanup/spelling-corrections
Corrected a number of minor spelling errors.
2015-10-13 15:14:44 +01:00
Dan Cryer 06204ef171 Adding support for beanstalkd-based workers. 2015-10-05 12:13:22 +01:00
Mark Robinson d2c512d94b Corrected a number of minor spelling errors.
Originally observed that "successful" was misspelled "succesfull" on the build view page. While correcting that, a number of other spelling errors were also corrected.
2015-06-25 15:21:23 +01:00
Adirelle f46a8be648 LoggerConfig::getFor always returns the same instance of Logger for the same $name.
This avoid issues when push handlers/processors to that logger.
Use the Monolog\ErrorHandler to log errors and exceptions.
PHPCI/Logging/Handler becomes PHPCI/ErrorHandler.
And it only throws ErrorException for reported errors.
No need to initialize a second $loggerConfig in daemonise.

Close #892
2015-04-23 13:25:53 +02:00
Dan Cryer 86b9c05f98 Fixing PHPCS errors. 2015-02-26 08:45:42 +00:00
Dan Cryer 8ab098821b Updating Settings Controller to use the configured config file, rather than assuming config.yml 2015-02-25 14:18:05 +00:00
Dan Cryer 6576974584 Cleaning up permissions on a few files. 2015-02-12 13:42:07 +00:00
Àlex Corretgé f0d53638dc Allow modification of PHPCI variables without modifying versioned code.
Closes #786
Closes #781
2015-02-09 11:20:44 +00:00
Dan Cryer 72581aa01e Merge fixes 2014-12-18 10:45:21 +00:00
Dan Cryer 965636efde Fix checking of environment variable for PHPCI config file. 2014-12-18 09:34:07 +00:00
Dan Cryer 050fdda848 Initial commit 2014-12-04 10:23:10 +00:00
Dan Cryer 4870dc04b2 Fixing CS errors in bootstrap.php 2014-12-03 12:33:38 +00:00
Corpsee 8efb81e05c Added information for windows users in the bootstrap script
Closes #491
2014-12-03 11:58:26 +00:00
Marco Vito Moscaritolo 0357103013 Removing PHPCI's custom autoloader in favour of Composer autoloader.
Closes #661
2014-12-01 17:20:54 +00:00
Dan Cryer 5908e86fc0 Enabling the exception / error handler for console mode only. Also fixing a catchable fatal error in the BuildFactory class. 2014-05-09 11:47:42 +01:00
Dan Cryer b1885a07fd Fixing bootstrap for ./console phpci:install 2014-05-08 12:16:09 +00:00
Dan Cryer b9397414c3 Enable setting config file path via env rather than assuming PHPCI/config.yml (both work) 2014-05-06 16:44:23 +01:00
Dan Cryer 03141f41c4 Fixing redirect to install.php 2014-04-16 16:45:14 +01:00
Dan Cryer 9849d31a0e Using UTC timezone if one is not set. 2014-04-10 14:59:24 +00:00
Corpsee 15d5c022c5 Improved error/exception handler and logging 2014-03-20 22:28:01 +07:00
Corpsee 92647c6bf9 Added simple error/exception handler and logging 2014-03-18 01:10:47 +07:00
meadsteve f09ed3edad Merge remote-tracking branch 'memoryleak/master' into block8-master-23 2013-12-23 14:51:03 +00:00
Haydar Ciftci 22fecc2d19 Fixed: Redirect not working when PHPCI is not installed in the server root 2013-12-04 12:18:56 +01:00
Haydar Ciftci 3abf806428 Fixed an issue where the boostrap file redirects infinitely to /install.php 2013-11-28 14:51:08 +01:00
David Epely 02fefe9985 fix error on missing files until installation is done 2013-10-19 16:49:52 +02:00
Dan Cryer 1e51e51596 Fix checks in bootstrap.php for missing files, fixes #166, fixes #167, closes #168 2013-10-15 14:14:52 +01:00
Dan Cryer 77fae9a56d Holy cleanup, batman. 2013-10-10 01:01:06 +01:00
Dan Cryer ef4862e39a Adding extended latin character set for the roboto font 2013-10-07 12:58:15 +01:00
Roy Lindauer 0282e68119 Renamed IndexController to HomeController to avoid errors with Apache Multiviews. Related to issue #74
Updated ajax url request path in index.phtml
2013-09-19 23:51:04 -07:00
Dan Cryer eac86ff2bd Finishing updates to make PHPCI use Bootstrap v3, as per issue #99 2013-07-31 21:04:34 +01:00
Dan Cryer b47dfbd0b3 Various bug fixes 2013-07-30 02:55:29 +01:00
Dan Cryer ce6943de86 Updating PHPCI to use YAML-based config files. 2013-05-23 12:10:01 +01:00
Dan Cryer 6e3df00f62 Removing broken Registry stuff (as registry is now deprecated in b8framework) - Fixes #58 2013-05-22 22:21:29 +01:00
Dan Cryer 67386df9ef Refactoring to support updated b8framework. 2013-05-22 16:36:55 +01:00
Dan Cryer f256db237b Fixing PHPCI so that it'll work in a subdirectory. 2013-05-17 17:34:31 +01:00
Dan Cryer e4d32b3ea1 Initial work on PSR2 compliance for issue #18 2013-05-16 02:57:30 +01:00
Dan Cryer 6094b7013c Add file-level docblock to every file. 2013-05-16 02:16:56 +01:00
Dan Cryer 1a92d1c619 Fixing the console app so that it installs and runs composer if not present. 2013-05-15 22:29:09 +01:00
Dan Cryer 2b709d25e8 Fix 2013-05-15 19:37:56 +01:00
Dan Cryer 988fa42d92 Updating PHPCI to use Symfony/Console rather than a series of individual PHP files. 2013-05-15 18:27:13 +01:00
Dan Cryer 2c860e8009 Initial commit. 2013-05-03 16:02:53 +01:00