Commit Graph

5744 Commits

Author SHA1 Message Date
Matias Griese
846c836cb8 Add DEV/PROD parameter to debugger constructor 2014-08-18 14:47:11 +03:00
Matias Griese
0c374eac23 Merge branch 'develop' of https://github.com/getgrav/grav into feature/DI
Conflicts:
	composer.json
	index.php
	system/src/Grav/Common/Grav.php
	system/src/Grav/Common/Themes.php
	system/src/Grav/Common/Twig.php
2014-08-18 14:39:50 +03:00
Matias Griese
e91b9c84bf Implement DI container 2014-08-18 14:13:51 +03:00
Andy Miller
9f2236dea3 Added support for Markdown Extra - optional and default is GFM style markdown 2014-08-17 18:54:10 -06:00
Andy Miller
8374d03a36 Added some additional input filtering on query and param options 2014-08-17 18:20:23 -06:00
Andy Miller
419bceb47a GRAV_VERSION available in twig for use in templates 2014-08-17 17:46:22 -06:00
Andy Miller
5f8b37507e fixes for pipeline assets at root / rather than /subdir 2014-08-17 17:16:54 -06:00
Andy Miller
b716ca3270 removed left over debug :( 2014-08-17 16:01:19 -06:00
Andy Miller
57f969c806 Merge branch 'develop' of github.com:getgrav/grav into feature/asset_management 2014-08-17 15:50:47 -06:00
Andy Miller
215c8da542 clean up codebase a little 2014-08-17 15:49:38 -06:00
Pascal Borreli
41aadf25ed Fixed typos/CS 2014-08-17 20:29:40 +01:00
Andy Miller
0e9417ab1b initial commit of new asset pipeline work + user agent handling 2014-08-15 22:05:22 -06:00
Matias Griese
9ed16512fe Fix PHP warning on locking without file handle 2014-08-15 15:07:48 +03:00
Matias Griese
ec8c3d9e60 Better error message when template file isn't found 2014-08-15 14:47:48 +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
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
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
Andy Miller
c337486473 fix for media thumbs 2014-08-11 12:32:34 -06:00
Andy Miller
5fa934c22f renamed Asset/Assets to Medium/Media 2014-08-11 11:07:32 -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
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
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
Djamil Legato
230a2b594e Source 2014-08-02 12:12:32 -07:00