summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/models/PushLogEntry.java
Commit message (Collapse)AuthorAgeFilesLines
* Reflogs, Digests, and DashboardsJames Moger2013-06-181-340/+0
| | | | | | 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.
* Refinements to push log display and daily digestsJames Moger2013-05-311-2/+2
| | | | | | * Properly support timezone-based date groupings * Polish css for the major browsers on Win & Linux * Use Gitblit constants for refs instead of JGit constants
* Added a Dashboard page with a daily ref log of starred/owned reposJames Moger2013-05-301-0/+17
| | | | | This is a work-in-progress and is mostly working like I want, but will require some refactoring to make it even more useful and less complex.
* Added UI for the push log introduced in 1.2.1James Moger2013-05-241-0/+106
|
* Include username in push log, along with display name and email addressJames Moger2013-05-151-0/+9
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+208
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.