Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced HeaderContributors by Behaviors and fixed PageParameter methods | Martin Spielmann | 2016-07-29 | 1 | -187/+112 |
| | |||||
* | started resolving compile errors. no functional changes made. onle | Martin Spielmann | 2016-07-28 | 1 | -14/+13 |
| | | | replacements like PageParameters.put -> PageParameters.add | ||||
* | replaced PageParameter imports which moved into another package | Martin Spielmann | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | Fixes #1028 - FilestorePage now pages and filters | Paul Martin | 2016-04-08 | 1 | -0/+13 |
| | |||||
* | Fix for #1042 - Filestore items now shown as icons | Paul Martin | 2016-04-06 | 1 | -2/+2 |
| | |||||
* | Add links to commit diff and blob diff pages to toggle whitespace setting | James Moger | 2015-03-07 | 1 | -0/+25 |
| | |||||
* | Expose the DiffComparator choice as an url parameter (?w=1) | James Moger | 2015-03-07 | 1 | -1/+7 |
| | |||||
* | Tickets - Priority, Severity options | Paul Martin | 2014-10-20 | 1 | -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 documents | James Moger | 2014-09-07 | 1 | -2/+3 |
| | |||||
* | Consolidate open tickets page parameters | James Moger | 2014-05-07 | 1 | -0/+14 |
| | |||||
* | Refactored common code out of My Tickets and Tickets | James Moger | 2014-05-01 | 1 | -1/+3 |
| | |||||
* | Improve milestone listing and include closed milestones | James Moger | 2014-04-15 | 1 | -1/+4 |
| | |||||
* | Remove remaining GoogleCharts code and update documentation | James Moger | 2014-04-10 | 1 | -55/+0 |
| | |||||
* | Fix potential NPE in creating a date label | James Moger | 2014-03-01 | 1 | -2/+2 |
| | |||||
* | Add coloring modes to the blame page (issue-2, pull request #125) | Alex Lewis | 2013-12-02 | 1 | -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 Wicket | James Moger | 2013-11-26 | 1 | -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 formats | James Moger | 2013-11-12 | 1 | -6/+4 |
| | | | | Change-Id: I0eb217064abc4f4b0f6bfbbc21302c470cc2f9c6 | ||||
* | Trim trailing whitespace and organize imports | James Moger | 2013-09-30 | 1 | -5/+8 |
| | | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc | ||||
* | Revise date label creation for optional css class | James Moger | 2013-09-30 | 1 | -1/+7 |
| | | | | Change-Id: Ia244aedb37067c138343a9094bf489a367a4464d | ||||
* | Remove issue artifacts from classes missed in previous purge | James Moger | 2013-09-30 | 1 | -16/+0 |
| | | | | Change-Id: Ie0b7d1e11d634577e943c8e4dbab080b0078f1b4 | ||||
* | apply PageParameters(final Map<String, ?> parameterMap), encode filename of ↵ | guriguri | 2013-08-01 | 1 | -43/+111 |
| | | | | Content-Disposition | ||||
* | Improve time filter language and handling of daysBack parameter | James Moger | 2013-06-24 | 1 | -1/+1 |
| | |||||
* | Set default days back as 7 in WicketUtils | James Moger | 2013-06-18 | 1 | -1/+1 |
| | |||||
* | Refinements to push log display and daily digests | James Moger | 2013-05-31 | 1 | -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 Moger | 2013-05-23 | 1 | -0/+4 |
| | |||||
* | Implemented application menus for repository url panel | James Moger | 2013-05-09 | 1 | -0/+24 |
| | |||||
* | Revert "Make WicketUtils return the component for more fluid usage" | James Moger | 2013-05-02 | 1 | -16/+8 |
| | | | | This reverts commit 19352c18bd27ea61b9466110c1be874079f60b63. | ||||
* | Make WicketUtils return the component for more fluid usage | James Moger | 2013-05-02 | 1 | -8/+16 |
| | |||||
* | Fixed incorrect icon file name for .doc files (issue 200) | James Moger | 2013-03-28 | 1 | -1/+1 |
| | |||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -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. |