mumuki-laboratory 9.0.2 → 9.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (173) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/mumuki_laboratory/application/codemirror.js +10 -2
  3. data/app/assets/javascripts/mumuki_laboratory/application/discussions.js +49 -8
  4. data/app/assets/javascripts/mumuki_laboratory/application/faqs.js +14 -4
  5. data/app/assets/javascripts/mumuki_laboratory/application/gamification.js +3 -3
  6. data/app/assets/javascripts/mumuki_laboratory/application/kids.js +11 -7
  7. data/app/assets/javascripts/mumuki_laboratory/application/kindergarten.js +3 -3
  8. data/app/assets/javascripts/mumuki_laboratory/application/messages.js +3 -3
  9. data/app/assets/javascripts/mumuki_laboratory/application/mu-modal-carrousel.js +4 -4
  10. data/app/assets/javascripts/mumuki_laboratory/application/multiple-files.js +18 -5
  11. data/app/assets/javascripts/mumuki_laboratory/application/multiple-scenarios.js +1 -1
  12. data/app/assets/javascripts/mumuki_laboratory/application/organization.js +32 -0
  13. data/app/assets/javascripts/mumuki_laboratory/application/primary.js +4 -4
  14. data/app/assets/javascripts/mumuki_laboratory/application/profile.js +0 -6
  15. data/app/assets/javascripts/mumuki_laboratory/application/progress.js +1 -1
  16. data/app/assets/javascripts/mumuki_laboratory/application/speech-bubble-renderer.js +1 -1
  17. data/app/assets/javascripts/mumuki_laboratory/application/submission.js +4 -3
  18. data/app/assets/javascripts/mumuki_laboratory/application/submissions-store.js +1 -1
  19. data/app/assets/javascripts/mumuki_laboratory/application/toast.js +3 -0
  20. data/app/assets/javascripts/mumuki_laboratory/application/tooltip.js +1 -1
  21. data/app/assets/javascripts/mumuki_laboratory/application/upload.js +2 -2
  22. data/app/assets/javascripts/mumuki_laboratory/application/user.js +49 -5
  23. data/app/assets/stylesheets/mumuki_laboratory/application.scss +0 -1
  24. data/app/assets/stylesheets/mumuki_laboratory/application/_errors.scss +1 -1
  25. data/app/assets/stylesheets/mumuki_laboratory/application/_layout.scss +1 -27
  26. data/app/assets/stylesheets/mumuki_laboratory/application/_modules.scss +1 -2
  27. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_activity.scss +14 -0
  28. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_avatar.scss +5 -0
  29. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_breadcrumb.scss +2 -2
  30. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_datepicker.scss +0 -4
  31. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_discussion.scss +49 -59
  32. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_editor.scss +16 -18
  33. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_exercise_assignment.scss +2 -11
  34. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_exercise_results.scss +1 -7
  35. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_faqs.scss +30 -8
  36. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_flash.scss +7 -46
  37. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_kids.scss +19 -4
  38. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_kids_results.scss +18 -23
  39. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_kindergarten.scss +1 -9
  40. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_overlap.scss +1 -1
  41. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_progress_bar.scss +5 -5
  42. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_terms.scss +3 -2
  43. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_timer.scss +1 -3
  44. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_user_menu.scss +38 -3
  45. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_user_profile.scss +1 -2
  46. data/app/controllers/application_controller.rb +4 -2
  47. data/app/controllers/discussions_messages_controller.rb +9 -3
  48. data/app/controllers/users_controller.rb +13 -0
  49. data/app/helpers/application_helper.rb +5 -5
  50. data/app/helpers/assignment_result_helper.rb +3 -2
  51. data/app/helpers/assistance_box_helper.rb +1 -1
  52. data/app/helpers/concerns/with_student_path_navigation.rb +8 -3
  53. data/app/helpers/concerns/with_student_path_navigation/continue_navigation.rb +1 -1
  54. data/app/helpers/concerns/with_student_path_navigation/finish_navigation.rb +1 -1
  55. data/app/helpers/concerns/with_student_path_navigation/next_parent_navigation.rb +7 -0
  56. data/app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb +1 -1
  57. data/app/helpers/discussions_helper.rb +64 -23
  58. data/app/helpers/editor_tabs_helper.rb +10 -6
  59. data/app/helpers/email_helper.rb +2 -2
  60. data/app/helpers/exercise_input_helper.rb +2 -3
  61. data/app/helpers/links_helper.rb +12 -9
  62. data/app/helpers/menu_bar_helper.rb +1 -1
  63. data/app/helpers/messages_helper.rb +1 -1
  64. data/app/helpers/multiple_file_editor_helper.rb +2 -1
  65. data/app/helpers/overlapped_buttons_helper.rb +22 -12
  66. data/app/helpers/profile_helper.rb +3 -3
  67. data/app/helpers/toast_helper.rb +27 -0
  68. data/app/helpers/user_activity_helper.rb +48 -0
  69. data/app/helpers/user_menu_helper.rb +24 -6
  70. data/app/views/book/show.html.erb +2 -2
  71. data/app/views/certificates/verify.html.erb +1 -1
  72. data/app/views/chapters/show.html.erb +2 -2
  73. data/app/views/discussions/_description_message.html.erb +1 -1
  74. data/app/views/discussions/_message.html.erb +32 -7
  75. data/app/views/discussions/_new_message.html.erb +13 -2
  76. data/app/views/discussions/index.html.erb +8 -10
  77. data/app/views/discussions/new.html.erb +2 -2
  78. data/app/views/discussions/show.html.erb +20 -12
  79. data/app/views/exam_registrations/show.html.erb +10 -11
  80. data/app/views/exercise_solutions/_assistant_rules_box.html.erb +1 -1
  81. data/app/views/exercise_solutions/_contextualization_results_body.html.erb +1 -1
  82. data/app/views/exercise_solutions/_contextualization_results_container.html.erb +1 -1
  83. data/app/views/exercise_solutions/_kids_results_button.html.erb +2 -2
  84. data/app/views/exercise_solutions/_results.html.erb +1 -1
  85. data/app/views/exercises/_exercise_assignment.html.erb +2 -2
  86. data/app/views/exercises/_exercise_skipped.html.erb +1 -1
  87. data/app/views/exercises/_read_only.html.erb +108 -105
  88. data/app/views/exercises/show.html.erb +7 -7
  89. data/app/views/faqs/index.html.erb +5 -1
  90. data/app/views/guides/_guide.html.erb +1 -1
  91. data/app/views/guides/_guide_container.html.erb +4 -4
  92. data/app/views/invitations/_invitation_form.html.erb +5 -4
  93. data/app/views/layouts/_authoring.html.erb +1 -1
  94. data/app/views/layouts/_discussions.html.erb +7 -7
  95. data/app/views/layouts/_kids.html.erb +5 -5
  96. data/app/views/layouts/_kindergarten.html.erb +10 -6
  97. data/app/views/layouts/_main.html.erb +10 -10
  98. data/app/views/layouts/_organizations_listing.html.erb +2 -2
  99. data/app/views/layouts/_progress_bar.html.erb +2 -0
  100. data/app/views/layouts/_submission_result_error.html.erb +1 -1
  101. data/app/views/layouts/_test_results.html.erb +1 -1
  102. data/app/views/layouts/_timer.html.erb +1 -1
  103. data/app/views/layouts/_user_menu.html.erb +13 -20
  104. data/app/views/layouts/application.html.erb +39 -42
  105. data/app/views/layouts/exercise_inputs/editors/_code.html.erb +4 -4
  106. data/app/views/layouts/exercise_inputs/editors/_free_form.html.erb +1 -1
  107. data/app/views/layouts/exercise_inputs/editors/_multiple_choice.html.erb +7 -9
  108. data/app/views/layouts/exercise_inputs/editors/_multiple_files.html.erb +10 -10
  109. data/app/views/layouts/exercise_inputs/editors/_single_choice.html.erb +6 -8
  110. data/app/views/layouts/exercise_inputs/editors/_text.html.erb +2 -3
  111. data/app/views/layouts/exercise_inputs/editors/_upload.html.erb +5 -5
  112. data/app/views/layouts/exercise_inputs/forms/_form.html.erb +1 -1
  113. data/app/views/layouts/exercise_inputs/forms/_interactive_form.html.erb +2 -2
  114. data/app/views/layouts/exercise_inputs/forms/_kids_form.html.erb +1 -1
  115. data/app/views/layouts/exercise_inputs/forms/_playground_form.html.erb +2 -2
  116. data/app/views/layouts/exercise_inputs/forms/_problem_form.html.erb +13 -9
  117. data/app/views/layouts/exercise_inputs/layouts/_input_primary.html.erb +2 -2
  118. data/app/views/layouts/exercise_inputs/layouts/_input_right.html.erb +2 -2
  119. data/app/views/layouts/exercise_inputs/read_only_editors/_code.html.erb +1 -1
  120. data/app/views/layouts/exercise_inputs/read_only_editors/_free_form.html.erb +1 -1
  121. data/app/views/layouts/exercise_inputs/read_only_editors/_multiple_choice.html.erb +4 -4
  122. data/app/views/layouts/exercise_inputs/read_only_editors/_multiple_files.html.erb +2 -2
  123. data/app/views/layouts/exercise_inputs/read_only_editors/_single_choice.html.erb +4 -4
  124. data/app/views/layouts/exercise_inputs/read_only_editors/_text.erb +1 -1
  125. data/app/views/layouts/modals/_avatar_picker.html.erb +2 -5
  126. data/app/views/layouts/modals/_guide_corollary.html.erb +4 -8
  127. data/app/views/layouts/modals/_kids_context.html.erb +7 -5
  128. data/app/views/layouts/modals/_kids_results.html.erb +2 -2
  129. data/app/views/layouts/modals/_kids_results_aborted.html.erb +2 -2
  130. data/app/views/layouts/modals/_kindergarten_context.html.erb +3 -3
  131. data/app/views/layouts/modals/_kindergarten_results.html.erb +3 -3
  132. data/app/views/layouts/modals/_kindergarten_results_aborted.html.erb +2 -2
  133. data/app/views/layouts/modals/_level_up.html.erb +2 -5
  134. data/app/views/layouts/modals/_new_message.html.erb +5 -5
  135. data/app/views/notifications/_dropdown.html.erb +3 -3
  136. data/app/views/users/_activity_indicator.html.erb +17 -0
  137. data/app/views/users/_edit_user_form.html.erb +6 -6
  138. data/app/views/users/_profile_fields.html.erb +6 -6
  139. data/app/views/users/_user_form.html.erb +2 -2
  140. data/app/views/users/activity.html.erb +37 -0
  141. data/app/views/users/certificates.html.erb +26 -24
  142. data/app/views/users/discussions.html.erb +23 -21
  143. data/app/views/users/messages.html.erb +22 -20
  144. data/app/views/users/show.html.erb +5 -3
  145. data/app/views/users/terms.html.erb +4 -2
  146. data/config/initializers/inflections.rb +3 -0
  147. data/config/routes.rb +3 -0
  148. data/lib/mumuki/laboratory.rb +1 -1
  149. data/lib/mumuki/laboratory/extensions.rb +1 -0
  150. data/lib/mumuki/laboratory/extensions/date_and_time.rb +11 -0
  151. data/lib/mumuki/laboratory/locales/en.yml +28 -2
  152. data/lib/mumuki/laboratory/locales/es-CL.yml +33 -4
  153. data/lib/mumuki/laboratory/locales/es.yml +33 -4
  154. data/lib/mumuki/laboratory/locales/pt.yml +34 -3
  155. data/lib/mumuki/laboratory/version.rb +1 -1
  156. data/spec/capybara_helper.rb +1 -0
  157. data/spec/controllers/discussions_messages_controller_spec.rb +84 -3
  158. data/spec/dummy/db/schema.rb +23 -3
  159. data/spec/features/discussion_flow_spec.rb +22 -2
  160. data/spec/features/exercise_flow_spec.rb +1 -1
  161. data/spec/features/guide_reset_spec.rb +1 -1
  162. data/spec/features/terms_flow_spec.rb +1 -2
  163. data/spec/features/user_activity_flow_spec.rb +65 -0
  164. data/spec/helpers/breadcrumbs_helper_spec.rb +2 -2
  165. data/spec/helpers/user_activity_helper_spec.rb +32 -0
  166. data/spec/helpers/with_navigation_spec.rb +36 -13
  167. data/spec/javascripts/editors-spec.js +3 -3
  168. data/spec/javascripts/kids-button-spec.js +2 -2
  169. data/spec/javascripts/upload-spec.js +8 -8
  170. metadata +133 -123
  171. data/app/assets/stylesheets/mumuki_laboratory/application/hovers.scss +0 -12
  172. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_checkboxes.scss +0 -34
  173. data/app/assets/stylesheets/mumuki_laboratory/application/modules/_guide_corollary.scss +0 -9
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-laboratory
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.0.2
4
+ version: 9.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Bulgarelli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-09 00:00:00.000000000 Z
11
+ date: 2021-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 9.0.2
33
+ version: 9.1.1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 9.0.2
40
+ version: 9.1.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: mumukit-bridge
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: '2.0'
117
+ version: '3.0'
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: '2.0'
124
+ version: '3.0'
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: muvment
127
127
  requirement: !ruby/object:Gem::Requirement
