2
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 5 hours ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge back from KVC branch; much improved Logic implementation. More... over 15 years ago
Clean-up More... over 15 years ago
Clean-up Added command_name() method to Command More... over 15 years ago
Implemented account::set-defaults More... over 15 years ago
All get commands working again after KVC update. More... over 15 years ago
Workflow stuff should use coils.core.logic base commands More... over 15 years ago
Big Logic update; most commands moved to the newer KVC implementation. More... over 15 years ago
Implement KVC and the entity/model level. Much cleaner and more Obj-C like. More... over 15 years ago
Make key rotating methods static, nobody inherits kvc_object anymore and most KVC stuff has been moved to the model. More... over 15 years ago
Ignore *.swp files More... over 15 years ago
parameters are passed to prepare rahter than run. More... over 15 years ago
prepare invokes parse_parameters; this is a much nicer approach than leaving it in run. More... over 15 years ago
Set password commands (works!) More... over 15 years ago
Added workflow Logic bundle. WARN: This bundle is a play-ground for ideas on rolling BIE's functionality into OGo. More... over 15 years ago
Work on implementing update and delete operations. More... over 15 years ago
- Creation of objects is now recorded in the log table. * Added epilogue to command. By default this calls audit_action() * All context objects, event AnonymousContext now provide get_login() * run_command calls command's epilogue after run * remove commit() from CreateContact run, command should *NEVER* commit or rollback * added constructor to AuditEntry so that datetime is always set. More... over 15 years ago
* Removed print chatter from kvc_object * Removed print chatter from create_command; added exception if no values parameter is provided. * New _list_subtypes_types_for_entity method for digging sub-type lists out of defaults (address and phone number types). Use subtypes list to initialize phone numebr and address types. * Backend imposes default default values for server defaults LSAddressType and LSTeleType More... over 15 years ago
* if kvc_object subvalues_for_key find nothing it returns an empty dict rather than a None, this is more convenient. * create_company depends on the new kvc_object behaviour to eliminate some hacky looking code. More... over 15 years ago
Added status field to address and telephone number, and default it upon creation to 'inserted'. More... over 15 years ago
Update MonoDevelop meta-data. More... over 15 years ago
Remove not-implemented excetpion from search_contact and search_enterprise. More... over 15 years ago
Created new Collection object type. More... over 15 years ago
* Added number and login attributes to Enterprise * Added is_ and number attributes to Contact, also a constructor to set a bunch of the Duh values. * CreateCommand sets owner, version, and objectId of new objects. More... over 15 years ago
CreateCompany command object now operational! More... over 15 years ago
Add version number to telephone object, Remove constructor from Address. More... over 15 years ago
New creation commands for enterprise, address, and telephone objects. More... over 15 years ago
No keymaps in Coils.Core! More... over 15 years ago
Expose base search command command object. More... over 15 years ago
Much KVC testing and debugging; KVC, via keymap, can now drop keys as well as convert lists to delimited strings. More... over 15 years ago
Contacts can now be searched via zOGI API! More... over 15 years ago