]> source.dussan.org Git - gitblit.git/commitdiff
Documentation.
authorJames Moger <james.moger@gitblit.com>
Tue, 11 Oct 2011 21:46:04 +0000 (17:46 -0400)
committerJames Moger <james.moger@gitblit.com>
Tue, 11 Oct 2011 21:46:04 +0000 (17:46 -0400)
distrib/gitblit.properties
docs/00_index.mkd
docs/01_setup.mkd
src/com/gitblit/IUserService.java

index 2d9bb030a3f251ba404a4f4266aaebabf61dbbe8..0746ef62d2efcfd813286a77d38c26bb444e44dd 100644 (file)
@@ -465,7 +465,8 @@ server.tempFolder = temp
 # RESTART REQUIRED\r
 server.useNio = true\r
 \r
-# Context path for the application.\r
+# Context path for the GO application.  You might want to change the context\r
+# path if running Gitblit behind a proxy layer such as mod_proxy.\r
 #\r
 # SINCE 0.7.0\r
 # RESTART REQUIRED\r
index b208ccad29457a6eff8f710deae98589f8cbfc84..943dd0ef2578ecd1d040493fcef56269bee868f6 100644 (file)
@@ -45,6 +45,7 @@ Gitblit requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit
 - added: IUserService.setup(IStoredSettings) for custom user service implementations\r
 - added: setting to control Gitblit GO context path for proxy setups  \r
     **New:** *server.contextPath = /*\r
+- updated: MarkdownPapers 1.2.3\r
 \r
 issues, binaries, and sources @ [Google Code][googlecode]<br/>\r
 sources @ [Github][gitbltsrc]\r
index 42f7c0ca055ae9b10802546e5fbbc692d9c6a84f..c7a8ff61901da709dc880bbe85b1ee5e077bca3b 100644 (file)
@@ -177,7 +177,7 @@ public interface IUserService {
         * Setup the user service.\r
         * \r
         * @param settings\r
-        * @since 0.6.1\r
+        * @since 0.7.0\r
         */\r
        @Override\r
        public void setup(IStoredSettings settings) {\r
index a85c997f2be6e594074e2dcf1a81c1339a7f7a0f..e143c794db88128a968bd8662d985e5841fb2fbb 100644 (file)
@@ -34,7 +34,7 @@ public interface IUserService {
         * relying on the GitBlit static singleton.\r
         * \r
         * @param settings\r
-        * @since 0.6.1\r
+        * @since 0.7.0\r
         */\r
        void setup(IStoredSettings settings);\r
 \r