@@ -179,19 +179,19 @@ dependencies:
179
179
  - !ruby/object:Gem::Version
180
180
  version: '0.16'
181
181
  - !ruby/object:Gem::Dependency
182
- name: bootstrap-kaminari-views
182
+ name: bootstrap5-kaminari-views
183
183
  requirement: !ruby/object:Gem::Requirement
184
184
  requirements:
185
- - - ">="
185
+ - - "~>"
186
186
  - !ruby/object:Gem::Version
187
- version: '0'
187
+ version: 0.0.1
188
188
  type: :runtime
189
189
  prerelease: false
190
190
  version_requirements: !ruby/object:Gem::Requirement
191
191
  requirements:
192
- - - ">="
192
+ - - "~>"
193
193
  - !ruby/object:Gem::Version
194
- version: '0'
194
+ version: 0.0.1
195
195
  - !ruby/object:Gem::Dependency
196
196
  name: font_awesome5_rails
197
197
  requirement: !ruby/object:Gem::Requirement
@@ -427,6 +427,7 @@ files:
427
427
  - app/assets/javascripts/mumuki_laboratory/application/multiple-files.js
428
428
  - app/assets/javascripts/mumuki_laboratory/application/multiple-scenarios.js
429
429
  - app/assets/javascripts/mumuki_laboratory/application/number-counter.js
