| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-29 | Removed Job.getAgentProxy() as it shouldn't be necessary | Andrew Branson | |
| Removed hanging if in AgentProxy.execute | |||
| 2013-12-12 | Properties preserve and respect the PropertyDescription 'isMutable' | Andrew Branson | |
| property. This setting prevents the WriteProperty predefined step from changing the property value when isMutable is false. WriteProperty also requires the selected property to already exist - they should be created either during Item instantiation or using AddC2KObject. LDAPPropertyManager prepends the Property name in its entries with ! if they are non mutable. Various places around the kernel that create properties now set the mutable field. Fixes #150 | |||
| 2013-12-09 | Return false from Transition.hasOutcome and hasScript if there are | Andrew Branson | |
| property symbols but the properties are empty (e.g. activities with no schema defined). The methods must now be given activity properties. | |||
| 2013-11-18 | 3.0-SNAPSHOT (Will be first open source version) | Andrew Branson | |
| New StateMachine desc IssueID #28 | |||
| 2013-09-30 | Javadoc on IDLs | Andrew Branson | |
| 2013-07-15 | No need to store a POA in the locators | Andrew Branson | |
| 2013-07-08 | Copy tree sub keys before notifying. Fixes #131 | Andrew Branson | |
| 2013-06-25 | Imply correct POA when calling getItem and getAgent, so other places can | Andrew Branson | |
| call it | |||
| 2013-06-20 | getWorkflow and getViewpoint utility methods in ItemProxy | Andrew Branson | |
| 2013-06-18 | Suspend outcome validation fixed | andrew | |
| 2013-06-14 | getCollection proxy API method. | Andrew Branson | |
| 2013-06-06 | Check SchemaType for outcome requirement instead of Version | Andrew Branson | |
| 2013-05-31 | Make sure validator exists if outcome is null before script execution. | Andrew Branson | |
| 2013-05-21 | Collect stale job IDs when refreshing joblist. Remove them after to | Andrew Branson | |
| avoid concurrent mod, as we don't want to preload all the values. Fixes #112 | |||
| 2013-05-17 | Cleanup | Andrew Branson | |
| 2013-04-10 | added getSchema() method to Outcome to load schema xml. | Andrew Branson | |
| Removed unused 'getSchemaURI' method. | |||
| 2013-02-27 | Catch wrong class of C2KLocalObject being fed | Andrew Branson | |
| 2013-02-08 | Logging and exception cleanup | Andrew Branson | |
| 2012-08-28 | Simplify execute method signature | Andrew Branson | |
| 2012-08-22 | Rename clashing parameter names | Andrew Branson | |
| 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 | 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-06-22 | getItem now works on any Path object, so it's compatible with | Andrew Branson | |
| Path.getChildren() | |||
| 2012-05-30 | Initial Maven Conversion | Andrew Branson | |
