Commit Graph

21 Commits

Author SHA1 Message Date
Djamil Legato
24d1d4774e Cleanup police: using traits for GPM 2014-09-04 20:34:36 -07:00
Djamil Legato
026646cc46 Forgot to stage the gpm with last commit 2014-09-04 16:29:48 -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
d2cd2a3772 Including composer phar in bin/ 2014-09-04 16:26:55 -07:00
Djamil Legato
f7c2df0050 Renamed setup command to sandbox. 2014-09-04 14:48:24 -07:00
Djamil Legato
a0bc5bf765 Added Update command that scans for installed extensions and look for available updates (as well as install them!) 2014-09-02 22:41:07 -07:00
Djamil Legato
69e345f64f Added InstallCommand that allows to install packages from the index list of grav 2014-09-01 17:53:34 -07:00
Djamil Legato
37980d15e4 Added InfoCommand that provides more detailed informations about a package like description, author, version, etc. 2014-08-31 22:59:01 -07:00
Djamil Legato
3fc6c47b5e Added IndexCommand that lists all the resources available to download and install 2014-08-31 22:58:10 -07:00
Djamil Legato
dee24787ba Added FetchCommand to grab all the resources informations from getgrav.org and cache it for a day 2014-08-31 22:57:18 -07:00
Djamil Legato
7d9142fa03 Initial commit for GPM (Grav Package Manager) 2014-08-31 22:56:25 -07: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