- Fixed support for implied SSH urls in web.otherUrls (issue-311)
- Fix potential NPE on removing uncached repository from cache
- Ignore the default contents of .git/description file
+ - Fix error on generating activity page when there is no activity
changes:
- Personal repository prefix (~) is now configurable (issue-265)
- Reversed line links in blob view (issue-309)
// no activity, skip graphs and activity panel\r
add(new Label("subheader", MessageFormat.format(headerPattern,\r
daysBack)));\r
+ add(new Label("chartsPanel").setVisible(false));\r
add(new Label("activityPanel"));\r
} else {\r
// calculate total commits and total authors\r