summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/process/Bootstrap.java
AgeCommit message (Expand)Author
2014-08-28pull master devsogattaz
2014-06-30Separated modifying Lookup methods into LookupManager, which is onlyAndrew Branson
2014-06-25Validate module resources to schema. Die if module resource importAndrew Branson
2014-06-11Separate PredefinedStepContainers for Agents and Items (and Server Item)Andrew Branson
2014-06-05LDAP refactored behind interfaces. All functions of LDAP now hiddenAndrew Branson
2014-05-15Introduced 'Layer' attribute to allow overriding of descriptions. DescAndrew Branson
2014-05-08Agent now extends Item, so they can have workflows. All traces of theAndrew Branson
2014-04-11Remove description editing workflows from the kernel - they have beenAndrew Branson
2014-04-04Module XML now supports a workflowVer attribute for the Item element. IfAndrew Branson
2014-04-02ResourceImportHandler interface to allow custom <Resource> types orAndrew Branson
2014-03-06Module resources get a 'Module' property set when they belong to aAndrew Branson
2014-02-26Properties extended as ObjectProperties, which can return any Object,Andrew Branson
2014-01-23Refactored Resource into a new ResourceLoader interface, which allowsAndrew Branson
2013-12-12Properties preserve and respect the PropertyDescription 'isMutable'Andrew Branson
2013-11-183.0-SNAPSHOT (Will be first open source version)Andrew Branson
2013-08-02Module resources can specify version number, which overrides the defaultAndrew Branson
2013-07-23Support for schemaName and schemaVersion in EventAndrew Branson
2013-06-25More intelligent import of module resources. If resources or outcomesAndrew Branson
2013-04-03XMLDiff report makes more sense if the arguments are (old, new).Andrew Branson
2013-01-31Added ViewName field to Event. Filled in with the Viewpoint name ifAndrew Branson
2012-12-14Use XMLUnit XML Diff to compare system resources, for compatibility withAndrew Branson
2012-11-26Write console port to server item even if it's been automaticallyAndrew Branson
2012-07-30Introduce Module.debug property to enable editing workflows on moduleAndrew Branson
2012-07-06Modules serialize with Castor. Just about to remove the parsing.Andrew Branson
2012-06-19Refactor modulesAndrew Branson
2012-06-14Move module imports into Bootstrap thread.Andrew Branson
2012-05-30Initial Maven ConversionAndrew Branson