Matias Griese
3196122f4e
Restore old blueprints from develop
2016-03-01 19:14:11 +02:00
Matias Griese
7e4619e0a3
Merge branch 'develop' of https://github.com/getgrav/grav into feature/blueprints-update
...
# Conflicts:
# system/src/Grav/Common/Data/Blueprint.php
# system/src/Grav/Common/Data/Blueprints.php
# system/src/Grav/Common/Data/Validation.php
# system/src/Grav/Common/Plugins.php
2016-02-29 13:46:08 +02:00
Andy Miller
d43c10189b
removed extraneous option
2016-02-25 11:53:34 -07:00
Flavio Copes
b50ebba477
Merge branch 'develop' into feature/blueprints-update
2016-02-11 20:10:06 +01:00
Matias Griese
81e25e314b
Hide streams blueprint from admin
2016-02-11 20:55:48 +02:00
Matias Griese
b3a8a66c0e
Merge branches 'develop' and 'feature/blueprints-update' of https://github.com/getgrav/grav into feature/blueprints-update
...
# Conflicts:
# system/src/Grav/Common/Plugins.php
# system/src/Grav/Common/Themes.php
2016-01-29 13:43:37 +02:00
Andy Miller
a08b5a1863
Added proxy_url to config blueprints
2016-01-28 10:34:50 -07:00
Matias Griese
b791e8efda
Blueprint refactor: fix site blueprint
2016-01-21 15:38:12 +02:00
Andy Miller
9a3005e3c5
Added a reverse_proxy config option and use it to skip setting ports when enabled
2016-01-08 16:35:33 -07:00
Andy Miller
2ef7f7cf36
Merge branch 'feature/hide_home_in_urls' into develop
2016-01-04 11:14:57 -07:00
Andy Miller
e4930a144f
Merge pull request #554 from getgrav/feature/session-improvements
...
Add secure and httponly parameters to sessions
2016-01-04 09:54:49 -07:00
Andy Miller
da882ebcd2
set twig_first: false by default due to modular pages
2015-12-31 15:35:54 -07:00
Andy Miller
73b9abd38b
Added a global setting for twig_first processing, and set it to true (was false)
2015-12-31 12:25:22 -07:00
Andy Miller
3eb2a5664a
logic to strip home from Page routes and urls (optional)
2015-12-24 17:42:02 -07:00
Flavio Copes
3698afb8a6
Add secure and httponly parameters to sessions
2015-12-22 17:03:39 +01:00
Andy Miller
c0b9ada21c
fix for Image perms on admin save
2015-12-11 21:43:32 -07:00
Andy Miller
52947b3a2c
Added Image cache perms option
2015-12-10 20:51:40 -07:00
Flavio Copes
d9196426a1
Hide the session setting in admin as turning it off crashes the admin.
2015-12-06 18:20:16 +01:00
Andy Miller
dce6d7894b
Added form blueprints for new append_url_extension field in system.yaml and page headers
2015-11-18 17:35:07 -07:00
Andy Miller
3d774b7585
moved fallback types to media
2015-11-18 15:50:46 -07:00
Flavio Copes
5193551d04
Fix date representation in system config
...
Fixes https://github.com/getgrav/grav-plugin-admin/issues/278
2015-11-18 17:15:18 +01:00
Andy Miller
70b67a0805
Created whitelist for fallback route functionality
2015-10-28 10:39:15 -06:00
Andy Miller
8b414c388d
wrapped_site option in system.yaml
2015-10-26 17:14:58 -06:00
Andy Miller
98d0538868
Option to allow all hidden files/folders #306
2015-10-23 10:23:01 -06:00
Andy Miller
f03921690c
Created system option for redirect code + allowed [30x] syntax on redirect urls
2015-10-22 14:37:38 -06:00
Andy Miller
9324847bac
Added url_taxonomy_filters to the blueprints
2015-10-20 12:36:42 -06:00
Andy Miller
1f8aa032c4
ensconced leading @-based strings with quotes
2015-10-15 16:34:24 -06:00
Andy Miller
dadce54a6a
Turn off errors by default in preparation for 1.0
2015-10-15 09:58:43 -06:00
Andy Miller
7ad9996cc3
Removed home_redirect settings (conflict with new include_default_lang setting)
2015-10-13 16:53:52 -06:00
Andy Miller
1bc4a6f208
Support for a disabling the default language prepend in the URL #228
2015-10-12 17:45:36 -06:00
Andy Miller
66d5eab041
Removed Traceable Twig Environment that has been deprecated by the Twig project
2015-09-13 21:19:02 -06:00
Andy Miller
f9ac87db3a
new editable select drop down for default date format
2015-09-08 17:43:23 -06:00
Andy Miller
87ddd619de
Added the ability to set the default PHP locale and override via multilang config #299
2015-09-07 16:54:48 -06:00
Andy Miller
1b76486bff
Added configurable ignore files/folders
2015-09-07 15:14:57 -06:00
Andy Miller
6215f148b5
underlines back in site.yam config
2015-09-07 09:23:26 -06:00
Andy Miller
f67bb675a1
Added support for custom page date format: https://github.com/getgrav/grav-plugin-admin/issues/135
2015-09-02 15:29:41 -06:00
Andy Miller
dd00f34cb8
Default to performing a 301 redirect for URIs with trailing slashes
2015-08-31 21:28:00 -06:00
Flavio Copes
b46ab8aa5b
Fix order by select size
2015-08-29 10:47:29 +02:00
Andy Miller
9d70a93619
Added a few filters
2015-08-28 13:39:57 -06:00
Flavio Copes
c41e58b1d7
Fix translation label
2015-08-28 16:52:18 +02:00
mufac
f58df3c48f
Fix issue with date format for PHP 5.1.0+
...
As of PHP 5.1.0 the character 'o' represents the ISO-8601 year number in a date format. Therefore the 'o' needs to be escaped to avoid being converted to a year in the admin > configuration > system > long/short date format pulldown menu.
I should note that this fixes the issue for English, but you might want to consider moving the date format into a language string in order to provide better multi-language support.
2015-08-26 15:50:55 -05:00
Andy Miller
af160168f1
Revamped metadata to use same customizable array system as the site.yaml
2015-08-24 13:41:28 -06:00
Flavio Copes
3141336c9b
Translate system config
2015-08-18 16:59:17 +02:00
Flavio Copes
ce84648689
Translate page default blueprint
2015-08-18 15:51:53 +02:00
Flavio Copes
cdef7d62c8
Translate user blueprints, config/media, config/site
2015-08-18 15:16:06 +02:00
Flavio Copes
4c94776ace
Minor code improvements and typos
2015-08-11 10:08:45 +02:00
Flavio Copes
d28656ce4b
Update system blueprint to use the current date in the date format select, refs getgrav/grav-plugin-admin#26
2015-08-07 21:59:50 +02:00
Flavio Copes
8c4f6d68e8
Better example for date format, fixes getgrav/grav-plugin-admin#26
2015-08-07 21:16:17 +02:00
Andy Miller
a1a10ab23d
more tweaks for blueprints
2015-08-01 17:40:58 -06:00
Andy Miller
e97aaccfee
added a cache_all option for media images
2015-07-28 20:57:16 -06:00