From 874f9be3e6eb135a013cb146111dadc6dd5d1042 Mon Sep 17 00:00:00 2001 From: Michael Lustfield Date: Thu, 24 Aug 2017 00:52:42 -0500 Subject: [PATCH] Move themes to plugin directory. Fixes #2372 (#2375) --- public/css/themes/github/LICENSE | 21 ------------------ .../themes/basic/assets/fonts/icons.eot | Bin .../themes/basic/assets/fonts/icons.svg | 0 .../themes/basic/assets/fonts/icons.ttf | Bin .../themes/basic/assets/fonts/icons.woff | Bin .../themes/default/assets/fonts/icons.eot | Bin .../themes/default/assets/fonts/icons.otf | Bin .../themes/default/assets/fonts/icons.svg | 0 .../themes/default/assets/fonts/icons.ttf | Bin .../themes/default/assets/fonts/icons.woff | Bin .../themes/default/assets/fonts/icons.woff2 | Bin .../themes/default/assets/images/flags.png | Bin .../github/assets/fonts/octicons-local.ttf | Bin .../themes/github/assets/fonts/octicons.svg | 0 .../themes/github/assets/fonts/octicons.ttf | Bin .../themes/github/assets/fonts/octicons.woff | Bin 16 files changed, 21 deletions(-) delete mode 100644 public/css/themes/github/LICENSE rename public/{css => vendor/plugins/semantic}/themes/basic/assets/fonts/icons.eot (100%) rename public/{css => vendor/plugins/semantic}/themes/basic/assets/fonts/icons.svg (100%) rename public/{css => vendor/plugins/semantic}/themes/basic/assets/fonts/icons.ttf (100%) rename public/{css => vendor/plugins/semantic}/themes/basic/assets/fonts/icons.woff (100%) rename public/{css => vendor/plugins/semantic}/themes/default/assets/fonts/icons.eot (100%) rename public/{css => vendor/plugins/semantic}/themes/default/assets/fonts/icons.otf (100%) rename public/{css => vendor/plugins/semantic}/themes/default/assets/fonts/icons.svg (100%) rename public/{css => vendor/plugins/semantic}/themes/default/assets/fonts/icons.ttf (100%) rename public/{css => vendor/plugins/semantic}/themes/default/assets/fonts/icons.woff (100%) rename public/{css => vendor/plugins/semantic}/themes/default/assets/fonts/icons.woff2 (100%) rename public/{css => vendor/plugins/semantic}/themes/default/assets/images/flags.png (100%) rename public/{css => vendor/plugins/semantic}/themes/github/assets/fonts/octicons-local.ttf (100%) rename public/{css => vendor/plugins/semantic}/themes/github/assets/fonts/octicons.svg (100%) rename public/{css => vendor/plugins/semantic}/themes/github/assets/fonts/octicons.ttf (100%) rename public/{css => vendor/plugins/semantic}/themes/github/assets/fonts/octicons.woff (100%) diff --git a/public/css/themes/github/LICENSE b/public/css/themes/github/LICENSE deleted file mode 100644 index 4cf2020ce..000000000 --- a/public/css/themes/github/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2012-2016 GitHub, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/public/css/themes/basic/assets/fonts/icons.eot b/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.eot similarity index 100% rename from public/css/themes/basic/assets/fonts/icons.eot rename to public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.eot diff --git a/public/css/themes/basic/assets/fonts/icons.svg b/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.svg similarity index 100% rename from public/css/themes/basic/assets/fonts/icons.svg rename to public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.svg diff --git a/public/css/themes/basic/assets/fonts/icons.ttf b/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.ttf similarity index 100% rename from public/css/themes/basic/assets/fonts/icons.ttf rename to public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.ttf diff --git a/public/css/themes/basic/assets/fonts/icons.woff b/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.woff similarity index 100% rename from public/css/themes/basic/assets/fonts/icons.woff rename to public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.woff diff --git a/public/css/themes/default/assets/fonts/icons.eot b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.eot similarity index 100% rename from public/css/themes/default/assets/fonts/icons.eot rename to public/vendor/plugins/semantic/themes/default/assets/fonts/icons.eot diff --git a/public/css/themes/default/assets/fonts/icons.otf b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.otf similarity index 100% rename from public/css/themes/default/assets/fonts/icons.otf rename to public/vendor/plugins/semantic/themes/default/assets/fonts/icons.otf diff --git a/public/css/themes/default/assets/fonts/icons.svg b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.svg similarity index 100% rename from public/css/themes/default/assets/fonts/icons.svg rename to public/vendor/plugins/semantic/themes/default/assets/fonts/icons.svg diff --git a/public/css/themes/default/assets/fonts/icons.ttf b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.ttf similarity index 100% rename from public/css/themes/default/assets/fonts/icons.ttf rename to public/vendor/plugins/semantic/themes/default/assets/fonts/icons.ttf diff --git a/public/css/themes/default/assets/fonts/icons.woff b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff similarity index 100% rename from public/css/themes/default/assets/fonts/icons.woff rename to public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff diff --git a/public/css/themes/default/assets/fonts/icons.woff2 b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff2 similarity index 100% rename from public/css/themes/default/assets/fonts/icons.woff2 rename to public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff2 diff --git a/public/css/themes/default/assets/images/flags.png b/public/vendor/plugins/semantic/themes/default/assets/images/flags.png similarity index 100% rename from public/css/themes/default/assets/images/flags.png rename to public/vendor/plugins/semantic/themes/default/assets/images/flags.png diff --git a/public/css/themes/github/assets/fonts/octicons-local.ttf b/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons-local.ttf similarity index 100% rename from public/css/themes/github/assets/fonts/octicons-local.ttf rename to public/vendor/plugins/semantic/themes/github/assets/fonts/octicons-local.ttf diff --git a/public/css/themes/github/assets/fonts/octicons.svg b/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.svg similarity index 100% rename from public/css/themes/github/assets/fonts/octicons.svg rename to public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.svg diff --git a/public/css/themes/github/assets/fonts/octicons.ttf b/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.ttf similarity index 100% rename from public/css/themes/github/assets/fonts/octicons.ttf rename to public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.ttf diff --git a/public/css/themes/github/assets/fonts/octicons.woff b/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.woff similarity index 100% rename from public/css/themes/github/assets/fonts/octicons.woff rename to public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.woff