- Ignore the default contents of .git/description file
- Fix error on generating activity page when there is no activity
- Fix raw page content type of binaries when running behind a reverse proxy
+ - Fix author search links from compare pages
changes:
- Gitblit now rejects pushes to identified mirror repositories (issue-5)
- Personal repository prefix (~) is now configurable (issue-265)
String author = entry.getAuthorIdent().getName();\r
LinkPanel authorLink = new LinkPanel("commitAuthor", "list", author,\r
GitSearchPage.class, WicketUtils.newSearchParameter(repositoryName,\r
- objectId, author, Constants.SearchType.AUTHOR));\r
+ null, author, Constants.SearchType.AUTHOR));\r
setPersonSearchTooltip(authorLink, author, Constants.SearchType.AUTHOR);\r
item.add(authorLink);\r
\r