Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store affected lines of an inline diff comment correctly | Johan Sørensen | 2009-11-04 | 3 | -23/+16 |
| | | | | | | | | | In order to be able to place the comment correctly in the diff we now store a tuple of [old_linenumber, new_line_number] along with the number of lines the comment spans. We store both the first and the last line number tuple so that we can calculate the placement of things generated outside the DOM tree (such as the InlineTableCallback diff rendering callback). | ||||
* | Make Diff::Display calculate line changes and display them in the merge ↵ | Johan Sørensen | 2009-09-28 | 2 | -2/+21 |
| | | | | | | request version Also style the file list a bit nicer and change the event listener to be on the h4 | ||||
* | Update Diff::Display to support the "No newline at the end of file" Line type, | Johan Sørensen | 2009-04-22 | 2 | -0/+14 |
| | | | | as well as our own callback classes | ||||
* | Update Diff::Display to deal with invalid byte sequences slightly more graceful | Johan Sørensen | 2009-04-22 | 2 | -1/+14 |
| | |||||
* | Updated Diff::Display to not mark complete-rewrite lines as having inline diffs | Johan Sørensen | 2009-04-22 | 4 | -7/+46 |
| | |||||
* | Updated Diff::Display with support for inline change support | Johan Sørensen | 2009-04-22 | 29 | -433/+484 |
| | |||||
* | Ruby 1.9 support in the unified diff generator (use #each_line instead of #each) | Johan Sørensen | 2009-04-22 | 1 | -2/+2 |
| | |||||
* | Added GitoriousConfig['gitorious_host'] | David Chelimsky | 2008-03-05 | 1 | -1/+1 |
| | |||||
* | updated diff-display lib (technoweenie); fixes diff line numbering | Johan Sørensen | 2008-02-22 | 4 | -64/+83 |
| | |||||
* | updated Diff::Display library | Johan Sørensen | 2008-02-09 | 3 | -3/+31 |
| | |||||
* | updated Diff::Display lib | Johan Sørensen | 2008-02-09 | 6 | -22/+94 |
| | |||||
* | Refactored Diff::Display classes | Johan Sørensen | 2008-02-03 | 52 | -915/+3180 |
| | |||||
* | Don't extract changes in inline_diff for now. Diff::Display refactoring is ↵ | Johan Sørensen | 2008-01-28 | 1 | -4/+5 |
| | | | | eminent | ||||
* | removed unused functionality of Diff::Display | Johan Sørensen | 2008-01-14 | 1 | -4/+5 |
| | |||||
* | Found a good place (for now) to put the HTML output escaping of diffs | Johan Sørensen | 2008-01-14 | 1 | -18/+10 |
| | |||||
* | - fixed edgecase bug in diff-display | Johan Sørensen | 2008-01-12 | 6 | -17/+53 |
| | | | | - made diff-display tests more as I like them | ||||
* | Add the Diff::Display library to display diffs | Johan Sørensen | 2008-01-11 | 14 | -0/+1510 |