Revisions for framework/Text_Diff/Diff/Renderer/unified.php

Location: [ Horde ] / framework / Text_Diff / Diff / Renderer / unified.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.3.10.6 FRAMEWORK_3 (+4 -4 lines) 01/04/2008 05:37 AM Jan Schneider jan

MFH: Comment style, wrapping.

Tags: HORDE_3_3, HORDE_3_3_RC1, HORDE_3_2_2, HORDE_3_2_1, HORDE_3_2, HORDE_3_2_RC4, HORDE_3_2_RC3, HORDE_3_2_RC2

1.10 (+4 -4 lines) 01/04/2008 05:07 AM Jan Schneider jan

Comment style, wrapping.

Tags: RELEASE_1_0_0, RELEASE_1_0

1.3.10.5 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:30 AM Jan Schneider jan

Happy New Year

1.9 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

1.3.10.4 FRAMEWORK_3 (+19 -4 lines) 12/20/2007 08:49 AM Jan Schneider jan

Merge from HEAD.

1.8 (+2 -2 lines) 12/02/2007 07:04 PM Chuck Hagenbuch chuck

Clarify LGPL license by linking to opensource.org instead of the
FSF/GNU site, which changes which version of the license is at what
URL.

Tags: BEFORE_MERGE_3_2

1.7 (+14 -4 lines) 10/28/2007 12:58 AM Chuck Hagenbuch chuck

Make sure all files have appropriate copyright and license notices.

Tags: HORDE_3_2_RC1, RELEASE_0_3_1

1.6 (+6 -1 lines) 01/05/2007 09:55 AM Jan Schneider jan

Fix indention of context lines.

Tags: HORDE_3_2_ALPHA

1.3.10.3 FRAMEWORK_3 (+4 -1 lines) 01/07/2006 08:37 PM Jan Schneider jan

MFH: Load Renderer parent class. PEAR request #6440.

Tags: HORDE_3_1_9, HORDE_3_1_8, HORDE_3_1_7, HORDE_3_1_6, HORDE_3_1_5, HORDE_3_1_4, HORDE_3_1_4_RC1, HORDE_3_1_3, HORDE_3_1_2, HORDE_3_1_1, HORDE_3_1, HORDE_3_1_RC3, HORDE_3_1_RC2

1.5 (+4 -1 lines) 01/07/2006 07:06 PM Jan Schneider jan

Load Renderer parent class. PEAR request #6440.

Tags: RELEASE_0_2_1

1.3.10.2 FRAMEWORK_3 (+1 -1 lines) 10/18/2005 07:01 AM Jan Schneider jan

Merged from HEAD.

Tags: HORDE_3_1_RC1

1.3.10.1 FRAMEWORK_3 (+4 -5 lines) 03/22/2005 04:54 AM Jan Schneider jan

MFH: cleanup, inline renderer fixes.

Tags: HORDE_3_0_12, HORDE_3_0_11, HORDE_3_0_10, HORDE_3_0_9, HORDE_3_0_8, HORDE_3_0_7, HORDE_3_0_6, HORDE_3_0_6_RC1, HORDE_3_0_5, HORDE_3_0_5_RC2, HORDE_3_0_5_RC1, HORDE_3_0_4, HORDE_3_0_4_RC2

1.4 (+3 -4 lines) 03/07/2005 09:58 AM Jan Schneider jan

Remove weird output buffering. Fixes inline renderer (PEAR Bug 3730).

Tags: BEFORE_MERGE_3_1, RELEASE_0_2_0, RELEASE_0_1_1, RELEASE_0_1_0, RELEASE_0_0_5

1.3 (+10 -6 lines) 09/15/2004 01:00 AM Chuck Hagenbuch chuck

Add an inline diff renderer, originally by Ciprian Popovici <ciprian@zuavra.net>.

Tags: FRAMEWORK_3, HORDE_3_0_4_RC1, HORDE_3_0_3, HORDE_3_0_3_RC1, HORDE_3_0_2, HORDE_3_0_1, HORDE_3_0, HORDE_3_0_RC3, RELEASE_0_0_4

1.2 (+4 -3 lines) 01/09/2004 04:46 PM Chuck Hagenbuch chuck

- Add example diff.php script that produces unified diffs.
- Trim newlines from the passed arrays to make sure output is clean.
- Add getDiff() to get at Text_Diff::_edits properly.
- Tweak spacing and output in the base and unified renderers.
- Add example text files for testing.

This is now a baseline, working package. There is *plenty* that can be
done to it, of course, but it's useable code and provides a useable
(and hopefully relatively stable) API.

Tags: RELEASE_0_0_3, HORDE_3_0_ALPHA

1.1 01/09/2004 03:14 PM Chuck Hagenbuch chuck

Initial Text_Diff package files. Still needs some cleanup, examples, package file, etc.