430
+ - app/assets/javascripts/mumuki_laboratory/application/organization.js
430
431
  - app/assets/javascripts/mumuki_laboratory/application/pin.js
431
432
  - app/assets/javascripts/mumuki_laboratory/application/popover.js
432
433
  - app/assets/javascripts/mumuki_laboratory/application/primary.js
@@ -438,6 +439,7 @@ files:
438
439
  - app/assets/javascripts/mumuki_laboratory/application/submissions-store.js
439
440
  - app/assets/javascripts/mumuki_laboratory/application/sync-mode.js
440
441
  - app/assets/javascripts/mumuki_laboratory/application/timer.js
442
+ - app/assets/javascripts/mumuki_laboratory/application/toast.js
441
443
  - app/assets/javascripts/mumuki_laboratory/application/tooltip.js
442
444
  - app/assets/javascripts/mumuki_laboratory/application/upload.js
443
445
  - app/assets/javascripts/mumuki_laboratory/application/user.js
@@ -454,12 +456,11 @@ files:
454
456
  - app/assets/stylesheets/mumuki_laboratory/application/_tooltip.scss
455
457
  - app/assets/stylesheets/mumuki_laboratory/application/_vendor.scss
456
458
  - app/assets/stylesheets/mumuki_laboratory/application/codemirror-themes/_mu-light.scss
