I've been working on my POGI code and thought it was time to toss
another version out there. I'd appreciate anyone testing it and
providing any feed back.
Announcing: POGI 0.1.0
-----------------------
POGI is a set of PHP wrapper classes around the OpenGroupware XML-RPC;
the purpose is to allow anyone to integreate OGo into their PHP
intranet/extranet without have to deal with RPC issues.
(I've uploaded the POGI 0.1.0 tar ball to by page on the docs plone
until I can figure out why my SVN access doesn't work. So the actual
POGI page is out of date. I've submitted the file for publication so it
should only be till it is approved.).
http://docs.opengroupware.org/Members/whitemice/ogo-n-php/
Demo App
---------
The root of the POGI tar ball contains a sample app that should let you
sign on to your OpenGroupware server and nose around. Login is silent
on success or failure, so just enter your information click sign on and
then go to enterprises or contacts and see if it works. If the include
paths are OK and if the PEAR XML-RPC module is installed then just
visiting {pogi}/index.php should work.
BUG: A field on update can't be "blanked", this is do to the fact (I
think) that setting a value of an array key in PHP to '' basically is
the same as tossing the key; the type no longer seems to evaluate to a
string. So some stand-in for "blank" will have to be added.
Contacts (Person)
-----------------
1. Search (fetch spec) - Working
2. Create - Working
3. Update - Working
4. Delete - Working
Contacts (Enterprise)
---------------------
1. Search (fetch spec) - Working
2. Create - Broken, but probably trivial
3. Update - Working
4. Delete - Not tested
5. Assign person - Working
6. Remove person - Working
7, List projects - Not Yet
Tasks
------
1. Search - Not Yet
2. Create - Not Yet
3. Update - Broken
4. Assignment - Broken
5. Annotate (and change state) - Working
6. Retrieve lists (To Do, Delegated, Archived) - Yes, but seems to break
if your task list is long.
7. Assign to project - Not Yet
Projects
--------
1. Search - Not Yet
2. Create - Not Yet
3. Update - Not Yet
4. Assign enterprise - Not Yet
Appointments
------------
1. Search by date range - Working
2. Search by title - Not Yet
3. Create - Not Yet
4. Update - Broken
5. Assign Participants - Not Yet
6. Remove Participants - Not Yet
Team
----
1. List - Working
2. Get Members - Working
Resource
--------
1. List Categories - Not Yet
2. Search - Not Yet
3. Update - Not Yet
4. Delete - Not Yet
signature.asc
Description: This is a digitally signed message part
|