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
08cbd9553f
Merge branch 'release/1.0.5'
1.0.5
2015-12-18 16:50:33 -07: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
Djamil Legato
1996dd7de8
Allowing Installer to set errors as string
2015-12-18 13:33:57 -08:00
Andy Miller
e87daa2361
Added support to get plugin languages from individual language files in languages folder of plugin
2015-12-18 12:29:45 -07:00
Flavio Copes
987feb1385
Make saveConfig static so it's more easily accessible
2015-12-18 15:42:33 +01:00
Flavio Copes
8d048c689f
Persists to disk the plugin parameters currently stored in the Grav Config object
2015-12-18 14:44:03 +01:00
Flavio Copes
139ef04e0a
Handle non-array values in file validation
2015-12-18 10:38:10 +01:00
Flavio Copes
4c01e6c93e
Merge pull request #530 from mufac/mufac-patch-1
...
Prevent error if no collections present
2015-12-18 10:04:11 +01:00
Andy Miller
27744ba747
Merge branch 'feature/markdown_extendability' into develop
2015-12-17 18:09:28 -07:00
Andy Miller
3d3c6f4eba
missing doc blocks
2015-12-17 18:09:11 -07:00
Andy Miller
fb4abc5f5f
Use Grav's version of Parsedown until PR is accepted (crossing fingers)
2015-12-17 17:52:20 -07:00
mufac
f29b141d69
Prevent error if no collections present
...
If there are no collections you can get a "Invalid argument supplied for foreach()" without an empty default.
2015-12-17 16:14:48 -06:00
Andy Miller
1cecd09423
requires changes in parsedown
2015-12-17 10:35:22 -07:00
Andy Miller
0142e76270
cleanup
2015-12-16 21:51:38 -07:00
Andy Miller
5f8c7f41ec
Add ability to extend markdown
2015-12-16 19:50:10 -07:00
Flavio Copes
451baff26e
filterFile if the file field allows multiple items returns an array, otherwise a string
2015-12-16 15:16:14 +01:00
Flavio Copes
78accfe98b
Bump whoops version
2015-12-15 22:58:31 +01:00
Flavio Copes
0e8e27877e
Fix https://github.com/getgrav/grav-plugin-admin/issues/335 , when looping the fields param in a list field, first check it exists
2015-12-15 11:52:27 +01:00
Andy Miller
d8a993bc86
Properly convert comma to spaces for multiple attributes #518
2015-12-14 18:30:55 -07:00
Andy Miller
ec7dbbdc8b
Added 7z format to standard file types #521
2015-12-14 18:13:14 -07:00
Flavio Copes
c45652de81
Make sure Grav can work with the 2.0.0-alpha1 Whoops update, and with the current 1.1 too
2015-12-14 14:21:39 +01:00