From 139c6da46a9f8beb151d502d3eae555f03ed3302 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 13 Jul 2013 12:19:02 -0400 Subject: [PATCH] Setting a null permission now removes the permission from the user or team (issue-259) --- releases.moxie | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/releases.moxie b/releases.moxie index 811cd85..85419d6 100644 --- a/releases.moxie +++ b/releases.moxie @@ -49,6 +49,7 @@ - Improve NPE handling for hook script enumeration (issue-253) - Workaround missing commit information in blame page (JGit bug 374382, issue-254) - Ignore orphan ".git" folder in the repositories root folder (issue-256) + - Fixed bug where a null permission was added to a user model on a repository rename when the permission had really been inherited from a team membership (issue-259) - Fixed committer verification with merge commits (issue-264) - Could not reset settings with $ or { characters through Gitblit Manager because they are not properly escaped - Added more error checking to blob page and blame page -- Gitblit v1.9.1