457
- - app/assets/stylesheets/mumuki_laboratory/application/hovers.scss
459
+ - app/assets/stylesheets/mumuki_laboratory/application/modules/_activity.scss
458
460
  - app/assets/stylesheets/mumuki_laboratory/application/modules/_avatar.scss
459
461
  - app/assets/stylesheets/mumuki_laboratory/application/modules/_book_header.scss
460
462
  - app/assets/stylesheets/mumuki_laboratory/application/modules/_breadcrumb.scss
461
463
  - app/assets/stylesheets/mumuki_laboratory/application/modules/_certificate.scss
462
- - app/assets/stylesheets/mumuki_laboratory/application/modules/_checkboxes.scss
463
464
  - app/assets/stylesheets/mumuki_laboratory/application/modules/_console.scss
464
465
  - app/assets/stylesheets/mumuki_laboratory/application/modules/_content_show.scss
465
466
  - app/assets/stylesheets/mumuki_laboratory/application/modules/_datepicker.scss
@@ -471,7 +472,6 @@ files:
471
472
  - app/assets/stylesheets/mumuki_laboratory/application/modules/_faqs.scss
472
473
  - app/assets/stylesheets/mumuki_laboratory/application/modules/_flash.scss
473
474
  - app/assets/stylesheets/mumuki_laboratory/application/modules/_gs-board.scss
474
- - app/assets/stylesheets/mumuki_laboratory/application/modules/_guide_corollary.scss
475
475
  - app/assets/stylesheets/mumuki_laboratory/application/modules/_highlight.scss
476
476
  - app/assets/stylesheets/mumuki_laboratory/application/modules/_kids.scss
477
477
  - app/assets/stylesheets/mumuki_laboratory/application/modules/_kids_results.scss
@@ -545,6 +545,7 @@ files:
545
545
  - app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
546
546
  - app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
547
547
  - app/helpers/concerns/with_student_path_navigation/navigation.rb
548
+ - app/helpers/concerns/with_student_path_navigation/next_parent_navigation.rb
548
549
  - app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
549
550
  - app/helpers/content_view_helper.rb
550
551
  - app/helpers/contextualization_result_helper.rb
@@ -570,6 +571,8 @@ files:
570
571
  - app/helpers/progress_bar_helper.rb
571
572
  - app/helpers/progress_helper.rb
572
573
  - app/helpers/runner_assets_helper.rb
