summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merged #110 "Support multiple/chained config files"James Moger2014-10-279-1895/+2018
|\ \
| * | Adopt chain-loading properties as the default setupJames Moger2014-10-279-1904/+1972
| | |
| * | Supported include keys in gitblit.propertiesJames Moger2014-10-261-0/+55
| | | | | | | | | | | | | | | This allows you to build a hierarchy of properties files or for a properties file to include default settings.
* | | Merge branch 'ticket/211' into developJames Moger2014-10-261-3/+2
|\ \ \ | |/ / |/| / | |/
| * Fix raw servlet trashing paths with spacesJames Moger2014-10-261-3/+2
| |
* | Fix broken implementation of --noverify for installing a plugin from a urlJames Moger2014-10-231-1/+5
| |
* | Small adjustment to FilterableRepositoryList css classesJames Moger2014-10-231-5/+5
| |
* | Integrate GitHub OcticonsJames Moger2014-10-2318-88/+1075
| |
* | Merge branch 'ticket/210' into developJames Moger2014-10-221-338/+338
|\|
| * Use unicode in french translationptemplier2014-10-221-338/+338
| | | | | | translated using native2ascii
* | Fix critical severity dot positioningJames Moger2014-10-211-1/+1
| |
* | Remove S# text, set severity in tooltipJames Moger2014-10-213-21/+24
| |
* | Adjust priority & severity CSSJames Moger2014-10-211-16/+21
| | | | | | | | | | | | | | | | - Severity: more severe are ROY, less severe are GB - Replaced first-letter of severity with S# and show # dots - Priority: higher priorityare RO, lower priority is B I really like the 'C, 'CA' idea but that will definitely lead to translation questions. The S# approach will still generate the same complaints, but at least it is more generic.
* | Tickets - Priority, Severity optionsPaul Martin2014-10-2020-18/+536
| | | | | | | | | | | | | | | | | | + 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
* | Merge release-1.6.1James Moger2014-10-203-3/+11
|\|
| * Correct unit test assertionJames Moger2014-10-201-1/+1
| |
| * Prepare v1.6.1 documentation updatesJames Moger2014-10-202-2/+10
| |
| * Fix potential NPE when excluding last change authorJames Moger2014-10-131-1/+1
| |
| * Fix GitBlitTest.testGitblitSettings()James Moger2014-10-131-1/+5
| |
| * Fix backslash regression in relative path determiniationJames Moger2014-10-131-1/+1
| |
* | New Ticket Type - MaintenancePaul Martin2014-10-197-21/+47
| | | | | | | | | | | | | | + Indended for identifiying and loggin maintenance of development tools and systems to provide an integrated means to satisfy ISO requirements + Improved alignment of query icons via fixed width attribute
* | Fix GitBlitTest.testGitblitSettings()James Moger2014-10-131-1/+5
| |
* | Fix backslash regression in relative path determiniationJames Moger2014-10-131-1/+1
| |
* | Merge branch 'ticket/204' into developJames Moger2014-10-101-14/+6
|\|
| * Improve relative path determination using Java 7 PathsJames Moger2014-10-101-14/+6
| |
* | Merge branch 'ticket/203' into developJames Moger2014-10-071-1/+1
|\|
| * Bug in the rawservlet in extracting the repository out of the path. TheRobbert Noordzij2014-10-071-1/+1
| | | | | | | | | | offset for finding the next slash should be the current slash + 1, not the last offset + the offset of the current slash.
* | Merge branch 'ticket/202' into developJames Moger2014-10-063-3/+3
|\|
| * Treat .ico and .jpeg files as imagesBerke Viktor2014-10-063-3/+3
| |
* | Merge branch 'ticket/129' into developJames Moger2014-09-308-142/+142
|\|
| * Remove Wicket references from non-Wicket packagesJames Moger2014-09-308-142/+142
| |
* | Merge branch 'ticket/201' into developJames Moger2014-09-304-53/+1
|\|
| * Remove git.streamFileThreshold settingJames Moger2014-09-304-53/+1
| |
| * Merged #197 "Fix cropped ticket status indicator"James Moger2014-09-301-10/+0
| |\
* | \ Merge branch 'ticket/197' into developJames Moger2014-09-301-10/+0
|\ \ \ | | |/ | |/|
| * | Fix cropped ticket status indicatorJames Moger2014-09-301-10/+0
| | |
* | | Merge branch 'ticket/196' into developJames Moger2014-09-302-2/+2
|\ \ \ | | |/ | |/|
| * | Hack/workaround Bootstrap responsive behavior for ticket dropdownsJames Moger2014-09-302-2/+2
| |/ | | | | | | This is a temporary solution. A better fix would be to update to Bootstrap 3 and replace the dropdown with a filterable dropdown - but that is a much larger change than this quick patch.
* | Merge branch 'ticket/195' into developJames Moger2014-09-306-10/+10
|\|
| * Rename redirect methodJames Moger2014-09-306-10/+10
| |
* | Merge branch 'ticket/136' into developJames Moger2014-09-306-7/+19
|\|
| * Bypass Wicket redirects after AJAX form submissions, they break TomcatJames Moger2014-09-306-7/+19
| |
* | Merge branch 'ticket/194' into developJames Moger2014-09-301-0/+3
|\|
| * Register BouncyCastle as a JCE providerJames Moger2014-09-301-0/+3
| |
* | Merge branch 'ticket/193' into developJames Moger2014-09-302-13/+37
|\|
| * Support GITBLIT_HOME as a system property and environment variableJames Moger2014-09-302-13/+37
| |
* | Merge branch 'ticket/192' into developJames Moger2014-09-291-3/+3
|\|
| * Tweak styling of clear cache & new repository links on repositories panelJames Moger2014-09-291-3/+3
| |
* | Merged #190 "Extract authenticate method from CachingPublicKeyAuthenticator"James Moger2014-09-262-41/+7
|\ \
| * | Renamed class to avoid confusion with FileKeyManagerJames Moger2014-09-262-5/+5
| | |