Commit
commit 7953c61015cdbbf4cb57f6ab9cbfcea9d42d3a52 Author: Jan DankertDate: Tue Aug 14 23:25:50 2018 +0200 Speichern und Anzeige von Informationen zur letzten Veröffentlichung: Name und Zeitpunkt. Feature #0000004 modules/cms-core/action/FolderAction.class.php | 2 +- modules/cms-core/action/PageAction.class.php | 2 +- modules/cms-core/model/BaseObject.class.php | 71 +++++++- modules/cms-core/model/File.class.php | 2 +- modules/cms-core/model/Folder.class.php | 2 +- modules/cms-core/model/Page.class.php | 17 +- modules/cms-core/model/Project.class.php | 26 ++- modules/cms-publish/Publish.class.php | 17 +- .../cms-ui/themes/default/html/views/file/info.php | 189 +++++++++++++++++++++ .../default/html/views/file/info.tpl.src.xml | 14 ++ .../cms-ui/themes/default/html/views/page/info.php | 164 ++++++++++++++++++ .../default/html/views/page/info.tpl.src.xml | 14 ++ modules/language/language.yml | 11 +- modules/util/config-default.php | 1 - 14 files changed, 499 insertions(+), 33 deletions(-)