Commit Graph

57 Commits

Author SHA1 Message Date
Andy Miller
b418a7fd1e added timezone override support 2015-02-14 10:38:01 -07:00
Andy Miller
02508933d7 moved summary delimiter into site config 2015-02-02 17:24:41 -07:00
Andy Miller
25c44816c0 moved cached images from image:// to cache://images 2015-01-28 10:01:20 -07:00
Andy Miller
685033bb02 Went back to using regular image:// stream 2015-01-27 17:31:41 -07:00
Andy Miller
a0148f36fd added image cache stream 2015-01-27 17:22:06 -07:00
Pereira Ricardo
31dd235b50 Add missed streams for images and system folders. Fixed problem with images link when you use user/images folder instead /images folder. 2015-01-28 00:39:24 +01:00
Gert
bfe94bc5d0 add option to show debug overlay on images 2015-01-27 21:18:16 +01:00
Andy Miller
76a6b77065 fixed typo in mime types 2015-01-23 15:57:54 -07:00
Andy Miller
fed9862e44 set auto_link_breaks to false by default 2015-01-21 22:07:37 -07:00
Andy Miller
7bc924b6d6 Added ability to configure markdown options in configuration and in page 2015-01-21 21:58:51 -07:00
Djamil Legato
bdf80fd920 Cherry-pick of #112 2015-01-16 14:44:25 -08:00
Andy Miller
23a25b8df2 Added a gzip param - default to off 2015-01-16 13:38:56 -07:00
Andy Miller
b843167d6b set default cache lifetime to 1 week 2015-01-09 08:04:49 -07:00
Andy Miller
be7517def5 renamed publish system param 2015-01-09 08:04:31 -07:00
Andy Miller
f7fa6f114d setting and code to unpublish pages with future dates 2015-01-07 18:51:33 -07:00
Andy Miller
15113d0acb Added configurable support for undefined Twig functions and filters (allowed by default) 2015-01-03 16:31:06 -07:00
Andy Miller
29d2eed5fb example wildcard route 2014-12-01 16:56:04 -07:00
Andy Miller
099589da90 set default cache back to unlimited 2014-12-01 15:29:06 -07:00
Andy Miller
a66ce64171 Added a configuration option to set a default lifetime on cache saves 2014-11-27 23:00:11 -07:00
Andy Miller
1aec50ca65 comment fix 2014-11-21 11:35:47 -07:00
Matias Griese
376c436318 Move base_url variables from configuration into grav container 2014-11-14 20:31:46 +02:00
Andy Miller
051a7e66f6 Added ability to enable/disable error display and logging 2014-10-30 16:19:05 -06:00
Andy Miller
bb0ee34082 Tentatively added twig panel to debugbar - currently has issues with "processpage" twig calls used by modular 2014-10-22 21:14:11 -06:00
Andy Miller
5025a430b6 Tested log rotation 2014-10-18 09:34:11 -07:00
Matias Griese
8aec9f7c15 Improve and optimize configuration loading 2014-10-16 11:34:17 +03:00
Matias Griese
5abc9b320b Fix missing user stream in gpm 2014-10-02 00:30:26 +03:00
Matias Griese
7a2af8e63e Merge branches 'develop' and 'feature/multi-config' of https://github.com/getgrav/grav into feature/multi-config
Conflicts:
	system/src/Grav/Component/Filesystem/ResourceLocator.php
2014-09-16 09:45:17 +03:00
Andy Miller
e8e90892aa minor change of default site description 2014-09-15 14:08:12 -06:00
Andy Miller
16ad95c205 Updated with more flexible metadata support in pages and site.yaml 2014-09-15 13:25:35 -06:00
Andy Miller
6d0539c793 #55 Skip Minify by default on Windows systems. Can activate with assets.css_minify_windows = true if you have updated your ThreadStackSize in httpd.conf 2014-09-14 16:18:19 -06:00
Andy Miller
ee623596a8 system.yaml updates and synchronization 2014-09-10 10:12:08 -06: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
Matias Griese
b50ec3fedd Separate themes from plugins, add themes:// stream and onTask events 2014-09-08 22:18:31 +03:00
Andy Miller
193eda633c Added an option to disable the shutdown close connection to help with debugging 2014-09-07 09:00:29 -06:00
Andy Miller
a0f5e35ad5 removed memcahed from the list of cache options 2014-09-03 17:54:50 -06:00
Matias Griese
ac8483f894 Start using RocketTheme\Toolbox and remove local copies of the Toolbox classes 2014-09-03 14:34:40 +03: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
Matias Griese
48d7332e6a Make basic template inheritance to work 2014-09-02 19:25:18 +03:00
Matias Griese
8f8e0b08a4 Add theme:/// to be able to refer all the themes 2014-08-29 11:57:49 +03:00
Matias Griese
a702af2348 Fix some misc bugs for admin plugin 2014-08-29 11:26:05 +03:00
Andy Miller
4b6be8e513 just a variable name change 2014-08-28 18:05:50 -06:00
Andy Miller
bea19e008f Added method to check for changes by file rather than by folder, made it default option as its safest 2014-08-28 17:04:44 -06:00
Andy Miller
4a1989e3a8 Added a default 'detect' mode for Tracy, can be changed via debugger.mode 2014-08-25 08:40:41 -06:00
Andy Miller
a5a97b5396 enabled page plugins by default as these are not called when cached 2014-08-23 06:54:13 -06:00
Matias Griese
c56efb9a10 Use stream wrapper in pages, plugins and themes 2014-08-21 13:06:48 +03:00
Matias Griese
3952e5d73e Add a few stream wrappers 2014-08-18 22:27:27 +03:00
Matias Griese
a42144c3f7 Implement stream wrappers 2014-08-18 21:24:32 +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