summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/utils
AgeCommit message (Collapse)Author
2013-02-28Memory-only cluster storage for testing.Andrew Branson
Test properties file.
2013-02-28RemoveNonStrongRefCache, as it didn't add anything to Map.Andrew Branson
2013-02-14Give module namespace in text resource load log.Andrew Branson
2013-02-13getAllTextResources finds all matching in kernel and modulesAndrew Branson
getAllBaseURLs returns all modules and kernel findTextResource searches kernel first - no overriding
2013-02-13Log header changed from c2kernel to CRISTAL for clarityAndrew Branson
2013-02-04Import cleanupAndrew Branson
2013-01-25I AM A GOLDEN GOD OF I18NAndrew Branson
2013-01-24Fix crash when module ResourceURL is invalidAndrew Branson
2012-12-18Added optional WeakCache to hold fewer ClusterStorage objects in memory.Andrew Branson
Enabled with Storage.useWeakCache property. Useful for large imports and other operations that involve accessing a large number of items over a short period.
2012-11-09Create proper constructor for Schema.Andrew Branson
2012-11-09Hanging open bufferAndrew Branson
2012-11-09Tidy up CastorXMLUtility. adding new mappings is now private, to helpAndrew Branson
lock down the kernel mappings.
2012-08-22Rename clashing parameter namesAndrew Branson
2012-08-03Logging and error message clean-upAndrew Branson
Logger.debug(String) now deprecated so they're easier to spot when left in.
2012-07-06Modules serialize with Castor. Just about to remove the parsing.Andrew Branson
CastorXMLUtility is now a static member of gateway. Domain specific instances can be used by domain applications, but the maps do not interfere with the kernel.
2012-06-29Pull remaining graph GUI components into cristal-guiAndrew Branson
2012-06-26More GUI refactoringAndrew Branson
2012-06-19Refactor modulesAndrew Branson
Support workflows on module resources
2012-05-30Initial Maven ConversionAndrew Branson