From fe7c01a8bd76dff240e74bb770212911e227ba59 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 03 Feb 2012 17:24:51 -0500 Subject: [PATCH] Return to Users page after add/edit team --- docs/05_roadmap.mkd | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/docs/05_roadmap.mkd b/docs/05_roadmap.mkd index c158155..8688831 100644 --- a/docs/05_roadmap.mkd +++ b/docs/05_roadmap.mkd @@ -9,6 +9,7 @@ * Manager: support federation RPCs * Manager: redesign ref indicators in log, search, and activity views to support multiple local branches, remote branches, and tags * Gitblit: Lucene integration with multi-repository search (issue 16) +* Gitblit: Serve repositories on root URL rather than /git (investigate JGit 1.2 GitFilter) ### TODO (medium priority) @@ -31,6 +32,8 @@ ### IDEAS +* Gitblit: Re-use the EGit branch visualization table cell renderer as some sort of servlet +* Gitblit: Support personal repositories (~username/repo) * Gitblit: diff should highlight inserted/removed fragment compared to original line * Gitblit: implement branch permission controls as Groovy pre-receive script. *Maintain permissions text file similar to a gitolite configuration file or svn authz file.* -- Gitblit v1.9.1