- Apr 10, 2016
-
-
Rick Herrick authored
-
Rick Herrick authored
-
- Apr 08, 2016
-
-
Mark M. Florida authored
Fixed function name.
-
- Mar 30, 2016
-
-
Rick Herrick authored
-
Rick Herrick authored
deployToTomcat task. Added some common ignore templates.
-
- Mar 29, 2016
-
-
Mike McKay authored
-
- Mar 28, 2016
-
-
Justin Cleveland authored
-
Mark M. Florida authored
Adding files for Admin UI spawning: tabs.js for overall rendering of tabbed interfaces, panel.js for rendering individual panel elements, jquery.dataAttr.js for reconciling jQuery's .data object and [data-] element attributes, table.js for (somewhat) easier rendering of table data from an array (rows) of arrays (cells); refactored spawn.js to use best option as the main function; added methods for chainable element spawner.
- Mar 27, 2016
-
-
Rick Herrick authored
Made data source and Hibernate configurations populate from services.properties. Moved ORM configuration into DatabaseConfig and removed XML configuration file.
-
- Mar 24, 2016
-
-
Mike McKay authored
-
Rick Herrick authored
- Mar 22, 2016
-
-
Rick Herrick authored
Added DicomSCPApi to use Spring REST controller instead of restlet, updated DicomSCPManager to support required calls. Refactored XNAT support into abstract base class. Updated XnatWebAppInitializer to use plugin instead of module.
-
- Mar 21, 2016
-
-
Rick Herrick authored
-
Mike McKay authored
-
- Mar 19, 2016
-
-
Rick Herrick authored
-
- Mar 18, 2016
-
-
Rick Herrick authored
-
- Mar 17, 2016
-
-
Mark M. Florida authored
XNAT-4140 - Refactored scriptEditor.js and added hooks to Scrips.vm to allow loading another script in the currently open editor, which will allow a different version of the script being edited to be loaded on-the-fly.
-
- Mar 16, 2016
-
-
Rick Herrick authored
Added support for multipart form resolver, as well as the multipart configuration for the DispatcherServlet.
-
- Mar 15, 2016
-
-
Rick Herrick authored
-
- Mar 09, 2016
-
-
Mike Hodge authored
-
- Mar 07, 2016
-
-
Rick Herrick authored
Moved SwaggerConfig operations into WebConfig and fixed paths on Swagger resource handlers. Moved UsersApi and related classes into users subpackage. Fixed timeout cookie. Moved InstanceSettings.xml to InstanceSettings.xml.sample and put InstanceSettings.xml into the .gitignore file. Updated some dependency versions.
-
- Mar 05, 2016
-
-
Mark M. Florida authored
Performance improvements to Spawner™ spawn.js and $.spawn.js with new methods - spawn.element() and spawn.plus(); Chainable element generator - XNAT.element().div().p('Content'); Specific methods for individual elements - XNAT.element.tag('Content'); These need more testing before widespread usage.
-
- Mar 02, 2016
-
-
Mike Hodge authored
-
Mike Hodge authored
-
- Feb 29, 2016
-
-
Mike Hodge authored
-
- Feb 28, 2016
-
-
Rick Herrick authored
-
- Feb 26, 2016
-
-
Mike Hodge authored
-
- Feb 24, 2016
-
-
Rick Herrick authored
Downgraded Jackson version to 2.6.5 to address compatibility issue with Spring 4.2.4.RELEASE (Jackson 2.7 is not supported until Spring 4.3).
-
- Feb 23, 2016
-
-
Rick Herrick authored
Added session timeout back to web.xml, removed from session event publisher. Added back in missing Spring Security filter chain from move to initializer. Added missing Xalan dependency for security. Added @PreDestroy method for DICOM SCP manager.
-
- Feb 22, 2016
-
-
Rick Herrick authored
Moved initializer and root config classes to initialization package to remove change of double-scanning. Fixed a few other items.
-
Rick Herrick authored
-
Rick Herrick authored
Fixed issue where initializing templatized DICOM file namer broke Turbine/Velocity initialization. Added initial delay to prearchive rebuild task.
-
- Feb 19, 2016
-
-
Rick Herrick authored
-
Mike McKay authored
-
John Flavin authored
-
- Feb 18, 2016
-
-
Justin Cleveland authored
-
Justin Cleveland authored
XNAT-3863 - Develop support for Interface Themes, XNAT-3940 - Develop a themes subdirectories helper utility, XNAT-3941 - Store theme parameter in application context for all other pages to access
-