[cvs] commit: framework/SyncML/SyncML State.php Sync.php
framework/SyncML/SyncML/Sync TwoWaySync.php framework/iCalendar
iCalendar.php package.xml framework/iCalendar/iCalendar vnote.php
kronolith/lib Driver.php api.php mnemo/lib Driver.php api.php ...
Chuck Hagenbuch
chuck at horde.org
Tue Jul 13 08:33:11 PDT 2004
chuck 2004-07-13 08:33:11 PDT
Modified files:
SyncML/SyncML State.php Sync.php
SyncML/SyncML/Sync TwoWaySync.php
iCalendar iCalendar.php package.xml
lib Driver.php api.php
lib Driver.php api.php
lib Driver.php api.php
Added files:
iCalendar/iCalendar vnote.php
Log:
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 at gmx.de> Germany
Revision Changes Path
1.14 +25 -2 framework/SyncML/SyncML/State.php
1.5 +12 -11 framework/SyncML/SyncML/Sync.php
1.11 +4 -5 framework/SyncML/SyncML/Sync/TwoWaySync.php
1.46 +99 -4 framework/iCalendar/iCalendar.php
1.1 +54 -0 framework/iCalendar/iCalendar/vnote.php (new)
1.8 +2 -1 framework/iCalendar/package.xml
1.77 +95 -4 kronolith/lib/Driver.php
1.118 +29 -6 kronolith/lib/api.php
1.24 +77 -2 mnemo/lib/Driver.php
1.51 +62 -21 mnemo/lib/api.php
1.51 +121 -3 nag/lib/Driver.php
1.91 +59 -27 nag/lib/api.php
Chora Links:
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/State.php?r1=1.13&r2=1.14&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Sync.php?r1=1.4&r2=1.5&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Sync/TwoWaySync.php?r1=1.10&r2=1.11&ty=u
http://cvs.horde.org/diff.php/framework/iCalendar/iCalendar.php?r1=1.45&r2=1.46&ty=u
http://cvs.horde.org/co.php/framework/iCalendar/iCalendar/vnote.php?r=1.1
http://cvs.horde.org/diff.php/framework/iCalendar/package.xml?r1=1.7&r2=1.8&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Driver.php?r1=1.76&r2=1.77&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/api.php?r1=1.117&r2=1.118&ty=u
http://cvs.horde.org/diff.php/mnemo/lib/Driver.php?r1=1.23&r2=1.24&ty=u
http://cvs.horde.org/diff.php/mnemo/lib/api.php?r1=1.50&r2=1.51&ty=u
http://cvs.horde.org/diff.php/nag/lib/Driver.php?r1=1.50&r2=1.51&ty=u
http://cvs.horde.org/diff.php/nag/lib/api.php?r1=1.90&r2=1.91&ty=u
More information about the cvs
mailing list