- Sep 22, 2016
-
-
Rick Herrick authored
-
- Sep 21, 2016
-
-
Rick Herrick authored
Checked for allowDataDeletion ahead of template population. If true, don't populate template because you don't want to restore those values.
-
Mark M. Florida authored
XNAT-4242: Validation type that would *optionally* allow empty fields, would instead *require* them to be empty.
-
- Sep 20, 2016
-
-
Rick Herrick authored
-
Mike McKay authored
-
Mark M. Florida authored
XNAT-4242: Form validation methods seem to be working well, but errors are only highlighted - form submission is not blocked; updated Site Admin YAML with validation hooks.
-
- Sep 19, 2016
-
-
Mike McKay authored
-
Mike McKay authored
XNAT-4463 Added message in cases where no project owners have valid emails. Hacked the UI to show this as an error message using Will's string contains hack. Hopefully we can get a better way to handle message type soon.
-
Mike McKay authored
XNAT-4463 Made PAR requests not fail when one project owner had an invalid email (also prevented similar failures on PAR acceptance/denial).
-
- Sep 16, 2016
-
-
Rick Herrick authored
-
Rick Herrick authored
-
Rick Herrick authored
XNAT-4516 Added better task tracking and logging to initializating task executor, added automated completion and execution tracking, logging and messaging. Broke view creation/update code into stand-alone initializing task. Added check for table that gets updated so that queries don't error out.
-
Charlie Moore authored
-
drm authored
-
drm authored
-
Mark M. Florida authored
XNAT-4399, XNAT-277: Fixed transformation of table cell content; added links to projects of which investigators are PIs.
-
- Sep 15, 2016
-
-
Mark M. Florida authored
XNAT-4399, XNAT-4242, XNAT-277, XNAT-1365: added hooks for validation and fixed some validation methods; updated codeEditor to handle read-only code blocks (for use in plugin inspector); added UI for managing investigators; improvements to table.dataTable widget for plugin registry and investigator tables.
-
Rick Herrick authored
text/plain content type or ambiguation with multiple return types.
-
Mark M. Florida authored
XNAT-4518, XNAT-4520: included missing scripts on Noninteractive.vm template; checkboxes (and switchboxes) can use 1/0 for checked/unchecked as well as true/false.
-
Will authored
-
Mike McKay authored
-
Rick Herrick authored
plugins to initialize before running scan with Swagger init.
-
Mike McKay authored
XNAT-4520 Converted old 0/1 boolean properties to t/f when bringing them in to make the requireLogin property work correctly after 1.6 to 1.7 upgrade.
-
Rick Herrick authored
when cloning the repo with different character encoding. Replaced ad hoc implementation with commons-lang3 method.
-
- Sep 14, 2016
-
-
Rick Herrick authored
initialization to anon service. Fixed error in initialization.
-
Mike McKay authored
XNAT-4519 Prevented guest user from being given owner/member/collaborator access to a project through project page or xapi.
-
Mike McKay authored
XNAT-4519 Fixed cases where wrong user permissions were being checked, preventing the admin from removing project access.
-
Mike McKay authored
-
- Sep 13, 2016
-
-
Mark M. Florida authored
XNAT-4400: added attributes to DICOM SCP elements for easier identification and value checking; consolidated redundant functions; improvements to XNAT.table methods.
-
Rick Herrick authored
XNAT-4382 Moved HTTP message converters to separate bean instantiations so they can be picked up by plugins. Moved plugin configuration instantiation to servlet mapping.
-
Mark M. Florida authored
XNAT-4242, other: Added cron syntax validation, date comparison validation needs work but isn't really used anywhere yet; DICOM SCP 'enabled' checkboxes are now switchboxes; other minor tweaks and cleanup
-
- Sep 12, 2016
-
-
Mark M. Florida authored
-
Will authored
-
Rick Herrick authored
XNAT-4499 XNAT-4509 XNAT-4516 Added environment to XnatAppInfo to support flexible properties (specifically xnat.is-primary-node setting). Added property helper methods as well. Added StringHttpMessageConverter to allow returning strings as XML, JSON, etc.
-
Mark M. Florida authored
XNAT-4512, XNAT-4400: Dialog for displaying plugin info is now only code editor dialog that's disabled; added options for 'noData' and 'error' messages for 'table.dataTable' widget; added ability to transform table cells with an 'apply' property; also added replacement of '__VALUE__' string in HTML with the actual value for the cell.
-
- Sep 10, 2016
-
-
Mike Hodge authored
XNAT-4507, XNAT-4508: Fix missing variables in automation and wrong div showing when no event handlers
-
Mark M. Florida authored
XNAT-4378, XNAT-4400: Installed plugins can be viewed on "Manage Plugins" tab of Site Admin - JSON from '/xapi/plugins/pluginId' can be viewed in a dialog; added helper labels for switchbox elements ('onText' and 'offText' properties in the YAML); updates to codeEditor and dataTable functions.
-
- Sep 09, 2016
-
-
Mike Hodge authored
XNAT-4510: Fix for upload additional file links doesn't display if there are site-level event handlers
-
Rick Herrick authored
XNAT-4301 Fixed permissions on user API. Tried to fix intermittent concurrent modification error in SecureResource.
-