From 4c6dab80ae0a8ef38e7e163e798d629afcbe999a Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 11 Oct 2011 17:46:04 -0400
Subject: [PATCH] Documentation.
---
docs/01_setup.mkd | 2 +-
src/com/gitblit/IUserService.java | 2 +-
distrib/gitblit.properties | 3 ++-
docs/00_index.mkd | 1 +
4 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index 2d9bb03..0746ef6 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -465,7 +465,8 @@
# RESTART REQUIRED
server.useNio = true
-# Context path for the application.
+# Context path for the GO application. You might want to change the context
+# path if running Gitblit behind a proxy layer such as mod_proxy.
#
# SINCE 0.7.0
# RESTART REQUIRED
diff --git a/docs/00_index.mkd b/docs/00_index.mkd
index b208cca..943dd0e 100644
--- a/docs/00_index.mkd
+++ b/docs/00_index.mkd
@@ -45,6 +45,7 @@
- added: IUserService.setup(IStoredSettings) for custom user service implementations
- added: setting to control Gitblit GO context path for proxy setups
**New:** *server.contextPath = /*
+- updated: MarkdownPapers 1.2.3
issues, binaries, and sources @ [Google Code][googlecode]<br/>
sources @ [Github][gitbltsrc]
diff --git a/docs/01_setup.mkd b/docs/01_setup.mkd
index 42f7c0c..c7a8ff6 100644
--- a/docs/01_setup.mkd
+++ b/docs/01_setup.mkd
@@ -177,7 +177,7 @@
* Setup the user service.
*
* @param settings
- * @since 0.6.1
+ * @since 0.7.0
*/
@Override
public void setup(IStoredSettings settings) {
diff --git a/src/com/gitblit/IUserService.java b/src/com/gitblit/IUserService.java
index a85c997..e143c79 100644
--- a/src/com/gitblit/IUserService.java
+++ b/src/com/gitblit/IUserService.java
@@ -34,7 +34,7 @@
* relying on the GitBlit static singleton.
*
* @param settings
- * @since 0.6.1
+ * @since 0.7.0
*/
void setup(IStoredSettings settings);
--
Gitblit v1.9.1