| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-14 | Add mCurrentUser property for logged in client processes. | Andrew Branson | |
| 2013-02-13 | getAllTextResources finds all matching in kernel and modules | Andrew Branson | |
| getAllBaseURLs returns all modules and kernel findTextResource searches kernel first - no overriding | |||
| 2013-02-13 | Log header changed from c2kernel to CRISTAL for clarity | Andrew Branson | |
| 2013-02-13 | Global catch in Script extended to all Throwables. | Andrew Branson | |
| 2013-02-13 | Removed isServer boolean - implied by AbstractMain.runningAsWrapper | Andrew Branson | |
| 2013-02-08 | Logging and exception cleanup | Andrew Branson | |
| 2013-02-04 | Import cleanup | Andrew Branson | |
| 2013-02-04 | Move server startup script execution to the end of the item registration | Andrew Branson | |
| for that module. | |||
| 2013-02-04 | Cleanup module import log messages | Andrew Branson | |
| 2013-02-04 | Write Import outcomes directly to storage. | Andrew Branson | |
| Add optional timestamp override to Import. If missing, defaults to now. | |||
| 2013-02-04 | Cleanup timestamp exception | Andrew Branson | |
| 2013-01-31 | Added ViewName field to Event. Filled in with the Viewpoint name if | Andrew Branson | |
| specified in the Activity properties, making it possible to derive previous states of the Viewpoint. Closes #96 Cleanup outcome storing code. Throw an exception if SchemaType filled in and outcome is empty. | |||
| 2013-01-25 | I AM A GOLDEN GOD OF I18N | Andrew Branson | |
| 2013-01-25 | Fix unsynchronized gap between check and retrieve of memcache object. | Andrew Branson | |
| 2013-01-24 | Signal stopping to the wrapper manager | Andrew Branson | |
| 2013-01-24 | LDAP search by property. Returns EntityPaths though. | Andrew Branson | |
| 2013-01-24 | Fix crash when module ResourceURL is invalid | Andrew Branson | |
| 2013-01-14 | Correct ORB properties for hostname and port IOR config | Andrew Branson | |
| 2012-12-18 | Added 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-12-14 | Use XMLUnit XML Diff to compare system resources, for compatibility with | Andrew Branson | |
| XMLDBs that may not return lexigraphically identical documents | |||
| 2012-12-14 | Do Schema parsing in the Schema object rather than the Validator | Andrew Branson | |
| 2012-11-30 | Report module dependency shuffling in log | Andrew Branson | |
| 2012-11-26 | Removed old cmdline switched from usage() | Andrew Branson | |
| 2012-11-26 | Clean up module exception. | Andrew Branson | |
| Merge circular module dependency check with unmet check, earlier in the process. | |||
| 2012-11-26 | Fail more gracefully if the Workflow version wasn't supplied | Andrew Branson | |
| 2012-11-26 | List of current cluster types for use by storage implementations | Andrew Branson | |
| 2012-11-26 | Write console port to server item even if it's been automatically | Andrew Branson | |
| generated. | |||
| 2012-11-26 | Fixes #84 | Andrew Branson | |
| 2012-11-09 | Validate module xml against schema before unmarshalling. Fixes #82 | Andrew Branson | |
| 2012-11-09 | Create proper constructor for Schema. | Andrew Branson | |
| 2012-11-09 | Hanging open buffer | Andrew Branson | |
| 2012-11-09 | Tidy up CastorXMLUtility. adding new mappings is now private, to help | Andrew Branson | |
| lock down the kernel mappings. | |||
| 2012-11-09 | Deprecate old overly generic query method in anticipation of the new | Andrew Branson | |
| ones. | |||
| 2012-11-09 | Don't throw exception for missing script version unless the name doesn't | Andrew Branson | |
| parse as a 'lang:' statement. Fixes #81 | |||
| 2012-08-28 | Simplify execute method signature | Andrew Branson | |
| 2012-08-22 | Rename clashing parameter names | Andrew Branson | |
| 2012-08-22 | Replace deprecated Xerces DOM to XML serialisation with DOM3 LS. | Andrew Branson | |
| Refactor all to use the Outcome.serialize static method. | |||
| 2012-08-20 | Remembered why Steve used an IntegerWrapper - so the int would be | Andrew Branson | |
| mutable. Just return the int instead. | |||
| 2012-08-03 | Logging and error message clean-up | Andrew Branson | |
| Logger.debug(String) now deprecated so they're easier to spot when left in. | |||
| 2012-08-01 | LDAP properties: Integer port and support for generating secure admin | Andrew Branson | |
| passwords for embedded LDAP servers. | |||
| 2012-07-30 | Predefined steps audit, including new steps for collection management | Andrew Branson | |
| Fixes #19 | |||
| 2012-07-30 | Remove RelationshipUtils. Move getIsComposite method into Aggregation | Andrew Branson | |
| where it is used. Separate slot adding from member assignment in Aggregation. | |||
| 2012-07-30 | Introduce Module.debug property to enable editing workflows on module | Andrew Branson | |
| resources. | |||
| 2012-07-30 | Remove 'IntegerWrapper' and just use the java one instead. | Andrew Branson | |
| 2012-07-25 | Use Maven resource filtering for version string | Andrew Branson | |
| Cleanup warnings Rename demo instance to 'local' as cristal-dev now defines a server | |||
| 2012-07-25 | Example file updates | Andrew Branson | |
| Allow full path to clc Remove cristal-dev dependency | |||
| 2012-07-19 | Clean-up predefined steps | Andrew Branson | |
| 2012-07-13 | New property 'Breakpoint' in Activity. If set to true, the workflow will | Andrew Branson | |
| not proceed automatically past that activity after COMPLETE or DONE transitions, but will instead wait for PROCEED or SKIP. AUTOSTART removed. Now composite activities autostart, while atomic ones don't. closes #30 | |||
| 2012-07-12 | Formatting and cleanup | Andrew Branson | |
| 2012-07-12 | Suspend transition now can carry an optional 'Errors' outcome where | Andrew Branson | |
| client processes can record the reason for the suspension. Errors XML is marshalled ErrorInfo. UserCodeProcess automatically sends fatal ErrorInfos through suspend jobs. Job API added to to support all this. fixes #23 | |||
