From 1bf26cacb93eda7c39bb0fb4071bd0e0913b2740 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 5 Dec 2015 19:46:29 +0900 Subject: [PATCH 1/3] Update version to 3.9.0 --- project/build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.scala b/project/build.scala index 94cb2ab89..f5ac10806 100644 --- a/project/build.scala +++ b/project/build.scala @@ -10,7 +10,7 @@ import sbtassembly.AssemblyKeys._ object MyBuild extends Build { val Organization = "gitbucket" val Name = "gitbucket" - val Version = "3.8.0" + val Version = "3.9.0" val ScalaVersion = "2.11.6" val ScalatraVersion = "2.3.1" From 176e427058250ca1b9f5c2888076382c17404db0 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 5 Dec 2015 19:48:44 +0900 Subject: [PATCH 2/3] Update README.md for 3.9 release --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 82fb68596..c26578d52 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,11 @@ Support Release Notes -------- +### 3.9 - 5 Dec 2015 +- GFM inline breaks support in Markdown +- WebHook on create review comment is available +- WebHook event trigger is selectable + ### 3.8 - 31 Oct 2015 - Moved to GitHub organization - Omit diff view for large differences From 9477cca8e8499000528c929c720ff3834a476e2d Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 5 Dec 2015 19:54:32 +0900 Subject: [PATCH 3/3] Fix box style --- src/main/twirl/gitbucket/core/account/application.scala.html | 4 ++-- src/main/twirl/gitbucket/core/account/edit.scala.html | 2 +- src/main/twirl/gitbucket/core/account/ssh.scala.html | 4 ++-- .../twirl/gitbucket/core/admin/plugins/plugins.scala.html | 2 +- src/main/twirl/gitbucket/core/admin/system.scala.html | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/twirl/gitbucket/core/account/application.scala.html b/src/main/twirl/gitbucket/core/account/application.scala.html index ba8915e34..3aa3792f5 100644 --- a/src/main/twirl/gitbucket/core/account/application.scala.html +++ b/src/main/twirl/gitbucket/core/account/application.scala.html @@ -12,7 +12,7 @@
Personal access tokens
-
+
@if(personalTokens.isEmpty && gneratedToken.isEmpty){ No tokens. }else{ @@ -40,7 +40,7 @@
Generate new token
-
+
diff --git a/src/main/twirl/gitbucket/core/account/edit.scala.html b/src/main/twirl/gitbucket/core/account/edit.scala.html index c49d48261..bba09ad05 100644 --- a/src/main/twirl/gitbucket/core/account/edit.scala.html +++ b/src/main/twirl/gitbucket/core/account/edit.scala.html @@ -14,7 +14,7 @@
Profile
-
+
@if(account.password.nonEmpty){ diff --git a/src/main/twirl/gitbucket/core/account/ssh.scala.html b/src/main/twirl/gitbucket/core/account/ssh.scala.html index 722908217..e87f5e7eb 100644 --- a/src/main/twirl/gitbucket/core/account/ssh.scala.html +++ b/src/main/twirl/gitbucket/core/account/ssh.scala.html @@ -11,7 +11,7 @@
SSH Keys
-
+
@if(sshKeys.isEmpty){ No keys } @@ -27,7 +27,7 @@
Add an SSH Key
-
+
diff --git a/src/main/twirl/gitbucket/core/admin/plugins/plugins.scala.html b/src/main/twirl/gitbucket/core/admin/plugins/plugins.scala.html index 48ff299ac..e7adc538b 100644 --- a/src/main/twirl/gitbucket/core/admin/plugins/plugins.scala.html +++ b/src/main/twirl/gitbucket/core/admin/plugins/plugins.scala.html @@ -15,7 +15,7 @@ @plugins.map {plugin =>
@plugin.pluginName
-
+

Id: @plugin.pluginId

Version: @plugin.version

Name: @plugin.pluginName

diff --git a/src/main/twirl/gitbucket/core/admin/system.scala.html b/src/main/twirl/gitbucket/core/admin/system.scala.html index 93ff531d6..5c44b3c2f 100644 --- a/src/main/twirl/gitbucket/core/admin/system.scala.html +++ b/src/main/twirl/gitbucket/core/admin/system.scala.html @@ -8,7 +8,7 @@
System Settings
-
+