2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make task notes relation lazy [specfied, lazy is the default] More... over 15 years ago
Update example MVPCatalogOut route in workflow entity. More... over 15 years ago
Log duration of zOGI searchForObjects execution More... over 15 years ago
Log duration of Omphalos entity rendering at Debug level. More... over 15 years ago
Need subordinate keymaps in the Core Logic for use by the Search command. Perhaps keymaps could be moved to Foundation? More... over 15 years ago
Improve appointment rendering More... over 15 years ago
Added comments and code clean-up More... over 15 years ago
Better scope handling in ActionCommand Fix describing a list to XML in readJSONAcion. message::get deals with scope consistently. message::get-text deals with scope consistently Fixed numerous bugs in Process service. More... over 15 years ago
message::get - Improve scope searching; still need to implement walk-the-scope. Succesfully compiles intermixed switch and foreach statements. Process sucessfully executes a foreach route More... over 15 years ago
Deal with the case where the first action in a foreach branch is a switch. More... over 15 years ago
Additional stack/scope work. More... over 15 years ago
BPML SAX parser now correctly 'compiles' complex foreach and switch statements. More... over 15 years ago
Fixed property_manager reference (is now a property) in Twitter content plugin. More... over 15 years ago
Add stack support to workflow process; and do some clean-up. More... over 15 years ago
Merge to default More... over 15 years ago
Add constructor to ObjectInfo entity. More... over 15 years ago
Set scope on messages created by actions. Support scope filtering in message retrieval. More... over 15 years ago
Make property_manager a property of Context Make SetCommand save properties [or at least try to] More... over 15 years ago
Continue work on PropertyManager; not contains an untested set_properties(entity, props) method. More... over 15 years ago
Fixed ObjectProperty entity's get_value/get_hint/set_value methods. Moved Parse_Property_Name to ObjectProperty class. Added "properties" relation to first class proper entities. More... over 15 years ago
Added test for getLoginAccount for zOGI protocol bundle. Added test for getLoginAccount for proxy protocol bundle (proxy handles getLoginAccount locally). Added support for process name change, if module available, to master service. Added support for process name change, if module available, to Service class. Fix never-ending-loop in Contacts (vcard) cache builder service. Set default detail level for getLoginAccount zOGI method, so this method can be called with no arguments. More... over 15 years ago
Added copyright statement to ogo-coils-putter workflow tool Do not close context in XML-RPC handler, provide a close method on the PathObject that is always called by the Handler. Add example of how to invoke an OIE workflow route (with data) via PHP's curl support (oie.php) More... over 15 years ago
Log failure of process. More... over 15 years ago
Debug logging of results status More... over 15 years ago
Deal with unicode strings. More... over 15 years ago
Log process start, completion, and parking. More... over 15 years ago
Added doomed route to test exception handling in route - make sure the __error__ branch executes. In ActionCommand catch an exception when retrieving message text and log that specifically. Fix missing import in workflow/actions/sql/utility.py Workflow process now invokes the __error__ path if an exception occurs during route processing. More... over 15 years ago
Remove print statements from render_object Expand zOGI Appointment test script. More... over 15 years ago
Deal with either dictoraries or entities in SetCommand's sync_entities method More... over 15 years ago
Make sure XML-RPC requests release their context. More... over 15 years ago