#11648 closed enhancement (duplicate)
External: Text_Diff Version 1.1.1 (Current: 1.0.0)
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.9 |
Component: | Revisions | Keywords: | has-patch 2nd-opinion |
Focuses: | Cc: |
Description
Text_Diff Changelog:
- Make sure that the diff string ends with a line break (PEAR Bug #14533). (1.1.1)
- Fix notices if xdiff engine creates empty lines (PEAR Bug #16240). (1.1.1)
- Fix inline renderer if xdiff extension is installed. (1.1.1)
- Add countAddedLines() and countDeletedLines() methods (Christian King, PEAR Request #13183). (1.1.0)
- Improve string engine if patch data has no header (PEAR Bug #14533). (1.1.0)
- Fix autodetection of diff type in string engine (PEAR Bug #14625). (1.1.0)
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
First patch, source aquired here: http://pear.php.net/package/Text_Diff
I removed some files from the package they weren't in WP before as well. Includes have been adopted to WP's needs.
The person who originally moved Text_Diff in should please review.