Commit graph

59 commits

Author SHA1 Message Date
Dmitry Khomutov fee4b127b0
Small bootstrap.php cleanup. 2018-03-09 18:46:09 +07:00
Dmitry Khomutov 3b700f8d3c
Refactored project structure (Improvements). 2018-03-09 13:46:18 +07:00
Dmitry Khomutov c015d8c58b
Refactored project structure. 2018-03-09 13:46:18 +07:00
Dmitry Khomutov cfe93434ad
Refactored Form. 2018-03-09 13:46:18 +07:00
Dmitry Khomutov dd9f43b7dd
Refactored Config. 2018-03-09 13:46:18 +07:00
Dmitry Khomutov 4cb041e8fb
PHPUnit tests improvements. 2018-02-28 22:40:50 +07:00
Dmitry Khomutov a2fbd9b775
Code style fixes 2017-03-12 11:40:40 +07:00
Dmitry Khomutov 8779880a8f
Removed hacks for Windows OS (Because it isn't work fine all the same) 2017-02-05 15:37:46 +07:00
Dmitry Khomutov c1d8beb5f0
Removed constant IS_CONSOLE 2017-02-05 15:37:46 +07:00
Dmitry Khomutov 9d5fcf6834
Fixed init language. Issue #9 2017-02-05 15:35:20 +07:00
Dmitry Khomutov 86478a1264
Fixes for build without config 2017-01-11 22:52:37 +07:00
Dmitry Khomutov 31f92327c1 Fixed naming (phpci -> php-censor) 2016-07-21 23:02:11 +06:00
Dmitry Khomutov 4fee89fb80 Fixed constants 2016-07-21 21:20:34 +06:00
Dmitry Khomutov 60a2b7282a Fixed namespaces (PHPCI -> PHPCensor) 2016-07-20 18:27:32 +06:00
Dmitry Khomutov e9b5de8ea9 Fixes + code style fixes 2016-06-23 21:21:57 +06:00
Dmitry Khomutov 5b9c1d32f1 Code style fixes 2016-06-23 21:18:41 +06:00
Dmitry Khomutov 548a49a3de Refactored structure 2016-06-23 21:18:41 +06:00
Dmitry Khomutov e5164ae1dd Refactored structure 2016-06-23 21:18:41 +06:00
Dan Cryer fe21dd8bc3 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 3cbf9a1343 Adding support for beanstalkd-based workers. 2015-10-05 12:13:22 +01:00
Mark Robinson 2ae9faf433 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 7c622bd712 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 e7a270f60a Fixing PHPCS errors. 2015-02-26 08:45:42 +00:00
Dan Cryer 820d3831b8 Updating Settings Controller to use the configured config file, rather than assuming config.yml 2015-02-25 14:18:05 +00:00
Dan Cryer 379d2db547 Cleaning up permissions on a few files. 2015-02-12 13:42:07 +00:00
Àlex Corretgé babc556a6f Allow modification of PHPCI variables without modifying versioned code.
Closes #786
Closes #781
2015-02-09 11:20:44 +00:00
Dan Cryer 5a9e71adc5 Merge fixes 2014-12-18 10:45:21 +00:00
Dan Cryer c8ba896350 Fix checking of environment variable for PHPCI config file. 2014-12-18 09:34:07 +00:00
Dan Cryer 9ceb2841d8 Initial commit 2014-12-04 10:23:10 +00:00
Dan Cryer 308efb6033 Fixing CS errors in bootstrap.php 2014-12-03 12:33:38 +00:00
Dmitry Khomutov 97ef81ee43 Added information for windows users in the bootstrap script
Closes #491
2014-12-03 11:58:26 +00:00
Marco Vito Moscaritolo b8421898da Removing PHPCI's custom autoloader in favour of Composer autoloader.
Closes #661
2014-12-01 17:20:54 +00:00
Dan Cryer f84e31b644 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 3889274629 Fixing bootstrap for ./console phpci:install 2014-05-08 12:16:09 +00:00
Dan Cryer 1dbb7cec1e 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 1c4eebc401 Fixing redirect to install.php 2014-04-16 16:45:14 +01:00
Dan Cryer 6defc40b13 Using UTC timezone if one is not set. 2014-04-10 14:59:24 +00:00
Dmitry Khomutov 1feb6d2ef6 Improved error/exception handler and logging 2014-03-20 22:28:01 +07:00
Dmitry Khomutov a4b33b97d9 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