From 330247866e931d5e5f93999db9947bc2fc1fc9ee Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 20 Jul 2011 15:52:03 -0400 Subject: [PATCH] Redefined how to check for "empty" repository (issue 13) --- docs/00_index.mkd | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/00_index.mkd b/docs/00_index.mkd index d645793..a2f8313 100644 --- a/docs/00_index.mkd +++ b/docs/00_index.mkd @@ -21,11 +21,11 @@ ### Current Release -%VERSION% ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit] *released %BUILDDATE%* +**%VERSION%** ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit] *released %BUILDDATE%* -- clarified SSL certificate generation and configuration for both server-side and client-side -- added some more troubleshooting information to documentation -- replaced JavaService with Apache Commons Daemon +- forward-slashes ('/', %2F) can be encoded using a custom character to workaround some servlet container default security measures for proxy servers<br/>**New:** *web.forwardSlashCharacter = /* +- optionally display repository on-disk size on repositories page<br/>**New:** *web.showRepositorySizes = true* +- tone-down repository group header color issues & binaries @ [Google Code][googlecode]<br/> sources @ [Github][gitbltsrc] -- Gitblit v1.9.1