Matias Griese
57544f6fe3
Add function Blueprint::setTypes()
2016-05-20 21:52:31 +03:00
Andy Miller
f449c560c4
fix for getting admin route when Uri::init() is called after Session::init()
2016-05-20 10:38:43 -06:00
Flavio Copes
77d03b6a46
Load session prior to uri as the initialization of Uri does some session handling for the active language ( #843 )
...
Refs https://github.com/getgrav/grav/issues/842
2016-05-20 10:13:01 -06:00
Flavio Copes
d9ebf3580a
Update changelog
2016-05-18 10:14:48 +02:00
Djamil Legato
16527218b9
Updated changelog
2016-05-17 18:30:26 -07:00
Djamil Legato
f4b7e36763
Fixed Filtering for files, always threat as multiple
2016-05-17 14:20:03 -07:00
Flavio Copes
6bd7641862
Ignore errors with ob_gzhandler.
...
We handle the possible error in the Problems plugin via
https://github.com/getgrav/grav-plugin-problems/commit/83ef2a2917e5ad2f0
a8d4eb62b16fde3a621e4f0
2016-05-17 09:45:53 +02:00
Philipp Kitzberger
97ffb87d69
Fix absolute URLs in pipelined CSS ( #837 )
...
* Fix absolute URLs in pipelined CSS
The way that absolute URLs get excluded during cssRewrite() doesn't cover all possible cases due to a incorrect CSS_URL_REGEX.
* Improve CSS_URL_REGEX
Performance improvement by using a back reference. Additionally this makes sure the same kind of quote (single, double, none) is being used.
2016-05-16 17:57:08 -06:00
Flavio Copes
504f3df857
Update from jQuery 2.2.0 to jQuery 2.2.3
2016-05-16 18:06:15 +02:00
Flavio Copes
cfe1734d50
Fix indentation, use 4 spaces
2016-05-16 11:51:58 +02:00
Flavio Copes
a4bc30d725
Fix #835 check for empty image file first to prevent getimagesize() fatal error
2016-05-16 09:30:57 +02:00
Matias Griese
7d6ffe01a9
Merge remote-tracking branch 'origin/develop' into develop
2016-05-12 21:38:44 +03:00
Matias Griese
0e08f97f46
Make registering page types to remember previous additions
2016-05-12 21:38:35 +03:00
Andy Miller
b3db9876e0
various vendor updates
2016-05-12 12:12:01 -06:00
Matias Griese
b25eeb9586
Add support for extending system page types
2016-05-12 17:40:51 +03:00
Matias Griese
966308b14a
Fix Page Type blueprints not being able to extend their parents
2016-05-12 15:43:02 +03:00
Andy Miller
6959012a0f
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2016-05-11 15:14:17 -06:00
Andy Miller
09f766bcf5
typo in docblock
2016-05-11 15:13:42 -06:00
Flavio Copes
62f794e6cd
Add explicit encoding to htmlspecialchars
2016-05-11 14:29:49 +02:00
Andy Miller
ad74446a89
Don't try to set Page::slug() to empty string causing error in slug format
2016-05-10 11:01:17 -06:00
Flavio Copes
eacdea5377
Only ignore main vendor folder
2016-05-10 15:41:23 +02:00
Flavio Copes
896808c824
Fix trying to delete grav when removing a plugin which has a dependency on a specific grav version
2016-05-10 15:39:27 +02:00
Andy Miller
9a54c3257c
version update
2016-05-09 16:04:41 -06:00
Andy Miller
30163aadad
Fix for entities not being properly decoded in Page::summary() #825
2016-05-09 10:27:43 -06:00
Flavio Copes
59c320eb17
Also send package name
2016-05-07 10:45:07 +02:00
Flavio Copes
44dbb7f509
Drop Grav from dependencies list, already taken care of
2016-05-07 10:24:20 +02:00
Flavio Copes
a862f18836
If a plugin is installed as symlink, drop from dependencies calculation
2016-05-07 10:23:57 +02:00
Andy Miller
c64c0bc2a0
updated beta version
2016-05-04 16:29:53 -06:00
Andy Miller
c78104d8de
added new prepend/append prefixes
2016-05-04 15:53:01 -06:00
Andy Miller
521d7a7ef1
cleanup
2016-05-03 14:10:10 -06:00
Flavio Copes
dd0a2e8ef1
Update changelog
2016-05-03 13:10:20 +02:00
Andy Miller
f3ea342882
Added PUBLISHING translation string
2016-05-02 18:52:17 -06:00
Andy Miller
bddf8751b2
Make cachePageContent() method publicly accessible - #810
2016-05-02 17:37:27 -06:00
Flavio Copes
400b87fb96
Fix when installing multiple packages and one is a dependency of the other
...
e.g. `bin/gpm install login login-oauth`
2016-05-02 09:37:58 +02:00
Flavio Copes
a9e31f45e2
When a package has a Grav version in its requirements, if fulfilled just go on
...
Do not try to install it as if it was a plugin
2016-04-30 17:20:40 +02:00
Flavio Copes
a2c60f1eee
use slug instead of name to determine the package folder
2016-04-29 20:18:33 +02:00
Flavio Copes
1f030a5654
Update changelog
2016-04-29 19:23:15 +02:00
Flavio Copes
d9a1b1da0f
Add the page type to the onBlueprintCreated Event object
2016-04-29 19:19:56 +02:00
Andy Miller
e30d342071
Removed unused use statement
2016-04-28 12:14:55 -06:00
Andy Miller
b935729c1b
Fix for broken bin/gpm version command
2016-04-28 12:08:06 -06:00
Andy Miller
1f9c7ea8a2
Boolean should be compared strictly
2016-04-28 11:56:10 -06:00
Andy Miller
7463bad8dd
fix for modular page modal #529
2016-04-28 11:46:34 -06:00
Andy Miller
12ca443cb4
Fixed async loading on assets pipeline output
2016-04-28 10:20:35 -06:00
Andy Miller
e4aad9797d
version updates
2016-04-27 17:34:55 -06:00
Andy Miller
1f24ab3a96
Merge branch 'feature/non-standard-slugs' into develop
...
# Conflicts:
# CHANGELOG.md
2016-04-27 13:44:56 -06:00
Andy Miller
91b29178bd
updated CHANGELOG.md
2016-04-27 13:43:24 -06:00
Andy Miller
4573173456
Allow Cyrillic slugs
2016-04-27 13:36:12 -06:00
Flavio Copes
e2453b891d
Fix #784 ordering in page collections
...
Fixes accentuated characters ordering and also uppercase letters being
put first.
Re-done implementation made in
https://github.com/getgrav/grav/commit/fc5302f334fd3f616177b70fd41314980
6a817ed but reverted in
https://github.com/getgrav/grav/commit/894142d2782aca734305c68201a3c1afd
6167ae2 due to extension not checked
2016-04-27 18:47:31 +02:00
Flavio Copes
98fb622bac
Make sure there's an end of line after each file added to the pipeline ( #806 )
...
Fixes an issue with files ending with a line comment, but no new line.
Also fixes (in a case I found) the already-seen JSMin fatal issue with
"Regex not terminated" error.
2016-04-27 08:17:34 -06:00
Flavio Copes
9129ce25d4
Fix directory separator issue creating cachecompiled and cachetmp folders
2016-04-27 10:18:34 +02:00