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
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
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
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
e7aca138d3
Log all from debug onward
2015-08-31 17:57:09 -06: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
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
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
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
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
a19e20e347
Better error message on incompatible template file
2015-08-26 11:20:14 -06:00
Andy Miller
7e3226e596
version update
2015-08-25 10:45:04 -06:00
Flavio Copes
c7c81e5380
Solve issue in page.active for the homepage. Fixes #279
2015-08-25 17:37:16 +02:00
Flavio Copes
b3c1584630
Fix issue with session name containing invalid characters
...
The underscore '_' is not a valid char for session name. Not sure why I
was only getting this error in Opera
https://stackoverflow.com/questions/3185779/the-session-id-is-too-long-o
r-contains-illegal-characters-valid-characters-are
2015-08-25 11:06:38 +02:00
Andy Miller
70a36602e8
version update
2015-08-24 14:46:14 -06: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
6e21a3f56a
Drop @deprecated line
2015-08-24 09:07:30 +02:00
Andy Miller
86f29ebe57
Fix for trailing / not matching active and activeChild paths #277
2015-08-21 13:19:24 -06:00
Andy Miller
93a3d800ef
remove required to sync with normal
2015-08-21 11:39:20 -06:00
Matias Griese
056ad33f50
Fix blueprint @extends with external context (regression from #38 )
2015-08-21 19:04:44 +03:00
Andy Miller
e750e1b183
Merge pull request #276 from Sommerregen/patch-1
...
Fix error from grav-plugin-admin issue # 80
2015-08-21 09:04:10 -06:00