Dan Cryer
5e226f539a
Update installer to support new worker functionality. Closes #1094
2015-11-07 12:25:01 +00:00
Mark Clements
ca8ff8d743
Switching tabs to spaces as per style guide.
...
No functional changes.
2015-03-18 09:47:47 +00:00
Mark Clements
efe16ce11a
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
Jon Gotlin
6401ee7770
Create admin command cleanup
2015-02-19 07:31:00 +01:00
Dan Cryer
a84cde0cb5
Lots of cleanup.
2015-02-12 14:15:19 +00:00
Dan Cryer
9f93db9f35
Lots of cleanup.
2015-02-12 14:11:58 +00:00
Dan Cryer
2d5659d613
Cleaning up unnecessary use of 'die' and 'exit'
2015-02-12 12:37:56 +00:00
Dan Cryer
5a9e71adc5
Merge fixes
2014-12-18 10:45:21 +00:00
Dan Cryer
a2a89df4c0
Removing apparently redundant requirement for mcrypt.
2014-12-11 14:35:07 +00:00
Dan Cryer
3e6b8adda7
Installer and Updater
2014-12-04 15:01:19 +00:00
Marc Aschmann
6ab7973fd2
Make PHPCI output properly formatted JSON and Yaml files where possible, rather than one-line files.
...
Closes #547
2014-12-03 11:41:31 +00:00
Marco Vito Moscaritolo
52fcf8273c
Adding non-interactive installation mode.
...
Closes #641
2014-12-03 10:52:14 +00:00
Dan Cryer
fa1fd4038a
Fixing #527
2014-07-25 20:49:42 +01:00
Dan Cryer
f24f5c0a45
Migrating install and create-admin console commands to use userservice
2014-07-23 15:56:23 +01:00
Dmitry Khomutov
1a9994d5f5
Fixed trailing slash
2014-06-05 22:00:49 +07:00
Dmitry Khomutov
a5aa448071
Fixed phpdoc
2014-05-26 02:58:36 +07:00
Dmitry Khomutov
6892bd3b6c
Fixed PHPCI installation (Doesnt load the database settings when saving admin user)
2014-05-26 02:56:27 +07:00
Dan Cryer
3a863e8eed
Adding migrations functionality to PHPCI using Phinx
2014-05-13 15:15:06 +00:00
Dan Cryer
d098fabdb6
Adding / correcting the file docblock throughout the project
2014-05-12 17:26:17 +01:00
Dmitry Khomutov
d39ff71484
Humanised yaml application config
2014-04-29 23:22:04 +07:00
Dan Cryer
5eee1d6704
Fixes for feedback in #341 .
2014-04-16 09:29:01 +01:00
Dan Cryer
8a7f048f4c
Removing commented code from the installer
2014-04-10 16:31:10 +01:00
Dan Cryer
e8abdfcb17
Adding verification to the install and update commands to check whether PHPCI is installed.
2014-04-10 14:59:01 +00:00
Dan Cryer
e7033bfa23
Updating console installer to be more reliable, easier to use, and use Symfony console properly.
2014-04-10 15:38:16 +01:00
Dan Cryer
77fae9a56d
Holy cleanup, batman.
2013-10-10 01:01:06 +01:00
Alexander Pirogov
6c76208992
added smtp_encryption config parameter
2013-07-18 14:14:22 +03:00
meadsteve
33b840a82d
Adding a default address that is always mailed to by notifications.
2013-06-04 21:09:16 +01:00
meadsteve
196a1b82b5
Adding email settings to the install command.
2013-06-01 13:30:34 +01:00
Dan Cryer
6dce7e2004
Misc. config related fixes. Closes #66 , closes #65 .
2013-05-28 11:22:54 +01:00
Dan Cryer
ce6943de86
Updating PHPCI to use YAML-based config files.
2013-05-23 12:10:01 +01:00
a.cianfarani
857c14f0cd
Some coding style corrections
2013-05-23 12:14:42 +02:00
a.cianfarani
0e89e39366
Merge remote-tracking branch 'upstream/master'
2013-05-23 11:32:18 +02:00
a.cianfarani
ee4eab7a6c
Move format controls into ask function
2013-05-23 11:31:58 +02: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
a.cianfarani
b8e932cb76
Some coding style corrections
2013-05-22 09:58:04 +02:00
a.cianfarani
c41ab549b4
Add format controls on url and email value during installation
2013-05-21 17:57:24 +02:00
Kinn Coelho Julião
a071ef19ab
Fixed Strict Standards notices
...
Fixed Strict Standard notice for PHPCI/Command/GenerateCommand.php
Fixed Strict Standard notice for PHPCI/Command/InstallCommand.php
2013-05-16 15:43:17 -04:00
Dan Cryer
14841477a6
Improved commenting throughout the project. Fixes #18
2013-05-16 17:17:29 +01:00
Dan Cryer
7d9abf21fb
Fixing PHPMD and PHPCS plugins, updating code to pass both, and updating phpci.yml to enable them. Issue #18
2013-05-16 16:46:46 +01:00
Dan Cryer
65f93555be
PSR2 for PHPCI/Command - Issue #18
2013-05-16 15:14:10 +01:00
Dan Cryer
160540b6ee
Add class-level docblock to every file.
2013-05-16 02:30:48 +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
988fa42d92
Updating PHPCI to use Symfony/Console rather than a series of individual PHP files.
2013-05-15 18:27:13 +01:00