- May 19, 2016
-
-
Mark M. Florida authored
-
- May 18, 2016
-
-
Mark M. Florida authored
-
- May 17, 2016
-
-
Mark M. Florida authored
Site setup sets initialized:true before closing the modal dialog; site setup functions moved to /scripts/xnat/app/siteSetup.js; more reliable Spawner widget method lookup - won't freak out if it can't find a method for your widget; session timer works on JSP pages and, get this... DOESN'T USE YUI ANYMORE; enhancements to xmodal dialogs - add 'keep' class to prevent destruction of modal elements when triggering a .close; probably some other stuff...
-
- May 16, 2016
-
-
Mark Florida authored
-
Mark M. Florida authored
-
Mark M. Florida authored
-
Rick Herrick authored
-
Rick Herrick authored
-
Rick Herrick authored
read zip uploads.
-
Rick Herrick authored
Converted security to mostly use Java config to allow injection of preferences during initialization. Fixed scheduler issues.
-
- May 15, 2016
-
-
Mark M. Florida authored
-
Mark Florida authored
- May 14, 2016
-
-
Rick Herrick authored
Added default settings for database connection pooling. Fixed issue with illegal characters in site-admin-elements.yaml.
-
Mark Florida authored
-
Mark M. Florida authored
-
Mark M. Florida authored
Fixed saving of spawner element data on /page/admin/spawner page. Rearranged order of arguments passed to .fail() method returned from XNAT.xhr.request() calls to match .done() - this is different than jQuery, but jQuery's standard .fail() method is still available at .$fail(). Other minor changes.
-
Rick Herrick authored
pooling control to xnat-conf.properties.
-
- May 13, 2016
-
-
Mark Florida authored
-
Mark M. Florida authored
-
Mark M. Florida authored
-
Mark M. Florida authored
-
Mark M. Florida authored
-
Mark M. Florida authored
Many many updates: CSS changes to change appearance of tabs and buttons; shuffling of YUI css and image files; initial setup page is ready; multi-form submit is less annoying... etc...
-
Rick Herrick authored
-
- May 12, 2016
-
-
Mark M. Florida authored
-
Mark M. Florida authored
Added rootUrl() to form action attributes; changed lookupObjectValue() calls to lookupValue() to avoid string parsing issues; added some form submission methods to XNAT.xhr.
-
Justin Cleveland authored
-
Justin Cleveland authored
-
Justin Cleveland authored
-
Rick Herrick authored
-
Rick Herrick authored
-
Rick Herrick authored
-
Rick Herrick authored
Updated init check to check for whether the siteUrl is initialized. If it's not, system is assumed to be uninitialized.
-
Mark M. Florida authored
Added <textarea> panel element; improved handling of values that are looked up from a javascript object.
-
Mike McKay authored
Readded some changes of Flavin's that got lost and updated them to match new way of doing permissions. The relevant xnat_builder_1_6dev changesets are a05e3e5, b9b32dd, and a5d40e9.
-
Mike McKay authored
XNATX-428 Readded fix that got lost in move to 1.7 for issue with the calendar that caused multiple modals to be spawned in visits and protocols.
-
Rick Herrick authored
Removed old version REST API, added new buildInfo call in siteConfig, added build plugin to retrieve git repo info and build number.
-
Mark M. Florida authored
Conflicts: src/main/webapp/scripts/xnat/url.js
-
Mark M. Florida authored
Changed value/object lookup syntax to '??' - if an input value starts with '??' the following expression will be evaluated to get the value
-