1
0

Finish uplaod resize function (#137)

configurable, some fixes, polyfill for chrome
This commit is contained in:
onli
2014-05-08 22:37:44 +02:00
parent c49324eeff
commit ccbfcf2e66
5 changed files with 221 additions and 62 deletions

View File

@ -594,6 +594,13 @@
'permission' => 'blogConfiguration',
'default' => ''),
array('var' => 'uploadResize',
'title' => MEDIA_UPLOAD_RESIZE,
'description' => MEDIA_UPLOAD_RESIZE_DESC,
'type' => 'bool',
'permission' => 'siteConfiguration',
'default' => false),
array('var' => 'onTheFlySynch',
'title' => ONTHEFLYSYNCH,
'description' => ONTHEFLYSYNCH_DESC,