summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/ProjectPage.java
Commit message (Collapse)AuthorAgeFilesLines
* [findbugs] Add null checks to the page parameters in ProjectPageJames Moger2014-04-171-2/+4
|
* 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-15/+16
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Implemented optional page cachingJames Moger2013-07-191-0/+23
|
* Improve time filter language and handling of daysBack parameterJames Moger2013-06-241-2/+2
|
* Fixed dashboard owned repo list and the activity titlesJames Moger2013-06-201-2/+1
|
* Generate filterable project/repository list with FreeMarkerJames Moger2013-06-191-3/+4
|
* Fixed tablet/phone scaling on dashboards. Improved digests title.James Moger2013-06-191-1/+1
|
* Reflogs, Digests, and DashboardsJames Moger2013-06-181-157/+32
| | | | | | 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.
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+355
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.