- 12 Dec, 2016 1 commit
-
-
RyanHerb authored
Missing crossdomain headers were prevent some features of the javascript segmenter from functionning. This should resolve those issues
-
- 09 Dec, 2016 4 commits
-
-
With the new server some queries are a little bit longer than other, so an extended timeout length might be needed.
-
Some timeouts were hard-coded with a value that existed as a global variable.
-
Mathieu Giraud authored
Thanks for @mikael-s for discovering this bug
-
Mathieu Giraud authored
This usually occurs on a fresh install without 'make germline'. Fixes #1667.
-
- 08 Dec, 2016 4 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
Fix #2052
-
HERBERT Ryan authored
fcgiwrap is required for the vidjil CGIs to work in the browser. Now it will be installed automatically
-
HERBERT Ryan authored
-
- 07 Dec, 2016 7 commits
-
-
HERBERT Ryan authored
the get_info_dict method had an incorrect variable name and was breaking the sample_set/index page for runs
-
HERBERT Ryan authored
-
HERBERT Ryan authored
The default redirect for non-admin users is now set to the new sample_set list with type=patient
-
HERBERT Ryan authored
-
HERBERT Ryan authored
One of the logging calls indicated that the loaded list was of runs regardless of the type.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 06 Dec, 2016 5 commits
-
-
Mikaël Salson authored
@tydax solved #2045 with 7c97c416. Here we make sure that a regression won't happen.
-
-
-
Mikaël Salson authored
Just provide the syntax for information, but the default proxy is fine. Moreover we update the URL to a one which is currently working. Spotted thanks to @tydax.
-
Mathieu Giraud authored
Discussion with @mikael-s, @aurelBZH and @RyanHerb: The same menu entry was previously used to open/save different sample sets.
-
- 05 Dec, 2016 1 commit
-
-
Mikaël Salson authored
-
- 02 Dec, 2016 3 commits
-
-
HERBERT Ryan authored
-
HERBERT Ryan authored
There was a reference to the type variable in the view, although the type variable had been replaced a few commits ago.
-
HERBERT Ryan authored
Added missing parameter to request when sorting the sample_set list
-
- 01 Dec, 2016 8 commits
-
-
Mikaël Salson authored
Discussed in #2003. The e-value depends on the number of (segmented) representatives, not the total number of clones.
-
Mikaël Salson authored
This is used in the cloneDB.cgi to ensure unicity in a same sample
-
Mikaël Salson authored
-
Previous error was present twice in config urls
-
-
passing the helper to the view instead of the type in order to call some helper functions from the view. Notably to fix the add button which only worked for generic.
-
-
Due to a length check in the wrong place, the button for incrementing the page number was not appearing
-
- 29 Nov, 2016 7 commits
-
-
HERBERT Ryan authored
-
HERBERT Ryan authored
In order to be able to indicate whether another page is available, we query one more item than we would like to display. Therefore we need to filter out this last element.
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-