[9.2.13] fix gestionnaire de fichiers
This commit is contained in:
parent
b144c5a513
commit
919bb80018
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## version 9.2.13
|
||||
- Corrections
|
||||
- Gestionnaire de fichiers, modifications des paramètres des miniatures.
|
||||
|
||||
## version 9.2.12
|
||||
- Modifications
|
||||
- TinyMCE :
|
||||
|
@ -33,7 +33,7 @@ class common {
|
||||
const TEMP_DIR = 'site/tmp/';
|
||||
|
||||
// Numéro de version
|
||||
const ZWII_VERSION = '9.2.12';
|
||||
const ZWII_VERSION = '9.2.13';
|
||||
|
||||
public static $actions = [];
|
||||
public static $coreModuleIds = [
|
||||
|
1595
core/vendor/filemanager/__UploadHandler.php
vendored
Normal file
1595
core/vendor/filemanager/__UploadHandler.php
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6
core/vendor/filemanager/config/config.php
vendored
6
core/vendor/filemanager/config/config.php
vendored
@ -441,8 +441,8 @@ $config = array(
|
||||
'fixed_path_from_filemanager' => array( '../../../site/file/thumb' ), //fixed path of the image folder from the current position on upload folder
|
||||
'fixed_image_creation_name_to_prepend' => array( '' ), //name to prepend on filename
|
||||
'fixed_image_creation_to_append' => array( '' ), //name to appendon filename
|
||||
'fixed_image_creation_width' => array( 480 ), //width of image
|
||||
'fixed_image_creation_height' => array( 320 ), //height of image
|
||||
'fixed_image_creation_width' => array( 300,400 ), //width of image
|
||||
'fixed_image_creation_height' => array( 200,300 ), //height of image
|
||||
/*
|
||||
# $option: 0 / exact = defined size;
|
||||
# 1 / portrait = keep aspect set height;
|
||||
@ -450,7 +450,7 @@ $config = array(
|
||||
# 3 / auto = auto;
|
||||
# 4 / crop= resize and crop;
|
||||
*/
|
||||
'fixed_image_creation_option' => array( 'landscape' ), //set the type of the crop
|
||||
'fixed_image_creation_option' => array('crop', 'crop'), //set the type of the crop
|
||||
|
||||
|
||||
// New image resized creation with relative path inside to upload folder after uploading (thumbnails in relative mode)
|
||||
|
Loading…
Reference in New Issue
Block a user