* POGI 0.2.0 * 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-obly"); else printf("Object is writable"); 6. Lots of warning and odd bugs cleaned up. 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 http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1703 -- account.update produces a server error