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
e7270f17fd
Merge branch 'release/0.9.40'
0.9.40
2015-08-31 10:22:34 -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
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
cb074afd85
Merge branch 'release/0.9.39'
0.9.39
2015-08-25 10:45:28 -06:00
Andy Miller
03613481a3
Merge branch 'release/0.9.39' into develop
2015-08-25 10:45:28 -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
889a1a147c
Merge branch 'release/0.9.38' into develop
2015-08-24 15:06:40 -06:00
Andy Miller
795268a98b
Merge branch 'release/0.9.38'
0.9.38
2015-08-24 15:06:39 -06:00
Andy Miller
70a36602e8
version update
2015-08-24 14:46:14 -06:00
Andy Miller
46736becc7
updated
2015-08-24 14:45:05 -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
cf867d29a0
Added symfony dump() method for debugging
2015-08-21 13:13:33 -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
Andy Miller
257949505c
Merge pull request #275 from akoebbe/feature/arbitrary-date-collection-filter
...
Feature/Allow the use of custom datetime fields for collection filtering
2015-08-21 09:01:51 -06:00
Andrew Koebbe
b688660ff3
Move the $field param to the end of the method for backward compatibility.
2015-08-21 09:54:14 -05:00
Benny
ddc98f99da
Fix error from gav-plugin-admin issue # 80
...
This change fixes an issue connected with https://github.com/getgrav/grav-plugin-admin/issues/80 that occurred when installing plugins removing the duplicate slash in the beginning due to https://github.com/getgrav/grav/blob/develop/system/defines.php#L17 .
2015-08-21 14:15:31 +02:00
Andrew Koebbe
8e41b51cb7
Allow the use of any custom page date field for dateRange collection filtering.
2015-08-20 23:37:29 -05:00
Andy Miller
0675ce718c
better/safer parent route logic
2015-08-20 17:38:07 -06:00