| Age | Commit message (Expand) | Author |
| 2014-06-19 | Restore lost exception messages in CastorXMLUtility | Andrew Branson |
| 2014-06-17 | Remove getChildren methods - all searches should be done by the lookup | Andrew Branson |
| 2014-06-17 | Separate property, workflow and collection instantiation into separate | Andrew Branson |
| 2014-06-12 | Refactored LDAP into its own module. | Andrew Branson |
| 2014-06-11 | Separate PredefinedStepContainers for Agents and Items (and Server Item) | Andrew Branson |
| 2014-06-06 | Partial javadoc and scope tightening of the new interfaces. | Andrew Branson |
| 2014-06-06 | Backwards compatible Gateway.connect method | Andrew Branson |
| 2014-06-05 | Moved old entitycreation package from the predefined step package to a | Andrew Branson |
| 2014-06-05 | Make LDAPNextKeyManager independent of the LDAPLookup. The authenticator | Andrew Branson |
| 2014-06-05 | Add Authenticator to the open() method params of ClusterStorage. Passed | Andrew Branson |
| 2014-06-05 | LDAP refactored behind interfaces. All functions of LDAP now hidden | Andrew Branson |
| 2014-06-05 | ObjectProperties.getInstance() - if the property contains a String then | Andrew Branson |
| 2014-05-22 | Renamed method in DescriptionObjectCache which still refered to | Andrew Branson |
| 2014-05-16 | item.request returns the final outcome, which may be modified during the | Andrew Branson |
| 2014-05-15 | Introduced 'Layer' attribute to allow overriding of descriptions. Desc | Andrew Branson |
| 2014-05-14 | Resolved missing @Override warnings | Andrew Branson |
| 2014-05-14 | Removed unnecessary ItemProxy casts after removal of EntityProxy | Andrew Branson |
| 2014-05-14 | Bug in cherry pick - create new DOM when there is no String outcome | Andrew Branson |
| 2014-05-14 | Refactored Proxy update notification server into its own class and | Andrew Branson |
| 2014-05-14 | Return that should have been a continue. NewItem imports were bailing | Andrew Branson |
| 2014-05-12 | Tweak locks to hopefully avoid deadlocks a bit | Andrew Branson |
| 2014-05-08 | Allow getDOM to return an empty Document if the outcome isn't set. Then | Andrew Branson |
| 2014-05-08 | Agent now extends Item, so they can have workflows. All traces of the | Andrew Branson |
| 2014-04-16 | Don't use logger to report exceptions, in case the Logger didn't get | Andrew Branson |
| 2014-04-16 | XPath fixes, tests, and cleverer get and set FieldByXPath | Andrew Branson |
| 2014-04-14 | getClusterContents fixed for subtrees. Still has problems. | Andrew Branson |
| 2014-04-11 | Remove description editing workflows from the kernel - they have been | Andrew Branson |
| 2014-04-11 | ProxyLoader should return null when the object is not found on the | Andrew Branson |
| 2014-04-11 | Give Item name when NewItem import fails | Andrew Branson |
| 2014-04-11 | OutcomeInitiator interface to create initial states of outcomes if empty | Andrew Branson |
| 2014-04-09 | Expanded server predefined steps to include server and agent maintenance | Andrew Branson |
| 2014-04-09 | Improve property dumping, using Object.toString and giving the property | Andrew Branson |
| 2014-04-09 | Merge module properties as the loading order is established, so that | Andrew Branson |
| 2014-04-09 | ResourceLoader.getModuleDefURLs interface method to allow the | Andrew Branson |
| 2014-04-09 | BadArgumentsException - more specific exception thrown by readC2KArgs | Andrew Branson |
| 2014-04-04 | Module XML now supports a workflowVer attribute for the Item element. If | Andrew Branson |
| 2014-04-04 | When generating the next SystemKey in NextKeyManager, make sure that | Andrew Branson |
| 2014-04-04 | AbstractMain with config file checking got lost from previous commit. | Andrew Branson |
| 2014-04-02 | ResourceImportHandler interface to allow custom <Resource> types or | Andrew Branson |
| 2014-04-02 | Remove stray transitionId parameter from previous State Machine API | Andrew Branson |
| 2014-03-31 | Outcome.setFieldByXPath (refs #167) | Andrew Branson |
| 2014-03-27 | RemoveDomainPath now checks if the DomainPath exists, is not a context, | Andrew Branson |
| 2014-03-21 | Set the class loader of the ScriptingEngine to the same as the Script | Andrew Branson |
| 2014-03-18 | getActPropString should return null when the property is null. | Andrew Branson |
| 2014-03-10 | More alignment with Agilium version. | Andrew Branson |
| 2014-03-06 | Module resources get a 'Module' property set when they belong to a | Andrew Branson |
| 2014-03-06 | ActivityDefs loaded from ActDefCache get a 'Version' property set with | Andrew Branson |
| 2014-03-06 | New methods in Outcome to support XPath queries to make extraction of | Andrew Branson |
| 2014-03-06 | Type was being overridden with 'domain' if the CompositeActivity name | Andrew Branson |
| 2014-03-06 | Fixes #166 | Andrew Branson |