Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced getRelativePathPrefixToContextRoot with method in | Martin Spielmann | 2016-07-30 | 1 | -1/+2 |
| | | | GitBlitRequestUtils | ||||
* | replaced PageParameter imports which moved into another package | Martin Spielmann | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | Allow plugins to extend the top navbar and repository navbar | James Moger | 2014-05-05 | 1 | -7/+7 |
| | | | | | This change also ties the plugin manager into the Wicket framework and allows plugins to contribute and mount new pages which are linked by the top navbar and repository navbar extensions. | ||||
* | Overhaul menu item classes and add AdminMenuExtension point | James Moger | 2014-05-05 | 1 | -7/+9 |
| | |||||
* | [findbugs] Add null checks to the page parameters in ProjectPage | James Moger | 2014-04-17 | 1 | -2/+4 |
| | |||||
* | Moved servlets and services to separate packages | James Moger | 2013-11-29 | 1 | -1/+1 |
| | | | | Change-Id: I5f0f50f4ae7d332e9f724a2e6f074fa71f646035 | ||||
* | Eliminate nearly all direct GitBlit singleton references in Wicket | James Moger | 2013-11-26 | 1 | -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 imports | James Moger | 2013-09-30 | 1 | -15/+16 |
| | | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc | ||||
* | Implemented optional page caching | James Moger | 2013-07-19 | 1 | -0/+23 |
| | |||||
* | Improve time filter language and handling of daysBack parameter | James Moger | 2013-06-24 | 1 | -2/+2 |
| | |||||
* | Fixed dashboard owned repo list and the activity titles | James Moger | 2013-06-20 | 1 | -2/+1 |
| | |||||
* | Generate filterable project/repository list with FreeMarker | James Moger | 2013-06-19 | 1 | -3/+4 |
| | |||||
* | Fixed tablet/phone scaling on dashboards. Improved digests title. | James Moger | 2013-06-19 | 1 | -1/+1 |
| | |||||
* | Reflogs, Digests, and Dashboards | James Moger | 2013-06-18 | 1 | -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 Moxie | James Moger | 2013-03-27 | 1 | -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. |