Commit Graph

54 Commits

Author SHA1 Message Date
Matias Griese
ec8c3d9e60 Better error message when template file isn't found 2014-08-15 14:47:48 +03:00
Matias Griese
0c0cc03394 Exit instead of throwing exception when PHP < 5.4.0 2014-08-15 14:47:10 +03:00
Matias Griese
fee9518134 Update system default settings to be more suitable for production 2014-08-15 14:37:44 +03:00
Matias Griese
7612cee9d6 Make images progressive by default 2014-08-15 14:17:14 +03:00
Andy Miller
558a7b9323 Merge pull request #2 from 810/patch-1
Fix: error 500 IIS - Thanks!
2014-08-14 12:51:14 -06:00
Jelle Kok
ab868a4c13 Fix: error 500
When you have already set index.php as default, you get a error 500. 
So first you need to remove it then add it again. This is solving the error 500.
2014-08-14 20:49:29 +02:00
Ryan Matthew Pierson
83d3173a96 Update README.md 0.8.0 2014-08-13 14:13:14 -05:00
Andy Miller
def9653781 some tracy updates 2014-08-13 10:47:05 -06:00
Andy Miller
249b9bf8be Added images dir to list of folders to clear. Plus added 'touching' of system.yaml to trigger clearing of APC/XCache/WinCache etc. 2014-08-12 19:36:39 -06:00
Andy Miller
0d42091df3 Removed some unneeded twig filters 2014-08-12 19:35:31 -06:00
Djamil Legato
fe3d2bac58 Added new Backup CLI command 2014-08-12 17:48:54 -07:00
Djamil Legato
39bc74a087 Fixed paths to use DIRECTORY_SEPARATOR 2014-08-12 17:48:40 -07:00
Djamil Legato
dfd343dff6 Added new clear-cache command 2014-08-12 16:43:59 -07:00
Djamil Legato
ba56dc7747 Minor description update for the CLI Clean command 2014-08-12 16:43:33 -07:00
Djamil Legato
98ca66ebc5 Renamed the new project command class (NewCommand => NewProjectCommand) 2014-08-12 16:43:12 -07:00
Andy Miller
6181d05d01 Added a quickstart section 2014-08-12 16:52:47 -06:00
Djamil Legato
858cb45421 Added 'new' or 'new-project' command to combine Setup and Install 2014-08-12 13:06:54 -07:00
Djamil Legato
2020e81a59 Refractored the Install Command to allow a destination and not being bound to the current grav only 2014-08-12 13:06:29 -07:00
Andy Miller
87c342d244 Refactored some Twig event names for consistency, also processing: to process: again for consistency. 2014-08-12 09:24:26 -06:00
Andy Miller
4540bb179f fix for dependencies file missing 2014-08-11 21:29:23 -06:00
Andy Miller
130ef80b71 removed items from setup that are no longer part of grav repo 2014-08-11 21:14:59 -06:00
Djamil Legato
d6108b333f Merge pull request #1 from ryanmpierson/patch-1
Update README.md
2014-08-11 11:51:22 -07:00
Andy Miller
c337486473 fix for media thumbs 2014-08-11 12:32:34 -06:00
Ryan Matthew Pierson
f3fe2e9e35 Update README.md 2014-08-11 13:01:11 -05:00
Djamil Legato
1931b5f3f0 Updated README 2014-08-11 10:49:54 -07:00
Andy Miller
5fa934c22f renamed Asset/Assets to Medium/Media 2014-08-11 11:07:32 -06:00
Andy Miller
6eac0f9131 Added web config files for IIS (web.config) & Nginx (nginx.conf) 2014-08-07 14:40:01 -06:00
Andy Miller
ff06422123 updated .gitignore with more tweaking 2014-08-07 12:36:32 -06:00
Andy Miller
d6daea92c5 removed these READMEs 2014-08-07 12:33:48 -06:00
Andy Miller
2be3330c68 slight .gitignore tweak 2014-08-07 11:30:11 -06:00
Andy Miller
e0d8a09571 added placeholder user/data folder back 2014-08-07 11:24:16 -06:00
Andy Miller
b4d4598b2c removed unneeded index.html file 2014-08-07 11:21:38 -06:00
Andy Miller
e04eef6d7a moved .dependencies back to root, and added support for root or user destinations 2014-08-07 11:04:33 -06:00
Andy Miller
96481dd25b updated install to better work with symliks 2014-08-07 09:45:16 -06:00
Andy Miller
cd24994bc7 moved .dependencies into user/ and changed git URLs to https:// 2014-08-07 09:12:51 -06:00
Andy Miller
ecd8a02298 Added support for branch in git cloning 2014-08-06 21:38:15 -06:00
Andy Miller
7154d2e205 added initial pass at install command 2014-08-06 21:32:42 -06:00
Andy Miller
da2f5dc817 tweak to not track files in cache/ images/ logs/ 2014-08-06 20:04:54 -06:00
Andy Miller
d7a2556dd8 added setup command for local grav installs 2014-08-06 19:59:24 -06:00
Andy Miller
527b711486 Created a .dependencies and some other install cleanup 2014-08-06 19:58:51 -06:00
Djamil Legato
7fe6d1fcd8 Ignoring any subfolder of user/themes/ and user/plugins/
Added instructions on how to pull the required theme and plugins
2014-08-06 17:01:41 -07:00
Djamil Legato
8f0a9bc9ff We tried subtrees and didn't work out. We are just going to drop it until there's a better implementation. Please follow the instructions to get started. 2014-08-06 16:42:39 -07:00
Andy Miller
8c4d6c9982 Updates for problem checker plugin 2014-08-06 16:25:04 -07:00
Matias Griese
f439e71ad0 Fix warnings when locking the file if directory doesn't exist 2014-08-06 16:24:25 -07:00
Matias Griese
b5982ea965 Add new event onFatalException and listen to it in problems plugin 2014-08-06 16:24:25 -07:00
Andy Miller
ce68c36910 Needed a helper function to get clean path for github 2014-08-06 16:23:55 -07:00
Djamil Legato
b5351cddf4 Bumped version 2014-08-06 16:23:18 -07:00
Matias Griese
1e8542da9c Add support for themes to return instantiated Theme object 2014-08-06 16:22:58 -07:00
Matias Griese
84acaaea80 Fix twig loader not failing on non-existent files 2014-08-06 16:22:47 -07:00
Andy Miller
fab18e5468 added auto-create for missing data/ folder 2014-08-02 15:09:18 -06:00