From 7e5ee5a454ec396b5dc2f00e89adeca84d6ef683 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 18 Jul 2011 18:10:34 -0400 Subject: [PATCH] Allow specification of forward-slash character in urls (issue 11) --- docs/00_index.mkd | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/docs/00_index.mkd b/docs/00_index.mkd index d09f5f8..a2f8313 100644 --- a/docs/00_index.mkd +++ b/docs/00_index.mkd @@ -21,7 +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] with Blame backport (*%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%* + +- 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