2
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Jan 07, 2025 — Jan 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Duh! actually return the results for a run_command More... over 16 years ago
Add protocol render object More... over 16 years ago
Added project Logic bundle More... over 16 years ago
Test script for XML-RPC zogi.getObjectsById More... over 16 years ago
Misc. More... over 16 years ago
Skeleton implementation of getObjectsByIds More... over 16 years ago
Implement skeleton of commands; Get might be operational, no test case yet. More... over 16 years ago
Add ObjectInfo and Appointment Modify for more PEP compliance More... over 16 years ago
Works! PEP compliance Implement get_type using ObjectInfo More... over 16 years ago
Used auth_id instead of authId (PEP compliance) More... over 16 years ago
Import Command class, needed for run_command More... over 16 years ago
PEP compliance, change authId to auth_id More... over 16 years ago
Update More... over 16 years ago
PEP compliance update. More... over 16 years ago
Basic operations fro appointment defined. More... over 16 years ago
Basic address operations defined More... over 16 years ago
Renamed bundle(s) More... over 16 years ago
Remove unneeded module files More... over 16 years ago
Add get and set for address bundle More... over 16 years ago
Provide an API object for the zOGI XML-RPC API. More... over 16 years ago
XML-RPC requests are now processed. Still need to automatically generate fault codes in place of exceptions. The zogi. namespace is directed at the zOGI module's API object. More... over 16 years ago
Added get_request_payload method that reads the rfile() completely [in theory] and returns the contents of the request. More... over 16 years ago
Provide the WWW authorization header to invoke BASIC auth from the client when an authentication exception occurs More... over 16 years ago
Make the constructor call the parent constructor More... over 16 years ago
Authentication is working although it isn't protocol compliant yet. More... over 16 years ago
Backend singleton working Contexts aquire ORM session Need to actually implemented DBAuthenticator More... over 16 years ago
Implement authentication via the Authenticator object. It will have the children (at least) of DBAuthenticator and LDAPAuthenticator. Someday maybe a KerberosAuthenticator! More... over 16 years ago
Handle errors and failures via exceptions (CoilsException) that the handler can use to send the appropriate HTTP response to the client. Also try to make the Backend object a singleton. Can Python exceptions provide meaningful stack traces? More... over 16 years ago
Added FKs to contact to telephone & address. More examples in notes.txt More... over 16 years ago
Add test files More... over 16 years ago