Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow plugins to extend the top navbar and repository navbar | James Moger | 2014-05-05 | 1 | -5/+5 |
| | | | | | 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 | -2/+2 |
| | |||||
* | Switch to self-hosted flotr2 graphs from Google Charts | tryan | 2014-04-09 | 1 | -6/+8 |
| | |||||
* | 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 | ||||
* | Refactor access to home page class | James Moger | 2013-11-26 | 1 | -1/+1 |
| | | | | Change-Id: Ice5706dc0659a44f54e5bf29ca66580e3be22418 | ||||
* | Trim trailing whitespace and organize imports | James Moger | 2013-09-30 | 1 | -8/+8 |
| | | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc | ||||
* | Disable *most* activity graphs when web.generateActivityGraph=false | James Moger | 2013-09-19 | 1 | -22/+26 |
| | | | | | | | | This setting originally only worked for the Summary page, but since that page was written, other pages have offered graphing. This setting will now disable Google Chart requests on the Dashboard, Activity, and Summary pages. This is related to issue-310. | ||||
* | Exclude repository filters from dashboard pages | James Moger | 2013-06-24 | 1 | -3/+0 |
| | |||||
* | Eliminate obsolete code | James Moger | 2013-06-24 | 1 | -52/+0 |
| | |||||
* | Improve performance of cache filling | James Moger | 2013-06-24 | 1 | -7/+9 |
| | |||||
* | Improve time filter language and handling of daysBack parameter | James Moger | 2013-06-24 | 1 | -3/+27 |
| | |||||
* | Fixed dashboard owned repo list and the activity titles | James Moger | 2013-06-20 | 1 | -2/+2 |
| | |||||
* | Fixed tablet/phone scaling on dashboards. Improved digests title. | James Moger | 2013-06-19 | 1 | -3/+2 |
| | |||||
* | Reflogs, Digests, and Dashboards | James Moger | 2013-06-18 | 1 | -212/+37 |
| | | | | | | 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. | ||||
* | Fixed regression in view-restricted anonymous dashboard browsing | James Moger | 2013-06-13 | 1 | -0/+1 |
| | |||||
* | Add stats header to the dashboard activity feed | James Moger | 2013-06-12 | 1 | -5/+12 |
| | |||||
* | Fixed double enumeration of repositories on dashboard page | James Moger | 2013-06-12 | 1 | -2/+2 |
| | |||||
* | Globl and per-repository setting to exclude authors form metrics (issue-251) | James Moger | 2013-06-10 | 1 | -6/+24 |
| | |||||
* | Fixed bug in DashboardPage when anonymous browsing is disabled | James Moger | 2013-06-03 | 1 | -1/+4 |
| | |||||
* | Refinements to push log display and daily digests | James Moger | 2013-05-31 | 1 | -46/+48 |
| | | | | | | * 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 repos | James Moger | 2013-05-30 | 1 | -0/+418 |
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. |