Flavio Copes
91a57e1a16
Allows '+' in the URLs, such as http://localhost/grav/blog/tag:c++
2015-12-22 19:06:04 +01:00
Matias Griese
8e1b2bc6e4
FastCGI: Use Apache's mod_deflate if Grav's builtin gzip compression was turned off ( #548 )
2015-12-22 11:54:20 +02:00
Andy Miller
37dd107281
Revert "Fix orientation for images added via twig"
...
This reverts commit 484a34cd92 .
2015-12-21 22:01:38 -07:00
Andy Miller
2d3b41c62d
Revert "Fix for images orientation in page content"
...
This reverts commit 4581077dcd .
2015-12-21 22:01:32 -07:00
Andy Miller
c9b8fc0e1b
Revert "Cleanup"
...
This reverts commit b2c7e22634 .
2015-12-21 22:01:18 -07:00
Andy Miller
7eb57b674a
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-12-21 21:58:47 -07:00
Andy Miller
25b33d0204
Revert "Proposed fix for #541 "
...
This reverts commit 6c6871f607 .
2015-12-21 21:58:31 -07:00
Flavio Copes
d47faed870
Cleanup
2015-12-21 21:58:31 -07:00
Flavio Copes
9a8efdf9cd
Fix for images orientation in page content
2015-12-21 21:58:31 -07:00
Flavio Copes
593fd20a15
Fix orientation for images added via twig
2015-12-21 21:58:31 -07:00
Flavio Copes
ef75582e20
Proposed fix for #541
...
After reading http://stackoverflow.com/a/6998242 rawurldecode (and
rawurlencode) is better over urldecode/urlencode: "rawurlencode is the
way to go most of the time. It deals with the modern scheme for URI
components, where as urlencode does things the old school way, where +
meant "space."
2015-12-21 21:58:31 -07:00
Andy Miller
7440074491
Revert "Proposed fix for #541 "
...
This reverts commit 6c6871f607 .
2015-12-21 21:46:36 -07:00
Andy Miller
9688ed0f51
Merge pull request #543 from getgrav/features/use-rawurldecode-encode
...
Use rawurldecode and rawurlencode instead of urldecode/urlencode
2015-12-21 21:16:59 -07:00
Andy Miller
45d415e547
Merge branch 'feature/exif-auto-fix-orientation' into develop
2015-12-21 21:13:09 -07:00
Flavio Copes
b2c7e22634
Cleanup
2015-12-21 19:18:51 +01:00
Flavio Copes
4581077dcd
Fix for images orientation in page content
2015-12-21 19:10:19 +01:00
Flavio Copes
729f83b3d4
Fix regression in image parameters handling introduced in 23a9a73600
...
Parameters without a value (e.g. `sepia`, `grayscale`, `emboss` and
others) were not applied any more)
2015-12-21 18:02:25 +01:00
Flavio Copes
bf361db5fc
File field validation, handle case multiple not specified
2015-12-21 16:26:05 +01:00
Flavio Copes
328e9b20de
Also add config save to themes
2015-12-21 16:16:26 +01:00
Flavio Copes
484a34cd92
Fix orientation for images added via twig
2015-12-21 13:55:29 +01:00
Andy Miller
5ab4d916b0
tweaked whoops sidebar
2015-12-20 12:32:23 -07:00
Andy Miller
f0974e0d24
minor whoops styling
2015-12-20 12:30:15 -07:00
Andy Miller
06a5aa6d01
Manually rolled back APCu support for PHP7 until it is available in the released version of Doctrine (currently only in master branch)
2015-12-20 11:58:53 -07:00
Andy Miller
a88829bd57
Merge branch 'feature/update-whoops' into develop
2015-12-20 11:51:44 -07:00
Andy Miller
c023c74ae5
Merge branch 'feature/update-whoops' of https://github.com/getgrav/grav into feature/update-whoops
2015-12-20 11:51:14 -07:00
Andy Miller
a8ad14222d
moved sample web server configs into a dedicated directory
2015-12-20 11:50:45 -07:00
Flavio Copes
6c6871f607
Proposed fix for #541
...
After reading http://stackoverflow.com/a/6998242 rawurldecode (and
rawurlencode) is better over urldecode/urlencode: "rawurlencode is the
way to go most of the time. It deals with the modern scheme for URI
components, where as urlencode does things the old school way, where +
meant "space."
2015-12-20 14:18:56 +01:00
Flavio Copes
5764e5e686
Merge branch 'develop' into feature/update-whoops
2015-12-20 11:52:52 +01:00
Flavio Copes
b89044a709
Fix language string
2015-12-20 11:51:48 +01:00
Flavio Copes
5fc4755d3b
Merge pull request #537 from fbardel/patch-1
...
Update fr.yaml
2015-12-19 18:39:33 +01:00
François
2f2adaaee8
Update fr.yaml
2015-12-19 18:17:07 +01:00
Flavio Copes
e2ae24faa9
Merge branch 'develop' into feature/update-whoops
2015-12-19 15:30:08 +01:00
Flavio Copes
55bc84c118
Fix #535 case insensitive https check
2015-12-19 14:20:45 +01:00
Flavio Copes
a47d5d00b3
Merge branch 'develop' into feature/update-whoops
2015-12-19 11:53:52 +01:00
Flavio Copes
05c2b98929
Fix #523 locale in url with base_url_* variables, even if include_default_lang is set to false
2015-12-19 10:48:52 +01:00
Flavio Copes
c5d3098b25
Only call extra method on blueprints if blueprints exist
...
Reverts partial change made in
https://github.com/getgrav/grav/commit/ac3396e6c46f9bcd8d5cbb45370b5daad
c84aadc
2015-12-19 10:28:06 +01:00
Flavio Copes
6805f32a13
Merge pull request #533 from mikewink/patch-1
...
Fixed hardcoded string "Security"
2015-12-19 09:33:56 +01:00
Andy Miller
b8aa250a22
Merge branch 'develop' into feature/update-whoops
2015-12-18 23:08:31 -07:00
Andy Miller
bf05a36dfe
Updated some libs
2015-12-18 23:08:14 -07:00
Andy Miller
8f9cdad916
Updated spelling in Parsedown to match imminent update
2015-12-18 20:50:27 -07:00
Djamil Legato
d2ed424a7c
Fixed Travis parsing error [ci skip]
2015-12-18 16:05:35 -08:00
Andy Miller
369d2cb390
Merge branch 'release/1.0.5' into develop
2015-12-18 16:50:33 -07:00
Andy Miller
dcaa9a35c3
Missed changeling entry
2015-12-18 16:50:19 -07:00
Andy Miller
4a80691e07
version update
2015-12-18 16:49:03 -07:00
Mike Wink
215b2cdfa8
Fixed hardcoded string "Security"
...
Added the PLUGIN_ADMIN.SECURITY constant instead. Will add this to the admin language files too.
2015-12-19 00:12:01 +01:00
Andy Miller
425831a7ae
Fix for empty file when writing cache
2015-12-18 15:09:21 -07:00
Djamil Legato
984e0455b1
'informations' is not a thing 😞
2015-12-18 13:44:59 -08:00
Djamil Legato
00ecfb30f3
Ensuring gpm selfupgrades doesn't continue if PHP min version requirement isn't met. Gracefully abort with error and details.
2015-12-18 13:38:28 -08:00
Djamil Legato
c18f20e483
Added GRAV_PHP_MIN
2015-12-18 13:37:19 -08:00
Djamil Legato
71c5ff8c51
Added new Upgrader::meetsRequirements method
...
Ensures the PHP version meets the Grav's mininum required one.
2015-12-18 13:35:31 -08:00