]> source.dussan.org Git - gitblit.git/commit
Added IUserService.setup(IStoredSettings) for custom implementations.
authorJames Moger <james.moger@gitblit.com>
Wed, 28 Sep 2011 22:55:34 +0000 (18:55 -0400)
committerJames Moger <james.moger@gitblit.com>
Wed, 28 Sep 2011 22:55:34 +0000 (18:55 -0400)
commit63ee41d91854e1cf06d8d5cda30cdf7d8d38f3c5
tree7fc1daecfd826e5325d6b668a5949adeaaee698f
parente20f85719784691be473a99d728f321f370780ae
Added IUserService.setup(IStoredSettings) for custom implementations.

This allows custom implementations to store their settings alongside the
Gitblit GO or WAR settings while remaining unit-testable.
docs/00_index.mkd
docs/01_setup.mkd
docs/04_releases.mkd
src/com/gitblit/FileUserService.java
src/com/gitblit/GitBlit.java
src/com/gitblit/IUserService.java