- Jul 20, 2016
-
-
Rick Herrick authored
XNAT-2429 XNAT-4201 XNAT-4423 Massive refactoring of libraries to get rid of split into root and application contexts. Moved lots of initialization from autowired fields to autowired constructors. Added method to create DICOM SCP instances without specifying ID since ID is now generated and provided. Fixed broken login on su operations.
-
Justin Cleveland authored
-
- Jul 19, 2016
-
-
Justin Cleveland authored
-
Justin Cleveland authored
-
Justin Cleveland authored
-
Justin Cleveland authored
-
Mark M. Florida authored
XNAT-4421, XNAT-4422: tabs without groups now render properly; table rows are now properly appended to an existing table.
-
- Jul 16, 2016
-
-
Mark M. Florida authored
XNAT-4400, XNAT-4399: corrected stupidity in spawn.js changes; allow tabs to spawn without groups (madness!); changed method names of data tables and lists in panels to panel.dataTable and panel.dataList; some refactoring of XNAT.table methods - now subsequent rows will not contain more cells than previous rows.
-
- Jul 15, 2016
-
-
Mark M. Florida authored
XNAT-4142: script editor now works in all browsers; added "Script Label" column to listing and set label to copy id if left blank in the editor;
-
Mike Hodge authored
-
Rick Herrick authored
-
Mike Hodge authored
-
- Jul 14, 2016
-
-
Mark M. Florida authored
-
Mark M. Florida authored
-
- Jul 13, 2016
-
-
Mike McKay authored
-
Rick Herrick authored
XNAT-4327 Removed additional code that set CSRF token. All token sets should now be done only in session event publisher at the point when the session is actually created.
-
drm authored
-
drm authored
-
Mike McKay authored
-
drm authored
-
Mark M. Florida authored
XNAT-4399, XNAT-4400: Tables can be easily populated with a url - XNAT.table.dataTable('/data/url').table; form panels can use submission method from data-method attribute; tab layout can not be specified in config object (rather than just through a JavaScript variable).
-
- Jul 12, 2016
-
-
Justin Cleveland authored
-
Rick Herrick authored
XNAT-4405 Added WWW-Authenticate to headers when non-interactive agent calls data URI. This lets non-preemptive basic auth work properly.
-
Justin Cleveland authored
-
Justin Cleveland authored
-
Mike Hodge authored
XNAT-4357 - Fix IE JavaScript issue in file uploader plus improvements to drag and drop and other minor uploader fixes/improvements
-
- Jul 11, 2016
-
-
Mike Hodge authored
Minor refactoring of persistent and automation events. Better event listener exception handling and reporting. EventClass annotation is now an NRG processed annotation. Fix null Python scripting engine issue
-
- Jul 08, 2016
-
-
Justin Cleveland authored
Uncommented the line adding a method attribute to a Spawner form element
-
Mark M. Florida authored
XNAT-4268: set window.loggedIn variable to true in popup templates - the user must be logged in to view the popup anyway.
-
Mark M. Florida authored
-
- Jul 07, 2016
-
-
Justin Cleveland authored
-
Mark M. Florida authored
This reverts commit e81ae59b.
-
Mark M. Florida authored
-
Rick Herrick authored
XNAT-4346 XNAT-4330 Changed AbstractXnatRestApi to AbstractXapiRestController. Fixed logic in permissions check that broke certain saved searches.
-
Mark M. Florida authored
XNAT-4399: updates for XNAT.table widget and new XNAT.ui.panel.data.table widget; also fixes for sorting.
-
Mark M. Florida authored
-
- Jul 06, 2016
-
-
Justin Cleveland authored
XNAT-4248 - passwordExpirationType should be a set of radio buttons, plus calendar date picker and style changes to support V&P icons
-
Mike McKay authored
-