Commit
commit 9b6fc0fa89d0dc042131314d6bbedf8c27571ab6 Author: Jan DankertDate: Sat Dec 1 01:07:57 2018 +0100 Anzeige der Notices kann jetzt auch Stacktraces anzeigen. modules/cms-api/API.class.php | 17 ++-- modules/cms-core/action/Action.class.php | 1 + modules/cms-core/action/PageAction.class.php | 4 +- modules/cms-core/init.php | 20 ++-- modules/cms-ui/action/IndexAction.class.php | 2 +- .../cms-ui/themes/default/html/views/file/edit.php | 2 +- .../themes/default/html/views/projectlist/add.php | 8 +- .../themes/default/html/views/projectlist/edit.php | 6 +- .../themes/default/production/combined.min.css | 2 +- .../themes/default/production/combined.min.js | 26 ++--- modules/cms-ui/themes/default/script/openrat.js | 76 ++++++++++++--- .../cms-ui/themes/default/script/openrat.min.js | 20 ++-- modules/cms-ui/themes/default/style/openrat-ui.css | 68 ++++++++++--- .../cms-ui/themes/default/style/openrat-ui.less | 108 +++++++++++++++------ .../cms-ui/themes/default/style/openrat-ui.min.css | 2 +- .../themes/default/style/theme/openrat-theme.less | 5 - modules/logger/Logger.class.php | 2 + .../template-engine/components/html/form/form.js | 60 ++---------- .../components/html/form/form.min.js | 6 +- 19 files changed, 266 insertions(+), 169 deletions(-)