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
/
ModuleManager.java
Age
Commit message (
Expand
)
Author
2014-09-09
Replaced int sysKey Item identifier with UUID, which is now portable.
Andrew Branson
2014-06-05
LDAP refactored behind interfaces. All functions of LDAP now hidden
Andrew Branson
2014-05-14
Removed unnecessary ItemProxy casts after removal of EntityProxy
Andrew Branson
2014-04-09
Merge module properties as the loading order is established, so that
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-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-04-03
Fix bug in shuffling
Andrew Branson
2013-02-04
Move server startup script execution to the end of the item registration
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-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