Oleksii Kriuchykhin
da7e86c7c2
Fix save/delete buttons after updating datatable and added permissions check [SCI-712]
2016-12-06 13:22:26 +01:00
Oleksii Kriuchykhin
f6dd64772a
Add columns to samples table without page reload [SCI-712]
2016-12-06 13:22:26 +01:00
Oleksii Kriuchykhin
40db8310fd
Move code to sample_datatable.js and removed unused modal [SCI-712]
2016-12-06 13:22:26 +01:00
Oleksii Kriuchykhin
22dabd2177
Added form for adding new columns to samples table into dropdown [SCI-712]
2016-12-06 13:17:05 +01:00
Oleksii Kriuchykhin
94866e8994
Initial code commit for samples columns dropdown [SCI-712]
2016-12-06 13:16:05 +01:00
Mojca Lorber
849f78b4df
implement reordering of columns in the samples table and change from local to database storage
2016-12-05 11:34:36 +01:00
zmagod
83aae59eed
adds sample groups index page
2016-12-02 09:33:09 +01:00
Luka Murn
84d0cf4620
Use rails helpers as per @ZmagoD's request
2016-11-30 09:48:57 +01:00
zmagod
a2e13441e5
removes create_sample_type modal and related js actions
2016-11-30 09:02:34 +01:00
zmagod
5c0b2d7b24
init sample_types page
2016-11-29 08:57:12 +01:00
Luka Murn
9f998d6fed
Add an environmental variable to toggle version display in navbar
...
The variable is called NAVBAR_SHOW_VERSION. If not specified,
it defaults to the current behavior (version is hidden on
production, but visible on development & test environments).
2016-11-28 10:52:17 +01:00
zmagod
9d91d2ce28
adds new samples columns dropdown [fixes SCI-698]
2016-11-25 17:29:30 +01:00
Matej Zrimšek
c8eb82cc85
Fixed tutorial step numbers and changed getting next page reference on protocols page.
2016-11-17 14:46:04 +01:00
Luka Murn
04749c3b2c
Allow inviting of existing, unconfirmed users
...
Closes SCI-676.
2016-11-15 15:04:31 +01:00
Luka Murn
b246853117
Code styling (use link_to, %w)
2016-11-08 16:43:25 +01:00
Luka Murn
9438ba7e10
Fix a bug
2016-11-08 09:00:00 +01:00
Luka Murn
9260ed31f3
Add Deface hooks to main navbar
2016-11-07 16:57:18 +01:00
Luka Murn
a188984ede
Allow strings of modal to be replaced
2016-11-07 09:43:10 +01:00
Luka Murn
6fe0d6b3df
A working invite modal!
2016-11-07 09:43:10 +01:00
Luka Murn
ccf8932611
Add first version of invite users modal
2016-11-07 09:43:09 +01:00
zmagod
24b81c96f6
sets current_organization_id if no current_organization is available for current_user, hides separator if only one team present [fixes SCI-608]
2016-10-24 21:20:41 +02:00
Luka Murn
b13fd22408
Add back the release notes URL to navbar
...
Closes SCI-604
2016-10-24 16:59:32 +02:00
zmagod
49d3879642
fixes padding on mobile, added separator on team switch dropdown, focus search input
2016-10-21 11:46:59 +02:00
zmagod
c642e208dd
styled global team switch and search [fixes SCI-593]
2016-10-21 09:33:18 +02:00
zmagod
f21c9e394f
adds new team button to team switch dropdown [fixes SCI-586]
2016-10-20 13:47:41 +02:00
zmagod
8a6899aeea
restyled team switch dropdown
2016-10-17 15:21:19 +02:00
zmagod
a116feac9c
fixed typos and added truncation to org name
2016-10-17 15:21:19 +02:00
zmagod
8f24d0d80c
fixed new user registration
2016-10-17 15:10:26 +02:00
zmagod
d7f514db09
fixes search
2016-10-17 15:10:26 +02:00
zmagod
efe031d766
setup current_organization in all controllers
2016-10-17 15:10:26 +02:00
zmagod
d86a4dd311
setup global team switch view and controller action
2016-10-17 15:10:26 +02:00
Matej Zrimšek
ece89da391
Removed ruby constants duplicates in JS, because of caching problems.
2016-10-17 11:57:47 +02:00
Matej Zrimšek
0780bd2416
Ruby constants are now automatically available in JS. Refactoring was needed.
2016-10-17 11:57:37 +02:00
Matej Zrimšek
a3dfb59558
Added remaining constants.
2016-10-17 11:30:05 +02:00
Matej Zrimšek
21ec05d541
Refactored searches (user and globals earch) and used constants.
2016-10-17 11:17:59 +02:00
Luka Murn
5c80c8a817
Add "no notifications" to dropdown & notifications index page
2016-10-05 16:58:21 +02:00
Luka Murn
877574e853
Add link to settings from both notification lists
2016-10-05 16:26:26 +02:00
Oleksii Kriuchykhin
083a09c2f7
Add link to notifications index page
2016-10-05 16:13:05 +02:00
zmagod
5bf278298b
fixed navbar on sceens smaller than 1000px
2016-10-05 12:22:27 +02:00
Luka Murn
61cb9651c7
Merge pull request #188 from biosistemika/global-notifications
...
Global notifications
2016-10-04 08:30:50 +02:00
zmagod
e1a1b93d44
fixed migrations
2016-09-29 14:49:58 +02:00
Matej Zrimšek
a6324d61c5
Fixed wrong CSS formatting, added release notes link to help links, and links now open in new tab.
2016-09-29 14:27:26 +02:00
zmagod
cab1e9b521
start implement toolbar view
2016-09-28 16:03:52 +02:00
Matej Zrimšek
fc86b7b1fd
Added help dropdown. [SCI-13]
2016-09-23 12:52:38 +02:00
mlorb
587369e7a6
Merge pull request #152 from mlorb/ml_sci_428
...
fixes responsiveness on mobile phone for sample view [SCI-428]
2016-09-15 12:11:48 +02:00
Mojca Lorber
a9029e0928
fixes responsiveness on mobile phone for sample view
2016-09-14 11:08:40 +02:00
zmagod
65383f1824
fixes sidebar expanded elements when adding new experiments [fixes SCI-342]
2016-09-13 13:09:57 +02:00
zmagod
ac7ac95da8
[fixes SCI-332]
2016-09-01 10:38:20 +02:00
zmagod
e8f971829a
added project to session storage
2016-08-31 15:13:17 +02:00
zmagod
b05c3df4d3
adds toggle id only to elements with modules
2016-08-31 10:25:40 +02:00
Mojca Lorber
4a5d720724
change position of overview and samples
2016-08-25 11:19:53 +02:00
jbargu
180efac87b
Merge pull request #92 from jbargu/jg_exp_overview_navbar_sci_353
...
Show whole tree structure for experiment in sidebar
2016-08-24 11:50:39 +02:00
Jure Grabnar
e60533af57
Add whole tree structure for experiment
...
SCI-353 #close
2016-08-24 10:47:30 +02:00
Jure Grabnar
a41d851830
Fix secondary navigation for experiment level (overview)
2016-08-24 08:54:02 +02:00
Zmago Devetak
4897e2da0c
Merge pull request #68 from ZmagoD/zd_SCI_330
...
Zd sci 330
2016-08-18 08:10:20 +02:00
zmagod
ca0ba1403d
set flask icon to experiment [fixes SCI-330]
2016-08-17 14:17:29 +02:00
zmagod
8d69ca0b88
adds active class to experiment name in sidebar [fixes SCI-331]
2016-08-17 11:21:48 +02:00
Zmago Devetak
4bd489d29c
Merge pull request #46 from ZmagoD/zd_SCI_303
...
update sidebar v2 [fixes SCI-303]
2016-08-08 08:56:01 +02:00
zmagod
9c5c4f0a3a
Merge branch 'zd_SCI_44' of https://github.com/ZmagoD/scinote-web into ZmagoD-zd_SCI_44
2016-08-05 15:23:01 +02:00
zmagod
45dac782ca
update sidebar [fixes SCI-303]
2016-08-03 16:09:45 +02:00
zmagod
caa80642c0
[fixes SCI-304], [fixes SCI-37]
2016-08-03 09:34:10 +02:00
zmagod
9581e2751f
fixes samples page for experiment level [fixes SCI-44]
2016-08-02 08:44:07 +02:00
Luka Murn
4d57479cf9
Remove comment
...
Closes SCI-38.
2016-07-29 16:40:42 +02:00
Luka Murn
8a2b54819a
More fixes on secondary navigation
2016-07-29 16:20:35 +02:00
Luka Murn
bed8687dbd
Remove some unused commented code
2016-07-29 16:08:30 +02:00
Luka Murn
b085aa1db3
Remove uneccesary project_activities HTML pages
2016-07-29 16:06:35 +02:00
Luka Murn
ed2226c14b
Refactor sidebar
2016-07-29 15:58:47 +02:00
Luka Murn
34af50a9d0
Fix breadcrumbs & sidebar so it works
2016-07-29 15:47:41 +02:00
Luka Murn
edafcaeed6
Move route module_archive_project -> module_archive_experiment
...
Also add some new routes, move some templates.
2016-07-29 10:25:02 +02:00
Luka Murn
1ad265835b
Move route canvas_project -> canvas_experiment
2016-07-29 10:08:28 +02:00
zmagod
352944fc33
added new/edit experiment modals
2016-07-28 14:44:44 +02:00
zmagod
9d23cfd940
fixed experiment routes
2016-07-28 11:30:34 +02:00
zmagod
c11932b45b
fixed layout
2016-07-28 11:00:56 +02:00
zmagod
d16c0fe706
fixed edit canvas
2016-07-28 10:09:05 +02:00
zmagod
54c4051906
added canvas under experiments
2016-07-28 09:01:44 +02:00
zmagod
a17106b883
added experiments controller and fixed sidebar
2016-07-27 16:18:26 +02:00
Luka Murn
076b67620f
Migration GitLab -> GitHub
2016-07-21 13:11:15 +02:00
Luka Murn
055298fee8
Initial commit.
2016-02-12 16:52:43 +01:00