2
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jun 27, 2024 — Jun 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Log creation of the new ORM session. More... about 15 years ago
Remove temporary file created to buffer the new Process' input message. More... about 15 years ago
Remove the useless get_section_options; since we no longer use an INI file. More... about 15 years ago
Remove temporary files after the epilogue of an Action command. More... about 15 years ago
Process: Implement switch flow-control and remove use of Exception.message Context: Allow broker reference to be passed as a named parameter. LDAPSearchAction: Add debugging related to LDAPDebugEnabled default. Also fix a potential hang where first page is not completely filled. AssignAction: Hardcode DSML namespace support Executor: Rework starting of queued processes in order to make sure Context gets closed. More... about 15 years ago
Fix typo in SignalObject More... about 15 years ago
Start up queued processes more safely, and make sure every Service process has a valud stdin, stdout, and stderr by redirecting them to /dev/null. More... about 15 years ago
Catch keys that start with a digit and prefix "key" so that the resulting XML is valid. More... about 15 years ago
Attempt to decrease (via nice) the priority of workflow workers to minimum priority. More... about 15 years ago
Implement setting of Process priority. A Process created via WebDAV gets a default priority of 201, while a queued process gets a default priority of 100 (lower). The queueProcessAction now support setting the priority of the queued task. More... about 15 years ago
Added support for queued processes and the queueProcessAction. More... about 15 years ago
Added support for foreach over text nodes (non-XML). Also dirty hack to support the DSML namespace. More... about 15 years ago
Added paging support to ldapSearchAction More... about 15 years ago
Implement signals support via HTTP GET for starting routes; and general consolidate workflow logic calls. More... about 15 years ago
Cleaned up SearchCommand. Expanded Task search test script - properties tested. More... about 15 years ago
Test script for Task search More... about 15 years ago
Test script for project search More... about 15 years ago
Update zOGI implementation status notes. More... about 15 years ago
Implemented ObjectProperty criteria support in SearchCommand. More... about 15 years ago
SearchCommand catches ILIKE/LIKE operations on integers and converts them to EQUALS with a warning. Removed duplicate category attribute on Resource entity. Added resource::search command Create keymap for Resource entity Added task::search command Implemented zOGI Resource search symantics. Added keymap for Project entity More... about 15 years ago
Add search test scripts and clean-up search implementation making sure limit parameter is implemented. Removed duplicate field defintion in Project object. More... about 15 years ago
Merge from default More... about 15 years ago
Merge in SearchImplementation work to default. More... about 15 years ago
Bump version More... about 15 years ago
Update to zogi/NOTES.txt More... about 15 years ago
Removed stray print statements (clean-up) More... about 15 years ago
Add COILS_COMPANYVALUE_KEYMAP to coils.core.logic Implement coils.core.logic.SearchCommand; much of the previous implementation moved from CompanySearch into core as it call be abstracted. More... about 15 years ago
Make _translate_criterion return entity so queries can be built smarter. More... about 15 years ago
Make sure contact get & list only return... Contacts! More... about 15 years ago
Implemented support for the zOGIExpandAllIntranet default. More... about 15 years ago