| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-18 | 3.0-SNAPSHOT (Will be first open source version) | Andrew Branson | |
| New StateMachine desc IssueID #28 | |||
| 2013-09-20 | Keep a History object in the Workflow to avoid recreating it on repeated | Andrew Branson | |
| executions. | |||
| 2013-07-24 | SchemaVersion is actually a string property. Probably shouldn't be | Andrew Branson | |
| though. | |||
| 2013-07-23 | Support for schemaName and schemaVersion in Event | Andrew Branson | |
| 2013-07-12 | Cleanup of unused code and annotations | Andrew Branson | |
| 2013-06-25 | More intelligent import of module resources. If resources or outcomes | Andrew Branson | |
| have been modified by a different user, do no overwrite them. Reset the properties and workflow though (should be fairly stateless), but leave the collections. | |||
| 2013-06-18 | Report exception properly in CreateItemFromDescription | Andrew Branson | |
| Initialize new workflows in ReplaceDomainWorkflow | |||
| 2013-06-18 | Errors were not stored when submitted to activities with no outcome | Andrew Branson | |
| 2013-06-14 | Domain workflow CompositeActivity must be called 'domain'. | Andrew Branson | |
| ReplaceDomainWorkflow predef step now forces this. | |||
| 2013-06-13 | Escape DNs in Path, so special characters can be used in Path | Andrew Branson | |
| components. Fixes #125 | |||
| 2013-05-17 | Add Role management support to module, instead of just creating one if | Andrew Branson | |
| it's not already there. Supports 'jobList' attribute to enable job pushing | |||
| 2013-03-27 | Olivier's fix for advancement! | Andrew Branson | |
| 2013-02-04 | Write Import outcomes directly to storage. | Andrew Branson | |
| Add optional timestamp override to Import. If missing, defaults to now. | |||
| 2013-01-31 | Added ViewName field to Event. Filled in with the Viewpoint name if | Andrew Branson | |
| specified in the Activity properties, making it possible to derive previous states of the Viewpoint. Closes #96 Cleanup outcome storing code. Throw an exception if SchemaType filled in and outcome is empty. | |||
| 2012-11-26 | Fail more gracefully if the Workflow version wasn't supplied | Andrew Branson | |
| 2012-11-09 | Don't throw exception for missing script version unless the name doesn't | Andrew Branson | |
| parse as a 'lang:' statement. Fixes #81 | |||
| 2012-08-22 | Replace deprecated Xerces DOM to XML serialisation with DOM3 LS. | Andrew Branson | |
| Refactor all to use the Outcome.serialize static method. | |||
| 2012-08-03 | Logging and error message clean-up | Andrew Branson | |
| Logger.debug(String) now deprecated so they're easier to spot when left in. | |||
| 2012-07-30 | Predefined steps audit, including new steps for collection management | Andrew Branson | |
| Fixes #19 | |||
| 2012-07-19 | Clean-up predefined steps | Andrew Branson | |
| 2012-07-13 | New property 'Breakpoint' in Activity. If set to true, the workflow will | Andrew Branson | |
| not proceed automatically past that activity after COMPLETE or DONE transitions, but will instead wait for PROCEED or SKIP. AUTOSTART removed. Now composite activities autostart, while atomic ones don't. closes #30 | |||
| 2012-07-12 | Suspend transition now can carry an optional 'Errors' outcome where | Andrew Branson | |
| client processes can record the reason for the suspension. Errors XML is marshalled ErrorInfo. UserCodeProcess automatically sends fatal ErrorInfos through suspend jobs. Job API added to to support all this. fixes #23 | |||
| 2012-07-06 | Remove XML parsing from module processing, use Castor unmarshalling | Andrew Branson | |
| instead. Create module item with collection of imported Items and module XML registered as an outcome. | |||
| 2012-07-06 | Modules serialize with Castor. Just about to remove the parsing. | Andrew Branson | |
| CastorXMLUtility is now a static member of gateway. Domain specific instances can be used by domain applications, but the maps do not interfere with the kernel. | |||
| 2012-07-02 | Removed persistency of VertexOutlineCreator - containing subclasses | Andrew Branson | |
| should set this. Fixed persistency of GTimeStamp Fixed CompActOutcome not showing when loaded | |||
| 2012-06-29 | Pull remaining graph GUI components into cristal-gui | Andrew Branson | |
| 2012-06-26 | More GUI refactoring | Andrew Branson | |
| 2012-06-26 | Refactored GUI into separate module | Andrew Branson | |
| 2012-06-22 | Modules and entitycreation support Aggregations, collection properties | Andrew Branson | |
| and class identifiers | |||
| 2012-05-30 | Initial Maven Conversion | Andrew Branson | |