574
+ - app/helpers/toast_helper.rb
575
+ - app/helpers/user_activity_helper.rb
573
576
  - app/helpers/user_menu_helper.rb
574
577
  - app/mailers/application_mailer.rb
575
578
  - app/mailers/user_mailer.rb
@@ -701,11 +704,13 @@ files:
701
704
  - app/views/user_mailer/certificate.text.erb
702
705
  - app/views/user_mailer/no_submissions_reminder.html.erb
703
706
  - app/views/user_mailer/no_submissions_reminder.text.erb
707
+ - app/views/users/_activity_indicator.html.erb
704
708
  - app/views/users/_avatar_list.html.erb
705
709
  - app/views/users/_edit_user_form.html.erb
706
710
  - app/views/users/_profile_fields.html.erb
707
711
  - app/views/users/_term.html.erb
708
712
  - app/views/users/_user_form.html.erb
713
+ - app/views/users/activity.html.erb
709
714
  - app/views/users/certificates.html.erb
710
715
  - app/views/users/discussions.html.erb
711
716
  - app/views/users/edit.html.erb
@@ -714,6 +719,7 @@ files:
714
719
  - app/views/users/terms.html.erb
715
720
  - config/i18n-tasks.yml
716
721
  - config/initializers/form_builder.rb
722
+ - config/initializers/inflections.rb
717
723
  - config/initializers/omniauth.rb
718
724
  - config/initializers/session_store.rb
719
725
  - config/routes.rb
@@ -735,6 +741,7 @@ files:
735
741
  - lib/mumuki/laboratory/engine.rb
736
742
  - lib/mumuki/laboratory/events/events.rb
737
743
  - lib/mumuki/laboratory/extensions.rb
744
+ - lib/mumuki/laboratory/extensions/date_and_time.rb
738
745
  - lib/mumuki/laboratory/extensions/request.rb
739
746
  - lib/mumuki/laboratory/locales/datetime.es.yml
740
747
  - lib/mumuki/laboratory/locales/en.yml
@@ -848,6 +855,7 @@ files:
848
855
  - spec/features/standard_flow_spec.rb
849
856
  - spec/features/terms_flow_spec.rb
850
857
  - spec/features/topic_flow_spec.rb
858
+ - spec/features/user_activity_flow_spec.rb
851
859
  - spec/helpers/application_helper_spec.rb
852
860
  - spec/helpers/authors_helper_spec.rb
853
861
  - spec/helpers/avatar_helper_spec.rb
@@ -858,6 +866,7 @@ files:
858
866
  - spec/helpers/icons_helper_spec.rb
859
867
  - spec/helpers/page_title_helper_spec.rb
860
868
  - spec/helpers/test_results_rendering_spec.rb
869
+ - spec/helpers/user_activity_helper_spec.rb
861
870
  - spec/helpers/with_choices_spec.rb
862
871
  - spec/helpers/with_navigation_spec.rb
863
872
  - spec/javascripts/bridge-spec.js
@@ -942,138 +951,139 @@ required_rubygems_version: !ruby/object:Gem::Requirement
942
951
  - !ruby/object:Gem::Version
943
952
  version: '0'
944
953
  requirements: []
945
- rubyforge_project:
946
- rubygems_version: 2.7.6
954
+ rubygems_version: 3.1.2
947
955
  signing_key:
948
956
  specification_version: 4
949
957
  summary: Code assement web application for the Mumuki Platform.
950
958
  test_files:
951
- - spec/controllers/invitations_controller_spec.rb
952
- - spec/controllers/discussions_controller_spec.rb
953
- - spec/controllers/api_clients_controller.rb
954
- - spec/controllers/guide_progress_controller_spec.rb
955
- - spec/controllers/exercise_solutions_controller_spec.rb
956
- - spec/controllers/courses_api_controller_spec.rb
957
- - spec/controllers/exam_registrations_controller_spec.rb
958
- - spec/controllers/students_api_controller_spec.rb
959
- - spec/controllers/messages_controller_spec.rb
960
- - spec/controllers/exam_authorization_requests_controller_spec.rb
961
- - spec/controllers/confirmations_controller_spec.rb
962
- - spec/controllers/discussions_messages_controller_spec.rb
963
- - spec/controllers/users_api_controller_spec.rb
964
- - spec/controllers/chapters_controller_spec.rb
965
- - spec/controllers/certificates_controller_spec.rb
966
- - spec/controllers/organizations_api_controller_spec.rb
967
- - spec/controllers/users_controller_spec.rb
968
- - spec/evaluation_helper.rb
969
- - spec/capybara_helper.rb
970
- - spec/login_helper.rb
971
- - spec/mailers/previews/user_mailer_preview.rb
972
- - spec/mailers/user_mailer_spec.rb
959
+ - spec/helpers/exercise_input_helper_spec.rb
960
+ - spec/helpers/icons_helper_spec.rb
961
+ - spec/helpers/breadcrumbs_helper_spec.rb
962
+ - spec/helpers/email_helper_spec.rb
963
+ - spec/helpers/avatar_helper_spec.rb
964
+ - spec/helpers/application_helper_spec.rb
965
+ - spec/helpers/authors_helper_spec.rb
966
+ - spec/helpers/certificate_helper_spec.rb
967
+ - spec/helpers/page_title_helper_spec.rb
968
+ - spec/helpers/with_navigation_spec.rb
969
+ - spec/helpers/with_choices_spec.rb
970
+ - spec/helpers/user_activity_helper_spec.rb
971
+ - spec/helpers/test_results_rendering_spec.rb
973
972
  - spec/spec_helper.rb
