ENHANCEMENT: disable create of creator-tag properties for a document created by the adminstrator account
ENHANCEMENT: implement unlink action in Task rules
PERFORMANCE: standardXMLDeduplication uses a dict for key storage, a jillion times faster than blist
BUGFIX: restore old watcher component
ENHANCEMENT: complete tasks rules implementation (queue, apply, action, & link)
ENHANCEMENT: better Titling strategy for Wiki pages
DEVELOPMENT: update tests
DEVELOPMENT: add values_must_be_tuples property to SQLConnection object
BUGFIX: use correct bind param format for M$-SQL connections
BUGFIX: implement commit parameter in sqlInsertAction
DEVELOPMENT: ensure values passed to SQL connections are tuples (not lists or other enumerable)
BUGFIX: allow checksum WebDAV property of a Document to be NULL (not found)
Tidy (remove no-effect) line of code in Context.su
BUGFIX: make sudo flag work in zOGI /RPC2 searchForObjects
Failing test due to assert_called_once()
ENHANCEMENT: add ogo_uri property to Folder entity
ENHANCEMENT: log opening of the ZipFile in zipToFolderAction
ADMIN: improved logging message for document commit in coils.infor.sync service
ENHANCEMENT: add ogoURI attribute to Omphalos representation of Folder
TEST: fix test of add-column action
BUGFIX: preserver objectProperty type preservation on set-to-null action
DEVELOPMENT: remove useage of max_audit_entry (replaced by EDDP log)
misc, adding to attic
Deletions of documents are logged twice
Fix tests
ENHANCEMENT: implement queue action in Task rules
added TODO comments to collection::get-assignments
DEVELOPMENT: decomposed monster methods "coils.info.sync"
Fix test
ENHANCEMENT: publish EDDPEvent ORM Object (coils.foundation.alchemy)
DEVELOPMENT: pass is_public into AttachFS document targets
Tidy
BUGFIX: project::get-projects does not filter out archived [child] projects
Access to thumbnail through attachfs public
BUGFIX: package the ext_from_criteria method required by Collection correlations in object::search
ENHANCEMENT: store parsable string values in value-date of ObjectProperty
ENHANCEMENT: implemented moveDocumentAction OIE action
ENHANCEMENT: enable ZIP64 (objects > 4GB) in OIE ZIP related actions
ENHANCEMENT: add gong support for ZIPFileToFolderAction
ENHANCEMENT: add dates_as_strings parameter to object::search
BUGFIX: missing isNull="false" on not null values from Write_Row
BUGFIX: make "date_as_strings" a bool
ENHANCEMENT: support mapping of object::search dates_as_strings from zOGI flag datesasstrings="YES|NO" (default NO)
ENHANCEMENT: add substitution label $__RANDOM10__;
ENHANCEMENT: add nameToPropertyMap support to zipToFolderAction OIE
DEVELOPMENT: added parse_file_to_properties function to core/utility
publish parse_filename_to_properties
BUGFIX: avoid storing out-of-range float values in an objectProperty set by a string value
BUGFIX: avoid NULL file-size values on Documents
ENHANCEMENT: map ".zip" file extension to application/zip mimetype in CoilsExtensionMIMEMap
ENHANCEMENT: support versioning suppression in document::new/set via Project property
BUGFIX: recognize right "m" as granting write access to a Task
BUGFIX: recognize right "m" as granting write access to a Task
ENHANCEMENT: implement fileCountLimit and usePasswordAuth in OIE action sshGetFilesIntoZIP action
Tidy
ENHANCEMENT: enable 64bit file-sizes from extractFileFromZIPAction
DEVELOPMENT: allow use of gong to log a message (less code, common use case)
ENHANCEMENT: added gong to AddColumnAction
Tidy
Tidy
Allow use of ZIP64 extension to be controlled when creating ZIP archives
appendToZipFile should be sensitive to ZIP64
Enable ZIP64 when reading ZIP archives
ENHANCEMENT: implement logging in replaceColumnAction
ENHANCEMENT: added defaultValue support to OIE SQLLookupTable
ENHANCEMENT: implemented replaceColumnAction OIE action
messageToDocumentAction should tag the created document
""" if the process has a process-task then link the document to the task. """ if self.process.task_id: task = self._ctx.run_command( 'task::get', id=self.process.task_id, ) if task: self._ctx.link_manager.link( task, document, label=self._filename, ) """ Additional meta-data """ self._ctx.property_manager.set_property( entity=document, namespace='http://www.opengroupware.us/oie', attribute='sourceMessageLabel', value=self.input_message.label, ) self._ctx.property_manager.set_property( entity=document,...
Log Object Id Of Documents Created by messageToDocument
ENHANCEMENT: improve vista indexing of e-mail addresses
DEVELOPMENT: include flake8 config file establishing line length at 96 characters
ENHANCEMENT: added ORM hint 0 for Enterprise entity to ORM hints
Merge branch 'u-whitemice'
Merge branch 'master'
ENHANCEMENT: implement LTOE, GTOE, and FROM expressions in SearchCommand
ENHANCEMENT: added strip, prefix, and suffix to field spec of XLS reader format
Merge branch 'u-whitemice'
ENHANCEMENT: implement chdir capability in sshPutFileAction
Merge branch 'u-whitemice'
Merge branch 'u-whitemice'
BUGFIX: type in InforManager (Infor IDM project backend)
PERFORMANCE: remove unhelpful administrative notice related to general indexing error, until it can be made helpful
ENHANCEMENT: support insecure password based SSH authentication
DEVELOPMENT: Improve log message
ENHANCEMENT: implement usePasswordAuth parameter for sshPutFileAction
BUGFIX: improve error management in Infor IDM integration
ENHANCEMENT: implemented runScriptAction for running scripts via a workflow action
ENHANCEMENT: improve error reporting in Broker.receive_message
Typo in error message
ENHANCEMENT: include Folder entities in Vista index
BUGFIX: Make coils.workflow.reaper component deal with Canceled processes
ENHANCEMENT: implement disableSSLVerification support (ionapi.json) for Infor IDM integration
ENHANCEMENT: implement reaping of Canceled workflow processes
ENHANCEMENT: support $__PROJECT__; substitution label in workflow actions
ENHANCEMENT: present and map "abstract" attribute on Folder entity
ENHANCEMENT: support document type indexed property lists for Infor IDM integration
ENHANCEMENT: coils-request-index tool support for reindexing Folder entities
AttachFS
AttachFS