Commit
commit 2b4f0a649a4b1b1e6a665c51c4f0c6f3e267710d Author: Jan DankertDate: Sat Jan 6 01:34:27 2018 +0100 Die Template-Ausgabedateien landen jetzt alle im Ordner themes/default/html, damit Source und Output besser getrennt sind. dev-helper/chmod-output-files-writable.sh | 22 + dev-helper/create-output-files.sh | 29 +- modules/cms-ui/UI.class.php | 121 ++++- .../default/html/views/configuration/show.php | 27 + .../themes/default/html/views/element/advanced.php | 19 + .../themes/default/html/views/element/edit.php | 27 + .../themes/default/html/views/element/info.php | 0 .../themes/default/html/views/element/name.php | 0 .../themes/default/html/views/element/prop.php | 325 ++++++++++++ .../default/html/views/element/properties.php | 0 .../themes/default/html/views/element/remove.php | 69 +++ .../themes/default/html/views/file/compress.php | 35 ++ .../cms-ui/themes/default/html/views/file/edit.php | 21 + .../themes/default/html/views/file/extract.php | 17 + .../cms-ui/themes/default/html/views/file/info.php | 197 ++++++++ .../themes/default/html/views/file/preview.php | 10 + .../cms-ui/themes/default/html/views/file/prop.php | 55 ++ .../cms-ui/themes/default/html/views/file/pub.php | 0 .../themes/default/html/views/file/remove.php | 0 .../cms-ui/themes/default/html/views/file/show.php | 0 .../themes/default/html/views/file/structure.php | 7 + .../themes/default/html/views/file/uncompress.php | 29 ++ .../themes/default/html/views/file/value.php | 35 ++ .../default/html/views/filebrowser/browse.php | 0 .../themes/default/html/views/folder/content.php | 0 .../themes/default/html/views/folder/create.php | 107 ++++ .../default/html/views/folder/createfile.php | 71 +++ .../default/html/views/folder/createfolder.php | 27 + .../default/html/views/folder/createlink.php | 31 ++ .../default/html/views/folder/createpage.php | 37 ++ .../themes/default/html/views/folder/createurl.php | 41 ++ .../themes/default/html/views/folder/edit.php | 209 ++++++++ .../themes/default/html/views/folder/info.php | 97 ++++ .../themes/default/html/views/folder/inherit.php | 0 .../themes/default/html/views/folder/order.php | 57 +++ .../themes/default/html/views/folder/preview.php | 57 +++ .../themes/default/html/views/folder/prop.php | 37 ++ .../themes/default/html/views/folder/pub.php | 129 +++++ .../themes/default/html/views/folder/remove.php | 0 .../themes/default/html/views/folder/show.php | 0 .../themes/default/html/views/folder/structure.php | 7 + .../cms-ui/themes/default/html/views/group/add.php | 0 .../themes/default/html/views/group/edit.php | 19 + .../themes/default/html/views/group/listing.php | 0 .../default/html/views/group/memberships.php | 51 ++ .../themes/default/html/views/group/remove.php | 0 .../themes/default/html/views/group/rights.php | 102 ++++ .../themes/default/html/views/grouplist/add.php | 0 .../themes/default/html/views/grouplist/show.php | 34 ++ .../themes/default/html/views/image/compress.php | 0 .../themes/default/html/views/image/edit.php | 21 + .../themes/default/html/views/image/extract.php | 0 .../themes/default/html/views/image/info.php | 189 +++++++ .../themes/default/html/views/image/preview.php | 5 + .../themes/default/html/views/image/prop.php | 55 ++ .../cms-ui/themes/default/html/views/image/pub.php | 0 .../themes/default/html/views/image/remove.php | 0 .../themes/default/html/views/image/show.php | 0 .../themes/default/html/views/image/size.php | 113 +++++ .../themes/default/html/views/image/structure.php | 7 + .../themes/default/html/views/image/uncompress.php | 0 .../themes/default/html/views/image/value.php | 27 + .../themes/default/html/views/language/add.php | 0 .../default/html/views/language/advanced.php | 27 + .../themes/default/html/views/language/edit.php | 17 + .../themes/default/html/views/language/listing.php | 0 .../themes/default/html/views/language/remove.php | 45 ++ .../default/html/views/language/structure.php | 7 + .../themes/default/html/views/languagelist/add.php | 25 + .../default/html/views/languagelist/show.php | 85 ++++ .../cms-ui/themes/default/html/views/link/edit.php | 32 ++ .../cms-ui/themes/default/html/views/link/info.php | 0 .../cms-ui/themes/default/html/views/link/prop.php | 41 ++ .../themes/default/html/views/link/structure.php | 7 + .../themes/default/html/views/login/license.php | 32 ++ .../themes/default/html/views/login/login.php | 164 ++++++ .../themes/default/html/views/login/openid.php | 0 .../themes/default/html/views/login/password.php | 0 .../default/html/views/login/passwordcode.php | 0 .../themes/default/html/views/login/register.php | 57 +++ .../default/html/views/login/registercode.php | 0 .../themes/default/html/views/model/edit.php | 17 + .../themes/default/html/views/model/listing.php | 0 .../themes/default/html/views/model/remove.php | 45 ++ .../themes/default/html/views/model/structure.php | 7 + .../themes/default/html/views/modellist/add.php | 27 + .../themes/default/html/views/modellist/show.php | 77 +++ .../themes/default/html/views/object/aclform.php | 117 +++++ .../themes/default/html/views/object/copy.php | 0 .../themes/default/html/views/object/inherit.php | 37 ++ .../themes/default/html/views/object/rights.php | 109 ++++ .../default/html/views/page/changetemplate.php | 30 ++ .../views/page/changetemplateselectelements.php | 0 .../cms-ui/themes/default/html/views/page/edit.php | 50 ++ .../cms-ui/themes/default/html/views/page/form.php | 0 .../cms-ui/themes/default/html/views/page/info.php | 0 .../themes/default/html/views/page/preview.php | 12 + .../cms-ui/themes/default/html/views/page/prop.php | 43 ++ .../cms-ui/themes/default/html/views/page/pub.php | 37 ++ .../cms-ui/themes/default/html/views/page/src.php | 0 .../themes/default/html/views/page/structure.php | 7 + .../themes/default/html/views/pageelement/diff.php | 75 +++ .../themes/default/html/views/pageelement/edit.php | 431 ++++++++++++++++ .../default/html/views/pageelement/export.php | 0 .../default/html/views/pageelement/history.php | 143 ++++++ .../default/html/views/pageelement/import.php | 0 .../themes/default/html/views/pageelement/info.php | 79 +++ .../themes/default/html/views/pageelement/link.php | 0 .../default/html/views/pageelement/preview.php | 9 + .../themes/default/html/views/pageelement/prop.php | 121 +++++ .../themes/default/html/views/pageelement/pub.php | 45 ++ .../default/html/views/pageelement/structure.php | 9 + .../default/html/views/profile/confirmmail.php | 0 .../themes/default/html/views/profile/edit.php | 168 +++++++ .../default/html/views/profile/edit.tpl.src.html | 58 +++ .../themes/default/html/views/profile/history.php | 38 ++ .../themes/default/html/views/profile/mail.php | 35 ++ .../default/html/views/profile/memberships.php | 27 + .../themes/default/html/views/profile/pw.php | 69 +++ .../themes/default/html/views/profile/settings.php | 0 .../themes/default/html/views/project/add.php | 0 .../themes/default/html/views/project/edit.php | 161 ++++++ .../themes/default/html/views/project/export.php | 15 + .../themes/default/html/views/project/history.php | 66 +++ .../themes/default/html/views/project/info.php | 17 + .../default/html/views/project/maintenance.php | 29 ++ .../themes/default/html/views/project/remove.php | 43 ++ .../themes/default/html/views/projectlist/add.php | 0 .../default/html/views/projectlist/history.php | 46 ++ .../themes/default/html/views/projectlist/show.php | 37 ++ .../themes/default/html/views/search/edit.php | 139 ++++++ .../themes/default/html/views/search/result.php | 0 .../default/html/views/start/applications.php | 29 ++ .../default/html/views/start/projectmenu.php | 72 +++ .../html/views/start/userprojecttimeline.php | 54 ++ .../themes/default/html/views/template/addel.php | 0 .../themes/default/html/views/template/edit.php | 67 +++ .../default/html/views/template/extension.php | 31 ++ .../themes/default/html/views/template/info.php | 34 ++ .../themes/default/html/views/template/listing.php | 0 .../themes/default/html/views/template/preview.php | 19 + .../themes/default/html/views/template/prop.php | 56 +++ .../themes/default/html/views/template/pub.php | 37 ++ .../themes/default/html/views/template/remove.php | 45 ++ .../themes/default/html/views/template/src.php | 9 + .../default/html/views/template/srcelement.php | 0 .../themes/default/html/views/templatelist/add.php | 65 +++ .../default/html/views/templatelist/show.php | 36 ++ .../themes/default/html/views/text/compress.php | 0 .../cms-ui/themes/default/html/views/text/edit.php | 21 + .../themes/default/html/views/text/extract.php | 0 .../cms-ui/themes/default/html/views/text/info.php | 197 ++++++++ .../themes/default/html/views/text/preview.php | 16 + .../cms-ui/themes/default/html/views/text/prop.php | 55 ++ .../cms-ui/themes/default/html/views/text/pub.php | 0 .../themes/default/html/views/text/remove.php | 0 .../cms-ui/themes/default/html/views/text/show.php | 0 .../cms-ui/themes/default/html/views/text/size.php | 0 .../themes/default/html/views/text/structure.php | 7 + .../themes/default/html/views/text/uncompress.php | 0 .../themes/default/html/views/text/value.php | 25 + .../themes/default/html/views/title/ping.php | 3 + .../themes/default/html/views/title/show.php | 552 +++++++++++++++++++++ .../themes/default/html/views/tree/content.php | 0 .../themes/default/html/views/tree/settings.php | 29 ++ .../cms-ui/themes/default/html/views/tree/tree.php | 5 + .../cms-ui/themes/default/html/views/url/edit.php | 27 + .../cms-ui/themes/default/html/views/url/info.php | 0 .../cms-ui/themes/default/html/views/url/prop.php | 41 ++ .../themes/default/html/views/url/structure.php | 7 + .../cms-ui/themes/default/html/views/user/add.php | 0 .../cms-ui/themes/default/html/views/user/edit.php | 219 ++++++++ .../themes/default/html/views/user/history.php | 38 ++ .../cms-ui/themes/default/html/views/user/info.php | 46 ++ .../themes/default/html/views/user/listing.php | 0 .../themes/default/html/views/user/memberships.php | 49 ++ .../cms-ui/themes/default/html/views/user/pw.php | 117 +++++ .../themes/default/html/views/user/remove.php | 0 .../themes/default/html/views/user/rights.php | 106 ++++ .../themes/default/html/views/userlist/add.php | 0 .../themes/default/html/views/userlist/show.php | 63 +++ modules/cms-ui/update-production.php | 5 + .../template-engine/TemplateEngineInfo.class.php | 41 ++ 183 files changed, 7786 insertions(+), 26 deletions(-)