summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/WicketUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Replaced HeaderContributors by Behaviors and fixed PageParameter methodsMartin Spielmann2016-07-291-187/+112
|
* started resolving compile errors. no functional changes made. onleMartin Spielmann2016-07-281-14/+13
| | | replacements like PageParameters.put -> PageParameters.add
* replaced PageParameter imports which moved into another packageMartin Spielmann2016-07-281-1/+1
|
* Fixes #1028 - FilestorePage now pages and filtersPaul Martin2016-04-081-0/+13
|
* Fix for #1042 - Filestore items now shown as iconsPaul Martin2016-04-061-2/+2
|
* Add links to commit diff and blob diff pages to toggle whitespace settingJames Moger2015-03-071-0/+25
|
* Expose the DiffComparator choice as an url parameter (?w=1)James Moger2015-03-071-1/+7
|
* Tickets - Priority, Severity optionsPaul Martin2014-10-201-0/+6
| | | | | | | | | + Severity indicated via new character indicator and color of ticket icon on ticket list + Priority indicated via new priority icon and color on ticket list + Indexed as integers to provide sorting and maintain language neutral index + Colours and indicator text controlled through CSS classes priority-<x> & severity-<x> + UITicketTest created to generate tickets of all types to ease debugging
* Enforce relaxed XSS filtering on markup documentsJames Moger2014-09-071-2/+3
|
* Consolidate open tickets page parametersJames Moger2014-05-071-0/+14
|
* Refactored common code out of My Tickets and TicketsJames Moger2014-05-011-1/+3
|
* Improve milestone listing and include closed milestonesJames Moger2014-04-151-1/+4
|
* Remove remaining GoogleCharts code and update documentationJames Moger2014-04-101-55/+0
|
* Fix potential NPE in creating a date labelJames Moger2014-03-011-2/+2
|
* Add coloring modes to the blame page (issue-2, pull request #125)Alex Lewis2013-12-021-0/+10
| | | | | | | | | Blame output is now colored according to Commit (default), Author or Age. Both Commit and Author output uses random colors whereas Age uses a single color with varying tints applied to indicate the age. White indicates the eldest commit with the tint darkening as the commits get younger. Change-Id: I045458329af4765e91d5829ce3e8d28e21eeb66e
* Eliminate nearly all direct GitBlit singleton references in WicketJames Moger2013-11-261-10/+9
| | | | | | | | | | 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 markup processing in preparation for supporting other formatsJames Moger2013-11-121-6/+4
| | | | Change-Id: I0eb217064abc4f4b0f6bfbbc21302c470cc2f9c6
* Trim trailing whitespace and organize importsJames Moger2013-09-301-5/+8
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Revise date label creation for optional css classJames Moger2013-09-301-1/+7
| | | | Change-Id: Ia244aedb37067c138343a9094bf489a367a4464d
* Remove issue artifacts from classes missed in previous purgeJames Moger2013-09-301-16/+0
| | | | Change-Id: Ie0b7d1e11d634577e943c8e4dbab080b0078f1b4
* apply PageParameters(final Map<String, ?> parameterMap), encode filename of ↵guriguri2013-08-011-43/+111
| | | | Content-Disposition
* Improve time filter language and handling of daysBack parameterJames Moger2013-06-241-1/+1
|
* Set default days back as 7 in WicketUtilsJames Moger2013-06-181-1/+1
|
* Refinements to push log display and daily digestsJames Moger2013-05-311-2/+2
| | | | | | * Properly support timezone-based date groupings * Polish css for the major browsers on Win & Linux * Use Gitblit constants for refs instead of JGit constants
* Implemented compare page for branch/tag/manual diffs (issue-75, issue-133)James Moger2013-05-231-0/+4
|
* Implemented application menus for repository url panelJames Moger2013-05-091-0/+24
|
* Revert "Make WicketUtils return the component for more fluid usage"James Moger2013-05-021-16/+8
| | | | This reverts commit 19352c18bd27ea61b9466110c1be874079f60b63.
* Make WicketUtils return the component for more fluid usageJames Moger2013-05-021-8/+16
|
* Fixed incorrect icon file name for .doc files (issue 200)James Moger2013-03-281-1/+1
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+601
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.