- 21 Mar, 2018 40 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
Prevents the form from expanding if the filename is too long.
-
Ryan Herbert authored
Redirects the user to the list of sample types they most likely came from when adding files.
-
Ryan Herbert authored
since we are phasing out the use of patient/run/generic ids in favour of sample_set_ids. See #2978
-
Ryan Herbert authored
the upload form manager was referencing the id for the pre_process field that it used to have when we had one pre_process field per sample. See #3073
-
Ryan Herbert authored
allows us to set a minimum amount of tokens required within a token_container, preventing deletion of any more tokens if the min amount has been reached. See #3045
-
Ryan Herbert authored
moves the file fields back up to the beginning of the form since the jstree will not longer cause so much distortion.
-
Ryan Herbert authored
makes it clearer that the user can click a button to select a file from jstree
-
Ryan Herbert authored
since the refactor, we don't want to destroy jstree or hide it when changing sources. We simply want to hide the file selection indicator
-
Ryan Herbert authored
instead of having an instance of jstree for each file form, we can share the instance in a popup window. This is a step towards #2208 See #3044
-
Ryan Herbert authored
introduces the modal css class to allows the use of modal windows outside the context of info and data containers.
-
Ryan Herbert authored
we don't really need it anymore since we only have the one form for add and edit.
-
Ryan Herbert authored
This fixes a bug with the display of one of the file fields when swapping to "computer" mode after having added an extra file form.
-
Ryan Herbert authored
They're going to expand and move things around a fair amount so putting them on the right should make the form easier to use. See #3046
-
Ryan Herbert authored
instead of just plain width, so our form elements can expand.
-
Ryan Herbert authored
-
Ryan Herbert authored
it doesn't look very good.
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
less vertical space, more inline things. See #3046
-
Ryan Herbert authored
Place sets field at the end of the form. since it can expand a lot, we don't want other fields to move around as a consequence. See #3046
-
Ryan Herbert authored
a single space will suffice and a double space is more difficult to correctly identify.
-
Ryan Herbert authored
only if they are defined.
-
Ryan Herbert authored
-
Ryan Herbert authored
makes use of JQuery methods rather than javascript attributes. This allows us to override all display attributes and css.
-
Ryan Herbert authored
-
Ryan Herbert authored
add height to token_input and form_control classes. Allows for our forms to look more uniform.
-
Ryan Herbert authored
replace the set selector label with a placeholder
-
Ryan Herbert authored
-
Ryan Herbert authored
with changes to the highlighter, the strong characters indicating the matching substring was broken.
-
Ryan Herbert authored
rather than displaying 'generic'
-
Ryan Herbert authored
if we are enabling file fields when changing the file source, we need to display the correct amount of pre_process fields
-
Ryan Herbert authored
See #2963
-
Ryan Herbert authored
forces a new line.
-
Ryan Herbert authored
-
Ryan Herbert authored
float was actually causing it to behave in an unexpected manner. and remove duplicate clear rule.
-
Ryan Herbert authored
set autocompletion displays actual tokens that will be inserted
-
Ryan Herbert authored
It served a purpose but caused some strange visual effect.
-
Ryan Herbert authored
replaces fieldsets with divs and removes many legends in order to save space by eliminating the border of the fieldset. also removes some labels and displays form elements inline.
-