From b5769ec192b3f7df6782bc62ddc840199f7064f9 Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Tue, 18 Apr 2017 20:07:03 +0100 Subject: [PATCH] Number of small changes, including the rename of the Bootstrap 3 theme to Default --- .idea/deployment.xml | 3 +- .idea/webServers.xml | 2 +- app/Album.php | 2 +- app/Helpers/ConfigHelper.php | 2 +- .../Controllers/Admin/AlbumController.php | 17 ++- ...7_04_18_200408_remove_album_is_private.php | 34 ++++++ database/seeds/PermissionsSeeder.php | 12 +- public/themes/bootstrap3-light/theme.css | 20 ---- public/themes/bootstrap3/theme.css | 111 ------------------ public/themes/default/theme.css | 29 +++++ .../themes/base/gallery/album_empty.blade.php | 25 ++-- .../base/gallery/album_slideshow.blade.php | 16 +-- resources/views/themes/base/layout.blade.php | 4 + .../views/themes/bootstrap3-light/README.txt | 1 - .../views/themes/bootstrap3-light/theme.json | 29 ----- .../themes/{bootstrap3 => default}/README.txt | 0 .../themes/{bootstrap3 => default}/theme.json | 3 +- 17 files changed, 117 insertions(+), 193 deletions(-) create mode 100644 database/migrations/2017_04_18_200408_remove_album_is_private.php delete mode 100644 public/themes/bootstrap3-light/theme.css delete mode 100644 public/themes/bootstrap3/theme.css create mode 100644 public/themes/default/theme.css delete mode 100644 resources/views/themes/bootstrap3-light/README.txt delete mode 100644 resources/views/themes/bootstrap3-light/theme.json rename resources/views/themes/{bootstrap3 => default}/README.txt (100%) rename resources/views/themes/{bootstrap3 => default}/theme.json (84%) diff --git a/.idea/deployment.xml b/.idea/deployment.xml index 981e50c..02a52c6 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -1,6 +1,6 @@ - + @@ -10,5 +10,6 @@ + \ No newline at end of file diff --git a/.idea/webServers.xml b/.idea/webServers.xml index 411f8e9..fef8fa9 100644 --- a/.idea/webServers.xml +++ b/.idea/webServers.xml @@ -3,7 +3,7 @@