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