Andy Miller
0688909fb7
simple implementation of multiple content collections for a page
2015-09-06 12:59:34 -06:00
Andy Miller
a5e2f76cb8
@taxonomy collection should only get non-modular and published pages
2015-09-06 10:58:14 -06:00
Andy Miller
119e52fa15
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-09-05 19:20:50 -06:00
Andy Miller
083ef6d474
Added routable logic so modular pages are not routable by default (as intended!)
2015-09-05 19:20:43 -06:00
Andy Miller
d7bbbb2d76
Merge pull request #301 from getgrav/allow-validate-pages-from-outside-admin
...
Allow validating a page from outside the admin plugin
2015-09-05 12:45:13 -06:00
Flavio Copes
2fa9f79962
Allow validating a page from outside the admin plugin
...
This change allows a plugin to call validate() (which in turn calls blueprints()) on a page from the front, without needing the admin plugin to be active and set in the Grav object.
2015-09-05 11:55:22 +02:00
Andy Miller
8fdac33219
fix for themes with multiple stream prefixes
2015-09-04 09:42:44 -06:00
Andy Miller
89c694443d
Better twig error msg (part 2)
2015-09-03 16:45:07 -06:00
Andy Miller
6fd95154bb
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-09-03 12:01:53 -06:00
Andy Miller
4de2665192
Truncator improvements
2015-09-03 12:01:43 -06:00
Flavio Copes
23d38083f6
Merge pull request #297 from getgrav/work-on-images
...
Correctly generate 2x image too and make it available to srcset, fixes #133
2015-09-03 15:13:07 +02:00
Flavio Copes
0ae486737f
Correctly generate 2x image too and make it available to srcset, fixes #133
2015-09-03 15:12:02 +02:00
Flavio Copes
cd3aa54a12
Focus on frontmatter in expert mode
2015-09-03 13:20:52 +02:00
Andy Miller
ec55020f77
Filter to save dates based on default format if it has been set
2015-09-02 17:17:21 -06:00
Andy Miller
d4461f075b
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-09-02 15:29:50 -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
a084f804f2
Merge pull request #295 from mufac/patch-2
...
Set default when config option is empty
2015-09-01 18:59:11 -06:00
mufac
a898f97d21
Set default when config option is empty
...
The default config option is an empty array, which causes get() to return null, which can lead to an error with the type of the second argument to in_array().
2015-09-01 19:50:00 -05:00
Andy Miller
9c3b062cff
changed order to address redirect loop
2015-08-31 21:47:58 -06:00
Andy Miller
dd00f34cb8
Default to performing a 301 redirect for URIs with trailing slashes
2015-08-31 21:28:00 -06:00
Andy Miller
b9e24712a8
added missing accounts/ folder
2015-08-31 18:07:04 -06:00
Andy Miller
1ebbef257e
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-08-31 17:57:23 -06:00
Andy Miller
e7aca138d3
Log all from debug onward
2015-08-31 17:57:09 -06:00
Djamil Legato
f0ed155814
Added support for automatic package release of grav-admin
2015-08-31 16:54:38 -07:00
Andy Miller
838ddabd3c
slight modification to not include ellipsis on sentence break
2015-08-31 16:26:29 -06:00
Andy Miller
5f3c20b71b
updated truncate filter with a new optional toggle to enable/disable going up to a break character
2015-08-31 16:20:02 -06:00
Andy Miller
76bff5a1a9
moved dependencies to master
2015-08-31 15:41:02 -06:00
Andy Miller
aa709c4089
Merge branch 'release/0.9.40' into develop
2015-08-31 10:22:34 -06:00
Andy Miller
807032b0f0
version update
2015-08-31 10:21:24 -06:00
Andy Miller
b2597d1058
safety check when clearing cache paths
2015-08-31 09:02:07 -06:00
Andy Miller
56bb8c0304
explicit null value
2015-08-31 08:09:30 -06:00
Andy Miller
c4a51c2c9f
Merge pull request #294 from fantasticme/develop
...
.htaccess hardening
2015-08-30 10:21:16 -06:00
Ionut Morariu
c3cdf0238a
.htaccess hardening
2015-08-30 18:16:20 +02:00
Andy Miller
f28fc339df
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-08-29 10:40:49 -06:00
Andy Miller
45be24192e
Support for page file name + template override
2015-08-29 10:40:43 -06:00
Flavio Copes
bb2929dfe9
Fix space between words
2015-08-29 17:05:40 +02:00
Flavio Copes
5b2cf24840
Merge pull request #289 from getgrav/autofocus-page-title
...
Put autofocus on page title
2015-08-29 15:42:33 +02:00
Andy Miller
19688ffcb5
Merge pull request #288 from getgrav/fix-123
...
Solve an issue with apostrophes in the taxonomy name
2015-08-29 07:28:35 -06:00
Flavio Copes
0baab3ae9f
Put autofocus on page title
...
Refs https://github.com/getgrav/grav-plugin-admin/issues/122
2015-08-29 13:23:19 +02:00
Flavio Copes
9364c07c81
Solve an issue with apostrophes in the taxonomy name
...
Fixes #123
2015-08-29 11:58:24 +02: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
Andy Miller
688ec17cba
some fixes for no siblings
2015-08-28 11:38:52 -06:00
Andy Miller
8bdef0dc57
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-08-28 10:59:59 -06:00
Andy Miller
826fa8e225
switch to 'install' by default and use composer.lock
2015-08-28 10:59:54 -06:00
Flavio Copes
c41e58b1d7
Fix translation label
2015-08-28 16:52:18 +02:00
Flavio Copes
198c181ed7
Add help to the username blueprint
2015-08-28 16:01:42 +02:00
Flavio Copes
665974a21e
Prevent error, check if $child_page is not null
2015-08-28 15:55:21 +02:00
Flavio Copes
be4af2403b
Better explanation for bin/grav newuser username format
2015-08-28 15:55:21 +02:00
Andy Miller
19a4480b96
Merge pull request #284 from mufac/patch-1
...
Fix issue with date format for PHP 5.1.0+
2015-08-26 15:20:34 -06:00