From b7403152813c7fee783e3c999c7f7ae9fbaacce0 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 03 Feb 2012 18:16:16 -0500 Subject: [PATCH] Block pushes to a repository with a working copy (issue 49) --- docs/04_releases.mkd | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 2081f3b..e511319 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -4,12 +4,19 @@ **%VERSION%** ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%) | [war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%) | [express](http://code.google.com/p/gitblit/downloads/detail?name=%EXPRESS%) | [fedclient](http://code.google.com/p/gitblit/downloads/detail?name=%FEDCLIENT%) | [manager](http://code.google.com/p/gitblit/downloads/detail?name=%MANAGER%) | [api](http://code.google.com/p/gitblit/downloads/detail?name=%API%)) based on [%JGIT%][jgit] *released %BUILDDATE%* +#### changes + +- block pushes to a repository with a working copy (i.e. non-bare repository) (issue-49) +- web.datetimestampLongFormat from *EEEE, MMMM d, yyyy h:mm a z* to *EEEE, MMMM d, yyyy HH:mm Z* (issue 50) + #### additions - Allow relinking HEAD to a branch or a tag (Github/plm) #### fixes +- Prevent add/edit team with no selected repositories (issue 56) +- Disallow browser autocomplete on add/edit user/team/repository pages - Fixed username case-sensitivity issues (issue 43) - Disregard searching a subfolder if Gitblit does not have filesystem permissions (Github/lemval issue 51) -- Gitblit v1.9.1