summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/DashboardPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Allow plugins to extend the top navbar and repository navbarJames Moger2014-05-051-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 pointJames Moger2014-05-051-2/+2
|
* Switch to self-hosted flotr2 graphs from Google Chartstryan2014-04-091-6/+8
|
* 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
* Refactor access to home page classJames Moger2013-11-261-1/+1
| | | | Change-Id: Ice5706dc0659a44f54e5bf29ca66580e3be22418
* Trim trailing whitespace and organize importsJames Moger2013-09-301-8/+8
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Disable *most* activity graphs when web.generateActivityGraph=falseJames Moger2013-09-191-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 pagesJames Moger2013-06-241-3/+0
|
* Eliminate obsolete codeJames Moger2013-06-241-52/+0
|
* Improve performance of cache fillingJames Moger2013-06-241-7/+9
|
* Improve time filter language and handling of daysBack parameterJames Moger2013-06-241-3/+27
|
* Fixed dashboard owned repo list and the activity titlesJames Moger2013-06-201-2/+2
|
* Fixed tablet/phone scaling on dashboards. Improved digests title.James Moger2013-06-191-3/+2
|
* Reflogs, Digests, and DashboardsJames Moger2013-06-181-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 browsingJames Moger2013-06-131-0/+1
|
* Add stats header to the dashboard activity feedJames Moger2013-06-121-5/+12
|
* Fixed double enumeration of repositories on dashboard pageJames Moger2013-06-121-2/+2
|
* Globl and per-repository setting to exclude authors form metrics (issue-251)James Moger2013-06-101-6/+24
|
* Fixed bug in DashboardPage when anonymous browsing is disabledJames Moger2013-06-031-1/+4
|
* Refinements to push log display and daily digestsJames Moger2013-05-311-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 reposJames Moger2013-05-301-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.