From 3cc6e2de29a0fa33dd585e938e1614a6dd5f9755 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 16 Feb 2012 17:46:34 -0500 Subject: [PATCH] Update to Bootstrap 2.0 --- 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