]> source.dussan.org Git - gitblit.git/commitdiff
Documentation
authorJames Moger <james.moger@gitblit.com>
Thu, 20 Jun 2013 21:31:55 +0000 (17:31 -0400)
committerJames Moger <james.moger@gitblit.com>
Thu, 20 Jun 2013 21:31:55 +0000 (17:31 -0400)
releases.moxie
src/site/custom.less
src/site/siteindex.mkd

index 1b8b2b0558275754b6cc796af624c6634a71b0a6..6091daf4ff1a52b1269531351d15bef95641b68e 100644 (file)
@@ -8,12 +8,6 @@ r17: {
        security:\r
        - Raw servlet was insecure. If someone knew the exact repository name and path to a file, the raw blob could be retrieved bypassing security constraints. (issue 198)\r
     fixes:\r
-     - Could not reset settings with $ or { characters through Gitblit Manager because they are not properly escaped\r
-        - Added more error checking to blob page and blame page\r
-        - Disable SNI extensions for client SSL connections\r
-        - Fixed prettify language extension loading\r
-        - Fixed index out of bounds exceptions when generating client certificates for a user when the user's table has been filtered\r
-        - Fixed AddindexedBranch tool when specifying the non-default branch. \r
         - Use bash instead of sh in Linux/OSX shell scripts (issue 154)\r
         - Fix NPE when getting user's fork without repository list caching (issue 182)\r
         - Fix internal error on folder history links (issue 192)\r
@@ -32,11 +26,18 @@ r17: {
         - Improve NPE handling for hook script enumeration (issue-253)\r
         - Workaround missing commit information in blame page (JGit bug 374382, issue-254) \r
         - Ignore orphan ".git" folder in the repositories root folder (issue-256)\r
+     - Could not reset settings with $ or { characters through Gitblit Manager because they are not properly escaped\r
+        - Added more error checking to blob page and blame page\r
+        - Disable SNI extensions for client SSL connections\r
+        - Fixed prettify language extension loading\r
+        - Fixed index out of bounds exceptions when generating client certificates for a user when the user's table has been filtered\r
+        - Fixed AddindexedBranch tool when specifying the non-default branch. \r
 \r
        changes:\r
         - Improved error logging for servlet containers which provide a null contextFolder (issue 199)\r
-        - Improved the repository url display.  This display now indicates your repository access permission, per-protocol.\r
         - Improve Gerrit change ref decoration in the refs panel (issue 206)\r
+        - Improved the repository url display.  This display now indicates your repository access permission, per-protocol.\r
+        - Automatically encode/decode usernames for urls using %XX notation on space, @, and \\r
         - Disable Gson's pretty printing which has a huge performance gain\r
         - Properly set application/json content-type on api calls\r
         - Make days back filter choices a setting\r
@@ -46,13 +47,17 @@ r17: {
         - Updated Polish translation\r
         - Updated Japanese translation\r
         \r
-    additions:\r
+    additions: \r
+        - Added a ui for the ref log introduced in 1.2.1 (issue-177)\r
+        - Added weblogic.xml to WAR for deployment on WebLogic (issue 199)\r
+        - Support username substitution in web.otherUrls (issue 213)\r
+        - Option to force client-side basic authentication instead of form-based authentication if web.authenticateViewPages=true (issue 222)\r
+        - Setting to automatically create an user account based on an authenticated user principal from the servlet container (issue-246)\r
         - Added WindowsUserService to authenticate users against Windows accounts (issue-250)\r
         - Global and per-repository setting to exclude authors from metrics (issue-251)\r
         - Added SalesForce.com user service\r
      - Added simple star/unstar function to flag or bookmark interesting repositories\r
      - Added Dashboard page which shows a news feed for starred repositories and offers a filterable list of repositories you care about\r
-        - Added a ui for the push log introduced in 1.2.1 (issue-177)\r
         - Added client application menus for Git, SmartGit/Hg, SourceTree, Tower, GitHub for Windows, GitHub for Mac, and SparkleShare\r
         - Added GO http/https connector thread pool size setting\r
         - Added a server setting to force a particular translation/Locale for all sessions\r
@@ -66,10 +71,6 @@ r17: {
      - FogBugz post-receive hook script\r
      - Chinese translation\r
         - Support --baseFolder parameter in Federation Client\r
-        - Added weblogic.xml to WAR for deployment on WebLogic (issue 199)\r
-        - Support username substitution in web.otherUrls (issue 213)\r
-        - Option to force client-side basic authentication instead of form-based authentication if web.authenticateViewPages=true (issue 222)\r
-        - Setting to automatically create an user account based on an authenticated user principal from the servlet container (issue-246)\r
 \r
     contributors:\r
        - Bandarupalli Satyanarayana\r
@@ -128,8 +129,8 @@ r17: {
        - { name: 'web.allowAppCloneLinks', defaultValue: 'true' }\r
        - { name: 'web.forceDefaultLocale', defaultValue: ' ' }\r
        - { name: 'web.metricAuthorExclusions', defaultValue: ' ' }\r
-       - { name: 'web.overviewPushCount', defaultValue: 5 }\r
-       - { name: 'web.pushesPerPage', defaultValue: 10 }\r
+       - { name: 'web.overviewReflogCount', defaultValue: 5 }\r
+       - { name: 'web.reflogChangesPerPage', defaultValue: 10 }\r
        - { name: 'server.nioThreadPoolSize', defaultValue: 50 }\r
 }\r
 \r
index c05058bff7a0831578aa4dec377b0593eb14899d..ca207dfa400e3723b91afe73ec84ffa392343f20 100644 (file)
@@ -9,9 +9,7 @@
 \r
 // GLOBAL VALUES\r
 // --------------------------------------------------\r
-@blueDark:                                     #000060;\r
-@blueDarker:                           #000050;\r
-@blueDarkest:                          #000040;\r
+@blueDark:                                     #002060;\r
 @standardGray:                         #ccc;\r
 @cornflower:                           #abd4ff;\r
 @white:                                                #fff;\r
@@ -24,7 +22,7 @@
 // Navbar\r
 // -------------------------\r
 @navbarHeight:                    45px;\r
-@navbarBackground:                @blueDarkest;\r
+@navbarBackground:                @blueDark;\r
 @navbarBackgroundHighlight:       @blueDark;\r
 @navbarText:                      @white;\r
 @navbarLinkColor:                 @white;\r
@@ -76,7 +74,7 @@
 }\r
 \r
 .navbar-inner {\r
-       background-color: @blueDarker;\r
+       background-color: @blueDark;\r
        border-bottom: 2px solid #ff9900;\r
 }\r
 \r
index 77cb8a082eef95106cdd251f5f48fa42a7c45f7f..f72e9c17ee8e741d92df63a0456875a7ae6e3a19 100644 (file)
@@ -1,4 +1,3 @@
-## What is Gitblit?\r
 <div class="well" style="margin-left:5px;float:right;width:275px;padding: 10px 10px;">\r
 <div style="text-align:center">\r
 <b>Current Release ${project.releaseVersion} (${project.releaseDate})</b><br/><a href="releasenotes.html">release notes</a>\r
@@ -26,6 +25,8 @@
        </div>\r
 </div>\r
 \r
+## What is Gitblit?\r
+\r
 Gitblit is an open-source, pure Java stack for managing, viewing, and serving [Git][git] repositories.  \r
 It's designed primarily as a tool for small workgroups who want to host centralized repositories.\r
 \r
@@ -67,6 +68,9 @@ Administrators can create and manage all repositories, user accounts, and teams
 - Groovy push hook scripts\r
 - Pluggable user service mechanism\r
     - LDAP authentication with optional LDAP-controlled Team memberships\r
+       - Redmine authentication\r
+       - SalesForce.com authentication\r
+       - Windows authentication\r
     - Custom authentication, authorization, and user management\r
 - Rich RSS feeds\r
 - JSON-based RPC mechanism\r