summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/panels/LogPanel.java
Commit message (Collapse)AuthorAgeFilesLines
* Replaced SimpleAttributeModifier by AttributeModifierMartin Spielmann2016-07-281-2/+2
|
* Use author date to be consistent with other tools (fixes #919)James Moger2015-09-181-1/+1
|
* Lower opacity for merge commit short messages in the log panelJames Moger2014-03-031-2/+3
|
* Fix author search links from compare pagesJames Moger2014-02-281-1/+1
|
* Moved servlets and services to separate packagesJames Moger2013-11-291-1/+1
| | | | Change-Id: I5f0f50f4ae7d332e9f724a2e6f074fa71f646035
* Eliminate nearly all direct GitBlit singleton references in WicketJames Moger2013-11-261-4/+3
| | | | | | | | | | This is the first step towards modularization and injection. All direct references to the GitBlit singleton within the Wicket pages and panels have been replaced to proxy methods in the GitBlitWebApp singleton. There are still two Wicket classes which rely on the GitBlit singleton; those require manual instantiation (servlet 3). Change-Id: I0cdbbcf87959d590c446c99abb09c07c87c737bc
* Trim trailing whitespace and organize importsJames Moger2013-09-301-5/+6
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Fix commit log css for branch graphsJames Moger2013-09-231-1/+3
|
* Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194)James Moger2013-09-171-0/+19
| | | | | | | | | The graph is generated server-side and therefore requires that the commit table row height be fixed and match the row height of the servlet. There will be layout misalignment if remotes refs are displayed. Perhaps this can be improved in the future. Change-Id: I39d0ffc7b1c3679976ce8c198c772ff86238f1a5
* Organize importsJames Moger2013-05-021-1/+1
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+176
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.