Andy Miller
2a49a2ba7c
Added page blueprints to YamlLinter
2019-05-12 11:24:50 -06:00
Andy Miller
e9bbd1e0b0
Optimizations for Plugin/Theme loading
2019-05-10 17:17:06 -06:00
Andy Miller
84e259f0f1
minor optimization
2019-05-10 17:01:52 -06:00
Andy Miller
b3f4461f34
Merge tag '1.6.9' into develop
...
Release v1.6.9
2019-05-09 10:49:11 -06:00
Andy Miller
1df6b76e25
Merge branch 'release/1.6.9'
1.6.9
2019-05-09 10:49:10 -06:00
Andy Miller
2153e20bc5
prepare for release
2019-05-09 10:49:01 -06:00
Andy Miller
0cbc98ab53
Merge branch 'develop' of github.com:getgrav/grav into develop
2019-05-08 20:57:11 -06:00
Andy Miller
0915a0413d
Added composer scripts api-16 and api-15
2019-05-08 20:57:06 -06:00
Andy Miller
f4d3d302f4
thowing api error
2019-05-08 20:54:42 -06:00
Riley Sommerville
5d5e2264c0
Update default.md ( #2496 )
...
Correct an error that ignored the "Typography" menu item in the default Grav installation and caused a discrepancy between the install page and the corresponding tutorial on getgrav/grav-learn. Related to PR https://github.com/getgrav/grav-learn/pull/681#issue-270418391 and solves issue https://github.com/getgrav/grav-learn/issues/650#issue-365078790 .
2019-05-08 17:39:09 -06:00
Andy Miller
b39fc72bd2
Update languages
2019-05-08 14:22:47 -06:00
Matias Griese
d6d50c4b66
Fixed empty $grav['request']->getAttribute('route')->getExtension()
2019-05-07 19:07:09 +03:00
Matias Griese
791ef8ad88
Changelog update
2019-05-07 17:58:10 +03:00
Matias Griese
e0861e5505
Merge branch 'develop' of github.com:getgrav/grav into develop
2019-05-07 17:55:59 +03:00
Newb I the Newbd
48c9176d90
Make yaml_decode only return array to avoid errors ( #2494 )
2019-05-07 17:53:42 +03:00
Matias Griese
33cb20561e
Fixed backwards compatibility to select field with selectize.create set to true [git-sync#141]
2019-05-07 14:05:55 +03:00
Andy Miller
0acb38f586
Checkbox getting interpreted as string
2019-05-06 16:22:31 -06:00
Andy Miller
1a41e00a4f
Merge branch 'develop' of github.com:getgrav/grav into develop
2019-05-03 10:43:17 -06:00
Andy Miller
48ef93e495
more tidy
2019-05-03 10:43:13 -06:00
Matias Griese
3f7da86711
Missed lock file
2019-05-03 08:54:51 +03:00
Matias Griese
11aa2314d5
Fixed typo in composer.json
2019-05-03 08:52:53 +03:00
Andy Miller
179c5065ca
minor rounding stuff
2019-05-02 16:06:08 -06:00
Andy Miller
7c60f73942
vendor libs
2019-05-02 15:05:01 -06:00
Andy Miller
7095c665b7
Output correct "Last Updated" in bin/gpm info command
2019-05-02 15:03:01 -06:00
Matias Griese
c6d94885e0
Fixed exception in Flex::getDirectories() if the first parameter is set
2019-05-02 16:37:35 +03:00
Matias Griese
d9ddab8239
Merge remote-tracking branch 'origin/develop' into develop
2019-05-02 14:11:35 +03:00
Matias Griese
a118d45177
Flex collection and object now fall back to the default template if template file doesn't exist
2019-05-02 14:11:22 +03:00
Matias Griese
416c400367
Made UserCollectionInderface to extend Countable to get the count of existing users
2019-05-02 14:10:09 +03:00
Raphaël Droz
e6839530d8
When using Grav behind an HTTPS-endpoint, we would probably have either one of ( #2486 )
...
* `HTTPS=on`
* `X-Forwarded-Proto https`
Still, the latest virtualhost would still provide `REQUEST_SCHEME` which,
contrary to HTTPS environment, would not be overriden (eg: Apache only
creates `REDIRECT_REQUEST_SCHEME` with the requested value).
This change gives priority to non-empty `HTTPS` over `REQUEST_SCHEME`.
2019-04-30 12:18:20 -06:00
Matias Griese
fea9e53be3
Flex admin: added default search options for flex objects
2019-04-30 10:49:59 +03:00
Matias Griese
c5b3792a60
Change cache touch parameter to invalidate, added CLI option for it
2019-04-30 10:48:35 +03:00
Andy Miller
4f83b5da5b
non-standard lang code length fixes
2019-04-29 17:31:56 -06:00
Andy Miller
504c8faf4c
Merge branch 'develop' of github.com:getgrav/grav into develop
2019-04-26 13:11:32 -06:00
Andy Miller
4d6db5b334
Fix for avatar_url provided by 3rd party providers
2019-04-26 13:11:28 -06:00
Matias Griese
ec1fc1f1e3
Change cache touch parameter to invalidate, added CLI option for it
2019-04-26 09:54:14 +03:00
Matias Griese
563cf8900c
Merge remote-tracking branch 'origin/develop' into develop
2019-04-25 21:08:16 +03:00
Matias Griese
0850c2f362
Added Cache::clearCache('touch') parameter for just forcing simple cache clear
2019-04-25 21:08:07 +03:00
Andy Miller
f30334d80f
Fixed Assets options array mixed with standalone priority #2477
2019-04-25 11:53:11 -06:00
Matias Griese
9057a804a2
Added Pages::setCheckMethod() method to override page configuration in Admin Plugin
2019-04-25 16:07:25 +03:00
Matias Griese
4c5c26033a
Added support for configurable actions in Flex
2019-04-24 17:14:44 +03:00
Matias Griese
a4f679adcf
Added Route::withoutParams() methods
2019-04-24 14:48:37 +03:00
Matias Griese
e9e12392ac
Fixed $grav['route'] from being modified when the route instance gets modified
2019-04-24 14:03:55 +03:00
Andy Miller
6b4663c2ff
Merge branch 'release/1.6.8'
1.6.8
2019-04-23 15:02:10 -06:00
Andy Miller
0411c3a98b
Merge tag '1.6.8' into develop
...
Release v1.6.8
2019-04-23 15:02:10 -06:00
Andy Miller
972a758ac9
prepaer for release
2019-04-23 15:01:59 -06:00
Andy Miller
05d72306c6
updated changelog
2019-04-23 14:58:42 -06:00
Andy Miller
18b7c0955d
updated clean command
2019-04-23 14:46:51 -06:00
Andy Miller
71cbbf4e1e
remove hipchat
2019-04-23 14:46:35 -06:00
Matias Griese
0606e12872
Added FlexCollection::filterBy() method
2019-04-23 13:24:45 +03:00
Matias Griese
afc7cac5ab
Improve null result handling in Flex
2019-04-23 11:13:29 +03:00