Alex Lewis
2013-11-20 e3733c7a39cb0249922c7042d6b21a10c2e21e53
refs
author Alex Lewis <alex.lewis001@gmail.com>
Wednesday, November 20, 2013 12:32 -0500
committer James Moger <james.moger@gitblit.com>
Monday, December 2, 2013 14:59 -0500
commite3733c7a39cb0249922c7042d6b21a10c2e21e53
tree dd267b3f3db5312f3569247fc4707089ead27178 tree | zip | gz
parent 088b6f33671697dc8c15197b0a63eecf6d74f75f view | diff
Add coloring modes to the blame page (issue-2, pull request #125)

Blame output is now colored according to Commit (default), Author or
Age. Both Commit and Author output uses random colors whereas Age uses a
single color with varying tints applied to indicate the age. White
indicates the eldest commit with the tint darkening as the commits get
younger.

Change-Id: I045458329af4765e91d5829ce3e8d28e21eeb66e
1 files added
6 files modified
321 ■■■■■ changed files
releases.moxie 2 ●●●●● diff | view | raw | blame | history
src/main/java/com/gitblit/utils/ColorFactory.java 135 ●●●●● diff | view | raw | blame | history
src/main/java/com/gitblit/wicket/GitBlitWebApp.properties 1 ●●●● diff | view | raw | blame | history
src/main/java/com/gitblit/wicket/WicketUtils.java 10 ●●●●● diff | view | raw | blame | history
src/main/java/com/gitblit/wicket/pages/BlamePage.html 18 ●●●●● diff | view | raw | blame | history
src/main/java/com/gitblit/wicket/pages/BlamePage.java 134 ●●●●● diff | view | raw | blame | history
src/main/resources/gitblit.css 21 ●●●●● diff | view | raw | blame | history