Commit
commit 55a1ab60d575d4b4cb0e7c90465c43308bd62624 Author: Jan DankertDate: Thu Nov 29 00:19:56 2018 +0100 Filtern von Text-Objekten; Bugfix beim Anlegen von Bildern/Texten. modules/cms-core/action/FolderAction.class.php | 3 +- modules/cms-core/action/TextAction.class.php | 4 ++ modules/cms-core/model/File.class.php | 76 ++++++++++++++++++++-- modules/cms-core/model/Folder.class.php | 2 +- modules/cms-core/model/Image.class.php | 7 +- modules/cms-core/model/Text.class.php | 8 ++- .../cms-ui/themes/default/html/views/file/edit.php | 2 +- .../themes/default/html/views/file/value.php | 6 +- .../default/html/views/folder/createimage.php | 0 .../html/views/folder/createimage.tpl.src.xml | 65 ++++++++++++++++++ .../default/html/views/folder/createtext.php | 69 ++++++++++++++++++++ .../html/views/folder/createtext.tpl.src.xml | 64 ++++++++++++++++++ .../themes/default/html/views/project/prop.php | 10 +-- .../themes/default/html/views/text/value.php | 25 +++++++ 14 files changed, 318 insertions(+), 23 deletions(-)