Commit
commit 1bb5fab3d5910f9543b67e0f07afef5493d30a3e Author: Jan DankertDate: Wed Sep 4 00:11:56 2019 +0200 New: TemplateCompiler zum Umwandeln aller Templates. Ggf. entfällt dann das Adhoc-Compiling der Templates. dev-helper/update.html | 12 +- .../themes/default/html/views/alias/info.php | 2 +- .../default/html/views/configuration/show.php | 4 +- .../default/html/views/configuration/src.php | 2 +- .../themes/default/html/views/element/info.php | 4 +- .../themes/default/html/views/file/advanced.php | 6 +- .../themes/default/html/views/file/compress.php | 35 ++++++ .../cms-ui/themes/default/html/views/file/edit.php | 4 +- .../themes/default/html/views/file/extract.php | 17 +++ .../cms-ui/themes/default/html/views/file/info.php | 20 ++-- .../themes/default/html/views/file/preview.php | 3 +- .../cms-ui/themes/default/html/views/file/pub.php | 8 +- .../themes/default/html/views/file/remove.php | 8 +- .../cms-ui/themes/default/html/views/file/show.php | 25 ++++ .../themes/default/html/views/file/uncompress.php | 29 +++++ .../themes/default/html/views/file/value.php | 12 +- .../themes/default/html/views/folder/advanced.php | 6 +- .../default/html/views/folder/createfolder.php | 2 +- .../themes/default/html/views/folder/createurl.php | 2 +- .../themes/default/html/views/folder/edit.php | 9 +- .../themes/default/html/views/folder/info.php | 8 +- .../themes/default/html/views/folder/order.php | 6 +- .../themes/default/html/views/folder/pub.php | 2 +- .../themes/default/html/views/folder/remove.php | 4 +- .../default/html/views/folder/show.tpl.src.xml | 37 +++--- .../themes/default/html/views/grouplist/add.php | 6 +- .../themes/default/html/views/grouplist/show.php | 10 +- .../default/html/views/include/timestamps.inc.xml | 2 +- .../themes/default/html/views/language/add.php | 15 +++ .../themes/default/html/views/language/info.php | 5 +- .../themes/default/html/views/language/listing.php | 65 ++++++++++ .../themes/default/html/views/language/prop.php | 4 +- .../themes/default/html/views/language/remove.php | 8 +- .../default/html/views/languagelist/show.php | 4 +- .../cms-ui/themes/default/html/views/link/edit.php | 6 +- .../cms-ui/themes/default/html/views/link/info.php | 10 +- .../themes/default/html/views/link/remove.php | 8 +- .../themes/default/html/views/link/structure.php | 7 ++ .../themes/default/html/views/login/license.php | 5 +- .../themes/default/html/views/login/login.php | 13 +- .../default/html/views/login/login.tpl.src.xml | 4 +- .../themes/default/html/views/login/openid.php | 67 +++++++++++ .../themes/default/html/views/login/password.php | 51 ++++++++ .../default/html/views/login/passwordcode.php | 49 ++++++++ .../themes/default/html/views/login/register.php | 10 +- .../default/html/views/login/registercode.php | 61 ++++++++++ .../themes/default/html/views/model/info.php | 5 +- .../themes/default/html/views/model/listing.php | 59 ++++++++++ .../themes/default/html/views/model/prop.php | 4 +- .../themes/default/html/views/model/remove.php | 45 +++++++ .../themes/default/html/views/modellist/show.php | 11 +- .../themes/default/html/views/object/inherit.php | 37 ++++++ .../themes/default/html/views/object/prop.php | 4 +- .../themes/default/html/views/object/rights.php | 8 +- .../themes/default/html/views/object/settings.php | 8 +- .../default/html/views/page/changetemplate.php | 15 ++- .../views/page/changetemplateselectelements.php | 6 +- .../cms-ui/themes/default/html/views/page/edit.php | 3 +- .../cms-ui/themes/default/html/views/page/form.php | 131 +++++++++++++++++++++ .../cms-ui/themes/default/html/views/page/info.php | 11 +- .../cms-ui/themes/default/html/views/page/name.php | 6 +- .../themes/default/html/views/page/preview.php | 3 +- .../cms-ui/themes/default/html/views/page/pub.php | 6 +- .../themes/default/html/views/page/remove.php | 21 ++++ .../cms-ui/themes/default/html/views/page/src.php | 2 +- .../default/html/views/pageelement/advanced.php | 22 ++-- .../themes/default/html/views/pageelement/diff.php | 8 +- .../themes/default/html/views/pageelement/edit.php | 3 +- .../default/html/views/pageelement/export.php | 25 ++++ .../default/html/views/pageelement/history.php | 12 +- .../default/html/views/pageelement/import.php | 31 +++++ .../themes/default/html/views/pageelement/info.php | 4 +- .../themes/default/html/views/pageelement/link.php | 36 +++--- .../default/html/views/pageelement/preview.php | 2 +- .../themes/default/html/views/pageelement/prop.php | 66 +++++------ .../themes/default/html/views/pageelement/pub.php | 6 +- .../default/html/views/pageelement/structure.php | 2 +- .../default/html/views/pageelement/value.php | 4 +- .../default/html/views/profile/confirmmail.php | 6 +- .../themes/default/html/views/profile/edit.php | 17 ++- .../themes/default/html/views/profile/history.php | 10 +- .../themes/default/html/views/profile/mail.php | 9 +- .../default/html/views/profile/memberships.php | 27 +++++ .../themes/default/html/views/profile/pw.php | 8 +- .../themes/default/html/views/project/edit.php | 7 +- .../themes/default/html/views/project/history.php | 18 +-- .../themes/default/html/views/project/info.php | 2 +- .../default/html/views/project/maintenance.php | 14 +-- .../themes/default/html/views/project/prop.php | 4 +- .../themes/default/html/views/project/remove.php | 10 +- .../themes/default/html/views/projectlist/add.php | 10 +- .../themes/default/html/views/projectlist/edit.php | 10 +- .../default/html/views/projectlist/history.php | 5 +- .../themes/default/html/views/search/edit.php | 20 ++-- .../themes/default/html/views/search/result.php | 31 +++++ .../themes/default/html/views/template/addel.php | 4 +- .../themes/default/html/views/template/edit.php | 4 +- .../themes/default/html/views/template/info.php | 4 +- .../themes/default/html/views/template/prop.php | 4 +- .../themes/default/html/views/template/src.php | 2 +- .../themes/default/html/views/templatelist/add.php | 12 +- .../default/html/views/templatelist/show.php | 10 +- .../themes/default/html/views/text/compress.php | 35 ++++++ .../cms-ui/themes/default/html/views/text/edit.php | 18 +-- .../themes/default/html/views/text/extract.php | 17 +++ .../cms-ui/themes/default/html/views/text/pub.php | 25 ++++ .../themes/default/html/views/text/remove.php | 45 +++++++ .../cms-ui/themes/default/html/views/text/show.php | 25 ++++ .../cms-ui/themes/default/html/views/text/size.php | 113 ++++++++++++++++++ .../themes/default/html/views/text/uncompress.php | 29 +++++ .../themes/default/html/views/text/value.php | 8 +- .../themes/default/html/views/title/ping.php | 2 + .../default/html/views/title/ping.tpl.src.xml | 2 +- .../themes/default/html/views/title/show.php | 115 ++++++------------ .../default/html/views/title/show.tpl.src.xml | 2 +- .../cms-ui/themes/default/html/views/url/edit.php | 4 +- .../cms-ui/themes/default/html/views/url/info.php | 8 +- .../cms-ui/themes/default/html/views/user/add.php | 17 +++ .../themes/default/html/views/user/history.php | 20 ++-- .../cms-ui/themes/default/html/views/user/info.php | 21 ++-- .../themes/default/html/views/user/listing.php | 53 +++++++++ .../themes/default/html/views/user/memberships.php | 4 +- .../cms-ui/themes/default/html/views/user/prop.php | 18 +-- .../cms-ui/themes/default/html/views/user/pw.php | 12 +- .../themes/default/html/views/user/remove.php | 12 +- .../themes/default/html/views/user/rights.php | 5 +- .../themes/default/html/views/userlist/add.php | 6 +- .../themes/default/html/views/userlist/show.php | 4 +- modules/template-engine/TemplateCompiler.php | 50 ++++++++ .../engine/TemplateEngine.class.php | 2 +- modules/util/Html.class.php | 1 + 131 files changed, 1686 insertions(+), 518 deletions(-)