From 9275bd77ebc70efeea44bbc9fc3b5723c697a475 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 07 Nov 2011 21:18:14 -0500 Subject: [PATCH] Moved ObjectCache class --- docs/01_features.mkd | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/01_features.mkd b/docs/01_features.mkd index 9364710..cd4fecf 100644 --- a/docs/01_features.mkd +++ b/docs/01_features.mkd @@ -8,12 +8,13 @@ -  *Authenticated View, Clone & Push* -  Freeze repository (i.e. deny push, make read-only) - Ability to federate with one or more other Gitblit instances -- JSON RPC interface +- RSS/JSON RPC interface +- Java/Swing Gitblit Manager tool - Gitweb inspired web UI -- Administrators may create, edit, rename, or delete repositories through the web UI -- Administrators may create, edit, rename, or delete users through the web UI +- Administrators may create, edit, rename, or delete repositories through the web UI or RPC interface +- Administrators may create, edit, rename, or delete users through the web UI or RPC interface - Repository Owners may edit repositories through the web UI -- Git-notes support +- Git-notes display support - Branch metrics (uses Google Charts) - HEAD and Branch RSS feeds - Blame annotations view -- Gitblit v1.9.1