[OGo-XML-RPC] POGI 0.2.0
Adam Tauno Williams
xmlrpc@opengroupware.org
Sat, 29 Apr 2006 11:46:20 -0400
* POGI 0.2.0 *
Version 0.2.0 of the PHP OpenGroupware Interface has been released.
Significant changes
-----------------------
1. Task creation and update working much better.
1.1. Tasks can be rejected and reactivated.
2. Configuration moved to OGoConfig.php
3. Object managers and document objects seperated into their own files.
4. New timezone & daylight savings time logic.
4.1. Daylight logic takes into account the "Energy Protection Act of
2005" which changes the start and end of daylight savings time.
5. Write access check method in OGoManager, so you can check for
read-only contact & enterprise objects like -
if($contactManager->isReadOnly($person))
printf("Object is read-only");
else
printf("Object is writable");
6. Lots of warning and odd bugs cleaned up.
Download
---------
http://docs.opengroupware.org/Members/whitemice/ogo-n-php/
http://www.whitemiceconsulting.com/node/31
FYI, Some related bugs
------------------------------
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=239
-- You can't set the executor/executant of the task (so the usefulness
of the ability to create a task is pretty minimal)
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1702
-- unknown key: associatedCompanies (value: associatedCompanies)
-- unknown key: associatedContacts (value: associatedContacts)
-- also does not store "keywords" value
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1701
-- "kilometers" value of task object is thrown away to avoid a server
error
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1599
-- resources can't be associated with appointments
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1640
-- roles/status can't be assigned to appointment participants