summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-11Commented out ItemHTTPServerAndrew Branson
2012-07-06Remove XML parsing from module processing, use Castor unmarshallingAndrew Branson
instead. Create module item with collection of imported Items and module XML registered as an outcome.
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-07-02Removed persistency of VertexOutlineCreator - containing subclassesAndrew Branson
should set this. Fixed persistency of GTimeStamp Fixed CompActOutcome not showing when loaded
2012-06-29Pull remaining graph GUI components into cristal-guiAndrew Branson
2012-06-26More GUI refactoringAndrew Branson
2012-06-26Refactored GUI into separate moduleAndrew Branson
2012-06-22Eclipse metadata delete againAndrew Branson
2012-06-22Support workflows on module resourcesAndrew Branson
2012-06-22Modules and entitycreation support Aggregations, collection propertiesAndrew Branson
and class identifiers
2012-06-22Alternate placement of slot labels to be more readable.Andrew Branson
2012-06-22getItem now works on any Path object, so it's compatible withAndrew Branson
Path.getChildren()
2012-06-22Alternate placement of slot labels to be more readable.Andrew Branson
2012-06-19Refactor modulesAndrew Branson
Support workflows on module resources
2012-06-14Ignore actual clc filesAndrew Branson
2012-06-14Remove eclipse project settings from repoAndrew Branson
2012-06-14Debugging. For some reason separating the return from the unmarshallingAndrew Branson
stopped a strange threading issue.
2012-06-14Move module imports into Bootstrap thread.Andrew Branson
2012-06-14ModuleExceptionAndrew Branson
2012-06-14Remove eclipse project files from repoAndrew Branson
2012-06-14Added project metadataAndrew Branson
2012-06-14Created ModuleExceptionAndrew Branson
2012-06-04Removed ref to internal mozilla undef. javax.script should now returnAndrew Branson
null instead.
2012-06-04Untrack conf files and add examples to avoid conflicts.Andrew Branson
2012-06-04Create source jarAndrew Branson
2012-05-31Cleanup bin & add eclipse launch configurationsAndrew Branson
2012-05-30Remove old top DN settings for compatibility with latest jldap libAndrew Branson
(maybe)
2012-05-30The *.txt ignore seems to be recursiveAndrew Branson
2012-05-30Missing txt resourcesAndrew Branson
2012-05-30Extra fileAndrew Branson
2012-05-30Ant build file no longer needed :(Andrew Branson
2012-05-30Auto set classpath in eclipse for generated source. Requires buildAndrew Branson
helper plugin.
2012-05-30Initial Maven ConversionAndrew Branson
2012-05-02Cleanup login error console. Added Jython.Andrew Branson
2012-05-02Outcome form robustnessAndrew Branson
2012-04-26Cleanup and annotation2.3.1Andrew Branson
2012-04-26History cachingAndrew Branson
Changed EntityProxy.getObject to return a null locked History object so it could be cached. Change every instance where a transaction based History is required so it is created directly instead of loaded from storage.
2012-04-26Script fixesAndrew Branson
2012-03-30Cache RemoteMaps if they are not related to a transactionAndrew Branson
2012-03-30Outcome field help panel hiding worksAndrew Branson
2012-03-28Migrate from BSF to javax.script. Update Mozilla Rhino JS engine.Andrew Branson
Removed some 'auto-generated' comments from intentionally blank methods. Other whitespace/comment cleanup.
2012-03-16changelogabranson
2012-03-13Added DependencyDescriptionabranson
2012-03-13Added DependencyDescriptionabranson
2012-03-13Imply 'Name' property on instantiation if not explicity declaredabranson
2012-03-13Fix NPE when key doesn't existabranson
2012-03-13Removed redundant fields from Event: AgentCentre and Typeabranson
2012-03-13Imply 'Name' property on instantiation if not explicity declaredabranson
2012-03-13More efficient DOM handling, getField() utility method for scriptsabranson
2012-03-13addMember methods return new CollectionmMemberabranson