From 3cb9c98035fb16474c006aa6fff020f787a54e31 Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Thu, 6 Oct 2016 11:30:39 +0100 Subject: [PATCH] refs #5: reworked the installation screens to create an identical, unprotected version. Integrated SourceGuardian's license error handling to be more helpful to the end user --- .idea/webServers.xml | 2 +- app/Http/Middleware/GlobalConfiguration.php | 3 +- config/session.php | 2 +- public/.htaccess | 7 +- public/license-required.php | 75 ++++++++++++ public/raw/lang.en.php | 21 ++++ public/raw/layout.php | 60 ++++++++++ public/raw/sg-license-error.php | 13 +++ public/upload-license.php | 41 ------- resources/lang/en/installer.php | 14 +-- .../views/install/administrator.blade.php | 4 +- resources/views/install/check.blade.php | 14 +-- resources/views/install/database.blade.php | 3 +- resources/views/install/layout.blade.php | 108 ++++++++++++------ resources/views/install/navbar.blade.php | 20 ++++ .../themes/base/partials/navbar.blade.php | 2 +- verify-license.php | 5 - 17 files changed, 286 insertions(+), 108 deletions(-) create mode 100644 public/license-required.php create mode 100644 public/raw/lang.en.php create mode 100644 public/raw/layout.php create mode 100644 public/raw/sg-license-error.php delete mode 100644 public/upload-license.php create mode 100644 resources/views/install/navbar.blade.php delete mode 100644 verify-license.php diff --git a/.idea/webServers.xml b/.idea/webServers.xml index db71f7e..2b2b08f 100644 --- a/.idea/webServers.xml +++ b/.idea/webServers.xml @@ -3,7 +3,7 @@