zmagod
|
b56913cc87
|
refactor
|
2016-12-12 16:21:38 +01:00 |
|
zmagod
|
9f1e436623
|
limits max size of all uploaded files at the one time [fixes SCI-740]
|
2016-12-07 09:02:04 +01:00 |
|
Luka Murn
|
b1b095910c
|
Merge pull request #309 from Ducz0r/lm-remove-unused-files
Brace for impact...
|
2016-11-25 10:00:29 +01:00 |
|
Matej Zrimšek
|
1db926101d
|
Minor refactoring.
|
2016-11-23 10:48:43 +01:00 |
|
Matej Zrimšek
|
6bc2603157
|
Fixed tutorial overlay unexpectedly blurring the screen when not running the tutorial. [fixes SCI-707]
|
2016-11-23 10:36:09 +01:00 |
|
Zmago Devetak
|
0f3db56a74
|
Merge pull request #311 from ZmagoD/zd_SCI_716
load comments after edit step [fixes SCI-716]
|
2016-11-23 09:14:57 +01:00 |
|
zmagod
|
8d7285ce7c
|
load comments after edit step [fixes SCI-716]
|
2016-11-22 14:39:08 +01:00 |
|
Oleksii Kriuchykhin
|
d7aa155860
|
Disable keyboard navigation in tutorial [SCI-703]
|
2016-11-22 14:14:42 +01:00 |
|
Oleksii Kriuchykhin
|
be59b85d3b
|
Added additional checks for tutorial steps [SCI-703]
|
2016-11-22 13:55:23 +01:00 |
|
Oleksii Kriuchykhin
|
cc86ff268f
|
Reload page after exit from tutorial [SCI-703]
|
2016-11-22 13:49:57 +01:00 |
|
mz3944
|
c5bc3a4dc6
|
Merge pull request #303 from mz3944/mz_and_new_tutorial_steps_SCI_571_v2
Added additional tutorial step for showing protocol link. Tutorial st…
|
2016-11-21 16:06:45 +01:00 |
|
Oleksii Kriuchykhin
|
d6f5f6b9bf
|
Changes default behaviour for absolute urls in Quill [SCI-684]
|
2016-11-21 14:18:08 +01:00 |
|
Luka Murn
|
f5795f5516
|
Remove unused assets & helpers
|
2016-11-18 11:30:03 +01:00 |
|
Matej Zrimšek
|
f13cc5be0e
|
Added additional tutorial step for showing protocol link. Tutorial steps 1-3 are now completelly handled in JS and not in HTML (preferred way).
|
2016-11-17 18:03:49 +01:00 |
|
Luka Murn
|
26d04b1f3c
|
Merge branch 'rich-text-formatting' into 'master'
Conflicts:
Gemfile.lock
app/assets/stylesheets/themes/scinote.scss
|
2016-11-17 16:39:33 +01:00 |
|
Luka Murn
|
9d3685f872
|
Merge branch 'gamification' into 'master'
Conflicts:
app/controllers/users/invitations_controller.rb
app/controllers/users/settings_controller.rb
|
2016-11-17 16:30:18 +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 |
|
Matej Zrimšek
|
92d990a715
|
Code for tutorial function steps parameter reformatted. Deleted Git merging line.
|
2016-11-17 14:46:04 +01:00 |
|
Matej Zrimšek
|
0e97bfc002
|
Refactored and added back button for tutorial for steps 21-22. Minor tutorial function renaming and docs update.
|
2016-11-17 14:46:04 +01:00 |
|
Matej Zrimšek
|
c64146904a
|
Refactored and added back button for tutorial for steps 19-20. Updated tutorial steps count.
|
2016-11-17 14:46:04 +01:00 |
|
Matej Zrimšek
|
47c1308ba6
|
Refactored and added back button for tutorial for step 18. Tutorial function now also works with one page step.
|
2016-11-17 14:46:04 +01:00 |
|
Matej Zrimšek
|
00ed91e856
|
Refactored and added back button for tutorial for steps 16-17. Tutorial now exits upon page leave.
|
2016-11-17 14:46:04 +01:00 |
|
Matej Zrimšek
|
bfe7c19f93
|
Refactored and added back button for tutorial for steps 14-15.
|
2016-11-17 14:46:04 +01:00 |
|
Matej Zrimšek
|
4ee7baabec
|
Enriched tutorial function description.
|
2016-11-17 14:46:04 +01:00 |
|
Matej Zrimšek
|
33c96c9eee
|
Refactored and added back button for tutorial for steps 12-13.
|
2016-11-17 14:46:04 +01:00 |
|
Matej Zrimšek
|
0687153eb8
|
Minor tutorial refactoring.
|
2016-11-17 14:46:04 +01:00 |
|
Matej Zrimšek
|
f4206ea3d0
|
No warning popup is shown when running tutorial.
|
2016-11-17 14:46:04 +01:00 |
|
Matej Zrimšek
|
3f8d3d5939
|
Refactored and added back button for tutorial for steps 6-11.
|
2016-11-17 14:46:04 +01:00 |
|
Matej Zrimšek
|
74e58b044f
|
Tutorial refactored using one method, for steps 1-5.
|
2016-11-17 14:46:04 +01:00 |
|
Matej Zrimšek
|
0d133ff32e
|
Refactoring and added back buttons for tutorial steps 1-5.
|
2016-11-17 14:46:04 +01:00 |
|
Luka Murn
|
d1701bd7ae
|
Merge pull request #276 from Ducz0r/lm-sci-637
Automatically resize textarea elements [SCI-637]
|
2016-11-17 09:58:36 +01:00 |
|
Luka Murn
|
a3bbf94643
|
Add a smart_text_area tag & implement it throughout application
This fixes the mentioned issues @mlorb mentioned.
Closes SCI-637.
|
2016-11-16 17:57:01 +01:00 |
|
Oleksii Kriuchykhin
|
d2e29935cf
|
Improved tutorial styling [SCI-685]
|
2016-11-16 15:44:06 +01:00 |
|
okriuchykhin
|
43b85ac5c2
|
Merge pull request #293 from okriuchykhin/ok_SCI_670
Fix project canvas interactivity in the tutorial [SCI-670]
|
2016-11-16 11:32:13 +01:00 |
|
Luka Murn
|
83160a487b
|
Fix importer so it supports rendering & importing rich text format
Closes SCI-674.
|
2016-11-15 16:57:53 +01:00 |
|
Oleksii Kriuchykhin
|
410837e6cf
|
Fix project canvas interactivity in the tutorial [SCI-670]
|
2016-11-15 16:53:20 +01:00 |
|
Luka Murn
|
263244ad83
|
Reload whole page after user is invited from team invite users modal
Closes SCI-664.
|
2016-11-15 16:21:32 +01:00 |
|
mlorb
|
b0b2484fdf
|
Merge pull request #279 from mlorb/ml_sci_638_vol2
Fix validation problems for rich text fields [SCI-638]
|
2016-11-11 12:37:02 +01:00 |
|
Mojca Lorber
|
4d681bb63c
|
change strip html function
|
2016-11-11 12:34:57 +01:00 |
|
zmagod
|
59f7bdb54e
|
hide flash after 5 sec [fixes SCI-660]
|
2016-11-11 12:30:48 +01:00 |
|
Mojca Lorber
|
3b7af3e66c
|
fix validation logic
|
2016-11-11 11:42:16 +01:00 |
|
Oleksii Kriuchykhin
|
b9f982ead7
|
Additional steps added to tutorial and numbering of the steps fixed [SCI-571]
|
2016-11-11 10:07:34 +01:00 |
|
Oleksii Kriuchykhin
|
d2491a18a4
|
Tutorial Save Protocol step added [SCI-571]
|
2016-11-11 10:06:18 +01:00 |
|
Luka Murn
|
b42922d32c
|
Add autosize functionality to all textareas
Closes SCI-637
|
2016-11-11 09:09:41 +01:00 |
|
Luka Murn
|
55f9633d1d
|
Add jQuery.autosize plugin
|
2016-11-11 09:09:41 +01:00 |
|
Luka Murn
|
acd8ce8932
|
Merge pull request #270 from Ducz0r/lm-sci-644
Convert all large text input fields into text areas (10000 characters)
|
2016-11-11 09:07:25 +01:00 |
|
Luka Murn
|
0e065026bd
|
Closes SCI-648
|
2016-11-10 16:18:17 +01:00 |
|
Mojca Lorber
|
ab0879e8d6
|
Integrate library with default settings
|
2016-11-09 13:09:53 +01:00 |
|
Luka Murn
|
b246853117
|
Code styling (use link_to, %w)
|
2016-11-08 16:43:25 +01:00 |
|
Luka Murn
|
55d8fea359
|
Make all comment edit fields textareas
|
2016-11-08 11:29:55 +01:00 |
|