From 0fb1fd48c430d5dbb61485a9a6c6f52aac200e09 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 27 Dec 2011 17:40:25 -0500
Subject: [PATCH] sendmail: list commits in chronological order

---
 docs/05_roadmap.mkd |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/05_roadmap.mkd b/docs/05_roadmap.mkd
index b29f622..bb7aaad 100644
--- a/docs/05_roadmap.mkd
+++ b/docs/05_roadmap.mkd
@@ -12,7 +12,6 @@
 ### TODO (medium priority)
 
 * Gitblit: editable settings page in GO/WAR
-* Gitblit: tag repositories and offer views of repositories by tag (issue 27)
 * Gitblit: investigate create-repository-on-push.
     * Maybe a new user role to allow this?
     * Maybe a server setting to disable this completely?
@@ -29,8 +28,6 @@
     * push-restricted repositories would have anonymous R git:// access
     * clone-restricted repositories would prohibit git:// access
     * view-restricted repositories would prohibit git:// access
-* Gitblit: Consider using Git-style config file instead of Java properties file for user storage (users.config vs. users.properties)
-    * this would allow for additional fields per user without bringing in a database
 
 ### TODO (low priority)
 
@@ -39,6 +36,10 @@
 
 ### IDEAS
 
+* 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: consider user-subscribed email notifications for a repository branch as a built-in feature.  
+*There is a sample Groovy post-receive hook script which can send emails.*
 * Gitblit: aggregate RSS feeds by tag or subfolder
 * Gitblit: Consider creating more Git model objects and exposing them via the JSON RPC interface to allow inspection/retrieval of Git commits, Git trees, etc from Gitblit.
 * Gitblit: Stronger ticgit integration (issue 8)

--
Gitblit v1.9.1