974
- - spec/dummy/package.json
975
- - spec/dummy/bin/bundle
976
- - spec/dummy/bin/update
977
- - spec/dummy/bin/setup
978
- - spec/dummy/bin/rake
979
- - spec/dummy/bin/rails
980
- - spec/dummy/bin/yarn
981
- - spec/dummy/public/character/kibi/jump.svg
982
- - spec/dummy/public/character/kibi/context.svg
983
- - spec/dummy/public/character/kibi/success_l.svg
984
- - spec/dummy/public/character/kibi/failure.svg
985
- - spec/dummy/public/character/kibi/success2_l.svg
986
- - spec/dummy/public/character/kibi/passed_with_warnings.svg
987
- - spec/dummy/public/character/magnifying_glass/apparition.svg
988
- - spec/dummy/public/character/magnifying_glass/loop.svg
989
- - spec/dummy/public/character/animations.json
990
- - spec/dummy/public/medal/outline.svg
991
- - spec/dummy/public/error/403.svg
992
- - spec/dummy/public/error/410.svg
993
- - spec/dummy/public/error/401.svg
994
- - spec/dummy/public/error/404.svg
995
- - spec/dummy/public/error/500.svg
996
- - spec/dummy/public/error/timeout_1.svg
997
- - spec/dummy/public/error/timeout_3.svg
998
- - spec/dummy/public/error/timeout_2.svg
999
- - spec/dummy/config.ru
1000
- - spec/dummy/db/schema.rb
1001
- - spec/dummy/db/seeds.rb
1002
- - spec/dummy/config/application.rb
1003
- - spec/dummy/config/boot.rb
1004
- - spec/dummy/config/initializers/filter_parameter_logging.rb
1005
- - spec/dummy/config/initializers/cookies_serializer.rb
1006
- - spec/dummy/config/initializers/wrap_parameters.rb
1007
- - spec/dummy/config/initializers/assets.rb
1008
- - spec/dummy/config/puma.rb
973
+ - spec/login_helper.rb
1009
974
  - spec/dummy/config/environments/development.rb
1010
975
  - spec/dummy/config/environments/test.rb
1011
- - spec/dummy/config/database.yml
1012
- - spec/dummy/config/locales/en.yml
976
+ - spec/dummy/config/application.rb
1013
977
  - spec/dummy/config/secrets.yml
1014
- - spec/dummy/config/environment.rb
978
+ - spec/dummy/config/initializers/assets.rb
979
+ - spec/dummy/config/initializers/wrap_parameters.rb
980
+ - spec/dummy/config/initializers/cookies_serializer.rb
981
+ - spec/dummy/config/initializers/filter_parameter_logging.rb
1015
982
  - spec/dummy/config/spring.rb
983
+ - spec/dummy/config/boot.rb
984
+ - spec/dummy/config/database.yml
1016
985
  - spec/dummy/config/cable.yml
1017
- - spec/dummy/config/rabbit.yml
986
+ - spec/dummy/config/environment.rb
1018
987
  - spec/dummy/config/routes.rb
988
+ - spec/dummy/config/rabbit.yml
989
+ - spec/dummy/config/locales/en.yml
990
+ - spec/dummy/config/puma.rb
991
+ - spec/dummy/public/medal/outline.svg
992
+ - spec/dummy/public/error/410.svg
993
+ - spec/dummy/public/error/timeout_1.svg
994
+ - spec/dummy/public/error/timeout_2.svg
995
+ - spec/dummy/public/error/timeout_3.svg
996
+ - spec/dummy/public/error/403.svg
997
+ - spec/dummy/public/error/401.svg
998
+ - spec/dummy/public/error/404.svg
999
+ - spec/dummy/public/error/500.svg
1000
+ - spec/dummy/public/character/magnifying_glass/apparition.svg
1001
+ - spec/dummy/public/character/magnifying_glass/loop.svg
1002
+ - spec/dummy/public/character/kibi/failure.svg
1003
+ - spec/dummy/public/character/kibi/success2_l.svg
1004
+ - spec/dummy/public/character/kibi/jump.svg
1005
+ - spec/dummy/public/character/kibi/success_l.svg
1006
+ - spec/dummy/public/character/kibi/passed_with_warnings.svg
1007
+ - spec/dummy/public/character/kibi/context.svg
1008
+ - spec/dummy/public/character/animations.json
1019
1009
  - spec/dummy/Rakefile
