Commit
commit a1d8d0e1c11a931128564dc5ba337a24475096b7 Author: Jan DankertDate: Tue Dec 18 23:57:20 2018 +0100 Fileupload war kaputt, weil das global Array $_FILES heißt. Das wurde vorher wohl mal in $FILES kopiert, das wird aber nicht mehr gemacht. Daher passierte beim Upload nichts mehr :( modules/cms-core/action/FileAction.class.php | 10 ++- modules/cms-core/action/FolderAction.class.php | 98 +++++++++------------- .../cms-ui/themes/default/html/views/file/edit.php | 12 ++- .../default/html/views/file/edit.tpl.src.xml | 17 ++-- .../default/html/views/folder/createfile.php | 2 +- .../html/views/folder/createfile.tpl.src.xml | 2 +- .../default/html/views/folder/createimage.php | 71 ++++++++++++++++ .../html/views/folder/createimage.tpl.src.xml | 2 +- .../html/views/folder/createtext.tpl.src.xml | 2 +- .../default/html/views/image/edit.tpl.src.xml | 32 ++++--- .../default/html/views/text/edit.tpl.src.xml | 32 ++++--- .../themes/default/production/combined.min.css | 2 +- .../themes/default/production/combined.min.js | 2 +- .../themes/default/style/theme/openrat-theme.less | 2 +- .../components/html/upload/upload.css | 9 +- .../components/html/upload/upload.js | 2 +- .../components/html/upload/upload.less | 2 +- .../components/html/upload/upload.min.css | 2 +- .../components/html/upload/upload.min.js | 2 +- modules/util/Upload.class.php | 79 ++++++++--------- 20 files changed, 230 insertions(+), 152 deletions(-)