diff options
author | James Moger <james.moger@gitblit.com> | 2012-08-09 16:56:57 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-08-09 16:56:57 -0400 |
commit | 77e1d2aa1d520c425cd68323a0eb4cfba201b208 (patch) | |
tree | f43785c647149cbde0d2debedf63fbf09f84c3ef /docs | |
parent | 629162ad350b7e478173dcacfd88683aa687f3dd (diff) | |
download | gitblit-77e1d2aa1d520c425cd68323a0eb4cfba201b208.tar.gz gitblit-77e1d2aa1d520c425cd68323a0eb4cfba201b208.zip |
Redirect to absolute url for repository search box (issue-111)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/04_releases.mkd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index da1af63c..e94d8c15 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -19,6 +19,7 @@ If you are updating from an earlier release AND you have indexed branches with t - Repository URL uses `X-Forwarded-Proto` and `X-Forwarded-Port`, if available, for reverse proxy configurations (issue 115)
- 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)
|