diff options
author | James Moger <james.moger@gitblit.com> | 2013-07-24 10:42:11 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-07-24 10:42:11 -0400 |
commit | d22773711cf6e7d730e5542d01312ff1965554ba (patch) | |
tree | 87b15ef0ff1f913198ed4e2c74a7766f46422de8 /releases.moxie | |
parent | 9d63b8a4d41774f97fa71722e3eb282fbf18f266 (diff) | |
download | gitblit-d22773711cf6e7d730e5542d01312ff1965554ba.tar.gz gitblit-d22773711cf6e7d730e5542d01312ff1965554ba.zip |
Automatically decode %7E in repository names to ~ (issue-278)
Diffstat (limited to 'releases.moxie')
-rw-r--r-- | releases.moxie | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/releases.moxie b/releases.moxie index b4b17e1c..63adbd38 100644 --- a/releases.moxie +++ b/releases.moxie @@ -13,12 +13,13 @@ r18: { security: ~ fixes: - Gitblit-as-viewer with no repository urls failed to display summary page (issue 269) + - Fixed incorrect tagger in the dashboard pages (issue-276) + - Automatically decode %7E in repository names from git clients that encode ~ (issue-278) - Fixed missing model class dependencies in Gitblit Manager build - Fix for IE10 compatibility mode - Reset dashboard and activity commit cache on branch REWIND or DELETE - Fixed bug with adding new local users with external authentication - Fixed missing clone url on the empty repository page - - Fixed incorrect tagger in the dashboard pages (issue-276) - Fixed Ubuntu service script for LSB compliance - Inserted "sleep 5" in Ubuntu & Centos bash script for service restart changes: |