1010
+ - spec/dummy/config.ru
1011
+ - spec/dummy/package.json
1012
+ - spec/dummy/db/seeds.rb
1013
+ - spec/dummy/db/schema.rb
1014
+ - spec/dummy/bin/bundle
1015
+ - spec/dummy/bin/update
1016
+ - spec/dummy/bin/yarn
1017
+ - spec/dummy/bin/setup
1018
+ - spec/dummy/bin/rails
1019
+ - spec/dummy/bin/rake
1020
+ - spec/evaluation_helper.rb
1021
+ - spec/capybara_helper.rb
1022
+ - spec/controllers/certificates_controller_spec.rb
1023
+ - spec/controllers/exam_authorization_requests_controller_spec.rb
1024
+ - spec/controllers/discussions_controller_spec.rb
1025
+ - spec/controllers/messages_controller_spec.rb
1026
+ - spec/controllers/chapters_controller_spec.rb
1027
+ - spec/controllers/courses_api_controller_spec.rb
1028
+ - spec/controllers/api_clients_controller.rb
1029
+ - spec/controllers/students_api_controller_spec.rb
1030
+ - spec/controllers/exercise_solutions_controller_spec.rb
1031
+ - spec/controllers/discussions_messages_controller_spec.rb
1032
+ - spec/controllers/users_controller_spec.rb
1033
+ - spec/controllers/guide_progress_controller_spec.rb
1034
+ - spec/controllers/confirmations_controller_spec.rb
1035
+ - spec/controllers/users_api_controller_spec.rb
1036
+ - spec/controllers/organizations_api_controller_spec.rb
1037
+ - spec/controllers/exam_registrations_controller_spec.rb
1038
+ - spec/controllers/invitations_controller_spec.rb
1039
+ - spec/teaspoon_env.rb
1020
1040
  - spec/api_helper.rb
1021
- - spec/features/profile_flow_spec.rb
1022
- - spec/features/not_found_public_flow_spec.rb
1023
- - spec/features/home_private_flow_spec.rb
1041
+ - spec/mailers/user_mailer_spec.rb
1042
+ - spec/mailers/previews/user_mailer_preview.rb
1043
+ - spec/features/discussion_flow_spec.rb
1044
+ - spec/features/runner_assets_spec.rb
1045
+ - spec/features/user_activity_flow_spec.rb
1046
+ - spec/features/progressive_tips_spec.rb
1047
+ - spec/features/immersive_redirection_spec.rb
1048
+ - spec/features/menu_bar_spec.rb
1024
1049
  - spec/features/login_flow_spec.rb
1050
+ - spec/features/not_found_public_flow_spec.rb
1051
+ - spec/features/profile_flow_spec.rb
1025
1052
  - spec/features/certificate_programs_flow_spec.rb
1026
- - spec/features/links_flow_spec.rb
1027
- - spec/features/complements_flow_spec.rb
1053
+ - spec/features/lessons_flow_spec.rb
1054
+ - spec/features/standard_flow_spec.rb
1055
+ - spec/features/guide_reset_spec.rb
1056
+ - spec/features/guides_flow_spec.rb
1057
+ - spec/features/disable_user_flow_spec.rb
1028
1058
  - spec/features/notifications_flow_spec.rb
1059
+ - spec/features/terms_flow_spec.rb
1029
1060
  - spec/features/topic_flow_spec.rb
1030
- - spec/features/guide_reset_spec.rb
1031
- - spec/features/menu_bar_spec.rb
1032
- - spec/features/disabled_organization_flow_spec.rb
1033
- - spec/features/dynamic_exam_spec.rb
1034
- - spec/features/standard_flow_spec.rb
1035
1061
  - spec/features/home_public_flow_spec.rb
1036
- - spec/features/chapters_flow_spec.rb
1037
- - spec/features/not_found_private_flow_spec.rb
1038
- - spec/features/immersive_redirection_spec.rb
1039
- - spec/features/terms_flow_spec.rb
1040
- - spec/features/progressive_tips_spec.rb
1041
- - spec/features/lessons_flow_spec.rb
1042
- - spec/features/disable_user_flow_spec.rb
1062
+ - spec/features/exams_flow_spec.rb
1063
+ - spec/features/home_private_flow_spec.rb
1043
1064
  - spec/features/invitations_flow_spec.rb
