James Moger
2011-10-11 4c6dab80ae0a8ef38e7e163e798d629afcbe999a
Documentation.
4 files modified
8 ■■■■■ changed files
distrib/gitblit.properties 3 ●●●● patch | view | raw | blame | history
docs/00_index.mkd 1 ●●●● patch | view | raw | blame | history
docs/01_setup.mkd 2 ●●● patch | view | raw | blame | history
src/com/gitblit/IUserService.java 2 ●●● patch | view | raw | blame | history
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
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]
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) {
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);