Jure Grabnar
|
77743fd489
|
Add simple functions
Still missing SLOPE and e
|
2016-09-13 09:46:21 +02:00 |
|
Jure Grabnar
|
fa3515d2eb
|
Add formulas to reports
|
2016-09-13 09:46:21 +02:00 |
|
Jure Grabnar
|
3b364be70b
|
Add formulas to steps tables
|
2016-09-13 09:44:17 +02:00 |
|
Jure Grabnar
|
5c88bdeeae
|
Add formulas for readonly results tables
|
2016-09-13 09:44:17 +02:00 |
|
Jure Grabnar
|
e096f936f9
|
Add formulas to results
|
2016-09-13 09:44:17 +02:00 |
|
Jure Grabnar
|
e5b2f29b42
|
Add libraries for HoT formulas
|
2016-09-13 09:44:17 +02:00 |
|
Matej Zrimšek
|
af8ab3e081
|
Fixed step's checklist items editing (items not multiplying and new item insertion always at bottom) [fixes SCI-427]. Improved step/result comment GUI [SCI-446].
|
2016-09-12 16:55:46 +02:00 |
|
Luka Murn
|
ed72996523
|
Bump version to 1.2.3
|
2016-09-08 15:37:32 +02:00 |
|
Zmago Devetak
|
e27ee06151
|
Merge pull request #144 from ZmagoD/description-len
set experiment description to 255
|
2016-09-08 14:40:23 +02:00 |
|
zmagod
|
1b31f8827d
|
set experiment description to 255
|
2016-09-08 14:35:52 +02:00 |
|
Zmago Devetak
|
1368716aa0
|
Merge pull request #130 from ZmagoD/zd_SCI_348
project overview - updating (or creating new) experiment details
|
2016-09-08 12:49:35 +02:00 |
|
mlorb
|
f4029a04fd
|
Merge pull request #142 from mlorb/ml_sci_415
fixes navbar size when resizing window [SCI-415]
|
2016-09-08 12:46:36 +02:00 |
|
Matej Zrimšek
|
6eca3661bf
|
Some JS error refactoring and accordingly updated error rendering when experiment description is too long.
|
2016-09-08 12:43:31 +02:00 |
|
Mojca Lorber
|
0435011fee
|
fixes hound
|
2016-09-08 12:43:30 +02:00 |
|
Mojca Lorber
|
302a777615
|
fixes button collision
|
2016-09-08 12:37:06 +02:00 |
|
zmagod
|
faed0500c7
|
set move and clone permissions to also validate the user on the organizational level [fixes SCI-372]
|
2016-09-08 09:23:29 +02:00 |
|
Mojca Lorber
|
4c66ca6f80
|
fixes navbar size when resizing window
|
2016-09-08 09:17:58 +02:00 |
|
Luka Murn
|
00cc8f7e55
|
Merge pull request #137 from mz3944/mz_spoof_checking_exceptions_fix
Removed header checking and added office file types grouping exceptio…
|
2016-09-07 14:22:30 +02:00 |
|
Matej Zrimšek
|
40355dcc97
|
If file is recognized as office file, it's allowed to be any office file type.
|
2016-09-07 14:04:11 +02:00 |
|
Matej Zrimšek
|
f4d4977457
|
Removed header checking and added office file types grouping exceptions when checking file spoofing [fixes SCI-418]
|
2016-09-07 13:04:18 +02:00 |
|
Luka Murn
|
0c1759c15a
|
Merge pull request #135 from Ducz0r/lm-sci-397
Resize archived experiment panels
|
2016-09-07 11:14:53 +02:00 |
|
mz3944
|
d3a3dd4428
|
Merge pull request #138 from mz3944/mz_result_edit_and_name_length_check_fix
Fixed result file deletion and result name updating [fixes SCI-409]. …
|
2016-09-07 11:07:23 +02:00 |
|
mz3944
|
5f446ab1f0
|
Merge pull request #134 from mz3944/mz_delete_step_file_fix
Fixes files deletion when rails worker is running [fixes SCI-411] and…
|
2016-09-07 11:00:50 +02:00 |
|
zmagod
|
d92597ac30
|
styled dottel line in sidebar [fixes SCI-340]
|
2016-09-07 09:01:40 +02:00 |
|
zmagod
|
d482dff2e6
|
adds label to current project in clone experiment modal [fixes SCI-341]
|
2016-09-07 08:26:36 +02:00 |
|
zmagod
|
487d3e18f4
|
fixed moved experiment thumbnail [fixes SCI-410]
|
2016-09-07 07:55:45 +02:00 |
|
Matej Zrimšek
|
b0ad6d0753
|
Fixed result file deletion and result name updating [fixes SCI-409]. Fixed step name and checklists names and its items names checking, and items removing [fixes SCI-407].
|
2016-09-06 23:26:00 +02:00 |
|
zmagod
|
daa144ce7c
|
added missing bracket
|
2016-09-06 11:57:03 +02:00 |
|
zmagod
|
856d226946
|
fixed move experiment form error duplication
|
2016-09-06 11:48:56 +02:00 |
|
zmagod
|
a5a24c7610
|
clear unused variable
|
2016-09-06 11:46:28 +02:00 |
|
zmagod
|
b672d85405
|
fixed error message duplication
|
2016-09-06 11:46:28 +02:00 |
|
zmagod
|
b44a284b54
|
sets edit experiment validation
|
2016-09-06 11:46:28 +02:00 |
|
zmagod
|
9d469f9092
|
sets front end validation for new experiment modal [fixes SCI-348]
|
2016-09-06 11:44:03 +02:00 |
|
zmagod
|
de6c03a73b
|
setup experiment modal input validation
|
2016-09-06 11:44:03 +02:00 |
|
Zmago Devetak
|
9440371f3f
|
Merge pull request #131 from ZmagoD/zd_SCI_400
Sets front end validation for experiment move action [fixes SCI-400]
|
2016-09-06 11:39:38 +02:00 |
|
zmagod
|
c526cab498
|
removed commented code
|
2016-09-06 11:38:02 +02:00 |
|
mlorb
|
f0e28b90a0
|
Merge pull request #133 from mlorb/ml_sci_415
minimize buttons on mobile phone [SCI-415]
|
2016-09-06 11:26:32 +02:00 |
|
Luka Murn
|
bda5120548
|
Resize archived experiment panels
Closes SCI-397.
|
2016-09-06 10:55:05 +02:00 |
|
Matej Zrimšek
|
9fb30c7661
|
Fixes files deletion when rails worker is running [fixes SCI-411] and fixes picture's style files deletion.
|
2016-09-06 10:40:01 +02:00 |
|
Mojca Lorber
|
47983812e7
|
minimize buttons on mobile phone
|
2016-09-06 10:10:49 +02:00 |
|
Zmago Devetak
|
1a19753df9
|
Merge pull request #128 from ZmagoD/zd_SCI_105
Trim long words in reports [fixes SCI-105]
|
2016-09-06 10:10:06 +02:00 |
|
zmagod
|
a7b6135b2f
|
cleared console.log
|
2016-09-06 10:08:32 +02:00 |
|
Luka Murn
|
81883911c4
|
Merge pull request #132 from Ducz0r/lm-sci-228
Updates to invite users to team modal window
|
2016-09-05 15:53:15 +02:00 |
|
mlorb
|
aea288371f
|
Merge pull request #129 from mlorb/ml_sci_310
adds tasks, experiment and project category in protocol search results [SCI-310]
|
2016-09-05 15:31:35 +02:00 |
|
Luka Murn
|
1d8600b39f
|
Fix bug when inviting existing users onto teams
Closes SCI-228
|
2016-09-05 14:52:56 +02:00 |
|
mz3944
|
50e0c26e89
|
Merge pull request #125 from mz3944/mz_removed_avatar_upload_popop_sci_399
Popup for preventing page leaving when uploading avatar fixed [fixes SCI-399]
|
2016-09-05 11:49:04 +02:00 |
|
Mojca Lorber
|
6a802e9fa7
|
fixes redirection to project page for all categories in search results
|
2016-09-05 11:40:49 +02:00 |
|
Luka Murn
|
ff6a4c11c0
|
Update README.md buildpacks info
|
2016-09-05 11:22:58 +02:00 |
|
Mojca Lorber
|
740392c687
|
optimization
|
2016-09-05 10:58:37 +02:00 |
|
zmagod
|
667fb67052
|
sets front end validation for experiment move action [fixes SCI-400]
|
2016-09-02 16:31:17 +02:00 |
|