Tags: HenriRabalais/Loris
Tags
[LorisForm] Fixing the loris form '0' emptying issue (aces#2781) $this->form->addRule("value", "Required", 'required'); sets the 'required fail' when the user submits a value of "0", because empty($value) is true for 0. This updates the code to explicitly check for the empty string to detect no input, and avoids PHP's empty() function for validation.
Revert "[MRI Violated scans] Have the minc file linked to brainbrowse… …r (Redmine 10928) (aces#2219)" (aces#2794) This reverts commit 1bf483f. The addition of the parameter "minc_location" parameter added by this commit introduces a severe security hole, where user input is getting passed directly to the PHP passthru command.
[Data Release] Initial Data Release help content (aces#2400) * Updating Help schema to include Data Release help content * Patch to include help content for Data Release * Updating 16.1 to 17.0 release patch
Imaging Uploader: Inverted the condition for throwing the error when … …checking for the new naming convention: Redmine 10849 (aces#2142) * Imaging Uploader: Inverted the condition for throwing the error when checking for the new naming convention. It was incorrect.
PreviousNext