Andy Miller
da0f9cd4d9
bit more compression
2016-05-28 16:51:34 -06:00
Andy Miller
6ed1f767b9
Fixed issue with zlib and no shutdown close_connection false
2016-05-28 13:50:18 -06:00
Andy Miller
13c5035386
zlib + gzip incompatibility is not specific to mod_php, it's for all.. so that needed adjusting
2016-05-27 18:03:12 -06:00
Andy Miller
5acfdee876
Only implement zlib fix for apache2handler - tested fine with Caddy
2016-05-27 17:50:31 -06:00
Andy Miller
7a3ae9186b
working pretty well with zlib + grav gzip.. deflate needs work
2016-05-27 16:37:40 -06:00
Flavio Copes
02f863ad2c
Use the raw route for page parent select
2016-05-27 19:50:15 +02:00
Andy Miller
d048057249
Added back GravTrait::$grav for compatibility for < 1.0.10 versions of admin plugin
2016-05-26 17:46:14 -06:00
Andy Miller
5fb6b634e9
Changelog updated
2016-05-25 17:12:52 -06:00
Andy Miller
c7fe13aa6a
updated changelog
2016-05-25 15:40:26 -06:00
Andy Miller
36661a88d0
fixed a bug in Page::relativePagePath() when name is not defined
2016-05-25 15:39:30 -06:00
Andy Miller
e8f3a43ded
changelog updated
2016-05-25 11:13:32 -06:00
Andy Miller
78891add6a
setDotNotation() Test added
2016-05-25 11:12:56 -06:00
Andy Miller
892fb83a32
Replace remove with dotNotation() methods
2016-05-25 11:05:52 -06:00
Andy Miller
841d4727ef
useful functions for getting and setting dot notation based arrays
2016-05-24 21:50:56 -06:00
Andy Miller
a3e31c786e
Better fix for redirects loop (admin safe)
2016-05-24 11:43:44 -06:00
Andy Miller
24bc4b2644
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2016-05-24 10:56:22 -06:00
Andy Miller
0b81fda01c
Break redirect logic out of the main page not found if statement - causing infinite loops
2016-05-24 10:56:07 -06:00
Matias Griese
a3ec59d678
Detect if user really meant to extend parent blueprint, not another one (composer update)
2016-05-24 11:09:51 +03:00
Andy Miller
2ce137eb3e
Switch to markdown-notices styling rather than older >>> block quote overrides
1.1.0-beta.5
2016-05-23 15:39:43 -06:00
Andy Miller
d18aa3e11e
version update
2016-05-23 14:44:02 -06:00
Andy Miller
f549b27dfc
Modular Children text
2016-05-23 12:59:45 -06:00
Andy Miller
83bbc497a8
Added ability to get a specific item of content meta
2016-05-23 12:51:53 -06:00
Andy Miller
10d301a179
Added flash storage
2016-05-20 16:53:00 -06:00
Andy Miller
18a8483522
Updated some vendor libs
2016-05-20 13:13:18 -06:00
Andy Miller
daebf05f9b
Make URI::ip() static by default
2016-05-20 13:13:03 -06:00
Matias Griese
7e4dad1cb1
Blueprint::setTypes(): initialize internals before setting the types
2016-05-20 22:06:01 +03:00
Matias Griese
b3755b371f
Revert last change (not needed)
2016-05-20 22:03:17 +03:00
Matias Griese
4cba419d6d
Set default form field types while loading blueprint
2016-05-20 21:57:15 +03:00
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