- Sep 14, 2016
-
-
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.
-
Mark M. Florida authored
-
Rick Herrick authored
status code, handle exception from XSync plugin correctly.
-
Rick Herrick authored
"merge" of the changes in the dicomedit-migration branch.
-
Rick Herrick authored
-
Mark M. Florida authored
XNAT-4400: Changed checkboxes to switchboxes on initial setup page; enhancements to XNAT.spawner for spawning via JS (will be documented); input value syntax that will get other data on submission (used to populate email recipients for notifications from admin email during initial setup); fixed comment syntax on 'xnat.tag' file (JSP template).
-
Mark M. Florida authored
XNAT-4505, XNAT-4500, XNAT-3869, XNAT-1365, XNAT-277 (partial): Major refactoring of Investigators UI on project add/edit pages.
-
- Sep 08, 2016
-
-
Rick Herrick authored
XNAT-4378 XNAT-4301 Fixed the serialization config to suppress null values, hiding password, etc. Validated user create for REST APIs. Fixed broken plugin registry.
-
Mike McKay authored
XNAT-4424 Fixed timing of alias token expiration by doing everything through Hibernate instead of direct database queries.
-
Mike McKay authored
-
- Sep 07, 2016
-
-
Rick Herrick authored
functional.
-
Mike McKay authored
-
Rick Herrick authored
functions. Cleaned up user class to prevent marshalling of passwords, but handle incoming password values properly. Separated create and update methods. Made error reporting more robust.
-
Will authored
XNAT-4325: Added an Admin UI panel for setting site-wide alerts. Also optimized appearance and positioning of site-wide alerts and the warning bar.
-
Rick Herrick authored
Jiggered the app info bean to carry path info instead of injecting directly into filter bean. Used this to create open URL matchers to test if users are permitted to access particular site config values. Added test for missing properties to return 404 when values are requested for non-existent properties.
-
- Sep 06, 2016
-
-
Rick Herrick authored
invalidate user sessions. Fixed investigator initialization error. Fixed password handling for new user operations.
-
Rick Herrick authored
XNAT-4301 XNAT-4394 XNAT-4500 Added @XnatMixIn class mapping processing to RootConfig. Cleaned up User class to ignore properties we don't want to see. Adjusted ResultSet processing to fix investigator API error.
-
- Sep 02, 2016
-
-
Mike Hodge authored
-
- Sep 01, 2016
-
-
Rick Herrick authored
XNAT-4394 Updated investigators API to include projects on which investigator is PI or associate investigator.
-
Mark M. Florida authored
XNAT-4400: remove egregious padding around form panels in xmodal dialogs; allow disabling of labels for 'panel.element' widgets (label: false, or label: "")
-
Mark M. Florida authored
XNAT-4286: Menu was not updating after creating new investigator (fixed); changed namespace to match file name and XAPI URI ('investigators' instead of 'investigatorData').
-
Mark M. Florida authored
-
Mark M. Florida authored
XNAT-4400: Changed checkboxes in Site Admin to new "switchbox" widget (panel.input.switchbox); stripped colon prefix from spawner elements' [data-name] attribute; other minor fixes and improvements to ui elements.
-
Mark M. Florida authored
XNAT-4286: Total re-do of set/create investigator UI. New investigator window is now an xmodal dialog.
-
- Aug 31, 2016
-
-
Mark M. Florida authored
-
- Aug 30, 2016
-
-
Mark M. Florida authored
-
Mike McKay authored
XNAT-4479 prevented update user page from having inaccurate error message by adding siteConfig to the context.
-
Rick Herrick authored
-
Mike Hodge authored
XNAT-4493: File uploader should be configurable to have either HTML or text results returned and display appropriately
-