From: James Moger Date: Sat, 1 Oct 2011 03:58:26 +0000 (-0400) Subject: Login message option. More Bootstrap updates. All docs converted. X-Git-Tag: v0.7.0~95^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8c5d72248c20fc78c7b2c1d4388d073affccad20;p=gitblit.git Login message option. More Bootstrap updates. All docs converted. --- diff --git a/NOTICE b/NOTICE index 41b61f12..5e498037 100644 --- a/NOTICE +++ b/NOTICE @@ -7,6 +7,14 @@ The Apache Software Foundation (http://www.apache.org/). This is an aggregated NOTICE file for the projects included in this distribution or linked to by this distribution. +--------------------------------------------------------------------------- +Bootstrap +--------------------------------------------------------------------------- + Bootstrap, released under the + Apache Software License, Version 2.0. + + http://twitter.github.com/bootstrap + --------------------------------------------------------------------------- google-code-prettify --------------------------------------------------------------------------- diff --git a/build.xml b/build.xml index e803d117..9a589711 100644 --- a/build.xml +++ b/build.xml @@ -196,10 +196,10 @@ - - + + - + @@ -425,10 +425,10 @@ - - + + - + diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 5493b25b..5b2b576a 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -110,7 +110,14 @@ web.showRepositorySizes = true # SINCE 0.6.0 web.showFederationRegistrations = false -# This is the message display above the repositories table. +# This is the message displayed when *web.authenticateViewPages=true*. +# This can point to a file with Markdown content. +# Specifying "gitblit" uses the internal login message. +# +# SINCE 0.6.1 +web.loginMessage = gitblit + +# This is the message displayed above the repositories table. # This can point to a file with Markdown content. # Specifying "gitblit" uses the internal welcome message. # diff --git a/docs/00_index.mkd b/docs/00_index.mkd index 2c40e1ef..fde2d349 100644 --- a/docs/00_index.mkd +++ b/docs/00_index.mkd @@ -28,6 +28,8 @@ Gitblit requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit **%VERSION%** ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)|[fedclient](http://code.google.com/p/gitblit/downloads/detail?name=%FEDCLIENT%)) based on [%JGIT%][jgit]   *released %BUILDDATE%* +- improved: updated ui with Twitter's Bootstrap CSS toolkit +
**New:** *web.loginMessage = gitblit* - fixed: Null pointer exception if did not set federation strategy (issue 20) - fixed: Gitblit GO allows SSL renegotiation if running on Java 1.6.0_22 or later - added: IUserService.setup(IStoredSettings) for custom user service implementations diff --git a/docs/02_federation.mkd b/docs/02_federation.mkd index f77d7034..abf171e3 100644 --- a/docs/02_federation.mkd +++ b/docs/02_federation.mkd @@ -175,7 +175,7 @@ By default, federated repositories can not be pushed to, they are read-only by t ## Federation Pull Registration Keys - +
diff --git a/docs/04_design.mkd b/docs/04_design.mkd index 523d31b9..fe22674d 100644 --- a/docs/04_design.mkd +++ b/docs/04_design.mkd @@ -10,6 +10,7 @@ ### Bundled Dependencies The following dependencies are bundled with Gitblit. +- [Bootstrap](http://twitter.github.com/bootstrap) (Apache 2.0) - [google-code-prettify](http://code.google.com/p/google-code-prettify) (Apache 2.0) - [Commons Daemon](http://commons.apache.org/daemon) (Apache 2.0) - magnifying glass search icon courtesy of [Gnome](http://gnome.org) (Creative Commons CC-BY) diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 667e5f2e..cb1f898d 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -3,6 +3,8 @@ ### 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%)|[fedclient](http://code.google.com/p/gitblit/downloads/detail?name=%FEDCLIENT%)) based on [%JGIT%][jgit]   *released %BUILDDATE%* +- improved: updated ui with Twitter's Bootstrap CSS toolkit +
**New:** *web.loginMessage = gitblit* - fixed: Null pointer exception if did not set federation strategy (issue 20) - fixed: Gitblit GO allows SSL renegotiation if running on Java 1.6.0_22 or later - added: IUserService.setup(IStoredSettings) for custom user service implementations diff --git a/docs/doc_footer.html b/docs/doc_footer.html index e1a57381..ab2d7ee8 100644 --- a/docs/doc_footer.html +++ b/docs/doc_footer.html @@ -1,7 +1,9 @@ - - + + + + \ No newline at end of file diff --git a/docs/doc_header.html b/docs/doc_header.html index 71ba8415..802f950e 100644 --- a/docs/doc_header.html +++ b/docs/doc_header.html @@ -2,7 +2,8 @@ Gitblit - + + @@ -28,12 +29,19 @@ - -
federation.N.url string the url of the origin Gitblit instance *(required)*