From f3a9d8bdbe5e2bfcf23ede30c8ebdb112ce49ba9 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 26 Jun 2013 16:55:25 -0400
Subject: [PATCH] Fixed AngularJS binding bug on dashboards with commit messages using {{notation}}
---
src/main/distrib/data/clientapps.json | 16 ++++++++++------
1 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json
index 12d14b1..48b233c 100644
--- a/src/main/distrib/data/clientapps.json
+++ b/src/main/distrib/data/clientapps.json
@@ -18,7 +18,7 @@
"productUrl": "http://www.syntevo.com/smartgithg",
"platforms": [ "windows", "macintosh", "linux" ],
"icon": "smartgithg_32x32.png",
- "isActive": false
+ "isActive": true
},
{
"name": "SourceTree",
@@ -44,13 +44,15 @@
},
{
"name": "GitHub",
- "title": "GitHub\u2122 for Macintosh",
+ "title": "GitHub\u2122 for Mac",
"description": "a free Git client for Mac OS X",
"legal": "\u00a9 2013 GitHub. All rights reserved.",
"cloneUrl": "github-mac://openRepo/${repoUrl}",
"productUrl": "http://mac.github.com",
+ "transports": [ "http", "https" ],
"platforms": [ "macintosh" ],
- "isActive": false
+ "icon": "github_32x32.png",
+ "isActive": true
},
{
"name": "GitHub",
@@ -59,19 +61,21 @@
"legal": "\u00a9 2013 GitHub. All rights reserved.",
"cloneUrl": "github-windows://openRepo/${repoUrl}",
"productUrl": "http://windows.github.com",
+ "transports": [ "http", "https" ],
"platforms": [ "windows" ],
- "isActive": false
+ "icon": "github_32x32.png",
+ "isActive": true
},
{
"name": "SparkleShare",
"title": "SparkleShare\u2122",
"description": "an open source collaboration and sharing tool",
"legal": "released under the GPLv3 open source license",
- "cloneUrl": "sparkleshare://inviteRepo/${baseUrl}/sparkleshare/${repoUrl}.xml",
+ "cloneUrl": "sparkleshare://addProject/${baseUrl}/sparkleshare/${repoUrl}.xml",
"productUrl": "http://sparkleshare.org",
"platforms": [ "windows", "macintosh", "linux" ],
"icon": "sparkleshare_32x32.png",
"minimumPermission" : "RW+",
- "isActive": false
+ "isActive": true
}
]
\ No newline at end of file
--
Gitblit v1.9.1