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
3d3c6f4eba
missing doc blocks
2015-12-17 18:09:11 -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
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
Andy Miller
653edb064b
version update
2015-12-12 13:03:22 -07:00
Andy Miller
40f5d57737
Default value not in quotes. Needs to be a string for Admin compatibility - https://docs.saltstack.com/en/latest/topics/troubleshooting/yaml_idiosyncrasies.html#integers-are-parsed-as-integers
2015-12-12 08:43:41 -07:00
Flavio Copes
566c5cb38f
Revert "Fix issue in images cache permissions"
...
This reverts commit 7e3058e3f0 .
2015-12-12 10:18:32 +01:00
Flavio Copes
7e3058e3f0
Fix issue in images cache permissions
...
the leading '0' in the default 0755 was omitted as interpreted as an
integer, leading to errors in setting the images cache folder
permissions (not readable by Grav)
2015-12-12 10:13:21 +01:00
Djamil Legato
053d8a3fd5
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-12-11 21:17:30 -08:00
Djamil Legato
0e810c15e2
Keep going if files are not found while creating a new project
2015-12-11 21:17:19 -08:00
Andy Miller
6b9154d1f3
Fix for cleaning build on linux
2015-12-11 22:08:59 -07:00
Andy Miller
96d7c4790f
version update
2015-12-11 21:52:14 -07:00
Andy Miller
c0b9ada21c
fix for Image perms on admin save
2015-12-11 21:43:32 -07:00
Djamil Legato
7b116b41ae
Not meant to be checked in
2015-12-11 20:42:30 -08:00
Djamil Legato
0619f7c656
Reverted CleanCommand to pure Command
2015-12-11 18:44:52 -08:00
Andy Miller
f8aa9fed91
version update
2015-12-11 18:51:26 -07:00
Andy Miller
c55521ac4a
fixed timing calculation
2015-12-11 17:16:10 -07:00
Andy Miller
def726a012
version update
2015-12-11 15:38:08 -07:00
Andy Miller
7d1291e2b9
Fixed cleanup to take into account symfony folder changes
2015-12-11 15:17:01 -07:00
Andy Miller
a0297e9d65
Fix error that can results from enabling debugger from admin
2015-12-11 15:00:54 -07:00
Andy Miller
0c807b6108
version update
2015-12-11 13:59:52 -07:00
Andy Miller
3a47d6a580
force lowercase of username
2015-12-11 10:34:59 -07:00
Andy Miller
52947b3a2c
Added Image cache perms option
2015-12-10 20:51:40 -07:00
Andy Miller
eacfc798f4
wrap security section of account blueprints in an authorize check
2015-12-10 16:05:22 -07:00
Andy Miller
985141b842
Merge pull request #515 from lennerd/fix/medium-url
...
Escape graph root in page medium to work with special characters.
2015-12-10 13:27:02 -07:00
Andy Miller
1aac2ab95d
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-12-10 12:13:01 -07:00
Andy Miller
aa7d5ddf59
translate validation messages
2015-12-10 12:12:56 -07:00
Flavio Copes
e87505378d
Fix a parentheses issue that changes the logic and throw an error if $value['error'] is not set
2015-12-10 19:19:32 +01:00
Matias Griese
53f097c2b3
Fix wrong ordering when moving bulk of pages
2015-12-10 11:25:14 +02:00
Matias Griese
6ea7fe9dba
Fix moving page if its just placeholder
2015-12-10 11:19:56 +02:00
Matias Griese
0206f1b0c7
Fix Page::copy() and Page::move() to support multiple moves at once
2015-12-10 10:46:09 +02:00
Matias Griese
ef9f2c77dd
Minor fix in Page class
2015-12-10 10:24:21 +02:00
Andy Miller
822292f541
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-12-09 10:13:53 -07:00
Andy Miller
ec08cd9374
Better fix for GPM issues
2015-12-09 10:13:44 -07:00
Flavio Copes
8fb4063cf2
Merge pull request #511 from getgrav/feature/fix-multisite-subfolder
...
Make $container available in setup.php
2015-12-09 17:25:31 +01:00
Lennart Hildebrandt
8a2b444c48
Escape graph root in page medium to work with special characters.
2015-12-09 12:30:08 +01:00
Andy Miller
9c6f243902
Fix for GPM problems "Call to a member function set() on null"
2015-12-08 21:20:41 -07:00
Andy Miller
d5bd99b363
Fix for individual asset pipeline value not functioning + optimizations #513
2015-12-08 11:42:39 -07:00
Matias Griese
5554c07cbf
Merge pull request #508 from getgrav/feature/gantry
...
Add support to manually initialize theme
2015-12-08 10:12:00 +02:00
Flavio Copes
fab66cf3a5
Make $container available in setup.php
2015-12-07 19:20:10 +01:00
Flavio Copes
5df48e7a68
Fix issue when translations_fallback is turned off, the translations are always relative to the default language even if the active language is != default
2015-12-07 16:25:46 +01:00