From 62004c279c60cf94f4c8d2acc47a95fd0b8de2a6 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Tue, 15 Mar 2016 02:35:48 +0900 Subject: [PATCH 01/15] Move to raw Bootstrap3 from GitHub like theme for Bootstrap3 --- .../core/dashboard/issuesnavi.scala.html | 4 +- .../gitbucket/core/helper/copy.scala.html | 4 +- .../core/issues/navigation.scala.html | 18 +- src/main/twirl/gitbucket/core/main.scala.html | 12 +- .../gitbucket/core/repo/files.scala.html | 2 +- .../twirl/gitbucket/core/wiki/page.scala.html | 8 +- .../bootstrap-3.3.6/css/bootstrap-theme.css | 587 ++ .../css/bootstrap-theme.css.map | 1 + .../css/bootstrap-theme.min.css | 6 + .../css/bootstrap-theme.min.css.map | 1 + .../css/bootstrap.css | 6709 +++++++++-------- .../bootstrap-3.3.6/css/bootstrap.css.map | 1 + .../bootstrap-3.3.6/css/bootstrap.min.css | 6 + .../bootstrap-3.3.6/css/bootstrap.min.css.map | 1 + .../fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20127 bytes .../fonts/glyphicons-halflings-regular.svg | 288 + .../fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 45404 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23424 bytes .../fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes .../js/bootstrap.js | 977 ++- .../bootstrap-3.3.6/js/bootstrap.min.js | 7 + .../assets/vendors/bootstrap-3.3.6/js/npm.js | 13 + .../css/bootstrap-3.0.3.css | 5923 --------------- .../css/bootstrap-3.min.css | 10 - .../css/bootstrap.min.css | 10 - .../fonts/glyphicons-halflings-regular.eot | Bin 20335 -> 0 bytes .../fonts/glyphicons-halflings-regular.svg | 229 - .../fonts/glyphicons-halflings-regular.ttf | Bin 41280 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 23320 -> 0 bytes .../js/bootstrap-3.0.3.js | 2082 ----- .../js/bootstrap.min.js | 6 - 31 files changed, 5319 insertions(+), 11586 deletions(-) create mode 100644 src/main/webapp/assets/vendors/bootstrap-3.3.6/css/bootstrap-theme.css create mode 100644 src/main/webapp/assets/vendors/bootstrap-3.3.6/css/bootstrap-theme.css.map create mode 100644 src/main/webapp/assets/vendors/bootstrap-3.3.6/css/bootstrap-theme.min.css create mode 100644 src/main/webapp/assets/vendors/bootstrap-3.3.6/css/bootstrap-theme.min.css.map rename src/main/webapp/assets/vendors/{bootstrap-theme-github-3.1.1 => bootstrap-3.3.6}/css/bootstrap.css (63%) create mode 100644 src/main/webapp/assets/vendors/bootstrap-3.3.6/css/bootstrap.css.map create mode 100644 src/main/webapp/assets/vendors/bootstrap-3.3.6/css/bootstrap.min.css create mode 100644 src/main/webapp/assets/vendors/bootstrap-3.3.6/css/bootstrap.min.css.map create mode 100644 src/main/webapp/assets/vendors/bootstrap-3.3.6/fonts/glyphicons-halflings-regular.eot create mode 100644 src/main/webapp/assets/vendors/bootstrap-3.3.6/fonts/glyphicons-halflings-regular.svg create mode 100644 src/main/webapp/assets/vendors/bootstrap-3.3.6/fonts/glyphicons-halflings-regular.ttf create mode 100644 src/main/webapp/assets/vendors/bootstrap-3.3.6/fonts/glyphicons-halflings-regular.woff create mode 100644 src/main/webapp/assets/vendors/bootstrap-3.3.6/fonts/glyphicons-halflings-regular.woff2 rename src/main/webapp/assets/vendors/{bootstrap-theme-github-3.1.1 => bootstrap-3.3.6}/js/bootstrap.js (65%) create mode 100644 src/main/webapp/assets/vendors/bootstrap-3.3.6/js/bootstrap.min.js create mode 100644 src/main/webapp/assets/vendors/bootstrap-3.3.6/js/npm.js delete mode 100644 src/main/webapp/assets/vendors/bootstrap-theme-github-3.1.1/css/bootstrap-3.0.3.css delete mode 100644 src/main/webapp/assets/vendors/bootstrap-theme-github-3.1.1/css/bootstrap-3.min.css delete mode 100644 src/main/webapp/assets/vendors/bootstrap-theme-github-3.1.1/css/bootstrap.min.css delete mode 100644 src/main/webapp/assets/vendors/bootstrap-theme-github-3.1.1/fonts/glyphicons-halflings-regular.eot delete mode 100644 src/main/webapp/assets/vendors/bootstrap-theme-github-3.1.1/fonts/glyphicons-halflings-regular.svg delete mode 100644 src/main/webapp/assets/vendors/bootstrap-theme-github-3.1.1/fonts/glyphicons-halflings-regular.ttf delete mode 100644 src/main/webapp/assets/vendors/bootstrap-theme-github-3.1.1/fonts/glyphicons-halflings-regular.woff delete mode 100644 src/main/webapp/assets/vendors/bootstrap-theme-github-3.1.1/js/bootstrap-3.0.3.js delete mode 100644 src/main/webapp/assets/vendors/bootstrap-theme-github-3.1.1/js/bootstrap.min.js diff --git a/src/main/twirl/gitbucket/core/dashboard/issuesnavi.scala.html b/src/main/twirl/gitbucket/core/dashboard/issuesnavi.scala.html index 11c9e2bc7..4d49efd74 100644 --- a/src/main/twirl/gitbucket/core/dashboard/issuesnavi.scala.html +++ b/src/main/twirl/gitbucket/core/dashboard/issuesnavi.scala.html @@ -3,7 +3,7 @@ condition: gitbucket.core.service.IssuesService.IssueSearchCondition)(implicit context: gitbucket.core.controller.Context) @import context._ @import gitbucket.core.view.helpers._ -