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
/
module
Age
Commit message (
Expand
)
Author
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-25
Validate module resources to schema. Die if module resource import
Andrew Branson
2014-06-05
Moved old entitycreation package from the predefined step package to a
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-14
Removed unnecessary ItemProxy casts after removal of EntityProxy
Andrew Branson
2014-04-11
Remove description editing workflows from the kernel - they have been
Andrew Branson
2014-04-09
Merge module properties as the loading order is established, so that
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-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-06-27
Removed CERN schema 'BreakApart' property
Andrew Branson
2013-06-25
More intelligent import of module resources. If resources or outcomes
Andrew Branson
2013-06-24
Set agent in module scripts to either current user or system.
Andrew Branson
2013-05-17
Force order of imports to make sure roles and agents are in before
Andrew Branson
2013-05-17
Add Role management support to module, instead of just creating one if
Andrew Branson
2013-04-03
Fix bug in shuffling
Andrew Branson
2013-02-08
Logging and exception cleanup
Andrew Branson
2013-02-04
Move server startup script execution to the end of the item registration
Andrew Branson
2013-02-04
Cleanup module import log messages
Andrew Branson
2012-11-30
Report module dependency shuffling in log
Andrew Branson
2012-11-26
Clean up module exception.
Andrew Branson
2012-11-26
Fixes #84
Andrew Branson
2012-11-09
Validate module xml against schema before unmarshalling. Fixes #82
Andrew Branson
2012-07-12
Formatting and cleanup
Andrew Branson
2012-07-12
Suspend transition now can carry an optional 'Errors' outcome where
Andrew Branson
2012-07-06
Remove XML parsing from module processing, use Castor unmarshalling
Andrew Branson
2012-07-06
Modules serialize with Castor. Just about to remove the parsing.
Andrew Branson
2012-06-22
Modules and entitycreation support Aggregations, collection properties
Andrew Branson
2012-06-19
Refactor modules
Andrew Branson