Matias Griese
22acffac5c
Update Pages unit tests
2019-08-22 15:16:27 +03:00
Matias Griese
ede749821d
Flex Pages: Added missing page events
2019-08-22 10:36:00 +03:00
Matias Griese
f26e518c03
Work around cache clear (needs better solution)
2019-08-21 17:06:12 +03:00
Matias Griese
0f6a517589
Flex: Clear only index cache on save
2019-08-21 16:08:01 +03:00
Matias Griese
3530f4fdef
Further improved speed of loading objects in Flex collections, now with cache turned on
2019-08-21 15:52:20 +03:00
Matias Griese
b92476d40d
Greatly improved speed of loading Flex collections multiple times
2019-08-21 14:18:35 +03:00
Matias Griese
0d0bb2c229
Better follow protected Object Property interfaces in traits
2019-08-21 12:28:05 +03:00
Matias Griese
de59bad0f8
Keep storage key and timestamp inside FlexObject (allows diff check against stored object)
2019-08-21 12:25:06 +03:00
Matias Griese
72ad49610c
Added FlectIndex::loadIndex() with metadata (including timestamp)
2019-08-21 12:22:59 +03:00
Matias Griese
dcd1f3b10d
Added object meta caching in Flex FolderStorage
2019-08-21 12:21:34 +03:00
Matias Griese
52cf554ea2
Added support for not instantiating pages, useful to speed up tasks
2019-08-21 10:47:55 +03:00
Andy Miller
f30f6485ba
Merge branch 'develop' into 1.7
...
# Conflicts:
# composer.json
# composer.lock
# system/defines.php
2019-08-20 17:23:04 -06:00
Andy Miller
dd8b503aa0
Merge tag '1.6.15' into develop
...
Release v1.6.15
2019-08-20 17:22:26 -06:00
Andy Miller
dab30673e0
Merge branch 'release/1.6.15'
1.6.15
2019-08-20 17:22:25 -06:00
Andy Miller
13689c2065
prepare for release
2019-08-20 17:22:16 -06:00
Andy Miller
6e23627f26
update changelog
2019-08-20 17:21:32 -06:00
Andy Miller
7db85cc79c
Force Symfony 4.2
2019-08-20 17:06:19 -06:00
Matias Griese
9b6f218f33
Make Flex Pages to work with Header
2019-08-19 20:58:46 +03:00
Matias Griese
829da9ee3a
Improved bin/grav yamllinter CLI command by adding an option to find YAML Linting issues from the whole site or custom folder
2019-08-19 13:18:39 +03:00
Matias Griese
033b54104e
Merge branch 'develop' of github.com:getgrav/grav into 1.7
...
# Conflicts:
# CHANGELOG.md
2019-08-19 10:53:27 +03:00
Matias Griese
e5cedd074b
Fixed broken markdown Twig tag [ #2635 ]
2019-08-19 10:46:03 +03:00
Matias Griese
a6741cb761
Fixed broken taxonomies [ #2633 ]
2019-08-19 10:21:24 +03:00
Matias Griese
8cbc2a27cd
Fixed enabling PHP Debug Bar causes fatal error in Gantry [ #2634 ]
2019-08-19 10:04:59 +03:00
Matias Griese
5f1639dc63
Merge branch 'develop' of github.com:getgrav/grav into 1.7
2019-08-19 09:53:55 +03:00
Daithí Seán Ó Foghlú
ed87faad92
Update robots.txt ( #2632 )
...
I have found that Bing/Yahoo/DuckDuckGo, Yandex and Google report crawl errors when using the default robots.txt. Specifically their bots will not crawl the the path '/' or any sub-paths. I agree that the current robots.txt should work and properly implements the specification. However it still does not work.
In my experience explicitly permitting the path '/' by adding the directive Allow: / resolves the issue.
More details can be found in a blog post about the issue here: https://www.dfoley.ie/blog/starting-with-the-indieweb
2019-08-18 11:22:33 -06:00
Andy Miller
8d8b803e66
updated with composer 1.9.0
2019-08-18 10:00:37 -06:00
Andy Miller
e4ed00d84a
Merge branch 'develop' into 1.7
...
# Conflicts:
# CHANGELOG.md
# system/defines.php
# system/router.php
2019-08-18 09:54:50 -06:00
Andy Miller
239f34d40c
Merge branch 'release/1.6.14'
1.6.14
2019-08-18 09:52:55 -06:00
Andy Miller
20b9ca56fa
Merge tag '1.6.14' into develop
...
Release v1.6.14
2019-08-18 09:52:55 -06:00
Andy Miller
647ae0fda3
prepare for release
2019-08-18 09:52:45 -06:00
Andy Miller
806dbd9ee5
refactor
2019-08-18 09:51:10 -06:00
Andy Miller
1ab8442630
add fix
2019-08-18 09:50:56 -06:00
Andy Miller
040c34d693
Merge branch 'develop' into 1.7
...
# Conflicts:
# system/defines.php
2019-08-16 09:53:44 -06:00
Andy Miller
505661404b
Merge branch 'release/1.6.13'
1.6.13
2019-08-16 09:53:21 -06:00
Andy Miller
a2ea6faf4d
Merge tag '1.6.13' into develop
...
Release v1.6.13
2019-08-16 09:53:21 -06:00
Andy Miller
ce51491b4d
prepare for release
2019-08-16 09:53:12 -06:00
Andy Miller
8942aa8afc
Merge branch 'develop' into 1.7
...
# Conflicts:
# CHANGELOG.md
2019-08-16 07:46:32 -06:00
Andy Miller
d241223aa3
update changelog
2019-08-16 07:45:40 -06:00
Matias Griese
256cbe3f12
Added experimental support for Flex Pages (**Flex Objects** plugin required)
2019-08-16 15:53:18 +03:00
Matias Griese
8b31ee173e
Added configuration option for Flex Page, enabled experimental options in Admin Plugin
2019-08-16 15:49:58 +03:00
Andy Miller
182970eb78
Fix for bad check on $grav_basedir
2019-08-15 14:24:40 -06:00
Matias Griese
9ed3da3df2
Fixed $page->summary() always striping HTML tags if the summary was set by $page->setSummary()
2019-08-15 19:37:19 +03:00
Matias Griese
14eaa4d00a
Moved setSummary() from PageLegacyInterface to PageContentInterface
2019-08-15 19:23:05 +03:00
Matias Griese
e134e3dbd9
Fixed some docblocks
2019-08-15 13:49:30 +03:00
Andy Miller
5bfb168cd7
Don’t override the system config setting
1.7.0-beta.5
2019-08-14 16:28:06 -06:00
Andy Miller
5aef09a410
prepare for beta release
2019-08-14 16:21:07 -06:00
Andy Miller
76732ab671
Merge branch 'develop' into 1.7
...
# Conflicts:
# system/defines.php
2019-08-14 16:20:27 -06:00
Andy Miller
d16f83fdd8
Merge tag '1.6.12' into develop
...
Release v1.6.12
2019-08-14 16:19:44 -06:00
Andy Miller
02e10ff8fe
Merge branch 'release/1.6.12'
1.6.12
2019-08-14 16:19:43 -06:00
Andy Miller
6a44d8f286
prepare for release
2019-08-14 16:19:21 -06:00