From 335fc764e897b79c0977e6bbbce918d9ce7bca12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Sun, 19 Jan 2020 01:22:06 +0100 Subject: [PATCH] selftest on admin page (WIP) --- .gitignore | 4 +- .idea/inspectionProfiles/Project_Default.xml | 2 + www/commands/site_selftest.php | 14 + www/data/css/styles.css | 65 ++++- www/data/css/styles.min.css | 13 +- www/data/css/styles_about.scss | 6 - www/data/css/styles_admin.scss | 60 ++++- www/data/css/styles_config.scss | 27 +- www/data/javascript/admin.js | 58 +++- www/index.php | 2 - www/internals/modules.php | 7 + www/internals/modules/adventofcode.php | 8 + www/internals/modules/selftest.php | 263 +++++++++++++++++++ www/internals/utils.php | 32 ++- www/pages/admin.php | 36 +-- www/pages/api.php | 1 + 16 files changed, 540 insertions(+), 58 deletions(-) create mode 100644 www/commands/site_selftest.php create mode 100644 www/internals/modules/selftest.php diff --git a/.gitignore b/.gitignore index 8b72e38..54562f9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ runtime/ **/.idea/dataSources* -config.php \ No newline at end of file +config.php + +www/dtest.php \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index e3c2bd0..f5f15f4 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -6,6 +6,8 @@ + +