summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Improve the commitdiff.Tom2014-11-067-283/+583
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Optimize CSS: simplify selectors. That alone cuts rendering time in half! * Adapt HTML generation accordingly. * Change line number generation so that one can select only code lines. Also move the +/- out of the code column; it also gets in the way when selecting. * Omit long diffs altogether. * Omit diff lines for deleted files, they're not particularly interesting. * Introduce a global limit on the maximum number of diff lines to show. * Supply translations for the languages I speak for the new messages. https://code.google.com/p/gitblit/issues/detail?id=450 was about a diff with nearly 300k changed lines (with more then 3000 files deleted). But one doesn't have to have such a monster commit to run into problems. My FF 32 become unresponsive for the 30+ seconds it takes it to render a commitdiff with some 30000 changed lines. (90% of which are in two generated files; the whole commit has just 20 files.) GitHub has no problems showing a commitdiff for this commit, but omits the two large generated files, which makes sense. This change implements a similar thing. Files with too many diff lines get omitted from the output, only the header and a message that the diff is too large remains. Additionally, there's a global limit on the length of a commitdiff; if we exceed that, the whole diff is truncated and the files not shown are listed. The CSS change improves performance by not using descendant selectors for all these table cells. Instead, we assign them precise classes and just use that in the CSS. The line number generation thing using data attributes and a :before selector in the CSS, which enables text selections only in the code column, is not strictly XHTML 1.0. (Data attributes are a feature of HTML 5.) However, reasonably modern browsers also handle this correctly if the page claims to be XHTML 1.0. Besides, the commitdiff page isn't XHTML compliant anyway; I don't think a pre-element may contain divs or even tables. (Note that this technique could be used on other diff pages, too. For instance on the blame page.)
* | Exclude SSLv3 from Gitblit GO https protocolsJames Moger2014-11-041-0/+1
| |
* | Whitelist the "target" link attribute in the XSS filterJames Moger2014-11-041-1/+1
| |
* | Miscellaneous fixes to the Fedora service installer scriptBerke Viktor2014-10-311-5/+2
| |
* | Allow finer-grained determination of available transport preferencesJames Moger2014-10-313-7/+42
| |
* | Only set mutable user access permissionsJames Moger2014-10-311-1/+3
| |
* | Fix exception in FileTicketService when deleting a repositoryJames Moger2014-10-311-0/+4
| |
* | Gracefully handle missing integration branch in ticket pageJames Moger2014-10-314-9/+25
| |
* | Merge release 1.6.2James Moger2014-10-281-3/+3
|\|
| * DocumentationJames Moger2014-10-271-3/+3
| |
| * Fix PluginManager not properly respecting --noverifyJames Moger2014-10-271-0/+4
| |
* | 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
|\|