1044
- - spec/features/guides_flow_spec.rb
1045
- - spec/features/runner_assets_spec.rb
1046
- - spec/features/discussion_flow_spec.rb
1065
+ - spec/features/links_flow_spec.rb
1066
+ - spec/features/dynamic_exam_spec.rb
1067
+ - spec/features/not_found_private_flow_spec.rb
1068
+ - spec/features/complements_flow_spec.rb
1069
+ - spec/features/disabled_organization_flow_spec.rb
1047
1070
  - spec/features/exercise_flow_spec.rb
1048
- - spec/features/exams_flow_spec.rb
1071
+ - spec/features/chapters_flow_spec.rb
1072
+ - spec/javascripts/spec-helper.js
1073
+ - spec/javascripts/global-spec.js
1074
+ - spec/javascripts/kids-button-spec.js
1075
+ - spec/javascripts/gamification-spec.js
1049
1076
  - spec/javascripts/i18n-spec.js
1050
- - spec/javascripts/bridge-spec.js
1077
+ - spec/javascripts/sync-mode-spec.js
1051
1078
  - spec/javascripts/timeout-spec.js
1079
+ - spec/javascripts/submissions-store-spec.js
1080
+ - spec/javascripts/upload-spec.js
1052
1081
  - spec/javascripts/results-renderers-spec.js
1053
- - spec/javascripts/kids-button-spec.js
1054
- - spec/javascripts/timer-spec.js
1055
- - spec/javascripts/sync-mode-spec.js
1056
- - spec/javascripts/events-spec.js
1057
- - spec/javascripts/editors-spec.js
1058
1082
  - spec/javascripts/exercise-spec.js
1059
- - spec/javascripts/elipsis-spec.js
1060
- - spec/javascripts/upload-spec.js
1061
- - spec/javascripts/spec-helper.js
1062
- - spec/javascripts/submissions-store-spec.js
1063
- - spec/javascripts/gamification-spec.js
1064
1083
  - spec/javascripts/csrf-token-spec.js
1065
- - spec/javascripts/global-spec.js
1084
+ - spec/javascripts/editors-spec.js
1085
+ - spec/javascripts/elipsis-spec.js
1066
1086
  - spec/javascripts/speech-bubble-renderer-spec.js
1067
- - spec/teaspoon_env.rb
1068
- - spec/helpers/exercise_input_helper_spec.rb
1069
- - spec/helpers/application_helper_spec.rb
1070
- - spec/helpers/page_title_helper_spec.rb
1071
- - spec/helpers/with_navigation_spec.rb
1072
- - spec/helpers/authors_helper_spec.rb
1073
- - spec/helpers/certificate_helper_spec.rb
1074
- - spec/helpers/email_helper_spec.rb
1075
- - spec/helpers/with_choices_spec.rb
1076
- - spec/helpers/avatar_helper_spec.rb
1077
- - spec/helpers/icons_helper_spec.rb
1078
- - spec/helpers/test_results_rendering_spec.rb
1079
- - spec/helpers/breadcrumbs_helper_spec.rb
1087
+ - spec/javascripts/events-spec.js
1088
+ - spec/javascripts/bridge-spec.js
1089
+ - spec/javascripts/timer-spec.js
@@ -1,12 +0,0 @@
1
- a.text-info:hover {
2
- color: $brand-info;
3
- }
4
- a.text-warning:hover {
5
- color: $brand-warning;
6
- }
7
- a.text-danger:hover {
8
- color: $brand-danger;
9
- }
10
- a.text-success:hover {
11
- color: $brand-success;
12
- }
@@ -1,34 +0,0 @@
1
- .complementary label::after {
2
- background-color: $brand-complementary;
3
- color: white;
4
- top: 6px;
5
- }
6
-
7
- .complementary label::before {
8
- top: 6px;
9
- }
10
-
11
- .complementary-checkbox {
12
- label::after {
13
- width: 17px;
14
- height: 17px;
15
- line-height: 14px;
16
- border-radius: 3px;
17
- border: 1px solid $brand-complementary;
18
- }
19
- input[type="checkbox"]:disabled.mu-read-only + label {
20
- opacity: 1;
21
- cursor: unset;
22
- }
23
- }
24
-
25
- .complementary-radio{
26
- label::after {
27
- top: 9px;
28
- }
29
- input[type="radio"]:disabled.mu-read-only + label {
30
- opacity: 1;
31
- cursor: unset;
32
- }
33
- }
34
-