Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | CSS changes. | Tom | 2014-11-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | - As discussed: - gutter a little lighter, context lines nearly but not quite white. - 2px left (and right) padding in the code column. - I also noticed that somehow all lines were spaced vertically a little wider than on dev.gitblit. Added cellpadding='0' to get the old line height again. | |||||
* | | More diff page improvements | Tom | 2014-11-06 | 1 | -46/+30 | |
| | | | | | | | | | | | | - Use git object ids as fragments and HTML element ids - Simplify generation: don't parse the diff line, instead generate the table header from the DiffEntry when we process it, and just skip the diff lines. | |||||
* | | Further diff improvements | Tom | 2014-11-06 | 1 | -12/+40 | |
| | | | | | | | | - Add the new settings to gitblit.properties - Highlight trailing whitespace | |||||
* | | Improve the commitdiff. | Tom | 2014-11-06 | 3 | -239/+519 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.) | |||||
* | | Whitelist the "target" link attribute in the XSS filter | James Moger | 2014-11-04 | 1 | -1/+1 | |
| | | ||||||
* | | Gracefully handle missing integration branch in ticket page | James Moger | 2014-10-31 | 1 | -4/+14 | |
| | | ||||||
* | | Fix backslash regression in relative path determiniation | James Moger | 2014-10-13 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'ticket/204' into develop | James Moger | 2014-10-10 | 1 | -14/+6 | |
|\| | ||||||
| * | Improve relative path determination using Java 7 Paths | James Moger | 2014-10-10 | 1 | -14/+6 | |
| | | ||||||
* | | Merge branch 'ticket/129' into develop | James Moger | 2014-09-30 | 1 | -1/+1 | |
|\| | ||||||
| * | Remove Wicket references from non-Wicket packages | James Moger | 2014-09-30 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'ticket/181' into develop | James Moger | 2014-09-17 | 1 | -4/+6 | |
|\| | ||||||
| * | Sanitize ticket text at presentation time to avoid unintended html encoding | James Moger | 2014-09-17 | 1 | -4/+6 | |
| | | ||||||
* | | Merge branch 'ticket/169' into develop | James Moger | 2014-09-08 | 1 | -1/+5 | |
|\| | ||||||
| * | Improve bad request handling in branch graph, zip, & syndication servlets | James Moger | 2014-09-08 | 1 | -1/+5 | |
| | | ||||||
* | | Merge branch 'ticket/161' into develop | James Moger | 2014-09-08 | 1 | -11/+12 | |
|\| | ||||||
| * | Expose setting to control Lucene repository indexing frequency | James Moger | 2014-09-08 | 1 | -11/+12 | |
| | | ||||||
* | | Merge branch 'ticket/164' into develop | James Moger | 2014-09-07 | 2 | -0/+156 | |
|\| | ||||||
| * | Create infrastructure for XSS sanitization | James Moger | 2014-09-07 | 2 | -0/+151 | |
|/ | ||||||
* | Merge branch 'ticket/100' into release-v1.6.0 | James Moger | 2014-06-12 | 1 | -1/+3 | |
|\ | ||||||
| * | Fix cloning repositories with + in their names | James Moger | 2014-06-12 | 1 | -1/+3 | |
| | | ||||||
* | | Merge branch 'ticket/89' into develop | James Moger | 2014-05-29 | 1 | -2/+4 | |
|\| | ||||||
| * | Fix thread exhaustion in SSH daemon | James Moger | 2014-05-29 | 1 | -2/+4 | |
| | | ||||||
* | | Render GFM links using Markdown, not direct HTML | James Moger | 2014-05-22 | 1 | -2/+2 | |
| | | ||||||
* | | Change enum name and unit test RSS tag queries | James Moger | 2014-05-08 | 1 | -0/+57 | |
| | | ||||||
* | | Updated the SyndicationServlet to provide an additional option to return ↵ | Gerard Smyth | 2014-05-08 | 1 | -1/+47 | |
| | | | | | | | | | | | | | | | | details of the tags in the repository instead of the commits. This uses a new 'ot' request parameter to indicate the object type of the content to return, which can be ither TAG or COMMIT. If this is not provided, then COMMIT is assumed to maintain backwards compatability. If tags are returned, then the paging parameters, 'l' and 'pg' are still supported, but searching options are currently ignored. | |||||
* | | Revise, complete, and fully test the FORK rpc | James Moger | 2014-05-08 | 1 | -8/+13 | |
| | | ||||||
* | | Implement FORK RPC request type | manisha | 2014-05-08 | 1 | -11/+20 | |
|/ | ||||||
* | [findbugs] Explicitly catch thrown exceptions in X509Utils | James Moger | 2014-04-17 | 1 | -1/+3 | |
| | ||||||
* | [findbugs] Add null check on decoding a string in StringUtils | James Moger | 2014-04-17 | 1 | -1/+1 | |
| | ||||||
* | [findbugs] Add null check when closing a RevWalk in JGitUtils | James Moger | 2014-04-17 | 1 | -4/+8 | |
| | ||||||
* | [findbugs] Fix potential NPE in DiffStat generation | James Moger | 2014-04-17 | 1 | -3/+3 | |
| | ||||||
* | [findbugs] Fix incorrect key lookup in commit cache | James Moger | 2014-04-17 | 1 | -2/+4 | |
| | ||||||
* | Remove @Inject annotation | James Moger | 2014-04-17 | 1 | -3/+0 | |
| | ||||||
* | Removed obsolete Gravatar profile code | James Moger | 2014-04-15 | 1 | -46/+0 | |
| | ||||||
* | Improve plugin manager based on upstreamed contributions to pf4j | James Moger | 2014-04-10 | 1 | -1/+1 | |
| | ||||||
* | Improve command help with formatting and usage examples | James Moger | 2014-04-10 | 1 | -1/+1 | |
| | ||||||
* | Reformat CmdLineParser | James Moger | 2014-04-10 | 1 | -367/+360 | |
| | ||||||
* | Support querying in tickets ls and accept Object[][] for table data | James Moger | 2014-04-10 | 1 | -11/+11 | |
| | ||||||
* | Improve table rendering and uer details display | James Moger | 2014-04-10 | 1 | -9/+29 | |
| | ||||||
* | Integrate a patched version of FlipTables and improve ls output | James Moger | 2014-04-10 | 1 | -0/+211 | |
| | ||||||
* | Eliminate use of Dagger and do not create inner classes | James Moger | 2014-04-10 | 1 | -16/+22 | |
| | | | | | | | | | | | This change outlines somethings I'd like to see in your latest code. 1. Elimination of Dagger 2. Less noise from inner class instantiation 3. Formalizing filesystem location for keys instead of Unix-y /tmp/ 4. Password authentication as alternative to Key authentication Change-Id: I7a76e1811ad7cd545444fd8b59bbe8c4f45ccfec | |||||
* | SSHD: Add support for generic commands | David Ostrovsky | 2014-04-10 | 5 | -0/+933 | |
| | | | | Change-Id: I5a60710323ca674d70e34f7451422ec167105429 | |||||
* | Workaround pegdown bug and improve relative image path processing | James Moger | 2014-03-11 | 1 | -3/+10 | |
| | ||||||
* | Move Gitblit branches to refs/meta/gitblit | James Moger | 2014-03-08 | 1 | -59/+59 | |
| | ||||||
* | Fix 'head' vs 'HEAD' commit resolution | James Moger | 2014-03-07 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug in merge: improper use of force and failing on FORCED result | James Moger | 2014-03-06 | 1 | -5/+5 | |
| | ||||||
* | Add and document REINDEX_TICKETS rpc request type | James Moger | 2014-03-06 | 1 | -0/+31 | |
| | ||||||
* | Process bugtraq configuration in markup document rendering | James Moger | 2014-03-04 | 1 | -7/+21 | |
| | ||||||
* | Fix reflog parsing bug of null compare links on branch creation | James Moger | 2014-03-03 | 1 | -2/+0 | |
| |