summaryrefslogtreecommitdiffstats
path: root/vendor/diff-display
Commit message (Collapse)AuthorAgeFilesLines
* Store affected lines of an inline diff comment correctlyJohan Sørensen2009-11-043-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ørensen2009-09-282-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ørensen2009-04-222-0/+14
| | | | as well as our own callback classes
* Update Diff::Display to deal with invalid byte sequences slightly more gracefulJohan Sørensen2009-04-222-1/+14
|
* Updated Diff::Display to not mark complete-rewrite lines as having inline diffsJohan Sørensen2009-04-224-7/+46
|
* Updated Diff::Display with support for inline change supportJohan Sørensen2009-04-2229-433/+484
|
* Ruby 1.9 support in the unified diff generator (use #each_line instead of #each)Johan Sørensen2009-04-221-2/+2
|
* Added GitoriousConfig['gitorious_host']David Chelimsky2008-03-051-1/+1
|
* updated diff-display lib (technoweenie); fixes diff line numberingJohan Sørensen2008-02-224-64/+83
|
* updated Diff::Display libraryJohan Sørensen2008-02-093-3/+31
|
* updated Diff::Display libJohan Sørensen2008-02-096-22/+94
|
* Refactored Diff::Display classesJohan Sørensen2008-02-0352-915/+3180
|
* Don't extract changes in inline_diff for now. Diff::Display refactoring is ↵Johan Sørensen2008-01-281-4/+5
| | | | eminent
* removed unused functionality of Diff::DisplayJohan Sørensen2008-01-141-4/+5
|
* Found a good place (for now) to put the HTML output escaping of diffsJohan Sørensen2008-01-141-18/+10
|
* - fixed edgecase bug in diff-displayJohan Sørensen2008-01-126-17/+53
| | | | - made diff-display tests more as I like them
* Add the Diff::Display library to display diffsJohan Sørensen2008-01-1114-0/+1510