Commit
commit ce5cb8e46e7566bbcef374331c4a2f3cbdc4be2f Author: Jan DankertDate: Fri Jul 13 00:50:32 2018 +0200 Das Setzen des Cookies vereinheitlicht, der Cookie-Pfad ist nun immer der gleiche, egal ob UI- oder API-Request. Formulare erhalten das Attribut 'target', abhängig davon, ob das Formular per AJAX abgeschickt wird oder direkt die gesamte Seite neu lädt. api/index.php | 2 + modules/cms-core/action/Action.class.php | 78 ++++------------------ modules/cms-core/action/LoginAction.class.php | 18 ++--- modules/cms-core/action/StartAction.class.php | 4 +- modules/cms-ui/action/IndexAction.class.php | 48 ++++++++----- .../themes/default/html/views/login/login.php | 12 ++-- .../default/html/views/login/login.tpl.src.xml | 2 +- modules/cms-ui/themes/default/script/openrat.js | 5 +- .../cms-ui/themes/default/script/openrat.min.js | 4 +- .../themes/default/style/openrat-workbench.css | 2 +- .../themes/default/style/openrat-workbench.less | 2 +- .../themes/default/style/openrat-workbench.min.css | 2 +- .../components/html/form/Form.class.php | 13 +++- .../template-engine/components/html/form/form.js | 2 + .../components/html/form/form.min.js | 6 +- modules/util/config-default.php | 4 ++ 16 files changed, 87 insertions(+), 117 deletions(-)