index
:
cristal-kernel.git
2.3.2
2.3.3
2.4
idl-rewrite
ldap-refactor
ldap-refactor-saved
lookup
master
state
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
c2kernel
/
process
/
Bootstrap.java
Age
Commit message (
Expand
)
Author
2014-10-07
Repackage to org.cristalise
Andrew Branson
2014-10-03
Rolled back the renaming of existing exceptions.
Andrew Branson
2014-10-03
Huge exception overhaul: Merged ClusterStorageException with
Andrew Branson
2014-10-02
push after rebase
jet
2014-09-22
ItemPath.fromUUIDString unnecessary as ItemPath(String) supports both
Andrew Branson
2014-09-21
Lost commits - NPE on ModuleResource.getVersion caused by bad
Andrew Branson
2014-09-19
Introduced static method ItemPath.fromUUIDString and made the UUID
Andrew Branson
2014-09-18
Hierarchical Roles. Fixes #199
Andrew Branson
2014-09-15
Add trim calls to ObjectProperties.getString() to discard any extra
Andrew Branson
2014-09-15
Rename DomainPath.setEntity to setItemPath
Andrew Branson
2014-09-09
Replaced int sysKey Item identifier with UUID, which is now portable.
Andrew Branson
2014-08-28
pull master devs
ogattaz
2014-06-30
Separated modifying Lookup methods into LookupManager, which is only
Andrew Branson
2014-06-25
Validate module resources to schema. Die if module resource import
Andrew Branson
2014-06-11
Separate PredefinedStepContainers for Agents and Items (and Server Item)
Andrew Branson
2014-06-05
LDAP refactored behind interfaces. All functions of LDAP now hidden
Andrew Branson
2014-05-15
Introduced 'Layer' attribute to allow overriding of descriptions. Desc
Andrew Branson
2014-05-08
Agent now extends Item, so they can have workflows. All traces of the
Andrew Branson
2014-04-11
Remove description editing workflows from the kernel - they have been
Andrew Branson
2014-04-04
Module XML now supports a workflowVer attribute for the Item element. If
Andrew Branson
2014-04-02
ResourceImportHandler interface to allow custom <Resource> types or
Andrew Branson
2014-03-06
Module resources get a 'Module' property set when they belong to a
Andrew Branson
2014-02-26
Properties extended as ObjectProperties, which can return any Object,
Andrew Branson
2014-01-23
Refactored Resource into a new ResourceLoader interface, which allows
Andrew Branson
2013-12-12
Properties preserve and respect the PropertyDescription 'isMutable'
Andrew Branson
2013-11-18
3.0-SNAPSHOT (Will be first open source version)
Andrew Branson
2013-08-02
Module resources can specify version number, which overrides the default
Andrew Branson
2013-07-23
Support for schemaName and schemaVersion in Event
Andrew Branson
2013-06-25
More intelligent import of module resources. If resources or outcomes
Andrew Branson
2013-04-03
XMLDiff report makes more sense if the arguments are (old, new).
Andrew Branson
2013-01-31
Added ViewName field to Event. Filled in with the Viewpoint name if
Andrew Branson
2012-12-14
Use XMLUnit XML Diff to compare system resources, for compatibility with
Andrew Branson
2012-11-26
Write console port to server item even if it's been automatically
Andrew Branson
2012-07-30
Introduce Module.debug property to enable editing workflows on module
Andrew Branson
2012-07-06
Modules serialize with Castor. Just about to remove the parsing.
Andrew Branson
2012-06-19
Refactor modules
Andrew Branson
2012-06-14
Move module imports into Bootstrap thread.
Andrew Branson
2012-05-30
Initial Maven Conversion
Andrew Branson