summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/MyDashboardPage.java
Commit message (Collapse)AuthorAgeFilesLines
* replaced PageParameter imports which moved into another packageMartin Spielmann2016-07-281-1/+1
|
* 修正读取默认文件语言识别Ting2014-01-141-1/+1
|
* Eliminate nearly all direct GitBlit singleton references in WicketJames Moger2013-11-261-8/+7
| | | | | | | | | | 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-17/+17
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Add setting to cap number of activity days to displayOri Livneh2013-08-111-0/+4
| | | | | | | This patch adds a setting, 'web.activityDurationMaximum', that specifies the maximum number of days of activity that may be requested. The default value is 30. When the number of days requested exceeds this value, the request is handled as though the maximum value was requested.
* Implemented optional page cachingJames Moger2013-07-191-0/+3
|
* Improve time filter language and handling of daysBack parameterJames Moger2013-06-241-1/+1
|
* Fixed dashboard owned repo list and the activity titlesJames Moger2013-06-201-2/+14
|
* Generate filterable project/repository list with FreeMarkerJames Moger2013-06-191-70/+15
|
* Fixed tablet/phone scaling on dashboards. Improved digests title.James Moger2013-06-191-1/+1
|
* Reflogs, Digests, and DashboardsJames Moger2013-06-181-0/+311
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.