summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/ReflogPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Declare top and bottom page links on reflog page (fixes #761)James Moger2015-11-101-3/+14
|
* Trim trailing whitespace and organize importsJames Moger2013-09-301-1/+1
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Implemented optional page cachingJames Moger2013-07-191-0/+3
|
* Reflogs, Digests, and DashboardsJames Moger2013-06-181-0/+55
Renamed pushlog to reflog to better match it's current and future purpose. Split PushesPanel into ReflogPanel and DigestsPanel. Overhauled project pages and gave them a coherent purpose from the dashboard.