Fix error on generating activity page when there is no activity
| | |
| | | - 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
|
| | | add(new Label("subheader", MessageFormat.format(headerPattern,
|
| | | daysBack)));
|
| | | add(new Label("chartsPanel").setVisible(false));
|
| | | add(new Label("activityPanel"));
|
| | | } else {
|
| | | // calculate total commits and total authors
|