Revisions for framework/iCalendar/iCalendar/vnote.php

Location: [ Horde ] / framework / iCalendar / iCalendar / vnote.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.12 (+19 -3 lines) 10/17/2008 11:26 AM Jan Schneider jan

Small optimizations and code cleanup.

1.3.10.9 FRAMEWORK_3 (+1 -6 lines) 07/03/2008 04:42 AM Jan Schneider jan

MFH: Fixed yet another variant of passing charsets around.

Tags: HORDE_3_3, RELEASE_0_1_0, HORDE_3_3_RC1

1.11 (+1 -6 lines) 07/03/2008 04:13 AM Jan Schneider jan

Fixed yet another variant of passing charsets around.

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

Happy New Year

Tags: 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 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

1.3.10.7 FRAMEWORK_3 (+3 -2 lines) 12/20/2007 08:50 AM Jan Schneider jan

Merge from HEAD.

1.9 (+3 -2 lines) 10/30/2007 08:23 PM Jan Schneider jan

First round of copyright assignments.

Tags: BEFORE_MERGE_3_2, HORDE_3_2_RC1

1.8 (+2 -2 lines) 06/27/2007 01:23 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

Tags: HORDE_3_2_ALPHA

1.3.10.6 FRAMEWORK_3 (+2 -2 lines) 01/02/2007 08:54 AM Jan Schneider jan

Happy New Year

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

1.3.10.5 FRAMEWORK_3 (+6 -1 lines) 03/03/2006 04:07 AM Jan Schneider jan

MFH: 1.7

Tags: HORDE_3_1_3, HORDE_3_1_2, HORDE_3_1_1, HORDE_3_1

1.7 (+6 -1 lines) 02/25/2006 06:26 AM Karsten Fourmont karsten

Ensure vnotes and vcards are created with a valid default version number.

1.3.10.4 FRAMEWORK_3 (+2 -2 lines) 01/01/2006 04:28 PM Jan Schneider jan

Happy new year

Tags: HORDE_3_1_RC3, HORDE_3_1_RC2, HORDE_3_1_RC1

1.6 (+2 -2 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

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

Merged from HEAD.

1.3.10.2 FRAMEWORK_3 (+1 -2 lines) 01/16/2005 06:10 PM Chuck Hagenbuch chuck

MFH - reorg, @version, docs, etc.

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, HORDE_3_0_4_RC1, HORDE_3_0_3, HORDE_3_0_3_RC1

1.5 (+1 -2 lines) 01/16/2005 05:48 PM Chuck Hagenbuch chuck

remove @version

Tags: BEFORE_MERGE_3_1

1.4 (+3 -3 lines) 01/03/2005 08:09 AM Jan Schneider jan

Happy New Year

1.3.10.1 FRAMEWORK_3 (+3 -3 lines) 01/03/2005 07:19 AM Jan Schneider jan

Happy New Year

Tags: HORDE_3_0_2, HORDE_3_0_1

1.3 (+3 -3 lines) 10/18/2004 01:21 AM Chuck Hagenbuch chuck

Tack on the newline in exportvData(), instead of after. Ensures it's always there.

Bug: 704

Tags: FRAMEWORK_3, HORDE_3_0, HORDE_3_0_RC3

1.2 (+2 -7 lines) 08/13/2004 03:11 PM Karsten Fourmont karsten

unification of iCalendar and Data package:
functionality is now in the iCalendar package,
The Data package now uses the iCalendar package for vcalendar parsing
and export.

1.1 07/13/2004 11:33 AM Chuck Hagenbuch chuck

iCalendar patch:

- handle quoted-printable and charset options on import and export
- handle strange quoted-printable line-folding
- new helper function setParameter
- new class Horde_iCalendar_vnote
(in attached file vnote.php, goes to framework\iCalendar\iCalendar)

kronolith/nag/mnemo patches:

new functions toiCalendar and fromiCalendar for import/export
using the iCalendar package.
As kronolith already has a "toiCalendar" function (returns an hash array),
the new function is called "tovEvent" there.

api import/replace/export now all use the iCalendar package and no longer
Horde::Data

_export api functions now also accepts an array with options as
contentType parameter. This allows for mor fine grained control
of the resulting output. (charset, encoding)

SyncML patch:

- support for new quoted-printable handling (allows multiline texts)
- client REPLACE for items not in horde database now results in an ADD

Submitted by: Karsten Fourmont <fourmont@gmx.de> Germany