From 77e1d2aa1d520c425cd68323a0eb4cfba201b208 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 09 Aug 2012 16:56:57 -0400 Subject: [PATCH] Redirect to absolute url for repository search box (issue-111) --- docs/04_releases.mkd | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index a519175..e94d8c1 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -11,12 +11,15 @@ #### fixes +- Support StartTLS in LdapUserService (Steffen Gebert, issue 122) - Do not index blobs in submodules (issue 119) - Restore original user or team object on failure to update (issue 118) +- Fixes to relative path determination in repository search algorithm for symlinks (issue 116) +- Fix to GitServlet to allow pushing to symlinked repositories (issue 116) - Repository URL uses `X-Forwarded-Proto` and `X-Forwarded-Port`, if available, for reverse proxy configurations (issue 115) -- Fixes to relative path determination in repository searh algorithm for symlinks (issue 116) - Output real RAW content, not simulated RAW content (issue 114) - Fixed Lucene charset encoding bug when reindexing a repository (issue 112) +- Fixed search box linking to Lucene page for nested repository on Tomcat (issue 111) - Fixed null pointer in LdapUserSerivce if account has a null email address (issue 110) - Really fixed failure to update a GO setting from the manager (issue 85) -- Gitblit v1.9.1