Преглед изворни кода

Fix author search links from compare pages

tags/v1.4.0
James Moger пре 10 година
родитељ
комит
4fb2c0728a
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1
    0
      releases.moxie
  2. 1
    1
      src/main/java/com/gitblit/wicket/panels/LogPanel.java

+ 1
- 0
releases.moxie Прегледај датотеку

- Ignore the default contents of .git/description file - Ignore the default contents of .git/description file
- Fix error on generating activity page when there is no activity - 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 raw page content type of binaries when running behind a reverse proxy
- Fix author search links from compare pages
changes: changes:
- Gitblit now rejects pushes to identified mirror repositories (issue-5) - Gitblit now rejects pushes to identified mirror repositories (issue-5)
- Personal repository prefix (~) is now configurable (issue-265) - Personal repository prefix (~) is now configurable (issue-265)

+ 1
- 1
src/main/java/com/gitblit/wicket/panels/LogPanel.java Прегледај датотеку

String author = entry.getAuthorIdent().getName(); String author = entry.getAuthorIdent().getName();
LinkPanel authorLink = new LinkPanel("commitAuthor", "list", author, LinkPanel authorLink = new LinkPanel("commitAuthor", "list", author,
GitSearchPage.class, WicketUtils.newSearchParameter(repositoryName, GitSearchPage.class, WicketUtils.newSearchParameter(repositoryName,
objectId, author, Constants.SearchType.AUTHOR));
null, author, Constants.SearchType.AUTHOR));
setPersonSearchTooltip(authorLink, author, Constants.SearchType.AUTHOR); setPersonSearchTooltip(authorLink, author, Constants.SearchType.AUTHOR);
item.add(authorLink); item.add(authorLink);

Loading…
Откажи
Сачувај