Commit Graph

25 Commits

Author SHA1 Message Date
Flavio Copes
9b85c1b0f7 Remove all hardcoded older PHP required version, use GRAV_PHP_MIN constant instead
Thanks @MATsxm for the hint in https://github.com/getgrav/grav/pull/570
2015-12-28 18:46:14 +01:00
Andy Miller
aacd9732f2 Added a newuser command to make creating users simpler 2015-08-08 11:24:18 -06:00
Gert
e883b57ac6 fix composer execution for various scenarios 2015-05-15 19:54:33 +02:00
Marcel Eschmann
1f906e6a50 Propagate composer check to all occurences 2015-05-14 21:37:47 +02:00
Andy Miller
67c3d64275 optimize composer 2015-04-26 18:13:53 -06:00
Andy Miller
21cc9f86f3 added new composer update command 2015-04-26 18:00:34 -06:00
Djamil Legato
eb1883854e Merge branch 'develop' into feature/gpm
Conflicts:
	system/src/Grav/Common/Grav.php
	system/src/Grav/Common/Plugins.php
2014-10-01 11:37:56 -07:00
Djamil Legato
1ad80acd72 Before exiting if a theme is not found, ensure we are not running it from the CLI 2014-09-11 13:08:22 -07:00
Matias Griese
eba77a8028 After merge tweaks 2014-09-10 11:22:26 +03:00
Matias Griese
82533c17e6 Merge branch 'develop' of https://github.com/getgrav/grav into feature/multi-config
Conflicts:
	system/config/streams.yaml
	system/src/Grav/Common/Config.php
	system/src/Grav/Common/Grav.php
	system/src/Grav/Common/Themes.php
	vendor/autoload.php
	vendor/composer/autoload_classmap.php
	vendor/composer/autoload_files.php
	vendor/composer/autoload_psr4.php
	vendor/composer/autoload_real.php
	vendor/composer/installed.json
2014-09-10 11:21:03 +03:00
Djamil Legato
d05c049d4c Autorun composer install when running the grav cli 2014-09-05 12:58:36 -07:00
Djamil Legato
258f55fe96 Vendors get now installed via composer automatically through first run of GPM or Grav cli. 2014-09-04 16:29:10 -07:00
Djamil Legato
f7c2df0050 Renamed setup command to sandbox. 2014-09-04 14:48:24 -07:00
Matias Griese
f606999c40 Merge branch 'develop' of https://github.com/getgrav/grav into feature/multi-config
Conflicts:
	composer.json
	system/config/streams.yaml
	system/src/Grav/Common/Page/Page.php
	system/src/Grav/Common/Theme.php
	system/src/Grav/Common/Themes.php
	system/src/Grav/Component/Filesystem/ResourceLocator.php
	vendor/autoload.php
	vendor/composer/autoload_classmap.php
	vendor/composer/autoload_files.php
	vendor/composer/autoload_real.php
	vendor/composer/installed.json
2014-09-03 10:33:02 +03:00
Matias Griese
affa768efb Ground work for allowing multiple configurations 2014-09-03 09:57:46 +03:00
Djamil Legato
51cca81bc8 Moved all console commands under the Cli folder for better organization (this requires a composer update -o to pick up) 2014-08-31 22:54:35 -07:00
Djamil Legato
6add01da97 Added php version check on the CLI with message when exiting #25 2014-08-23 10:50:18 -07:00
Matias Griese
77172e7978 Optimize autoloading and allow APC to cache plugin PHP 2014-08-20 12:18:26 +03:00
Djamil Legato
fe3d2bac58 Added new Backup CLI command 2014-08-12 17:48:54 -07:00
Djamil Legato
dfd343dff6 Added new clear-cache command 2014-08-12 16:43:59 -07:00
Djamil Legato
858cb45421 Added 'new' or 'new-project' command to combine Setup and Install 2014-08-12 13:06:54 -07:00
Andy Miller
7154d2e205 added initial pass at install command 2014-08-06 21:32:42 -06:00
Andy Miller
527b711486 Created a .dependencies and some other install cleanup 2014-08-06 19:58:51 -06:00
Matias Griese
b5982ea965 Add new event onFatalException and listen to it in problems plugin 2014-08-06 16:24:25 -07:00
Djamil Legato
230a2b594e Source 2014-08-02 12:12:32 -07:00