[cvs] commit: framework/SyncML/SyncML Backend.php Command.php Device.php State.php Sync.php framework/SyncML/SyncML/Command Get.php framework/SyncML/SyncML/Device P800.php Synthesis.php
Jan Schneider
jan at horde.org
Sat Dec 31 04:42:21 PST 2005
jan 2005-12-31 04:42:21 PST
Modified files: (Branch: FRAMEWORK_3)
SyncML/SyncML Backend.php Command.php Device.php
State.php Sync.php
SyncML/SyncML/Command Get.php
SyncML/SyncML/Device P800.php Synthesis.php
Log:
MFH:
Fix a number of call-time-pass-by-ref errors.
Prefer text/calendar, but explicitly request text/x-vcalendar and version 1.0
when needed.
Include version here in tasks section too.
go back to text/x-vcalender here. Should these come from the
Device::getPreferredContentTypeClient() method somehow?
try to cache some things, but I'm still seeing repeated calls to _load() with
group_uid of 'syncml' and no other criteria - gotta be a way to speed this up
further.
some cleanups
remove logging of extremely large objects to the datatree
don't do a getId() and then a getObjectById(), just do a getObject()
Revision Changes Path
1.8.2.3 +80 -205 framework/SyncML/SyncML/Backend.php
1.4.10.6 +5 -3 framework/SyncML/SyncML/Command.php
1.14.10.6 +5 -5 framework/SyncML/SyncML/Command/Get.php
1.7.2.4 +7 -7 framework/SyncML/SyncML/Device.php
1.7.2.3 +3 -2 framework/SyncML/SyncML/Device/P800.php
1.2.2.3 +10 -8 framework/SyncML/SyncML/Device/Synthesis.php
1.17.2.7 +4 -3 framework/SyncML/SyncML/State.php
1.8.4.7 +12 -21 framework/SyncML/SyncML/Sync.php
Chora Links:
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Backend.php?r1=1.8.2.2&r2=1.8.2.3&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Command.php?r1=1.4.10.5&r2=1.4.10.6&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Command/Get.php?r1=1.14.10.5&r2=1.14.10.6&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Device.php?r1=1.7.2.3&r2=1.7.2.4&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Device/P800.php?r1=1.7.2.2&r2=1.7.2.3&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Device/Synthesis.php?r1=1.2.2.2&r2=1.2.2.3&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/State.php?r1=1.17.2.6&r2=1.17.2.7&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Sync.php?r1=1.8.4.6&r2=1.8.4.7&ty=u
More information about the cvs
mailing list