From 0096569bfdb8eb3cd7483a0d40f42c99b5be93bb Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 19 Jul 2013 11:13:41 -0400 Subject: [PATCH] Fixed missing clone url on the empty repository page --- releases.moxie | 25 +++++++++++++++++++------ 1 files changed, 19 insertions(+), 6 deletions(-) diff --git a/releases.moxie b/releases.moxie index 2e3daf5..0bf1578 100644 --- a/releases.moxie +++ b/releases.moxie @@ -5,25 +5,38 @@ title: ${project.name} ${project.version} released id: ${project.version} date: ${project.buildDate} - note: ~ + note: '' + If you have forked repositories and your are upgrading from 1.2.x to 1.3.x, please DO NOT RELOCATE your repositories folder when running 1.3.x the first time. Gitblit will update forked repository configs on the first execution and it is critical that ${git.repositoriesFolder} points to the same location used by 1.2.x. + '' html: ~ text: ~ security: ~ fixes: - Gitblit-as-viewer with no repository urls failed to display summary page (issue 269) - Fixed missing model class dependencies in Gitblit Manager build - - Fix for IE10 compatability mode + - 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 changes: - - updated Chinese translation - additions: ~ + - updated Chinese translation + - updated Dutch translation + - updated Spanish translation + - updated Korean translation + additions: + - Added optional browser-side page caching using Last-Modified and Cache-Control for the dashboard, activity, project, and several repository pages dependencyChanges: ~ + settings: + - { name: 'web.pageCacheExpires', defaultValue: 0 } contributors: - Rainer Alföldi - Liyu Wang + - Jeroen Baten - James Moger - Stardrad Yin + - Chad Horohoe + - Eduardo Guervós Narvaez + - Dongsu, KIM } # @@ -256,8 +269,8 @@ contributors: - James Moger - github/mystygage - - github/ds5apn - - github/kwoot + - Dongsu, KIM + - Jeroen Baten - github/inaiat } -- Gitblit v1.9.1