decidim 0.6.8 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of decidim might be problematic. Click here for more details.

Files changed (2233) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +456 -51
  3. data/.codeclimate.yml +3 -11
  4. data/.decidim-version +1 -0
  5. data/.rubocop.yml +15 -6
  6. data/.ruby-version +1 -1
  7. data/CHANGELOG.md +53 -3
  8. data/Dockerfile +31 -3
  9. data/Gemfile +3 -4
  10. data/Gemfile.lock +106 -112
  11. data/README.md +10 -7
  12. data/Rakefile +47 -13
  13. data/codecov.yml +81 -1
  14. data/config/i18n-tasks.yml +3 -0
  15. data/decidim.gemspec +37 -31
  16. data/docs/geocoding.md +1 -0
  17. data/docs/getting_started.md +1 -1
  18. data/docs/how_to_create_a_plugin.md +7 -4
  19. data/lib/decidim.rb +2 -1
  20. data/lib/decidim/version.rb +8 -0
  21. data/lib/generators/decidim/app_generator.rb +19 -4
  22. data/lib/generators/decidim/docker_generator.rb +4 -5
  23. data/lib/generators/decidim/install_generator.rb +2 -3
  24. data/{decidim-dev/lib/decidim/dev → lib/generators/decidim/templates/decidim}/dummy_authorization_handler.rb +0 -0
  25. data/lib/generators/decidim/templates/{authorization_handler.rb → example_authorization_handler.rb} +1 -1
  26. data/lib/generators/decidim/templates/initializer.rb +15 -1
  27. data/lib/generators/decidim/templates/secrets.yml.erb +3 -0
  28. data/package-lock.json +2864 -1517
  29. data/package.json +39 -31
  30. data/tsconfig.json +2 -1
  31. metadata +33 -2233
  32. data/decidim-admin/README.md +0 -46
  33. data/decidim-admin/Rakefile +0 -3
  34. data/decidim-admin/app/assets/config/decidim_admin_manifest.js +0 -2
  35. data/decidim-admin/app/assets/images/decidim/admin/.keep +0 -0
  36. data/decidim-admin/app/assets/javascripts/decidim/admin/application.js.es6 +0 -46
  37. data/decidim-admin/app/assets/javascripts/decidim/admin/scopes.js.es6 +0 -20
  38. data/decidim-admin/app/assets/javascripts/decidim/admin/select2.js.es6 +0 -8
  39. data/decidim-admin/app/assets/javascripts/decidim/admin/sort_list.component.js.es6 +0 -35
  40. data/decidim-admin/app/assets/javascripts/decidim/admin/tab_focus.js.es6 +0 -22
  41. data/decidim-admin/app/assets/javascripts/decidim/admin/toggle_nav.js.es6 +0 -17
  42. data/decidim-admin/app/assets/stylesheets/decidim/admin/_decidim.scss +0 -17
  43. data/decidim-admin/app/assets/stylesheets/decidim/admin/_variables.scss +0 -9
  44. data/decidim-admin/app/assets/stylesheets/decidim/admin/application.scss.erb +0 -6
  45. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_action-icon.scss +0 -8
  46. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_cards.scss +0 -12
  47. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_categories.scss +0 -5
  48. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_dropdown_inverted.scss +0 -38
  49. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_editor.scss +0 -1
  50. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_email_preview.scss +0 -5
  51. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_label-required.scss +0 -3
  52. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_login.scss +0 -36
  53. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_quill.scss +0 -5
  54. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_select_multiple.scss +0 -3
  55. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_sort.scss +0 -12
  56. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_title_bar.scss +0 -61
  57. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_action-icon.scss +0 -36
  58. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_buttons.scss +0 -47
  59. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_callouts.scss +0 -31
  60. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_cards.scss +0 -76
  61. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_char-counter.scss +0 -20
  62. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_component-counter.scss +0 -17
  63. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_forms.scss +0 -80
  64. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_icons.scss +0 -67
  65. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_layout.scss +0 -67
  66. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_main-nav.scss +0 -41
  67. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_modules.scss +0 -24
  68. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_process-header.scss +0 -11
  69. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_secondary-nav.scss +0 -95
  70. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_table-list.scss +0 -78
  71. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_tabs.scss +0 -49
  72. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_title-bar.scss +0 -32
  73. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_typography.scss +0 -19
  74. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_user-login.scss +0 -23
  75. data/decidim-admin/app/assets/stylesheets/decidim/admin/plugins/_foundation-datepicker.scss +0 -224
  76. data/decidim-admin/app/assets/stylesheets/decidim/admin/plugins/_select2.scss +0 -27
  77. data/decidim-admin/app/assets/stylesheets/decidim/admin/utils/_fontface.scss +0 -27
  78. data/decidim-admin/app/assets/stylesheets/decidim/admin/utils/_helpers.scss +0 -25
  79. data/decidim-admin/app/assets/stylesheets/decidim/admin/utils/_keyframes.scss +0 -21
  80. data/decidim-admin/app/assets/stylesheets/decidim/admin/utils/_mixins.scss +0 -20
  81. data/decidim-admin/app/assets/stylesheets/decidim/admin/utils/_settings.scss +0 -590
  82. data/decidim-admin/app/assets/stylesheets/decidim/admin/utils/_toggle-expand.scss +0 -8
  83. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/_constants.scss +0 -5
  84. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/_math.scss +0 -45
  85. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_acos.scss +0 -12
  86. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_asin.scss +0 -12
  87. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_atan.scss +0 -28
  88. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_atan2.scss +0 -37
  89. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_cos.scss +0 -13
  90. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_cot.scss +0 -9
  91. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_csc.scss +0 -9
  92. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_exp.scss +0 -12
  93. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_fact.scss +0 -18
  94. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_frexp.scss +0 -21
  95. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_ldexp.scss +0 -17
  96. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_log.scss +0 -34
  97. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_pow.scss +0 -28
  98. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_sec.scss +0 -9
  99. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_sin.scss +0 -9
  100. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_sqrt.scss +0 -16
  101. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_tan.scss +0 -9
  102. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/helpers/_deg-to-rad.scss +0 -4
  103. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/helpers/_rad-to-deg.scss +0 -4
  104. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/helpers/_strip-unit.scss +0 -8
  105. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/helpers/_unitless-rad.scss +0 -13
  106. data/decidim-admin/app/commands/decidim/admin/close_session_managed_user.rb +0 -44
  107. data/decidim-admin/app/commands/decidim/admin/create_attachment.rb +0 -53
  108. data/decidim-admin/app/commands/decidim/admin/create_category.rb +0 -45
  109. data/decidim-admin/app/commands/decidim/admin/create_feature.rb +0 -52
  110. data/decidim-admin/app/commands/decidim/admin/create_managed_user.rb +0 -59
  111. data/decidim-admin/app/commands/decidim/admin/create_newsletter.rb +0 -31
  112. data/decidim-admin/app/commands/decidim/admin/create_scope.rb +0 -44
  113. data/decidim-admin/app/commands/decidim/admin/create_scope_type.rb +0 -40
  114. data/decidim-admin/app/commands/decidim/admin/create_static_page.rb +0 -41
  115. data/decidim-admin/app/commands/decidim/admin/deliver_newsletter.rb +0 -30
  116. data/decidim-admin/app/commands/decidim/admin/destroy_category.rb +0 -37
  117. data/decidim-admin/app/commands/decidim/admin/destroy_feature.rb +0 -45
  118. data/decidim-admin/app/commands/decidim/admin/hide_resource.rb +0 -38
  119. data/decidim-admin/app/commands/decidim/admin/impersonate_managed_user.rb +0 -61
  120. data/decidim-admin/app/commands/decidim/admin/promote_managed_user.rb +0 -56
  121. data/decidim-admin/app/commands/decidim/admin/reject_user_group.rb +0 -33
  122. data/decidim-admin/app/commands/decidim/admin/unreport_resource.rb +0 -34
  123. data/decidim-admin/app/commands/decidim/admin/update_attachment.rb +0 -51
  124. data/decidim-admin/app/commands/decidim/admin/update_category.rb +0 -49
  125. data/decidim-admin/app/commands/decidim/admin/update_feature.rb +0 -50
  126. data/decidim-admin/app/commands/decidim/admin/update_feature_permissions.rb +0 -47
  127. data/decidim-admin/app/commands/decidim/admin/update_newsletter.rb +0 -34
  128. data/decidim-admin/app/commands/decidim/admin/update_organization.rb +0 -74
  129. data/decidim-admin/app/commands/decidim/admin/update_scope.rb +0 -47
  130. data/decidim-admin/app/commands/decidim/admin/update_scope_type.rb +0 -45
  131. data/decidim-admin/app/commands/decidim/admin/update_static_page.rb +0 -46
  132. data/decidim-admin/app/commands/decidim/admin/update_user_groups.rb +0 -44
  133. data/decidim-admin/app/commands/decidim/admin/verify_user_group.rb +0 -32
  134. data/decidim-admin/app/constraints/decidim/admin/organization_dashboard_constraint.rb +0 -41
  135. data/decidim-admin/app/controllers/decidim/admin/application_controller.rb +0 -39
  136. data/decidim-admin/app/controllers/decidim/admin/categories_controller.rb +0 -89
  137. data/decidim-admin/app/controllers/decidim/admin/concerns/has_attachments.rb +0 -126
  138. data/decidim-admin/app/controllers/decidim/admin/dashboard_controller.rb +0 -11
  139. data/decidim-admin/app/controllers/decidim/admin/exports_controller.rb +0 -31
  140. data/decidim-admin/app/controllers/decidim/admin/feature_permissions_controller.rb +0 -57
  141. data/decidim-admin/app/controllers/decidim/admin/features/base_controller.rb +0 -45
  142. data/decidim-admin/app/controllers/decidim/admin/features_controller.rb +0 -126
  143. data/decidim-admin/app/controllers/decidim/admin/managed_users/impersonations_controller.rb +0 -78
  144. data/decidim-admin/app/controllers/decidim/admin/managed_users/promotions_controller.rb +0 -43
  145. data/decidim-admin/app/controllers/decidim/admin/managed_users_controller.rb +0 -69
  146. data/decidim-admin/app/controllers/decidim/admin/moderations_controller.rb +0 -66
  147. data/decidim-admin/app/controllers/decidim/admin/newsletters_controller.rb +0 -115
  148. data/decidim-admin/app/controllers/decidim/admin/organization_controller.rb +0 -47
  149. data/decidim-admin/app/controllers/decidim/admin/scope_types_controller.rb +0 -79
  150. data/decidim-admin/app/controllers/decidim/admin/scopes_controller.rb +0 -97
  151. data/decidim-admin/app/controllers/decidim/admin/static_pages_controller.rb +0 -95
  152. data/decidim-admin/app/controllers/decidim/admin/user_groups_controller.rb +0 -62
  153. data/decidim-admin/app/controllers/decidim/admin/users_controller.rb +0 -85
  154. data/decidim-admin/app/forms/decidim/admin/attachment_form.rb +0 -20
  155. data/decidim-admin/app/forms/decidim/admin/category_form.rb +0 -32
  156. data/decidim-admin/app/forms/decidim/admin/feature_form.rb +0 -33
  157. data/decidim-admin/app/forms/decidim/admin/impersonate_managed_user_form.rb +0 -20
  158. data/decidim-admin/app/forms/decidim/admin/managed_user_form.rb +0 -35
  159. data/decidim-admin/app/forms/decidim/admin/managed_user_promotion_form.rb +0 -13
  160. data/decidim-admin/app/forms/decidim/admin/newsletter_form.rb +0 -16
  161. data/decidim-admin/app/forms/decidim/admin/organization_form.rb +0 -56
  162. data/decidim-admin/app/forms/decidim/admin/permission_form.rb +0 -32
  163. data/decidim-admin/app/forms/decidim/admin/permissions_form.rb +0 -17
  164. data/decidim-admin/app/forms/decidim/admin/scope_form.rb +0 -36
  165. data/decidim-admin/app/forms/decidim/admin/scope_type_form.rb +0 -21
  166. data/decidim-admin/app/forms/decidim/admin/static_page_form.rb +0 -36
  167. data/decidim-admin/app/helpers/decidim/admin/application_helper.rb +0 -26
  168. data/decidim-admin/app/helpers/decidim/admin/attributes_display_helper.rb +0 -71
  169. data/decidim-admin/app/helpers/decidim/admin/exports_helper.rb +0 -28
  170. data/decidim-admin/app/helpers/decidim/admin/icon_link_helper.rb +0 -31
  171. data/decidim-admin/app/helpers/decidim/admin/menu_helper.rb +0 -17
  172. data/decidim-admin/app/helpers/decidim/admin/scopes_helper.rb +0 -46
  173. data/decidim-admin/app/helpers/decidim/admin/settings_helper.rb +0 -41
  174. data/decidim-admin/app/jobs/decidim/admin/application_job.rb +0 -10
  175. data/decidim-admin/app/jobs/decidim/admin/expire_impersonation_job.rb +0 -16
  176. data/decidim-admin/app/jobs/decidim/admin/newsletter_delivery_job.rb +0 -19
  177. data/decidim-admin/app/jobs/decidim/admin/newsletter_job.rb +0 -37
  178. data/decidim-admin/app/mailers/decidim/admin/application_mailer.rb +0 -12
  179. data/decidim-admin/app/models/decidim/admin/abilities/admin_ability.rb +0 -58
  180. data/decidim-admin/app/models/decidim/admin/abilities/base_ability.rb +0 -21
  181. data/decidim-admin/app/models/decidim/admin/abilities/participatory_process_admin_ability.rb +0 -54
  182. data/decidim-admin/app/models/decidim/admin/abilities/participatory_process_collaborator_ability.rb +0 -19
  183. data/decidim-admin/app/models/decidim/admin/abilities/participatory_process_moderator_ability.rb +0 -23
  184. data/decidim-admin/app/models/decidim/admin/abilities/user_manager_ability.rb +0 -33
  185. data/decidim-admin/app/models/decidim/admin/application_record.rb +0 -11
  186. data/decidim-admin/app/queries/decidim/admin/user_groups_evaluation.rb +0 -54
  187. data/decidim-admin/app/views/decidim/admin/attachments/_form.html.erb +0 -21
  188. data/decidim-admin/app/views/decidim/admin/attachments/edit.html.erb +0 -7
  189. data/decidim-admin/app/views/decidim/admin/attachments/index.html.erb +0 -47
  190. data/decidim-admin/app/views/decidim/admin/attachments/new.html.erb +0 -7
  191. data/decidim-admin/app/views/decidim/admin/attachments/show.html.erb +0 -25
  192. data/decidim-admin/app/views/decidim/admin/categories/_form.html.erb +0 -20
  193. data/decidim-admin/app/views/decidim/admin/categories/edit.html.erb +0 -7
  194. data/decidim-admin/app/views/decidim/admin/categories/index.html.erb +0 -65
  195. data/decidim-admin/app/views/decidim/admin/categories/new.html.erb +0 -7
  196. data/decidim-admin/app/views/decidim/admin/categories/show.html.erb +0 -14
  197. data/decidim-admin/app/views/decidim/admin/dashboard/show.html.erb +0 -6
  198. data/decidim-admin/app/views/decidim/admin/devise/mailers/password_change.html.erb +0 -3
  199. data/decidim-admin/app/views/decidim/admin/devise/mailers/reset_password_instructions.html.erb +0 -8
  200. data/decidim-admin/app/views/decidim/admin/exports/_dropdown.html.erb +0 -10
  201. data/decidim-admin/app/views/decidim/admin/feature_permissions/edit.html.erb +0 -27
  202. data/decidim-admin/app/views/decidim/admin/features/_feature.html.erb +0 -37
  203. data/decidim-admin/app/views/decidim/admin/features/_form.html.erb +0 -82
  204. data/decidim-admin/app/views/decidim/admin/features/_settings_fields.html.erb +0 -9
  205. data/decidim-admin/app/views/decidim/admin/features/edit.html.erb +0 -7
  206. data/decidim-admin/app/views/decidim/admin/features/index.html.erb +0 -31
  207. data/decidim-admin/app/views/decidim/admin/features/new.html.erb +0 -8
  208. data/decidim-admin/app/views/decidim/admin/managed_users/_form.html.erb +0 -12
  209. data/decidim-admin/app/views/decidim/admin/managed_users/impersonations/_form.html.erb +0 -10
  210. data/decidim-admin/app/views/decidim/admin/managed_users/impersonations/index.html.erb +0 -34
  211. data/decidim-admin/app/views/decidim/admin/managed_users/impersonations/new.html.erb +0 -15
  212. data/decidim-admin/app/views/decidim/admin/managed_users/index.html.erb +0 -44
  213. data/decidim-admin/app/views/decidim/admin/managed_users/new.html.erb +0 -47
  214. data/decidim-admin/app/views/decidim/admin/managed_users/promotions/_form.html.erb +0 -3
  215. data/decidim-admin/app/views/decidim/admin/managed_users/promotions/new.html.erb +0 -21
  216. data/decidim-admin/app/views/decidim/admin/moderations/_report.html.erb +0 -11
  217. data/decidim-admin/app/views/decidim/admin/moderations/index.html.erb +0 -77
  218. data/decidim-admin/app/views/decidim/admin/newsletters/_form.html.erb +0 -11
  219. data/decidim-admin/app/views/decidim/admin/newsletters/edit.html.erb +0 -13
  220. data/decidim-admin/app/views/decidim/admin/newsletters/index.html.erb +0 -54
  221. data/decidim-admin/app/views/decidim/admin/newsletters/new.html.erb +0 -13
  222. data/decidim-admin/app/views/decidim/admin/newsletters/show.html.erb +0 -22
  223. data/decidim-admin/app/views/decidim/admin/organization/_form.html.erb +0 -84
  224. data/decidim-admin/app/views/decidim/admin/organization/edit.html.erb +0 -14
  225. data/decidim-admin/app/views/decidim/admin/scope_types/_form.html.erb +0 -7
  226. data/decidim-admin/app/views/decidim/admin/scope_types/edit.html.erb +0 -13
  227. data/decidim-admin/app/views/decidim/admin/scope_types/index.html.erb +0 -40
  228. data/decidim-admin/app/views/decidim/admin/scope_types/new.html.erb +0 -13
  229. data/decidim-admin/app/views/decidim/admin/scopes/_form.html.erb +0 -13
  230. data/decidim-admin/app/views/decidim/admin/scopes/edit.html.erb +0 -13
  231. data/decidim-admin/app/views/decidim/admin/scopes/index.html.erb +0 -51
  232. data/decidim-admin/app/views/decidim/admin/scopes/new.html.erb +0 -13
  233. data/decidim-admin/app/views/decidim/admin/static_pages/_form.html.erb +0 -13
  234. data/decidim-admin/app/views/decidim/admin/static_pages/edit.html.erb +0 -13
  235. data/decidim-admin/app/views/decidim/admin/static_pages/index.html.erb +0 -41
  236. data/decidim-admin/app/views/decidim/admin/static_pages/new.html.erb +0 -13
  237. data/decidim-admin/app/views/decidim/admin/static_pages/show.html.erb +0 -22
  238. data/decidim-admin/app/views/decidim/admin/user_groups/index.html.erb +0 -100
  239. data/decidim-admin/app/views/decidim/admin/users/_form.html.erb +0 -11
  240. data/decidim-admin/app/views/decidim/admin/users/index.html.erb +0 -61
  241. data/decidim-admin/app/views/decidim/admin/users/new.html.erb +0 -14
  242. data/decidim-admin/app/views/layouts/decidim/admin/_application.html.erb +0 -28
  243. data/decidim-admin/app/views/layouts/decidim/admin/_callouts_full.html.erb +0 -10
  244. data/decidim-admin/app/views/layouts/decidim/admin/_header.html.erb +0 -5
  245. data/decidim-admin/app/views/layouts/decidim/admin/_template_bottom.html.erb +0 -2
  246. data/decidim-admin/app/views/layouts/decidim/admin/_template_top.html.erb +0 -3
  247. data/decidim-admin/app/views/layouts/decidim/admin/_title_bar.html.erb +0 -37
  248. data/decidim-admin/app/views/layouts/decidim/admin/application.html.erb +0 -3
  249. data/decidim-admin/app/views/layouts/decidim/admin/login.html.erb +0 -19
  250. data/decidim-admin/app/views/layouts/decidim/admin/newsletters.erb +0 -14
  251. data/decidim-admin/app/views/layouts/decidim/admin/pages.html.erb +0 -14
  252. data/decidim-admin/app/views/layouts/decidim/admin/settings.html.erb +0 -22
  253. data/decidim-admin/app/views/layouts/decidim/admin/users.html.erb +0 -26
  254. data/decidim-admin/bin/rails +0 -15
  255. data/decidim-admin/config/locales/ca.yml +0 -452
  256. data/decidim-admin/config/locales/en.yml +0 -452
  257. data/decidim-admin/config/locales/es.yml +0 -452
  258. data/decidim-admin/config/locales/eu.yml +0 -451
  259. data/decidim-admin/config/locales/fi.yml +0 -451
  260. data/decidim-admin/config/locales/fr.yml +0 -451
  261. data/decidim-admin/config/locales/it.yml +0 -451
  262. data/decidim-admin/config/locales/nl.yml +0 -451
  263. data/decidim-admin/config/locales/pl.yml +0 -451
  264. data/decidim-admin/config/locales/uk.yml +0 -451
  265. data/decidim-admin/config/routes.rb +0 -48
  266. data/decidim-admin/db/migrate/20161102144648_add_admin_participatory_process_user_roles.rb +0 -17
  267. data/decidim-admin/db/migrate/20170128112958_change_user_groups_verified_to_timestamp.rb +0 -11
  268. data/decidim-admin/db/migrate/20170714083651_rename_participatory_process_user_roles_table.rb +0 -7
  269. data/decidim-admin/decidim-admin.gemspec +0 -31
  270. data/decidim-admin/lib/decidim/admin.rb +0 -14
  271. data/decidim-admin/lib/decidim/admin/engine.rb +0 -84
  272. data/decidim-admin/lib/decidim/admin/features.rb +0 -11
  273. data/decidim-admin/lib/decidim/admin/test/commands/create_category_examples.rb +0 -62
  274. data/decidim-admin/lib/decidim/admin/test/commands/destroy_category_examples.rb +0 -46
  275. data/decidim-admin/lib/decidim/admin/test/commands/update_category_examples.rb +0 -65
  276. data/decidim-admin/lib/decidim/admin/test/forms/category_form_examples.rb +0 -90
  277. data/decidim-admin/lib/decidim/admin/test/manage_attachments_examples.rb +0 -101
  278. data/decidim-admin/lib/decidim/admin/test/manage_feature_permissions_examples.rb +0 -41
  279. data/decidim-admin/spec/commands/close_session_managed_user_spec.rb +0 -33
  280. data/decidim-admin/spec/commands/create_feature_spec.rb +0 -88
  281. data/decidim-admin/spec/commands/create_managed_user_spec.rb +0 -68
  282. data/decidim-admin/spec/commands/create_newsletter_spec.rb +0 -63
  283. data/decidim-admin/spec/commands/create_scope_spec.rb +0 -59
  284. data/decidim-admin/spec/commands/create_scope_type_spec.rb +0 -39
  285. data/decidim-admin/spec/commands/create_static_page_spec.rb +0 -43
  286. data/decidim-admin/spec/commands/deliver_newsletter_spec.rb +0 -49
  287. data/decidim-admin/spec/commands/destroy_feature_spec.rb +0 -33
  288. data/decidim-admin/spec/commands/hide_resource_spec.rb +0 -42
  289. data/decidim-admin/spec/commands/impersonate_managed_user_spec.rb +0 -75
  290. data/decidim-admin/spec/commands/promote_managed_user_spec.rb +0 -66
  291. data/decidim-admin/spec/commands/reject_user_group_spec.rb +0 -61
  292. data/decidim-admin/spec/commands/unreport_resource_spec.rb +0 -43
  293. data/decidim-admin/spec/commands/update_feature_spec.rb +0 -90
  294. data/decidim-admin/spec/commands/update_newsletter_spec.rb +0 -65
  295. data/decidim-admin/spec/commands/update_organization_spec.rb +0 -105
  296. data/decidim-admin/spec/commands/update_scope_spec.rb +0 -50
  297. data/decidim-admin/spec/commands/update_scope_type_spec.rb +0 -44
  298. data/decidim-admin/spec/commands/update_static_page_spec.rb +0 -52
  299. data/decidim-admin/spec/commands/verify_user_group_spec.rb +0 -61
  300. data/decidim-admin/spec/controllers/static_pages_controller_spec.rb +0 -53
  301. data/decidim-admin/spec/factories.rb +0 -4
  302. data/decidim-admin/spec/features/admin_invite_spec.rb +0 -50
  303. data/decidim-admin/spec/features/admin_manages_managed_users_spec.rb +0 -15
  304. data/decidim-admin/spec/features/admin_manages_newsletters_spec.rb +0 -148
  305. data/decidim-admin/spec/features/admin_manages_organization_admins_spec.rb +0 -98
  306. data/decidim-admin/spec/features/admin_manages_organization_scopes_spec.rb +0 -116
  307. data/decidim-admin/spec/features/admin_manages_organization_spec.rb +0 -47
  308. data/decidim-admin/spec/features/static_pages_spec.rb +0 -135
  309. data/decidim-admin/spec/features/user_manager_managed_users_spec.rb +0 -14
  310. data/decidim-admin/spec/forms/impersonate_managed_user_form_spec.rb +0 -33
  311. data/decidim-admin/spec/forms/managed_user_form_spec.rb +0 -53
  312. data/decidim-admin/spec/forms/managed_user_promotion_form_spec.rb +0 -30
  313. data/decidim-admin/spec/forms/newsletter_form_spec.rb +0 -47
  314. data/decidim-admin/spec/forms/organization_form_spec.rb +0 -96
  315. data/decidim-admin/spec/forms/scope_form_spec.rb +0 -65
  316. data/decidim-admin/spec/forms/static_page_form_spec.rb +0 -104
  317. data/decidim-admin/spec/helpers/aria_selected_link_to_helper_spec.rb +0 -48
  318. data/decidim-admin/spec/helpers/exports_helper_spec.rb +0 -27
  319. data/decidim-admin/spec/helpers/menu_helper_spec.rb +0 -40
  320. data/decidim-admin/spec/helpers/settings_helper_spec.rb +0 -58
  321. data/decidim-admin/spec/jobs/expire_impersonation_job_spec.rb +0 -29
  322. data/decidim-admin/spec/jobs/export_job_spec.rb +0 -57
  323. data/decidim-admin/spec/jobs/newsletter_delivery_job_spec.rb +0 -26
  324. data/decidim-admin/spec/jobs/newsletter_job_spec.rb +0 -35
  325. data/decidim-admin/spec/models/abilities/admin_ability_spec.rb +0 -86
  326. data/decidim-admin/spec/models/abilities/participatory_process_admin_ability_spec.rb +0 -49
  327. data/decidim-admin/spec/models/abilities/participatory_process_collaborator_ability_spec.rb +0 -18
  328. data/decidim-admin/spec/models/abilities/user_manager_ability_spec.rb +0 -67
  329. data/decidim-admin/spec/organization_dashboard_constraint_spec.rb +0 -56
  330. data/decidim-admin/spec/queries/user_group_evaluation_spec.rb +0 -94
  331. data/decidim-admin/spec/shared/manage_managed_users_examples.rb +0 -173
  332. data/decidim-admin/spec/spec_helper.rb +0 -9
  333. data/decidim-admin/spec/views/decidim/static_pages/_form.html.erb_spec.rb +0 -37
  334. data/decidim-admin/vendor/assets/javascripts/html.sortable.js +0 -691
  335. data/decidim-admin/vendor/assets/javascripts/moment.min.js +0 -7
  336. data/decidim-api/README.md +0 -29
  337. data/decidim-api/Rakefile +0 -3
  338. data/decidim-api/app/assets/config/decidim_api_manifest.js +0 -1
  339. data/decidim-api/app/assets/javascripts/decidim/api/docs.js.es6 +0 -25
  340. data/decidim-api/app/controllers/decidim/api/application_controller.rb +0 -19
  341. data/decidim-api/app/controllers/decidim/api/documentation_controller.rb +0 -13
  342. data/decidim-api/app/controllers/decidim/api/queries_controller.rb +0 -37
  343. data/decidim-api/app/views/decidim/api/documentation/show.html.erb +0 -10
  344. data/decidim-api/app/views/layouts/decidim/api/documentation.html.erb +0 -9
  345. data/decidim-api/bin/rails +0 -15
  346. data/decidim-api/config/routes.rb +0 -8
  347. data/decidim-api/decidim-api.gemspec +0 -28
  348. data/decidim-api/lib/decidim/api.rb +0 -13
  349. data/decidim-api/lib/decidim/api/engine.rb +0 -37
  350. data/decidim-api/lib/decidim/api/graphiql-initial-query.txt +0 -11
  351. data/decidim-api/lib/decidim/api/mutation_type.rb +0 -11
  352. data/decidim-api/lib/decidim/api/query_type.rb +0 -11
  353. data/decidim-api/lib/decidim/api/schema.rb +0 -16
  354. data/decidim-api/lib/decidim/api/test/type_context.rb +0 -43
  355. data/decidim-api/spec/controllers/queries_controller_spec.rb +0 -25
  356. data/decidim-api/spec/factories.rb +0 -5
  357. data/decidim-api/spec/features/documentation_spec.rb +0 -23
  358. data/decidim-api/spec/features/graphiql_spec.rb +0 -23
  359. data/decidim-api/spec/spec_helper.rb +0 -9
  360. data/decidim-api/spec/types/query_type_spec.rb +0 -26
  361. data/decidim-api/vendor/assets/javascripts/decidim/api/graphql-docs.js +0 -3518
  362. data/decidim-api/vendor/assets/javascripts/decidim/api/react-dom.js +0 -42
  363. data/decidim-api/vendor/assets/javascripts/decidim/api/react.js +0 -20595
  364. data/decidim-assemblies/.gitignore +0 -3
  365. data/decidim-assemblies/README.md +0 -34
  366. data/decidim-assemblies/Rakefile +0 -3
  367. data/decidim-assemblies/app/assets/config/admin/decidim_assemblies_manifest.js +0 -1
  368. data/decidim-assemblies/app/assets/config/decidim_assemblies_manifest.js +0 -1
  369. data/decidim-assemblies/app/assets/images/decidim/assemblies/assembly.svg +0 -6
  370. data/decidim-assemblies/app/assets/javascripts/decidim/assemblies/admin/assemblies.js.es6 +0 -12
  371. data/decidim-assemblies/app/commands/decidim/assemblies/admin/copy_assembly.rb +0 -88
  372. data/decidim-assemblies/app/commands/decidim/assemblies/admin/create_assembly.rb +0 -68
  373. data/decidim-assemblies/app/commands/decidim/assemblies/admin/publish_assembly.rb +0 -34
  374. data/decidim-assemblies/app/commands/decidim/assemblies/admin/unpublish_assembly.rb +0 -34
  375. data/decidim-assemblies/app/commands/decidim/assemblies/admin/update_assembly.rb +0 -73
  376. data/decidim-assemblies/app/constraints/decidim/assemblies/current_assembly.rb +0 -37
  377. data/decidim-assemblies/app/constraints/decidim/assemblies/current_feature.rb +0 -28
  378. data/decidim-assemblies/app/controllers/concerns/decidim/assemblies/admin/assembly_context.rb +0 -21
  379. data/decidim-assemblies/app/controllers/concerns/decidim/assemblies/assembly_context.rb +0 -25
  380. data/decidim-assemblies/app/controllers/concerns/decidim/assemblies/needs_assembly.rb +0 -50
  381. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/application_controller.rb +0 -11
  382. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/assemblies_controller.rb +0 -100
  383. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/assembly_attachments_controller.rb +0 -27
  384. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/assembly_copies_controller.rb +0 -35
  385. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/assembly_publications_controller.rb +0 -45
  386. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/categories_controller.rb +0 -13
  387. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/concerns/assembly_admin.rb +0 -26
  388. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/exports_controller.rb +0 -14
  389. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/feature_permissions_controller.rb +0 -14
  390. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/features_controller.rb +0 -14
  391. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/moderations_controller.rb +0 -12
  392. data/decidim-assemblies/app/controllers/decidim/assemblies/assemblies_controller.rb +0 -43
  393. data/decidim-assemblies/app/controllers/decidim/assemblies/assembly_widgets_controller.rb +0 -21
  394. data/decidim-assemblies/app/controllers/decidim/assemblies/categories_controller.rb +0 -13
  395. data/decidim-assemblies/app/forms/decidim/assemblies/admin/assembly_copy_form.rb +0 -34
  396. data/decidim-assemblies/app/forms/decidim/assemblies/admin/assembly_form.rb +0 -63
  397. data/decidim-assemblies/app/models/decidim/assemblies/abilities/admin/admin_ability.rb +0 -18
  398. data/decidim-assemblies/app/models/decidim/assemblies/abilities/admin_ability.rb +0 -16
  399. data/decidim-assemblies/app/models/decidim/assemblies/abilities/everyone_ability.rb +0 -17
  400. data/decidim-assemblies/app/models/decidim/assembly.rb +0 -45
  401. data/decidim-assemblies/app/presenters/decidim/assemblies/assembly_stats_presenter.rb +0 -52
  402. data/decidim-assemblies/app/queries/decidim/assemblies/admin/admin_users.rb +0 -39
  403. data/decidim-assemblies/app/queries/decidim/assemblies/organization_assemblies.rb +0 -16
  404. data/decidim-assemblies/app/queries/decidim/assemblies/organization_prioritized_assemblies.rb +0 -20
  405. data/decidim-assemblies/app/queries/decidim/assemblies/organization_published_assemblies.rb +0 -19
  406. data/decidim-assemblies/app/queries/decidim/assemblies/prioritized_assemblies.rb +0 -13
  407. data/decidim-assemblies/app/queries/decidim/assemblies/promoted_assemblies.rb +0 -12
  408. data/decidim-assemblies/app/queries/decidim/assemblies/published_assemblies.rb +0 -12
  409. data/decidim-assemblies/app/views/decidim/assemblies/_assembly.html.erb +0 -22
  410. data/decidim-assemblies/app/views/decidim/assemblies/_order_by_assemblies.html.erb +0 -3
  411. data/decidim-assemblies/app/views/decidim/assemblies/admin/assemblies/_form.html.erb +0 -89
  412. data/decidim-assemblies/app/views/decidim/assemblies/admin/assemblies/edit.html.erb +0 -19
  413. data/decidim-assemblies/app/views/decidim/assemblies/admin/assemblies/index.html.erb +0 -66
  414. data/decidim-assemblies/app/views/decidim/assemblies/admin/assemblies/new.html.erb +0 -11
  415. data/decidim-assemblies/app/views/decidim/assemblies/admin/assembly_copies/_form.html.erb +0 -34
  416. data/decidim-assemblies/app/views/decidim/assemblies/admin/assembly_copies/new.html.erb +0 -7
  417. data/decidim-assemblies/app/views/decidim/assemblies/assemblies/_no_assemblies_yet.html.erb +0 -3
  418. data/decidim-assemblies/app/views/decidim/assemblies/assemblies/_promoted_assembly.html.erb +0 -27
  419. data/decidim-assemblies/app/views/decidim/assemblies/assemblies/_statistics.html.erb +0 -10
  420. data/decidim-assemblies/app/views/decidim/assemblies/assemblies/index.html.erb +0 -17
  421. data/decidim-assemblies/app/views/decidim/assemblies/assemblies/show.html.erb +0 -74
  422. data/decidim-assemblies/app/views/decidim/assemblies/assembly_widgets/show.html.erb +0 -11
  423. data/decidim-assemblies/app/views/layouts/decidim/_assembly_header.html.erb +0 -64
  424. data/decidim-assemblies/app/views/layouts/decidim/admin/assemblies.html.erb +0 -14
  425. data/decidim-assemblies/app/views/layouts/decidim/admin/assembly.html.erb +0 -54
  426. data/decidim-assemblies/app/views/layouts/decidim/assembly.html.erb +0 -30
  427. data/decidim-assemblies/bin/rails +0 -15
  428. data/decidim-assemblies/config/locales/ca.yml +0 -128
  429. data/decidim-assemblies/config/locales/en.yml +0 -128
  430. data/decidim-assemblies/config/locales/es.yml +0 -128
  431. data/decidim-assemblies/config/locales/eu.yml +0 -127
  432. data/decidim-assemblies/config/locales/fi.yml +0 -127
  433. data/decidim-assemblies/config/locales/fr.yml +0 -127
  434. data/decidim-assemblies/config/locales/it.yml +0 -127
  435. data/decidim-assemblies/config/locales/nl.yml +0 -127
  436. data/decidim-assemblies/config/locales/pl.yml +0 -128
  437. data/decidim-assemblies/config/locales/uk.yml +0 -129
  438. data/decidim-assemblies/db/migrate/20170727190859_add_assemblies.rb +0 -37
  439. data/decidim-assemblies/db/migrate/20170822153055_add_scopes_enabled_to_assemblies.rb +0 -7
  440. data/decidim-assemblies/db/seeds/Exampledocument.pdf +0 -0
  441. data/decidim-assemblies/db/seeds/city.jpeg +0 -0
  442. data/decidim-assemblies/db/seeds/city2.jpeg +0 -0
  443. data/decidim-assemblies/db/seeds/homepage_image.jpg +0 -0
  444. data/decidim-assemblies/decidim-assemblies.gemspec +0 -21
  445. data/decidim-assemblies/lib/decidim/assemblies.rb +0 -12
  446. data/decidim-assemblies/lib/decidim/assemblies/admin.rb +0 -10
  447. data/decidim-assemblies/lib/decidim/assemblies/admin_engine.rb +0 -79
  448. data/decidim-assemblies/lib/decidim/assemblies/engine.rb +0 -53
  449. data/decidim-assemblies/lib/decidim/assemblies/participatory_space.rb +0 -70
  450. data/decidim-assemblies/lib/decidim/assemblies/test/factories.rb +0 -41
  451. data/decidim-assemblies/spec/commands/copy_assembly_spec.rb +0 -106
  452. data/decidim-assemblies/spec/commands/create_assembly_spec.rb +0 -83
  453. data/decidim-assemblies/spec/commands/create_category_spec.rb +0 -10
  454. data/decidim-assemblies/spec/commands/destroy_category_spec.rb +0 -10
  455. data/decidim-assemblies/spec/commands/publish_assembly_spec.rb +0 -37
  456. data/decidim-assemblies/spec/commands/unpublish_assembly_spec.rb +0 -37
  457. data/decidim-assemblies/spec/commands/update_assembly_spec.rb +0 -120
  458. data/decidim-assemblies/spec/commands/update_category_spec.rb +0 -10
  459. data/decidim-assemblies/spec/controllers/assemblies_controller_spec.rb +0 -64
  460. data/decidim-assemblies/spec/controllers/exports_controller_spec.rb +0 -53
  461. data/decidim-assemblies/spec/factories.rb +0 -6
  462. data/decidim-assemblies/spec/features/admin/admin_copy_assembly_spec.rb +0 -93
  463. data/decidim-assemblies/spec/features/admin/admin_manages_assemblies_spec.rb +0 -251
  464. data/decidim-assemblies/spec/features/admin/admin_manages_assembly_attachments_spec.rb +0 -19
  465. data/decidim-assemblies/spec/features/admin/admin_manages_assembly_categories_spec.rb +0 -141
  466. data/decidim-assemblies/spec/features/admin/admin_manages_assembly_feature_permissions_spec.rb +0 -14
  467. data/decidim-assemblies/spec/features/admin/admin_manages_assembly_features_spec.rb +0 -207
  468. data/decidim-assemblies/spec/features/assemblies_spec.rb +0 -130
  469. data/decidim-assemblies/spec/features/assembly_embeds_spec.rb +0 -20
  470. data/decidim-assemblies/spec/forms/assembly_form_spec.rb +0 -170
  471. data/decidim-assemblies/spec/forms/category_form_spec.rb +0 -16
  472. data/decidim-assemblies/spec/helpers/decidim/scopes_helper_spec.rb +0 -16
  473. data/decidim-assemblies/spec/lib/features/assemblies/current_feature_spec.rb +0 -87
  474. data/decidim-assemblies/spec/models/abilities/admin/admin_ability_spec.rb +0 -11
  475. data/decidim-assemblies/spec/models/abilities/admin_ability_spec.rb +0 -12
  476. data/decidim-assemblies/spec/models/abilities/everyone_ability_spec.rb +0 -13
  477. data/decidim-assemblies/spec/models/decidim/assembly_spec.rb +0 -29
  478. data/decidim-assemblies/spec/presenters/decidim/assemblies/assembly_stats_presenter.spec.rb +0 -44
  479. data/decidim-assemblies/spec/queries/admin/assembly_admins_spec.rb +0 -18
  480. data/decidim-assemblies/spec/queries/organization_assemblies_spec.rb +0 -26
  481. data/decidim-assemblies/spec/queries/organization_prioritized_assemblies_spec.rb +0 -31
  482. data/decidim-assemblies/spec/queries/organization_published_assemblies_spec.rb +0 -35
  483. data/decidim-assemblies/spec/shared/assembly_administration_shared_context.rb +0 -15
  484. data/decidim-assemblies/spec/spec_helper.rb +0 -9
  485. data/decidim-budgets/README.md +0 -23
  486. data/decidim-budgets/Rakefile +0 -3
  487. data/decidim-budgets/app/assets/config/decidim_budgets_manifest.js +0 -1
  488. data/decidim-budgets/app/assets/images/decidim/budgets/icon.svg +0 -11
  489. data/decidim-budgets/app/assets/javascripts/decidim/budgets/progressFixed.js.es6 +0 -23
  490. data/decidim-budgets/app/assets/javascripts/decidim/budgets/projects.js.es6 +0 -29
  491. data/decidim-budgets/app/assets/stylesheets/decidim/budgets/_budgets.scss +0 -1
  492. data/decidim-budgets/app/assets/stylesheets/decidim/budgets/budget/_budget-list.scss +0 -32
  493. data/decidim-budgets/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss +0 -78
  494. data/decidim-budgets/app/assets/stylesheets/decidim/budgets/budget/_progress.scss +0 -17
  495. data/decidim-budgets/app/commands/decidim/budgets/add_line_item.rb +0 -54
  496. data/decidim-budgets/app/commands/decidim/budgets/admin/create_project.rb +0 -52
  497. data/decidim-budgets/app/commands/decidim/budgets/admin/update_project.rb +0 -56
  498. data/decidim-budgets/app/commands/decidim/budgets/cancel_order.rb +0 -37
  499. data/decidim-budgets/app/commands/decidim/budgets/checkout.rb +0 -39
  500. data/decidim-budgets/app/commands/decidim/budgets/remove_line_item.rb +0 -36
  501. data/decidim-budgets/app/controllers/concerns/decidim/budgets/needs_current_order.rb +0 -27
  502. data/decidim-budgets/app/controllers/decidim/budgets/admin/application_controller.rb +0 -24
  503. data/decidim-budgets/app/controllers/decidim/budgets/admin/attachments_controller.rb +0 -30
  504. data/decidim-budgets/app/controllers/decidim/budgets/admin/projects_controller.rb +0 -82
  505. data/decidim-budgets/app/controllers/decidim/budgets/application_controller.rb +0 -13
  506. data/decidim-budgets/app/controllers/decidim/budgets/line_items_controller.rb +0 -51
  507. data/decidim-budgets/app/controllers/decidim/budgets/orders_controller.rb +0 -40
  508. data/decidim-budgets/app/controllers/decidim/budgets/projects_controller.rb +0 -44
  509. data/decidim-budgets/app/forms/decidim/budgets/admin/project_form.rb +0 -52
  510. data/decidim-budgets/app/helpers/decidim/budgets/application_helper.rb +0 -13
  511. data/decidim-budgets/app/helpers/decidim/budgets/projects_helper.rb +0 -30
  512. data/decidim-budgets/app/models/decidim/budgets/application_record.rb +0 -10
  513. data/decidim-budgets/app/models/decidim/budgets/line_item.rb +0 -20
  514. data/decidim-budgets/app/models/decidim/budgets/order.rb +0 -71
  515. data/decidim-budgets/app/models/decidim/budgets/project.rb +0 -47
  516. data/decidim-budgets/app/queries/decidim/budgets/filtered_projects.rb +0 -37
  517. data/decidim-budgets/app/services/decidim/budgets/project_search.rb +0 -53
  518. data/decidim-budgets/app/views/decidim/budgets/admin/projects/_form.html.erb +0 -39
  519. data/decidim-budgets/app/views/decidim/budgets/admin/projects/edit.html.erb +0 -7
  520. data/decidim-budgets/app/views/decidim/budgets/admin/projects/index.html.erb +0 -55
  521. data/decidim-budgets/app/views/decidim/budgets/admin/projects/new.html.erb +0 -8
  522. data/decidim-budgets/app/views/decidim/budgets/line_items/update_budget.js.erb +0 -24
  523. data/decidim-budgets/app/views/decidim/budgets/projects/_budget_confirm.html.erb +0 -32
  524. data/decidim-budgets/app/views/decidim/budgets/projects/_budget_excess.html.erb +0 -14
  525. data/decidim-budgets/app/views/decidim/budgets/projects/_budget_summary.html.erb +0 -37
  526. data/decidim-budgets/app/views/decidim/budgets/projects/_count.html.erb +0 -1
  527. data/decidim-budgets/app/views/decidim/budgets/projects/_filters.html.erb +0 -24
  528. data/decidim-budgets/app/views/decidim/budgets/projects/_filters_small_view.html.erb +0 -18
  529. data/decidim-budgets/app/views/decidim/budgets/projects/_linked_projects.html.erb +0 -12
  530. data/decidim-budgets/app/views/decidim/budgets/projects/_order_progress.html.erb +0 -36
  531. data/decidim-budgets/app/views/decidim/budgets/projects/_order_selected_projects.html.erb +0 -27
  532. data/decidim-budgets/app/views/decidim/budgets/projects/_order_total_budget.html.erb +0 -3
  533. data/decidim-budgets/app/views/decidim/budgets/projects/_project.html.erb +0 -57
  534. data/decidim-budgets/app/views/decidim/budgets/projects/_project_budget_button.html.erb +0 -9
  535. data/decidim-budgets/app/views/decidim/budgets/projects/_projects.html.erb +0 -6
  536. data/decidim-budgets/app/views/decidim/budgets/projects/index.html.erb +0 -26
  537. data/decidim-budgets/app/views/decidim/budgets/projects/index.js.erb +0 -2
  538. data/decidim-budgets/app/views/decidim/budgets/projects/show.html.erb +0 -50
  539. data/decidim-budgets/bin/rails +0 -15
  540. data/decidim-budgets/config/locales/ca.yml +0 -133
  541. data/decidim-budgets/config/locales/en.yml +0 -133
  542. data/decidim-budgets/config/locales/es.yml +0 -133
  543. data/decidim-budgets/config/locales/eu.yml +0 -132
  544. data/decidim-budgets/config/locales/fi.yml +0 -132
  545. data/decidim-budgets/config/locales/fr.yml +0 -132
  546. data/decidim-budgets/config/locales/it.yml +0 -132
  547. data/decidim-budgets/config/locales/nl.yml +0 -132
  548. data/decidim-budgets/config/locales/pl.yml +0 -135
  549. data/decidim-budgets/config/locales/uk.yml +0 -138
  550. data/decidim-budgets/db/migrate/20170127114122_create_projects.rb +0 -17
  551. data/decidim-budgets/db/migrate/20170130095615_create_orders.rb +0 -15
  552. data/decidim-budgets/db/migrate/20170130101825_create_line_items.rb +0 -12
  553. data/decidim-budgets/db/migrate/20170207101750_remove_short_description_from_decidim_projects.rb +0 -7
  554. data/decidim-budgets/db/migrate/20170215132708_add_reference_to_projects.rb +0 -9
  555. data/decidim-budgets/db/migrate/20170410074214_remove_not_null_reference_budgets.rb +0 -7
  556. data/decidim-budgets/db/migrate/20170612101846_migrate_projects_category.rb +0 -15
  557. data/decidim-budgets/decidim-budgets.gemspec +0 -27
  558. data/decidim-budgets/lib/decidim/budgets.rb +0 -12
  559. data/decidim-budgets/lib/decidim/budgets/admin.rb +0 -10
  560. data/decidim-budgets/lib/decidim/budgets/admin_engine.rb +0 -26
  561. data/decidim-budgets/lib/decidim/budgets/engine.rb +0 -31
  562. data/decidim-budgets/lib/decidim/budgets/feature.rb +0 -86
  563. data/decidim-budgets/lib/decidim/budgets/seeds/Exampledocument.pdf +0 -0
  564. data/decidim-budgets/lib/decidim/budgets/seeds/city.jpeg +0 -0
  565. data/decidim-budgets/lib/decidim/budgets/test/factories.rb +0 -63
  566. data/decidim-budgets/spec/commands/add_line_item_spec.rb +0 -68
  567. data/decidim-budgets/spec/commands/cancel_order_spec.rb +0 -51
  568. data/decidim-budgets/spec/commands/checkout_spec.rb +0 -55
  569. data/decidim-budgets/spec/commands/create_project_spec.rb +0 -73
  570. data/decidim-budgets/spec/commands/remove_line_item_spec.rb +0 -46
  571. data/decidim-budgets/spec/commands/update_project_spec.rb +0 -66
  572. data/decidim-budgets/spec/factories.rb +0 -8
  573. data/decidim-budgets/spec/features/admin_manages_project_attachments_spec.rb +0 -12
  574. data/decidim-budgets/spec/features/admin_manages_projects_spec.rb +0 -13
  575. data/decidim-budgets/spec/features/comments_spec.rb +0 -11
  576. data/decidim-budgets/spec/features/follow_projects_spec.rb +0 -13
  577. data/decidim-budgets/spec/features/orders_spec.rb +0 -255
  578. data/decidim-budgets/spec/features/process_admin_manages_project_attachments_spec.rb +0 -12
  579. data/decidim-budgets/spec/features/process_admin_manages_projects_spec.rb +0 -13
  580. data/decidim-budgets/spec/forms/project_form_spec.rb +0 -113
  581. data/decidim-budgets/spec/models/line_item_spec.rb +0 -35
  582. data/decidim-budgets/spec/models/order_spec.rb +0 -74
  583. data/decidim-budgets/spec/models/project_spec.rb +0 -53
  584. data/decidim-budgets/spec/queries/decidim/budgets/filtered_projects_spec.rb +0 -22
  585. data/decidim-budgets/spec/services/project_search_spec.rb +0 -108
  586. data/decidim-budgets/spec/shared/manage_attachments_examples.rb +0 -15
  587. data/decidim-budgets/spec/shared/manage_projects_examples.rb +0 -121
  588. data/decidim-budgets/spec/spec_helper.rb +0 -9
  589. data/decidim-comments/.gitignore +0 -1
  590. data/decidim-comments/README.md +0 -75
  591. data/decidim-comments/Rakefile +0 -3
  592. data/decidim-comments/app/assets/config/decidim_comments_manifest.js +0 -1
  593. data/decidim-comments/app/assets/javascripts/decidim/comments/bundle.js +0 -0
  594. data/decidim-comments/app/assets/javascripts/decidim/comments/comments.js.erb +0 -10
  595. data/decidim-comments/app/commands/decidim/comments/create_comment.rb +0 -64
  596. data/decidim-comments/app/commands/decidim/comments/vote_comment.rb +0 -39
  597. data/decidim-comments/app/events/decidim/comments/comment_created_event.rb +0 -56
  598. data/decidim-comments/app/forms/decidim/comments/comment_form.rb +0 -18
  599. data/decidim-comments/app/frontend/application/apollo_client.ts +0 -16
  600. data/decidim-comments/app/frontend/application/application.component.test.tsx +0 -36
  601. data/decidim-comments/app/frontend/application/application.component.tsx +0 -37
  602. data/decidim-comments/app/frontend/application/icon.component.test.tsx +0 -49
  603. data/decidim-comments/app/frontend/application/icon.component.tsx +0 -35
  604. data/decidim-comments/app/frontend/comments/add_comment_form.component.test.tsx +0 -260
  605. data/decidim-comments/app/frontend/comments/add_comment_form.component.tsx +0 -449
  606. data/decidim-comments/app/frontend/comments/comment.component.test.tsx +0 -197
  607. data/decidim-comments/app/frontend/comments/comment.component.tsx +0 -395
  608. data/decidim-comments/app/frontend/comments/comment_order_selector.component.test.tsx +0 -21
  609. data/decidim-comments/app/frontend/comments/comment_order_selector.component.tsx +0 -87
  610. data/decidim-comments/app/frontend/comments/comment_thread.component.test.tsx +0 -81
  611. data/decidim-comments/app/frontend/comments/comment_thread.component.tsx +0 -79
  612. data/decidim-comments/app/frontend/comments/comments.component.test.tsx +0 -128
  613. data/decidim-comments/app/frontend/comments/comments.component.tsx +0 -185
  614. data/decidim-comments/app/frontend/comments/down_vote_button.component.test.tsx +0 -59
  615. data/decidim-comments/app/frontend/comments/down_vote_button.component.tsx +0 -117
  616. data/decidim-comments/app/frontend/comments/up_vote_button.component.test.tsx +0 -59
  617. data/decidim-comments/app/frontend/comments/up_vote_button.component.tsx +0 -113
  618. data/decidim-comments/app/frontend/comments/vote_button.component.tsx +0 -46
  619. data/decidim-comments/app/frontend/comments/vote_button_component.test.tsx +0 -58
  620. data/decidim-comments/app/frontend/entry.ts +0 -19
  621. data/decidim-comments/app/frontend/fragments/add_comment_form_commentable.fragment.graphql +0 -4
  622. data/decidim-comments/app/frontend/fragments/add_comment_form_session.fragment.graphql +0 -6
  623. data/decidim-comments/app/frontend/fragments/comment.fragment.graphql +0 -14
  624. data/decidim-comments/app/frontend/fragments/comment_data.fragment.graphql +0 -23
  625. data/decidim-comments/app/frontend/fragments/comment_thread.fragment.graphql +0 -6
  626. data/decidim-comments/app/frontend/fragments/down_vote_button.fragment.graphql +0 -6
  627. data/decidim-comments/app/frontend/fragments/up_vote_button.fragment.graphql +0 -6
  628. data/decidim-comments/app/frontend/mutations/add_comment.mutation.graphql +0 -9
  629. data/decidim-comments/app/frontend/mutations/down_vote.mutation.graphql +0 -9
  630. data/decidim-comments/app/frontend/mutations/up_vote.mutation.graphql +0 -9
  631. data/decidim-comments/app/frontend/queries/comments.query.graphql +0 -23
  632. data/decidim-comments/app/frontend/support/asset_url.ts +0 -11
  633. data/decidim-comments/app/frontend/support/generate_comments_data.ts +0 -42
  634. data/decidim-comments/app/frontend/support/generate_user_data.ts +0 -13
  635. data/decidim-comments/app/frontend/support/generate_user_group_data.ts +0 -14
  636. data/decidim-comments/app/frontend/support/graphql_transformer.js +0 -32
  637. data/decidim-comments/app/frontend/support/load_translations.ts +0 -44
  638. data/decidim-comments/app/frontend/support/require_all.ts +0 -10
  639. data/decidim-comments/app/frontend/support/resolve_graphql_query.ts +0 -37
  640. data/decidim-comments/app/frontend/support/schema.ts +0 -1445
  641. data/decidim-comments/app/models/decidim/comments/abilities/admin_ability.rb +0 -19
  642. data/decidim-comments/app/models/decidim/comments/abilities/current_user_ability.rb +0 -24
  643. data/decidim-comments/app/models/decidim/comments/abilities/participatory_process_admin_ability.rb +0 -19
  644. data/decidim-comments/app/models/decidim/comments/abilities/participatory_process_moderator_ability.rb +0 -19
  645. data/decidim-comments/app/models/decidim/comments/application_record.rb +0 -10
  646. data/decidim-comments/app/models/decidim/comments/comment.rb +0 -81
  647. data/decidim-comments/app/models/decidim/comments/comment_vote.rb +0 -24
  648. data/decidim-comments/app/models/decidim/comments/seed.rb +0 -32
  649. data/decidim-comments/app/queries/decidim/comments/sorted_comments.rb +0 -85
  650. data/decidim-comments/app/resolvers/decidim/comments/vote_comment_resolver.rb +0 -24
  651. data/decidim-comments/app/types/decidim/comments/commentable_interface.rb +0 -45
  652. data/decidim-comments/app/types/decidim/comments/commentable_mutation_type.rb +0 -30
  653. data/decidim-comments/app/types/decidim/comments/commentable_type.rb +0 -15
  654. data/decidim-comments/bin/rails +0 -15
  655. data/decidim-comments/config/locales/ca.yml +0 -71
  656. data/decidim-comments/config/locales/en.yml +0 -71
  657. data/decidim-comments/config/locales/es.yml +0 -71
  658. data/decidim-comments/config/locales/eu.yml +0 -70
  659. data/decidim-comments/config/locales/fi.yml +0 -70
  660. data/decidim-comments/config/locales/fr.yml +0 -70
  661. data/decidim-comments/config/locales/it.yml +0 -70
  662. data/decidim-comments/config/locales/nl.yml +0 -70
  663. data/decidim-comments/config/locales/pl.yml +0 -70
  664. data/decidim-comments/config/locales/uk.yml +0 -70
  665. data/decidim-comments/db/migrate/20161130143508_create_comments.rb +0 -15
  666. data/decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb +0 -7
  667. data/decidim-comments/db/migrate/20161216102820_add_alignment_to_comments.rb +0 -7
  668. data/decidim-comments/db/migrate/20161219150806_create_comment_votes.rb +0 -15
  669. data/decidim-comments/db/migrate/20170123102043_add_user_group_id_to_comments.rb +0 -7
  670. data/decidim-comments/db/migrate/20170504085413_add_root_commentable_to_comments.rb +0 -9
  671. data/decidim-comments/db/migrate/20170510091348_update_root_commentable_for_comments.rb +0 -23
  672. data/decidim-comments/db/migrate/20170510091409_set_root_commentable_null_constraints.rb +0 -8
  673. data/decidim-comments/db/seeds.rb +0 -13
  674. data/decidim-comments/decidim-comments.gemspec +0 -23
  675. data/decidim-comments/lib/decidim/comments.rb +0 -20
  676. data/decidim-comments/lib/decidim/comments/admin.rb +0 -10
  677. data/decidim-comments/lib/decidim/comments/admin_engine.rb +0 -26
  678. data/decidim-comments/lib/decidim/comments/api/add_comment_type.rb +0 -13
  679. data/decidim-comments/lib/decidim/comments/api/comment_mutation_type.rb +0 -20
  680. data/decidim-comments/lib/decidim/comments/api/comment_type.rb +0 -75
  681. data/decidim-comments/lib/decidim/comments/comment_serializer.rb +0 -37
  682. data/decidim-comments/lib/decidim/comments/commentable.rb +0 -51
  683. data/decidim-comments/lib/decidim/comments/comments_helper.rb +0 -52
  684. data/decidim-comments/lib/decidim/comments/engine.rb +0 -49
  685. data/decidim-comments/lib/decidim/comments/export.rb +0 -22
  686. data/decidim-comments/lib/decidim/comments/mutation_extensions.rb +0 -39
  687. data/decidim-comments/lib/decidim/comments/query_extensions.rb +0 -29
  688. data/decidim-comments/lib/decidim/comments/test/factories.rb +0 -24
  689. data/decidim-comments/spec/commands/create_comment_spec.rb +0 -102
  690. data/decidim-comments/spec/commands/vote_comment_spec.rb +0 -121
  691. data/decidim-comments/spec/events/decidim/comments/comment_created_event_spec.rb +0 -17
  692. data/decidim-comments/spec/factories.rb +0 -6
  693. data/decidim-comments/spec/features/admin_manages_comments_spec.rb +0 -18
  694. data/decidim-comments/spec/features/comments_spec.rb +0 -12
  695. data/decidim-comments/spec/features/process_admin_manages_comments_spec.rb +0 -18
  696. data/decidim-comments/spec/features/report_comment_spec.rb +0 -23
  697. data/decidim-comments/spec/forms/comment_form_spec.rb +0 -58
  698. data/decidim-comments/spec/helpers/comments_helper_spec.rb +0 -26
  699. data/decidim-comments/spec/lib/comment_serializer_spec.rb +0 -44
  700. data/decidim-comments/spec/lib/export_spec.rb +0 -27
  701. data/decidim-comments/spec/models/abilities/admin_ability_spec.rb +0 -21
  702. data/decidim-comments/spec/models/abilities/participatory_process_admin_ability_spec.rb +0 -23
  703. data/decidim-comments/spec/models/comment_spec.rb +0 -101
  704. data/decidim-comments/spec/models/comment_vote_spec.rb +0 -47
  705. data/decidim-comments/spec/models/seed_spec.rb +0 -19
  706. data/decidim-comments/spec/queries/sorted_comments_spec.rb +0 -81
  707. data/decidim-comments/spec/spec_helper.rb +0 -9
  708. data/decidim-comments/spec/types/comment_mutation_type_spec.rb +0 -39
  709. data/decidim-comments/spec/types/comment_type_spec.rb +0 -130
  710. data/decidim-comments/spec/types/commentable_mutation_type_spec.rb +0 -35
  711. data/decidim-comments/spec/types/commentable_type_spec.rb +0 -49
  712. data/decidim-comments/spec/types/mutation_type_spec.rb +0 -32
  713. data/decidim-comments/spec/types/query_type_spec.rb +0 -26
  714. data/decidim-core/README.md +0 -28
  715. data/decidim-core/Rakefile +0 -3
  716. data/decidim-core/app/assets/config/decidim_core_manifest.js +0 -11
  717. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_400.eot +0 -0
  718. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_400.svg +0 -345
  719. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_400.ttf +0 -0
  720. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_400.woff +0 -0
  721. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_400.woff2 +0 -0
  722. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_600.eot +0 -0
  723. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_600.svg +0 -339
  724. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_600.ttf +0 -0
  725. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_600.woff +0 -0
  726. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_600.woff2 +0 -0
  727. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_900.eot +0 -0
  728. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_900.svg +0 -342
  729. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_900.ttf +0 -0
  730. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_900.woff +0 -0
  731. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_900.woff2 +0 -0
  732. data/decidim-core/app/assets/images/decidim/.keep +0 -0
  733. data/decidim-core/app/assets/images/decidim/cc-badge.png +0 -0
  734. data/decidim-core/app/assets/images/decidim/default-avatar.svg +0 -14
  735. data/decidim-core/app/assets/images/decidim/icons.svg +0 -1
  736. data/decidim-core/app/assets/javascripts/decidim.js.es6 +0 -27
  737. data/decidim-core/app/assets/javascripts/decidim/account_form.js.es6 +0 -27
  738. data/decidim-core/app/assets/javascripts/decidim/append_elements.js.es6 +0 -8
  739. data/decidim-core/app/assets/javascripts/decidim/editor.js.es6 +0 -51
  740. data/decidim-core/app/assets/javascripts/decidim/filters.js.es6 +0 -16
  741. data/decidim-core/app/assets/javascripts/decidim/form_filter.component.js.es6 +0 -237
  742. data/decidim-core/app/assets/javascripts/decidim/form_filter.component.test.js +0 -112
  743. data/decidim-core/app/assets/javascripts/decidim/foundation.js.es6 +0 -18
  744. data/decidim-core/app/assets/javascripts/decidim/history.js.es6 +0 -38
  745. data/decidim-core/app/assets/javascripts/decidim/impersonation.js.es6 +0 -16
  746. data/decidim-core/app/assets/javascripts/decidim/map.js.es6.erb +0 -95
  747. data/decidim-core/app/assets/javascripts/decidim/notifications.js.es6 +0 -33
  748. data/decidim-core/app/assets/javascripts/decidim/orders.js.es6 +0 -28
  749. data/decidim-core/app/assets/javascripts/decidim/select2.field.js.es6 +0 -47
  750. data/decidim-core/app/assets/javascripts/decidim/select2.js.es6 +0 -8
  751. data/decidim-core/app/assets/javascripts/decidim/user_registrations.js.es6 +0 -21
  752. data/decidim-core/app/assets/javascripts/decidim/widget.js.es6 +0 -14
  753. data/decidim-core/app/assets/stylesheets/decidim/_decidim.scss +0 -12
  754. data/decidim-core/app/assets/stylesheets/decidim/_variables.scss +0 -16
  755. data/decidim-core/app/assets/stylesheets/decidim/application.scss.erb +0 -6
  756. data/decidim-core/app/assets/stylesheets/decidim/editor.sass +0 -4
  757. data/decidim-core/app/assets/stylesheets/decidim/email.css +0 -1395
  758. data/decidim-core/app/assets/stylesheets/decidim/extras/_add_comments.scss +0 -9
  759. data/decidim-core/app/assets/stylesheets/decidim/extras/_announcement.scss +0 -3
  760. data/decidim-core/app/assets/stylesheets/decidim/extras/_callout.scss +0 -5
  761. data/decidim-core/app/assets/stylesheets/decidim/extras/_collection-sort-controls.scss +0 -5
  762. data/decidim-core/app/assets/stylesheets/decidim/extras/_embed.scss +0 -32
  763. data/decidim-core/app/assets/stylesheets/decidim/extras/_impersonation-bar.scss +0 -22
  764. data/decidim-core/app/assets/stylesheets/decidim/extras/_label-required.scss +0 -3
  765. data/decidim-core/app/assets/stylesheets/decidim/extras/_leaflet.scss +0 -15
  766. data/decidim-core/app/assets/stylesheets/decidim/extras/_meeting-registrations.scss +0 -11
  767. data/decidim-core/app/assets/stylesheets/decidim/extras/_process_stats.scss +0 -38
  768. data/decidim-core/app/assets/stylesheets/decidim/extras/_proposal_form.scss +0 -7
  769. data/decidim-core/app/assets/stylesheets/decidim/extras/_quill.scss +0 -8
  770. data/decidim-core/app/assets/stylesheets/decidim/extras/_reference.scss +0 -3
  771. data/decidim-core/app/assets/stylesheets/decidim/extras/_register_form.scss +0 -9
  772. data/decidim-core/app/assets/stylesheets/decidim/extras/_results-per-page.scss +0 -66
  773. data/decidim-core/app/assets/stylesheets/decidim/extras/_social_icons_mini.scss +0 -10
  774. data/decidim-core/app/assets/stylesheets/decidim/extras/_status-labels.scss +0 -3
  775. data/decidim-core/app/assets/stylesheets/decidim/layouts/_home.scss +0 -244
  776. data/decidim-core/app/assets/stylesheets/decidim/layouts/_user.scss +0 -24
  777. data/decidim-core/app/assets/stylesheets/decidim/layouts/_view.scss +0 -22
  778. data/decidim-core/app/assets/stylesheets/decidim/map.css +0 -3
  779. data/decidim-core/app/assets/stylesheets/decidim/modules/_address.scss +0 -26
  780. data/decidim-core/app/assets/stylesheets/decidim/modules/_author-avatar.scss +0 -119
  781. data/decidim-core/app/assets/stylesheets/decidim/modules/_buttons.scss +0 -142
  782. data/decidim-core/app/assets/stylesheets/decidim/modules/_callout.scss +0 -25
  783. data/decidim-core/app/assets/stylesheets/decidim/modules/_card-grid.scss +0 -25
  784. data/decidim-core/app/assets/stylesheets/decidim/modules/_cards.scss +0 -504
  785. data/decidim-core/app/assets/stylesheets/decidim/modules/_comments.scss +0 -141
  786. data/decidim-core/app/assets/stylesheets/decidim/modules/_cookie-bar.scss +0 -22
  787. data/decidim-core/app/assets/stylesheets/decidim/modules/_datepicker.scss +0 -224
  788. data/decidim-core/app/assets/stylesheets/decidim/modules/_definition-data.scss +0 -54
  789. data/decidim-core/app/assets/stylesheets/decidim/modules/_extra.scss +0 -47
  790. data/decidim-core/app/assets/stylesheets/decidim/modules/_filter-tags.scss +0 -24
  791. data/decidim-core/app/assets/stylesheets/decidim/modules/_filters.scss +0 -96
  792. data/decidim-core/app/assets/stylesheets/decidim/modules/_flag.scss +0 -9
  793. data/decidim-core/app/assets/stylesheets/decidim/modules/_footer.scss +0 -90
  794. data/decidim-core/app/assets/stylesheets/decidim/modules/_forms.scss +0 -30
  795. data/decidim-core/app/assets/stylesheets/decidim/modules/_help.scss +0 -14
  796. data/decidim-core/app/assets/stylesheets/decidim/modules/_icons.scss +0 -32
  797. data/decidim-core/app/assets/stylesheets/decidim/modules/_layout.scss +0 -56
  798. data/decidim-core/app/assets/stylesheets/decidim/modules/_list-docs.scss +0 -30
  799. data/decidim-core/app/assets/stylesheets/decidim/modules/_main-container.scss +0 -66
  800. data/decidim-core/app/assets/stylesheets/decidim/modules/_map.scss +0 -72
  801. data/decidim-core/app/assets/stylesheets/decidim/modules/_margins.scss +0 -16
  802. data/decidim-core/app/assets/stylesheets/decidim/modules/_modules.scss +0 -58
  803. data/decidim-core/app/assets/stylesheets/decidim/modules/_navbar.scss +0 -270
  804. data/decidim-core/app/assets/stylesheets/decidim/modules/_opinion-toggle.scss +0 -50
  805. data/decidim-core/app/assets/stylesheets/decidim/modules/_order-by.scss +0 -66
  806. data/decidim-core/app/assets/stylesheets/decidim/modules/_pagination.scss +0 -5
  807. data/decidim-core/app/assets/stylesheets/decidim/modules/_process-header.scss +0 -88
  808. data/decidim-core/app/assets/stylesheets/decidim/modules/_process-info.scss +0 -44
  809. data/decidim-core/app/assets/stylesheets/decidim/modules/_process-nav.scss +0 -111
  810. data/decidim-core/app/assets/stylesheets/decidim/modules/_process-phase.scss +0 -83
  811. data/decidim-core/app/assets/stylesheets/decidim/modules/_reference.scss +0 -6
  812. data/decidim-core/app/assets/stylesheets/decidim/modules/_reveal.scss +0 -20
  813. data/decidim-core/app/assets/stylesheets/decidim/modules/_share.scss +0 -28
  814. data/decidim-core/app/assets/stylesheets/decidim/modules/_signup.scss +0 -39
  815. data/decidim-core/app/assets/stylesheets/decidim/modules/_static-pages.scss +0 -46
  816. data/decidim-core/app/assets/stylesheets/decidim/modules/_status-labels.scss +0 -20
  817. data/decidim-core/app/assets/stylesheets/decidim/modules/_tags.scss +0 -29
  818. data/decidim-core/app/assets/stylesheets/decidim/modules/_timeline.scss +0 -171
  819. data/decidim-core/app/assets/stylesheets/decidim/modules/_title-action.scss +0 -28
  820. data/decidim-core/app/assets/stylesheets/decidim/modules/_typography.scss +0 -122
  821. data/decidim-core/app/assets/stylesheets/decidim/modules/_user-form.scss +0 -14
  822. data/decidim-core/app/assets/stylesheets/decidim/modules/_video.scss +0 -18
  823. data/decidim-core/app/assets/stylesheets/decidim/plugins/_select2.scss +0 -63
  824. data/decidim-core/app/assets/stylesheets/decidim/utils/_fontface.scss +0 -27
  825. data/decidim-core/app/assets/stylesheets/decidim/utils/_helpers.scss +0 -25
  826. data/decidim-core/app/assets/stylesheets/decidim/utils/_keyframes.scss +0 -21
  827. data/decidim-core/app/assets/stylesheets/decidim/utils/_mixins.scss +0 -41
  828. data/decidim-core/app/assets/stylesheets/decidim/utils/_settings.scss +0 -575
  829. data/decidim-core/app/assets/stylesheets/decidim/utils/_toggle-expand.scss +0 -8
  830. data/decidim-core/app/commands/decidim/authorize_user.rb +0 -59
  831. data/decidim-core/app/commands/decidim/create_follow.rb +0 -40
  832. data/decidim-core/app/commands/decidim/create_omniauth_registration.rb +0 -94
  833. data/decidim-core/app/commands/decidim/create_registration.rb +0 -53
  834. data/decidim-core/app/commands/decidim/create_report.rb +0 -91
  835. data/decidim-core/app/commands/decidim/delete_follow.rb +0 -37
  836. data/decidim-core/app/commands/decidim/destroy_account.rb +0 -47
  837. data/decidim-core/app/commands/decidim/invite_user.rb +0 -54
  838. data/decidim-core/app/commands/decidim/invite_user_again.rb +0 -26
  839. data/decidim-core/app/commands/decidim/remove_admin.rb +0 -25
  840. data/decidim-core/app/commands/decidim/update_account.rb +0 -52
  841. data/decidim-core/app/commands/decidim/update_notifications_settings.rb +0 -31
  842. data/decidim-core/app/constraints/decidim/current_feature.rb +0 -41
  843. data/decidim-core/app/controllers/concerns/decidim/action_authorization.rb +0 -74
  844. data/decidim-core/app/controllers/concerns/decidim/devise_controllers.rb +0 -36
  845. data/decidim-core/app/controllers/concerns/decidim/filter_resource.rb +0 -71
  846. data/decidim-core/app/controllers/concerns/decidim/form_factory.rb +0 -83
  847. data/decidim-core/app/controllers/concerns/decidim/impersonate_users.rb +0 -67
  848. data/decidim-core/app/controllers/concerns/decidim/locale_switcher.rb +0 -60
  849. data/decidim-core/app/controllers/concerns/decidim/needs_authorization.rb +0 -46
  850. data/decidim-core/app/controllers/concerns/decidim/needs_organization.rb +0 -42
  851. data/decidim-core/app/controllers/concerns/decidim/paginable.rb +0 -24
  852. data/decidim-core/app/controllers/concerns/decidim/payload_info.rb +0 -23
  853. data/decidim-core/app/controllers/concerns/decidim/settings.rb +0 -23
  854. data/decidim-core/app/controllers/concerns/decidim/user_profile.rb +0 -33
  855. data/decidim-core/app/controllers/decidim/account_controller.rb +0 -70
  856. data/decidim-core/app/controllers/decidim/application_controller.rb +0 -56
  857. data/decidim-core/app/controllers/decidim/authorizations_controller.rb +0 -90
  858. data/decidim-core/app/controllers/decidim/cookie_policy_controller.rb +0 -19
  859. data/decidim-core/app/controllers/decidim/devise/confirmations_controller.rb +0 -10
  860. data/decidim-core/app/controllers/decidim/devise/invitations_controller.rb +0 -30
  861. data/decidim-core/app/controllers/decidim/devise/omniauth_registrations_controller.rb +0 -95
  862. data/decidim-core/app/controllers/decidim/devise/passwords_controller.rb +0 -25
  863. data/decidim-core/app/controllers/decidim/devise/registrations_controller.rb +0 -67
  864. data/decidim-core/app/controllers/decidim/devise/sessions_controller.rb +0 -32
  865. data/decidim-core/app/controllers/decidim/errors_controller.rb +0 -15
  866. data/decidim-core/app/controllers/decidim/features/base_controller.rb +0 -55
  867. data/decidim-core/app/controllers/decidim/follows_controller.rb +0 -45
  868. data/decidim-core/app/controllers/decidim/locales_controller.rb +0 -27
  869. data/decidim-core/app/controllers/decidim/notifications_controller.rb +0 -39
  870. data/decidim-core/app/controllers/decidim/notifications_settings_controller.rb +0 -30
  871. data/decidim-core/app/controllers/decidim/own_user_groups_controller.rb +0 -13
  872. data/decidim-core/app/controllers/decidim/pages_controller.rb +0 -42
  873. data/decidim-core/app/controllers/decidim/reports_controller.rb +0 -33
  874. data/decidim-core/app/controllers/decidim/scopes_controller.rb +0 -31
  875. data/decidim-core/app/controllers/decidim/static_map_controller.rb +0 -17
  876. data/decidim-core/app/controllers/decidim/widgets_controller.rb +0 -35
  877. data/decidim-core/app/forms/decidim/account_form.rb +0 -42
  878. data/decidim-core/app/forms/decidim/attachment_form.rb +0 -14
  879. data/decidim-core/app/forms/decidim/delete_account_form.rb +0 -8
  880. data/decidim-core/app/forms/decidim/follow_form.rb +0 -20
  881. data/decidim-core/app/forms/decidim/form.rb +0 -16
  882. data/decidim-core/app/forms/decidim/invite_user_form.rb +0 -48
  883. data/decidim-core/app/forms/decidim/notifications_settings_form.rb +0 -15
  884. data/decidim-core/app/forms/decidim/omniauth_registration_form.rb +0 -24
  885. data/decidim-core/app/forms/decidim/registration_form.rb +0 -55
  886. data/decidim-core/app/forms/decidim/report_form.rb +0 -13
  887. data/decidim-core/app/forms/translatable_presence_validator.rb +0 -31
  888. data/decidim-core/app/helpers/decidim/action_authorization_helper.rb +0 -89
  889. data/decidim-core/app/helpers/decidim/application_helper.rb +0 -28
  890. data/decidim-core/app/helpers/decidim/aria_selected_link_to_helper.rb +0 -27
  891. data/decidim-core/app/helpers/decidim/attachments_helper.rb +0 -27
  892. data/decidim-core/app/helpers/decidim/authorization_form_helper.rb +0 -26
  893. data/decidim-core/app/helpers/decidim/cookies_helper.rb +0 -11
  894. data/decidim-core/app/helpers/decidim/decidim_form_helper.rb +0 -128
  895. data/decidim-core/app/helpers/decidim/feature_path_helper.rb +0 -24
  896. data/decidim-core/app/helpers/decidim/feature_reference_helper.rb +0 -25
  897. data/decidim-core/app/helpers/decidim/filters_helper.rb +0 -21
  898. data/decidim-core/app/helpers/decidim/humanize_booleans_helper.rb +0 -15
  899. data/decidim-core/app/helpers/decidim/icon_helper.rb +0 -48
  900. data/decidim-core/app/helpers/decidim/language_chooser_helper.rb +0 -19
  901. data/decidim-core/app/helpers/decidim/layout_helper.rb +0 -78
  902. data/decidim-core/app/helpers/decidim/localized_locales_helper.rb +0 -44
  903. data/decidim-core/app/helpers/decidim/map_helper.rb +0 -42
  904. data/decidim-core/app/helpers/decidim/menu_helper.rb +0 -16
  905. data/decidim-core/app/helpers/decidim/meta_tags_helper.rb +0 -105
  906. data/decidim-core/app/helpers/decidim/omniauth_helper.rb +0 -24
  907. data/decidim-core/app/helpers/decidim/orders_helper.rb +0 -29
  908. data/decidim-core/app/helpers/decidim/paginate_helper.rb +0 -22
  909. data/decidim-core/app/helpers/decidim/replace_buttons_helper.rb +0 -43
  910. data/decidim-core/app/helpers/decidim/resource_helper.rb +0 -73
  911. data/decidim-core/app/helpers/decidim/scopes_helper.rb +0 -15
  912. data/decidim-core/app/helpers/decidim/translations_helper.rb +0 -34
  913. data/decidim-core/app/helpers/decidim/user_profile_helper.rb +0 -24
  914. data/decidim-core/app/helpers/decidim/widget_urls_helper.rb +0 -11
  915. data/decidim-core/app/jobs/decidim/application_job.rb +0 -6
  916. data/decidim-core/app/jobs/decidim/email_notification_generator_job.rb +0 -12
  917. data/decidim-core/app/jobs/decidim/export_job.rb +0 -20
  918. data/decidim-core/app/jobs/decidim/notification_generator_for_recipient_job.rb +0 -14
  919. data/decidim-core/app/jobs/decidim/notification_generator_job.rb +0 -12
  920. data/decidim-core/app/mailers/concerns/decidim/localised_mailer.rb +0 -30
  921. data/decidim-core/app/mailers/decidim/application_mailer.rb +0 -12
  922. data/decidim-core/app/mailers/decidim/decidim_devise_mailer.rb +0 -39
  923. data/decidim-core/app/mailers/decidim/export_mailer.rb +0 -29
  924. data/decidim-core/app/mailers/decidim/newsletter_mailer.rb +0 -25
  925. data/decidim-core/app/mailers/decidim/notification_mailer.rb +0 -20
  926. data/decidim-core/app/mailers/decidim/reported_mailer.rb +0 -42
  927. data/decidim-core/app/middleware/decidim/current_organization.rb +0 -55
  928. data/decidim-core/app/models/decidim/abilities/admin_ability.rb +0 -29
  929. data/decidim-core/app/models/decidim/abilities/base_ability.rb +0 -42
  930. data/decidim-core/app/models/decidim/abilities/everyone_ability.rb +0 -24
  931. data/decidim-core/app/models/decidim/abilities/participatory_process_admin_ability.rb +0 -28
  932. data/decidim-core/app/models/decidim/abilities/participatory_process_collaborator_ability.rb +0 -28
  933. data/decidim-core/app/models/decidim/abilities/participatory_process_moderator_ability.rb +0 -15
  934. data/decidim-core/app/models/decidim/abilities/user_manager_ability.rb +0 -35
  935. data/decidim-core/app/models/decidim/application_record.rb +0 -8
  936. data/decidim-core/app/models/decidim/attachment.rb +0 -57
  937. data/decidim-core/app/models/decidim/authorization.rb +0 -26
  938. data/decidim-core/app/models/decidim/categorization.rb +0 -8
  939. data/decidim-core/app/models/decidim/category.rb +0 -41
  940. data/decidim-core/app/models/decidim/feature.rb +0 -64
  941. data/decidim-core/app/models/decidim/follow.rb +0 -10
  942. data/decidim-core/app/models/decidim/identity.rb +0 -21
  943. data/decidim-core/app/models/decidim/impersonation_log.rb +0 -35
  944. data/decidim-core/app/models/decidim/moderation.rb +0 -12
  945. data/decidim-core/app/models/decidim/newsletter.rb +0 -26
  946. data/decidim-core/app/models/decidim/notification.rb +0 -12
  947. data/decidim-core/app/models/decidim/organization.rb +0 -38
  948. data/decidim-core/app/models/decidim/participatory_process_user_role.rb +0 -22
  949. data/decidim-core/app/models/decidim/report.rb +0 -24
  950. data/decidim-core/app/models/decidim/resource_link.rb +0 -28
  951. data/decidim-core/app/models/decidim/scope.rb +0 -79
  952. data/decidim-core/app/models/decidim/scope_type.rb +0 -16
  953. data/decidim-core/app/models/decidim/static_page.rb +0 -57
  954. data/decidim-core/app/models/decidim/user.rb +0 -116
  955. data/decidim-core/app/models/decidim/user_group.rb +0 -45
  956. data/decidim-core/app/models/decidim/user_group_membership.rb +0 -9
  957. data/decidim-core/app/presenters/decidim/home_stats_presenter.rb +0 -81
  958. data/decidim-core/app/presenters/decidim/menu_item_presenter.rb +0 -57
  959. data/decidim-core/app/presenters/decidim/menu_presenter.rb +0 -47
  960. data/decidim-core/app/presenters/decidim/resource_locator_presenter.rb +0 -78
  961. data/decidim-core/app/queries/decidim/freetext_scopes.rb +0 -39
  962. data/decidim-core/app/queries/decidim/participatory_processes_with_user_role.rb +0 -46
  963. data/decidim-core/app/queries/decidim/stats_users_count.rb +0 -25
  964. data/decidim-core/app/services/decidim/action_authorizer.rb +0 -103
  965. data/decidim-core/app/services/decidim/authorization_handler.rb +0 -92
  966. data/decidim-core/app/services/decidim/email_notification_generator.rb +0 -63
  967. data/decidim-core/app/services/decidim/events_manager.rb +0 -41
  968. data/decidim-core/app/services/decidim/notification_generator.rb +0 -51
  969. data/decidim-core/app/services/decidim/notification_generator_for_recipient.rb +0 -50
  970. data/decidim-core/app/services/decidim/resource_search.rb +0 -79
  971. data/decidim-core/app/services/decidim/static_map_generator.rb +0 -48
  972. data/decidim-core/app/uploaders/decidim/application_uploader.rb +0 -17
  973. data/decidim-core/app/uploaders/decidim/attachment_uploader.rb +0 -73
  974. data/decidim-core/app/uploaders/decidim/avatar_uploader.rb +0 -22
  975. data/decidim-core/app/uploaders/decidim/banner_image_uploader.rb +0 -8
  976. data/decidim-core/app/uploaders/decidim/hero_image_uploader.rb +0 -8
  977. data/decidim-core/app/uploaders/decidim/homepage_image_uploader.rb +0 -16
  978. data/decidim-core/app/uploaders/decidim/image_uploader.rb +0 -47
  979. data/decidim-core/app/uploaders/decidim/official_image_footer_uploader.rb +0 -9
  980. data/decidim-core/app/uploaders/decidim/official_image_header_uploader.rb +0 -9
  981. data/decidim-core/app/uploaders/decidim/organization_favicon_uploader.rb +0 -18
  982. data/decidim-core/app/uploaders/decidim/organization_logo_uploader.rb +0 -10
  983. data/decidim-core/app/validators/etiquette_validator.rb +0 -42
  984. data/decidim-core/app/validators/geocoding_validator.rb +0 -22
  985. data/decidim-core/app/views/decidim/account/_password_fields.html.erb +0 -2
  986. data/decidim-core/app/views/decidim/account/_user_groups.html.erb +0 -0
  987. data/decidim-core/app/views/decidim/account/delete.html.erb +0 -30
  988. data/decidim-core/app/views/decidim/account/show.html.erb +0 -25
  989. data/decidim-core/app/views/decidim/application/_attachments.html.erb +0 -8
  990. data/decidim-core/app/views/decidim/application/_documents.html.erb +0 -28
  991. data/decidim-core/app/views/decidim/application/_photos.html.erb +0 -16
  992. data/decidim-core/app/views/decidim/authorizations/first_login.html.erb +0 -22
  993. data/decidim-core/app/views/decidim/authorizations/index.html.erb +0 -49
  994. data/decidim-core/app/views/decidim/authorizations/new.html.erb +0 -31
  995. data/decidim-core/app/views/decidim/cookie_policy/accept.js.erb +0 -3
  996. data/decidim-core/app/views/decidim/devise/confirmations/new.html.erb +0 -33
  997. data/decidim-core/app/views/decidim/devise/invitations/edit.html.erb +0 -29
  998. data/decidim-core/app/views/decidim/devise/omniauth_registrations/new.html.erb +0 -40
  999. data/decidim-core/app/views/decidim/devise/passwords/edit.html.erb +0 -35
  1000. data/decidim-core/app/views/decidim/devise/passwords/new.html.erb +0 -31
  1001. data/decidim-core/app/views/decidim/devise/registrations/edit.html.erb +0 -40
  1002. data/decidim-core/app/views/decidim/devise/registrations/new.html.erb +0 -87
  1003. data/decidim-core/app/views/decidim/devise/sessions/new.html.erb +0 -45
  1004. data/decidim-core/app/views/decidim/devise/shared/_links.html.erb +0 -29
  1005. data/decidim-core/app/views/decidim/devise/shared/_omniauth_buttons.html.erb +0 -21
  1006. data/decidim-core/app/views/decidim/devise/shared/_omniauth_buttons_mini.html.erb +0 -20
  1007. data/decidim-core/app/views/decidim/errors/internal_server_error.html.erb +0 -10
  1008. data/decidim-core/app/views/decidim/errors/not_found.html.erb +0 -13
  1009. data/decidim-core/app/views/decidim/export_mailer/export.html.erb +0 -1
  1010. data/decidim-core/app/views/decidim/follows/update_button.js.erb +0 -3
  1011. data/decidim-core/app/views/decidim/newsletter_mailer/newsletter.html.erb +0 -5
  1012. data/decidim-core/app/views/decidim/notification_mailer/event_received.html.erb +0 -9
  1013. data/decidim-core/app/views/decidim/notifications/_notification.html.erb +0 -18
  1014. data/decidim-core/app/views/decidim/notifications/index.html.erb +0 -32
  1015. data/decidim-core/app/views/decidim/notifications_settings/show.html.erb +0 -19
  1016. data/decidim-core/app/views/decidim/own_user_groups/index.html.erb +0 -26
  1017. data/decidim-core/app/views/decidim/pages/index.html.erb +0 -34
  1018. data/decidim-core/app/views/decidim/reported_mailer/hide.html.erb +0 -9
  1019. data/decidim-core/app/views/decidim/reported_mailer/report.html.erb +0 -9
  1020. data/decidim-core/app/views/decidim/shared/_action_authorization_modal.html.erb +0 -55
  1021. data/decidim-core/app/views/decidim/shared/_address_details.html.erb +0 -9
  1022. data/decidim-core/app/views/decidim/shared/_announcement.html.erb +0 -5
  1023. data/decidim-core/app/views/decidim/shared/_comments.html.erb +0 -0
  1024. data/decidim-core/app/views/decidim/shared/_embed_modal.html.erb +0 -19
  1025. data/decidim-core/app/views/decidim/shared/_feature_announcement.html.erb +0 -5
  1026. data/decidim-core/app/views/decidim/shared/_flag_modal.html.erb +0 -20
  1027. data/decidim-core/app/views/decidim/shared/_follow_button.html.erb +0 -19
  1028. data/decidim-core/app/views/decidim/shared/_login_modal.html.erb +0 -33
  1029. data/decidim-core/app/views/decidim/shared/_orders.html.erb +0 -16
  1030. data/decidim-core/app/views/decidim/shared/_results_per_page.html.erb +0 -18
  1031. data/decidim-core/app/views/decidim/shared/_share_modal.html.erb +0 -33
  1032. data/decidim-core/app/views/decidim/shared/_static_map.html.erb +0 -17
  1033. data/decidim-core/app/views/decidim/shared/_tags.html.erb +0 -10
  1034. data/decidim-core/app/views/decidim/widgets/show.js.erb +0 -32
  1035. data/decidim-core/app/views/devise/mailer/confirmation_instructions.html.erb +0 -4
  1036. data/decidim-core/app/views/devise/mailer/invitation_instructions.html.erb +0 -13
  1037. data/decidim-core/app/views/devise/mailer/invitation_instructions.text.erb +0 -11
  1038. data/decidim-core/app/views/devise/mailer/invite_admin.html.erb +0 -17
  1039. data/decidim-core/app/views/devise/mailer/invite_admin.text.erb +0 -15
  1040. data/decidim-core/app/views/devise/mailer/invite_collaborator.html.erb +0 -17
  1041. data/decidim-core/app/views/devise/mailer/invite_collaborator.text.erb +0 -15
  1042. data/decidim-core/app/views/devise/mailer/organization_admin_invitation_instructions.html.erb +0 -10
  1043. data/decidim-core/app/views/devise/mailer/organization_admin_invitation_instructions.text.erb +0 -11
  1044. data/decidim-core/app/views/devise/mailer/password_change.html.erb +0 -3
  1045. data/decidim-core/app/views/devise/mailer/reset_password_instructions.html.erb +0 -8
  1046. data/decidim-core/app/views/kaminari/decidim/_first_page.html.erb +0 -11
  1047. data/decidim-core/app/views/kaminari/decidim/_gap.html.erb +0 -8
  1048. data/decidim-core/app/views/kaminari/decidim/_last_page.html.erb +0 -11
  1049. data/decidim-core/app/views/kaminari/decidim/_next_page.html.erb +0 -11
  1050. data/decidim-core/app/views/kaminari/decidim/_page.html.erb +0 -12
  1051. data/decidim-core/app/views/kaminari/decidim/_paginator.html.erb +0 -25
  1052. data/decidim-core/app/views/kaminari/decidim/_prev_page.html.erb +0 -11
  1053. data/decidim-core/app/views/layouts/decidim/_application.html.erb +0 -26
  1054. data/decidim-core/app/views/layouts/decidim/_cookie_warning.html.erb +0 -8
  1055. data/decidim-core/app/views/layouts/decidim/_head.html.erb +0 -25
  1056. data/decidim-core/app/views/layouts/decidim/_head_extra.html.erb +0 -14
  1057. data/decidim-core/app/views/layouts/decidim/_impersonation_warning.html.erb +0 -10
  1058. data/decidim-core/app/views/layouts/decidim/_language_chooser.html.erb +0 -14
  1059. data/decidim-core/app/views/layouts/decidim/_logo.html.erb +0 -31
  1060. data/decidim-core/app/views/layouts/decidim/_mailer_logo.html.erb +0 -31
  1061. data/decidim-core/app/views/layouts/decidim/_social_media_links.html.erb +0 -39
  1062. data/decidim-core/app/views/layouts/decidim/_user_menu.html.erb +0 -6
  1063. data/decidim-core/app/views/layouts/decidim/_wrapper.html.erb +0 -113
  1064. data/decidim-core/app/views/layouts/decidim/application.html.erb +0 -3
  1065. data/decidim-core/app/views/layouts/decidim/mailer.html.erb +0 -119
  1066. data/decidim-core/app/views/layouts/decidim/user_profile.html.erb +0 -37
  1067. data/decidim-core/app/views/layouts/decidim/widget.html.erb +0 -69
  1068. data/decidim-core/app/views/pages/decidim_page.html.erb +0 -17
  1069. data/decidim-core/app/views/pages/home.html.erb +0 -17
  1070. data/decidim-core/app/views/pages/home/_extended.html.erb +0 -48
  1071. data/decidim-core/app/views/pages/home/_footer_sub_hero.html.erb +0 -12
  1072. data/decidim-core/app/views/pages/home/_hero.html.erb +0 -20
  1073. data/decidim-core/app/views/pages/home/_highlighted_processes.html.erb +0 -37
  1074. data/decidim-core/app/views/pages/home/_statistics.html.erb +0 -14
  1075. data/decidim-core/app/views/pages/home/_sub_hero.html.erb +0 -11
  1076. data/decidim-core/bin/rails +0 -15
  1077. data/decidim-core/config/initializers/devise.rb +0 -342
  1078. data/decidim-core/config/initializers/foundation_rails_helper.rb +0 -3
  1079. data/decidim-core/config/initializers/invisible_captcha.rb +0 -11
  1080. data/decidim-core/config/initializers/mail_previews.rb +0 -5
  1081. data/decidim-core/config/locales/ca.yml +0 -404
  1082. data/decidim-core/config/locales/en.yml +0 -402
  1083. data/decidim-core/config/locales/es.yml +0 -402
  1084. data/decidim-core/config/locales/eu.yml +0 -400
  1085. data/decidim-core/config/locales/fi.yml +0 -401
  1086. data/decidim-core/config/locales/fr.yml +0 -400
  1087. data/decidim-core/config/locales/it.yml +0 -400
  1088. data/decidim-core/config/locales/nl.yml +0 -400
  1089. data/decidim-core/config/locales/pl.yml +0 -400
  1090. data/decidim-core/config/locales/uk.yml +0 -400
  1091. data/decidim-core/config/routes.rb +0 -63
  1092. data/decidim-core/config/secrets.yml +0 -36
  1093. data/decidim-core/db/migrate/20160817115213_devise_create_decidim_users.rb +0 -43
  1094. data/decidim-core/db/migrate/20160919104837_create_decidim_organizations.rb +0 -19
  1095. data/decidim-core/db/migrate/20160920140207_devise_invitable_add_to_decidim_users.rb +0 -25
  1096. data/decidim-core/db/migrate/20160920141039_user_belongs_to_organization.rb +0 -7
  1097. data/decidim-core/db/migrate/20160920141151_user_has_roles.rb +0 -7
  1098. data/decidim-core/db/migrate/20161005153007_add_description_to_organizations.rb +0 -9
  1099. data/decidim-core/db/migrate/20161006085629_add_confirmable_to_devise.rb +0 -16
  1100. data/decidim-core/db/migrate/20161010085443_add_name_to_users.rb +0 -7
  1101. data/decidim-core/db/migrate/20161010131544_add_locale_to_users.rb +0 -7
  1102. data/decidim-core/db/migrate/20161018091013_create_decidim_authorizations.rb +0 -15
  1103. data/decidim-core/db/migrate/20161108093802_create_decidim_static_pages.rb +0 -13
  1104. data/decidim-core/db/migrate/20161110105712_create_decidim_features.rb +0 -11
  1105. data/decidim-core/db/migrate/20161123085134_add_categories.rb +0 -12
  1106. data/decidim-core/db/migrate/20161130105257_create_decidim_scopes.rb +0 -11
  1107. data/decidim-core/db/migrate/20161209134715_make_organization_description_optional.rb +0 -7
  1108. data/decidim-core/db/migrate/20161213094244_add_avatar_to_users.rb +0 -7
  1109. data/decidim-core/db/migrate/20161214152811_add_logo_to_organizations.rb +0 -7
  1110. data/decidim-core/db/migrate/20170110133113_add_configuration_to_features.rb +0 -9
  1111. data/decidim-core/db/migrate/20170110153807_add_handler_to_organization.rb +0 -7
  1112. data/decidim-core/db/migrate/20170113150627_create_resource_links.rb +0 -12
  1113. data/decidim-core/db/migrate/20170116110851_create_identities.rb +0 -13
  1114. data/decidim-core/db/migrate/20170117142904_add_uniqueness_field_to_authorizations.rb +0 -9
  1115. data/decidim-core/db/migrate/20170119145359_create_user_groups.rb +0 -13
  1116. data/decidim-core/db/migrate/20170119150255_create_user_group_memberships.rb +0 -14
  1117. data/decidim-core/db/migrate/20170119150649_add_show_statistics_to_organization.rb +0 -7
  1118. data/decidim-core/db/migrate/20170120120733_add_user_groups_verified.rb +0 -7
  1119. data/decidim-core/db/migrate/20170123140857_add_avatar_to_user_groups.rb +0 -7
  1120. data/decidim-core/db/migrate/20170125152026_add_weight_to_features.rb +0 -7
  1121. data/decidim-core/db/migrate/20170128140553_add_timestamps_to_identities.rb +0 -7
  1122. data/decidim-core/db/migrate/20170130132833_add_favicon_to_decidim_organizations.rb +0 -7
  1123. data/decidim-core/db/migrate/20170131134349_add_action_permissions_to_decidim_features.rb +0 -7
  1124. data/decidim-core/db/migrate/20170202084913_add_comments_and_replies_notifications_to_users.rb +0 -8
  1125. data/decidim-core/db/migrate/20170203150545_add_newsletter_notifications_to_users.rb +0 -7
  1126. data/decidim-core/db/migrate/20170206142116_add_published_at_to_decidim_features.rb +0 -8
  1127. data/decidim-core/db/migrate/20170207091021_add_social_media_handlers_to_organization.rb +0 -10
  1128. data/decidim-core/db/migrate/20170207093048_add_organization_logo_and_url.rb +0 -9
  1129. data/decidim-core/db/migrate/20170213081133_create_decidim_newsletters.rb +0 -17
  1130. data/decidim-core/db/migrate/20170215115407_add_organization_custom_reference.rb +0 -13
  1131. data/decidim-core/db/migrate/20170306144354_add_secondary_hosts_to_organizations.rb +0 -7
  1132. data/decidim-core/db/migrate/20170307084957_create_reports.rb +0 -17
  1133. data/decidim-core/db/migrate/20170308091316_create_moderations.rb +0 -14
  1134. data/decidim-core/db/migrate/20170313095436_add_available_authorizations_to_organization.rb +0 -12
  1135. data/decidim-core/db/migrate/20170405091801_change_decidim_user_email_index_uniqueness.rb +0 -8
  1136. data/decidim-core/db/migrate/20170405094028_add_organization_to_identities.rb +0 -7
  1137. data/decidim-core/db/migrate/20170405094258_change_decidim_identities_provider_uid_index_uniqueness.rb +0 -14
  1138. data/decidim-core/db/migrate/20170529150743_add_rejected_at_to_user_groups.rb +0 -7
  1139. data/decidim-core/db/migrate/20170605140421_add_deleted_fields_to_users.rb +0 -8
  1140. data/decidim-core/db/migrate/20170605162500_add_hierarchy_to_scopes.rb +0 -70
  1141. data/decidim-core/db/migrate/20170606102659_set_email_unique_in_organization_conditional.rb +0 -8
  1142. data/decidim-core/db/migrate/20170608142521_add_organization_to_user_groups.rb +0 -27
  1143. data/decidim-core/db/migrate/20170612070905_add_uniqueness_to_name_and_document_number_to_user_groups.rb +0 -8
  1144. data/decidim-core/db/migrate/20170612100253_create_decidim_categorizations.rb +0 -12
  1145. data/decidim-core/db/migrate/20170713131206_add_admin_to_users.rb +0 -13
  1146. data/decidim-core/db/migrate/20170713131308_migrate_user_roles_to_participatory_process_roles.rb +0 -32
  1147. data/decidim-core/db/migrate/20170720120231_make_moderations_polymorphic.rb +0 -29
  1148. data/decidim-core/db/migrate/20170720135441_add_managed_to_users.rb +0 -7
  1149. data/decidim-core/db/migrate/20170720140610_set_email_unique_in_organization_condition_for_managed_users.rb +0 -12
  1150. data/decidim-core/db/migrate/20170724130558_create_impersonation_logs.rb +0 -15
  1151. data/decidim-core/db/migrate/20170726145242_make_categories_polymorphic.rb +0 -27
  1152. data/decidim-core/db/migrate/20170727125445_add_roles_to_users.rb +0 -7
  1153. data/decidim-core/db/migrate/20170807123535_create_decidim_follows.rb +0 -20
  1154. data/decidim-core/db/migrate/20170808071019_create_decidim_notifications.rb +0 -13
  1155. data/decidim-core/db/migrate/20170906091718_add_extra_to_notifications.rb +0 -7
  1156. data/decidim-core/db/migrate/20170912082054_add_emails_on_notifications_flag_to_user.rb +0 -7
  1157. data/decidim-core/db/migrate/20170913092351_add_header_snippets_to_organizations.rb +0 -7
  1158. data/decidim-core/db/migrate/20170914075721_remove_followable_index_from_follows.rb +0 -7
  1159. data/decidim-core/db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb +0 -8
  1160. data/decidim-core/db/seeds.rb +0 -94
  1161. data/decidim-core/db/seeds/homepage_image.jpg +0 -0
  1162. data/decidim-core/decidim-core.gemspec +0 -61
  1163. data/decidim-core/lib/decidim/abilities.rb +0 -7
  1164. data/decidim-core/lib/decidim/abilities/participatory_process_role_ability.rb +0 -62
  1165. data/decidim-core/lib/decidim/attributes.rb +0 -7
  1166. data/decidim-core/lib/decidim/attributes/time_with_zone.rb +0 -14
  1167. data/decidim-core/lib/decidim/authorable.rb +0 -33
  1168. data/decidim-core/lib/decidim/authorization_form_builder.rb +0 -71
  1169. data/decidim-core/lib/decidim/core.rb +0 -242
  1170. data/decidim-core/lib/decidim/core/api.rb +0 -13
  1171. data/decidim-core/lib/decidim/core/api/author_interface.rb +0 -18
  1172. data/decidim-core/lib/decidim/core/api/decidim_type.rb +0 -17
  1173. data/decidim-core/lib/decidim/core/api/localized_string_type.rb +0 -12
  1174. data/decidim-core/lib/decidim/core/api/process_step_type.rb +0 -19
  1175. data/decidim-core/lib/decidim/core/api/process_type.rb +0 -17
  1176. data/decidim-core/lib/decidim/core/api/session_type.rb +0 -17
  1177. data/decidim-core/lib/decidim/core/api/translated_field_type.rb +0 -43
  1178. data/decidim-core/lib/decidim/core/api/user_group_type.rb +0 -35
  1179. data/decidim-core/lib/decidim/core/api/user_type.rb +0 -33
  1180. data/decidim-core/lib/decidim/core/engine.rb +0 -175
  1181. data/decidim-core/lib/decidim/core/test.rb +0 -21
  1182. data/decidim-core/lib/decidim/core/test/factories.rb +0 -322
  1183. data/decidim-core/lib/decidim/core/test/shared_examples/announcements_examples.rb +0 -58
  1184. data/decidim-core/lib/decidim/core/test/shared_examples/authorable.rb +0 -32
  1185. data/decidim-core/lib/decidim/core/test/shared_examples/comments_examples.rb +0 -177
  1186. data/decidim-core/lib/decidim/core/test/shared_examples/errors.rb +0 -21
  1187. data/decidim-core/lib/decidim/core/test/shared_examples/follows_examples.rb +0 -37
  1188. data/decidim-core/lib/decidim/core/test/shared_examples/has_attachments.rb +0 -25
  1189. data/decidim-core/lib/decidim/core/test/shared_examples/has_category.rb +0 -11
  1190. data/decidim-core/lib/decidim/core/test/shared_examples/has_feature.rb +0 -21
  1191. data/decidim-core/lib/decidim/core/test/shared_examples/has_reference.rb +0 -43
  1192. data/decidim-core/lib/decidim/core/test/shared_examples/has_scope.rb +0 -11
  1193. data/decidim-core/lib/decidim/core/test/shared_examples/localised_email.rb +0 -25
  1194. data/decidim-core/lib/decidim/core/test/shared_examples/manage_moderations_examples.rb +0 -69
  1195. data/decidim-core/lib/decidim/core/test/shared_examples/paginated_resource_examples.rb +0 -26
  1196. data/decidim-core/lib/decidim/core/test/shared_examples/process_announcements_examples.rb +0 -33
  1197. data/decidim-core/lib/decidim/core/test/shared_examples/publicable.rb +0 -27
  1198. data/decidim-core/lib/decidim/core/test/shared_examples/reportable.rb +0 -45
  1199. data/decidim-core/lib/decidim/core/test/shared_examples/reports_examples.rb +0 -64
  1200. data/decidim-core/lib/decidim/core/test/shared_examples/scope_helper_examples.rb +0 -41
  1201. data/decidim-core/lib/decidim/core/test/shared_examples/user_localised_email_examples.rb +0 -25
  1202. data/decidim-core/lib/decidim/core/version.rb +0 -25
  1203. data/decidim-core/lib/decidim/devise_failure_app.rb +0 -36
  1204. data/decidim-core/lib/decidim/engine_router.rb +0 -54
  1205. data/decidim-core/lib/decidim/events.rb +0 -9
  1206. data/decidim-core/lib/decidim/events/base_event.rb +0 -70
  1207. data/decidim-core/lib/decidim/events/email_event.rb +0 -39
  1208. data/decidim-core/lib/decidim/events/notification_event.rb +0 -32
  1209. data/decidim-core/lib/decidim/exporters.rb +0 -18
  1210. data/decidim-core/lib/decidim/exporters/csv.rb +0 -55
  1211. data/decidim-core/lib/decidim/exporters/export_data.rb +0 -37
  1212. data/decidim-core/lib/decidim/exporters/exporter.rb +0 -29
  1213. data/decidim-core/lib/decidim/exporters/json.rb +0 -23
  1214. data/decidim-core/lib/decidim/exporters/serializer.rb +0 -30
  1215. data/decidim-core/lib/decidim/faker/localized.rb +0 -163
  1216. data/decidim-core/lib/decidim/feature_manifest.rb +0 -193
  1217. data/decidim-core/lib/decidim/feature_validator.rb +0 -22
  1218. data/decidim-core/lib/decidim/features.rb +0 -9
  1219. data/decidim-core/lib/decidim/features/export_manifest.rb +0 -52
  1220. data/decidim-core/lib/decidim/features/namer.rb +0 -35
  1221. data/decidim-core/lib/decidim/file_zipper.rb +0 -29
  1222. data/decidim-core/lib/decidim/filter_form_builder.rb +0 -64
  1223. data/decidim-core/lib/decidim/followable.rb +0 -13
  1224. data/decidim-core/lib/decidim/form_builder.rb +0 -500
  1225. data/decidim-core/lib/decidim/has_attachments.rb +0 -33
  1226. data/decidim-core/lib/decidim/has_category.rb +0 -24
  1227. data/decidim-core/lib/decidim/has_feature.rb +0 -22
  1228. data/decidim-core/lib/decidim/has_reference.rb +0 -40
  1229. data/decidim-core/lib/decidim/has_scope.rb +0 -25
  1230. data/decidim-core/lib/decidim/has_settings.rb +0 -70
  1231. data/decidim-core/lib/decidim/i18n_exceptions.rb +0 -17
  1232. data/decidim-core/lib/decidim/manifest_registry.rb +0 -43
  1233. data/decidim-core/lib/decidim/menu.rb +0 -61
  1234. data/decidim-core/lib/decidim/menu_item.rb +0 -31
  1235. data/decidim-core/lib/decidim/menu_registry.rb +0 -65
  1236. data/decidim-core/lib/decidim/page_finder.rb +0 -49
  1237. data/decidim-core/lib/decidim/participable.rb +0 -80
  1238. data/decidim-core/lib/decidim/participatory_space_manifest.rb +0 -54
  1239. data/decidim-core/lib/decidim/publicable.rb +0 -49
  1240. data/decidim-core/lib/decidim/query_extensions.rb +0 -38
  1241. data/decidim-core/lib/decidim/reportable.rb +0 -47
  1242. data/decidim-core/lib/decidim/resource_manifest.rb +0 -74
  1243. data/decidim-core/lib/decidim/resourceable.rb +0 -112
  1244. data/decidim-core/lib/decidim/scopable.rb +0 -33
  1245. data/decidim-core/lib/decidim/settings_manifest.rb +0 -100
  1246. data/decidim-core/lib/decidim/stats_registry.rb +0 -111
  1247. data/decidim-core/lib/decidim/translatable_attributes.rb +0 -64
  1248. data/decidim-core/lib/devise/models/decidim_validatable.rb +0 -68
  1249. data/decidim-core/lib/tasks/decidim_tasks.rake +0 -6
  1250. data/decidim-core/spec/assets/avatar.jpg +0 -0
  1251. data/decidim-core/spec/commands/decidim/authorize_user_spec.rb +0 -74
  1252. data/decidim-core/spec/commands/decidim/create_omniauth_registration_spec.rb +0 -131
  1253. data/decidim-core/spec/commands/decidim/create_registration_spec.rb +0 -129
  1254. data/decidim-core/spec/commands/decidim/create_report_spec.rb +0 -99
  1255. data/decidim-core/spec/commands/decidim/destroy_account_spec.rb +0 -74
  1256. data/decidim-core/spec/commands/decidim/invite_user_again_spec.rb +0 -43
  1257. data/decidim-core/spec/commands/decidim/invite_user_spec.rb +0 -100
  1258. data/decidim-core/spec/commands/decidim/remove_admin_spec.rb +0 -31
  1259. data/decidim-core/spec/commands/decidim/update_account_spec.rb +0 -122
  1260. data/decidim-core/spec/commands/decidim/update_notifications_settings_spec.rb +0 -45
  1261. data/decidim-core/spec/controllers/authorizations_controller_spec.rb +0 -36
  1262. data/decidim-core/spec/controllers/concerns/form_factory_spec.rb +0 -92
  1263. data/decidim-core/spec/controllers/concerns/settings_spec.rb +0 -53
  1264. data/decidim-core/spec/controllers/locales_controller_spec.rb +0 -74
  1265. data/decidim-core/spec/controllers/omniauth_registrations_controller_spec.rb +0 -44
  1266. data/decidim-core/spec/controllers/pages_controller_spec.rb +0 -39
  1267. data/decidim-core/spec/controllers/registrations_controller_spec.rb +0 -57
  1268. data/decidim-core/spec/controllers/scopes_controller_spec.rb +0 -101
  1269. data/decidim-core/spec/controllers/sessions_controller_spec.rb +0 -60
  1270. data/decidim-core/spec/controllers/static_map_controller_spec.rb +0 -37
  1271. data/decidim-core/spec/factories.rb +0 -8
  1272. data/decidim-core/spec/factory_lint_spec.rb +0 -9
  1273. data/decidim-core/spec/features/account_spec.rb +0 -151
  1274. data/decidim-core/spec/features/authentication_spec.rb +0 -433
  1275. data/decidim-core/spec/features/authorizations_spec.rb +0 -139
  1276. data/decidim-core/spec/features/components_spec.rb +0 -23
  1277. data/decidim-core/spec/features/cookies_spec.rb +0 -25
  1278. data/decidim-core/spec/features/homepage_spec.rb +0 -181
  1279. data/decidim-core/spec/features/locales_spec.rb +0 -53
  1280. data/decidim-core/spec/features/menu_spec.rb +0 -60
  1281. data/decidim-core/spec/features/notifications_spec.rb +0 -88
  1282. data/decidim-core/spec/features/user_groups_spec.rb +0 -65
  1283. data/decidim-core/spec/forms/account_form_spec.rb +0 -71
  1284. data/decidim-core/spec/forms/attachment_form_spec.rb +0 -43
  1285. data/decidim-core/spec/forms/invite_user_form_spec.rb +0 -64
  1286. data/decidim-core/spec/forms/notifications_settings_form_spec.rb +0 -43
  1287. data/decidim-core/spec/forms/omniauth_registration_form_spec.rb +0 -57
  1288. data/decidim-core/spec/forms/registration_form_spec.rb +0 -125
  1289. data/decidim-core/spec/forms/report_form_spec.rb +0 -29
  1290. data/decidim-core/spec/forms/translatable_presence_validator_spec.rb +0 -52
  1291. data/decidim-core/spec/helpers/decidim/action_authorization_helper_spec.rb +0 -151
  1292. data/decidim-core/spec/helpers/decidim/application_helper_spec.rb +0 -40
  1293. data/decidim-core/spec/helpers/decidim/authorization_form_helper_spec.rb +0 -44
  1294. data/decidim-core/spec/helpers/decidim/decidim_form_helper_spec.rb +0 -54
  1295. data/decidim-core/spec/helpers/decidim/feature_path_helper_spec.rb +0 -26
  1296. data/decidim-core/spec/helpers/decidim/filters_helper_spec.rb +0 -44
  1297. data/decidim-core/spec/helpers/decidim/icon_helper_spec.rb +0 -31
  1298. data/decidim-core/spec/helpers/decidim/omniauth_helper_spec.rb +0 -50
  1299. data/decidim-core/spec/helpers/decidim/replace_buttons_helper_spec.rb +0 -26
  1300. data/decidim-core/spec/helpers/decidim/resource_helper_spec.rb +0 -76
  1301. data/decidim-core/spec/helpers/decidim/translations_helper_spec.rb +0 -49
  1302. data/decidim-core/spec/helpers/decidim/widget_urls_helper_spec.rb +0 -14
  1303. data/decidim-core/spec/jobs/decidim/email_notification_generator_job_spec.rb +0 -34
  1304. data/decidim-core/spec/jobs/decidim/notification_generator_for_recipient_job_spec.rb +0 -34
  1305. data/decidim-core/spec/jobs/decidim/notification_generator_job_spec.rb +0 -34
  1306. data/decidim-core/spec/lib/attributes/time_with_timezone_spec.rb +0 -41
  1307. data/decidim-core/spec/lib/authorization_form_builder_spec.rb +0 -63
  1308. data/decidim-core/spec/lib/decidim_spec.rb +0 -9
  1309. data/decidim-core/spec/lib/events/base_event_spec.rb +0 -13
  1310. data/decidim-core/spec/lib/events/email_event_spec.rb +0 -17
  1311. data/decidim-core/spec/lib/events/notification_event_spec.rb +0 -17
  1312. data/decidim-core/spec/lib/exporters/csv_spec.rb +0 -39
  1313. data/decidim-core/spec/lib/exporters/json_spec.rb +0 -34
  1314. data/decidim-core/spec/lib/exporters/serializer_spec.rb +0 -14
  1315. data/decidim-core/spec/lib/faker_localized_spec.rb +0 -70
  1316. data/decidim-core/spec/lib/feature_manifest_spec.rb +0 -109
  1317. data/decidim-core/spec/lib/features/current_feature_spec.rb +0 -80
  1318. data/decidim-core/spec/lib/features/export_manifest_spec.rb +0 -42
  1319. data/decidim-core/spec/lib/file_zipper_spec.rb +0 -29
  1320. data/decidim-core/spec/lib/filter_form_builder_spec.rb +0 -68
  1321. data/decidim-core/spec/lib/form_builder_spec.rb +0 -479
  1322. data/decidim-core/spec/lib/page_finder_spec.rb +0 -58
  1323. data/decidim-core/spec/lib/resource_manifest_spec.rb +0 -58
  1324. data/decidim-core/spec/lib/resourceable_spec.rb +0 -105
  1325. data/decidim-core/spec/lib/seed_spec.rb +0 -38
  1326. data/decidim-core/spec/lib/settings_manifest_spec.rb +0 -79
  1327. data/decidim-core/spec/lib/stats_registry_spec.rb +0 -111
  1328. data/decidim-core/spec/lib/translatable_attributes_spec.rb +0 -58
  1329. data/decidim-core/spec/mailers/decidim_devise_mailer_spec.rb +0 -54
  1330. data/decidim-core/spec/mailers/export_mailer_spec.rb +0 -40
  1331. data/decidim-core/spec/mailers/newsletter_mailer_spec.rb +0 -37
  1332. data/decidim-core/spec/mailers/previews/devise_mailer_preview.rb +0 -13
  1333. data/decidim-core/spec/mailers/reported_mailer_spec.rb +0 -38
  1334. data/decidim-core/spec/middleware/decidim/current_organization_spec.rb +0 -42
  1335. data/decidim-core/spec/models/decidim/abilities/admin_ability_spec.rb +0 -22
  1336. data/decidim-core/spec/models/decidim/abilities/base_ability_spec.rb +0 -45
  1337. data/decidim-core/spec/models/decidim/abilities/everyone_ability_spec.rb +0 -17
  1338. data/decidim-core/spec/models/decidim/abilities/participatory_process_admin_ability_spec.rb +0 -18
  1339. data/decidim-core/spec/models/decidim/abilities/participatory_process_collaborator_ability_spec.rb +0 -20
  1340. data/decidim-core/spec/models/decidim/attachment_spec.rb +0 -89
  1341. data/decidim-core/spec/models/decidim/authorization_spec.rb +0 -13
  1342. data/decidim-core/spec/models/decidim/category_spec.rb +0 -40
  1343. data/decidim-core/spec/models/decidim/feature_spec.rb +0 -14
  1344. data/decidim-core/spec/models/decidim/follow_spec.rb +0 -33
  1345. data/decidim-core/spec/models/decidim/identity_spec.rb +0 -56
  1346. data/decidim-core/spec/models/decidim/impersonation_log_spec.rb +0 -28
  1347. data/decidim-core/spec/models/decidim/organization_spec.rb +0 -45
  1348. data/decidim-core/spec/models/decidim/participatory_process_user_role_spec.rb +0 -62
  1349. data/decidim-core/spec/models/decidim/resource_link_spec.rb +0 -56
  1350. data/decidim-core/spec/models/decidim/scope_spec.rb +0 -122
  1351. data/decidim-core/spec/models/decidim/scope_type_spec.rb +0 -28
  1352. data/decidim-core/spec/models/decidim/static_page_spec.rb +0 -104
  1353. data/decidim-core/spec/models/decidim/user_group_membership_spec.rb +0 -21
  1354. data/decidim-core/spec/models/decidim/user_group_spec.rb +0 -59
  1355. data/decidim-core/spec/models/decidim/user_spec.rb +0 -91
  1356. data/decidim-core/spec/models/notification_spec.rb +0 -24
  1357. data/decidim-core/spec/presenters/decidim/home_stats_presenter_spec.rb +0 -76
  1358. data/decidim-core/spec/presenters/decidim/menu_item_presenter_spec.rb +0 -19
  1359. data/decidim-core/spec/presenters/decidim/menu_presenter_spec.rb +0 -60
  1360. data/decidim-core/spec/presenters/decidim/resource_locator_presenter_spec.rb +0 -49
  1361. data/decidim-core/spec/queries/decidim/stats_users_count_spec.rb +0 -42
  1362. data/decidim-core/spec/routing/feature_routes_spec.rb +0 -15
  1363. data/decidim-core/spec/services/decidim/action_authorizer_spec.rb +0 -130
  1364. data/decidim-core/spec/services/decidim/authorization_handler_spec.rb +0 -72
  1365. data/decidim-core/spec/services/decidim/dummy_authorization_handler_spec.rb +0 -43
  1366. data/decidim-core/spec/services/decidim/email_notification_generator_spec.rb +0 -63
  1367. data/decidim-core/spec/services/decidim/events_manager_spec.rb +0 -40
  1368. data/decidim-core/spec/services/decidim/notification_generator_for_recipient_spec.rb +0 -26
  1369. data/decidim-core/spec/services/decidim/notification_generator_spec.rb +0 -44
  1370. data/decidim-core/spec/services/decidim/static_map_generator_spec.rb +0 -28
  1371. data/decidim-core/spec/spec_helper.rb +0 -9
  1372. data/decidim-core/spec/types/decidim_type_spec.rb +0 -30
  1373. data/decidim-core/spec/types/localized_string_type_spec.rb +0 -30
  1374. data/decidim-core/spec/types/process_step_type_spec.rb +0 -42
  1375. data/decidim-core/spec/types/process_type_spec.rb +0 -39
  1376. data/decidim-core/spec/types/translated_field_type_spec.rb +0 -68
  1377. data/decidim-core/spec/types/user_group_type_spec.rb +0 -56
  1378. data/decidim-core/spec/types/user_type_spec.rb +0 -44
  1379. data/decidim-core/spec/validators/etiquette_validator_spec.rb +0 -63
  1380. data/decidim-core/spec/validators/geocoding_validator_spec.rb +0 -57
  1381. data/decidim-core/spec/views/decidim/authorizations/new.html.erb_spec.rb +0 -37
  1382. data/decidim-core/vendor/assets/javascripts/appendAround.js +0 -41
  1383. data/decidim-core/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.ca.js +0 -17
  1384. data/decidim-core/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.es.js +0 -14
  1385. data/decidim-core/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.eu.js +0 -15
  1386. data/decidim-core/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.fi.js +0 -14
  1387. data/decidim-core/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.fr.js +0 -14
  1388. data/decidim-core/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.it.js +0 -14
  1389. data/decidim-core/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.nl.js +0 -14
  1390. data/decidim-core/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.uk.js +0 -14
  1391. data/decidim-core/vendor/assets/javascripts/form_datepicker.js.es6 +0 -32
  1392. data/decidim-core/vendor/assets/javascripts/foundation-datepicker.js +0 -1417
  1393. data/decidim-core/vendor/assets/javascripts/leaflet-svg-icon.js +0 -179
  1394. data/decidim-core/vendor/assets/javascripts/leaflet-tilelayer-here.js +0 -166
  1395. data/decidim-core/vendor/assets/javascripts/leaflet.js +0 -9
  1396. data/decidim-core/vendor/assets/javascripts/leaflet.markercluster.js +0 -7
  1397. data/decidim-core/vendor/assets/javascripts/modernizr.js +0 -3
  1398. data/decidim-core/vendor/assets/javascripts/morphdom.js +0 -688
  1399. data/decidim-core/vendor/assets/javascripts/quill.min.js +0 -8
  1400. data/decidim-core/vendor/assets/javascripts/quill.min.js.map +0 -1
  1401. data/decidim-core/vendor/assets/javascripts/svg4everybody.min.js +0 -2
  1402. data/decidim-core/vendor/assets/stylesheets/MarkerCluster.Default.css +0 -60
  1403. data/decidim-core/vendor/assets/stylesheets/MarkerCluster.css +0 -14
  1404. data/decidim-core/vendor/assets/stylesheets/leaflet.css +0 -624
  1405. data/decidim-core/vendor/assets/stylesheets/quill.bubble.css +0 -938
  1406. data/decidim-core/vendor/assets/stylesheets/quill.core.css +0 -387
  1407. data/decidim-core/vendor/assets/stylesheets/quill.snow.css +0 -931
  1408. data/decidim-dev/README.md +0 -24
  1409. data/decidim-dev/Rakefile +0 -3
  1410. data/decidim-dev/app/assets/images/decidim/dummy.svg +0 -4
  1411. data/decidim-dev/app/views/decidim/dummy_resource/_linked_dummys.html.erb +0 -5
  1412. data/decidim-dev/config/locales/ca.yml +0 -10
  1413. data/decidim-dev/config/locales/en.yml +0 -10
  1414. data/decidim-dev/config/locales/es.yml +0 -10
  1415. data/decidim-dev/config/locales/eu.yml +0 -9
  1416. data/decidim-dev/config/locales/fi.yml +0 -9
  1417. data/decidim-dev/config/locales/fr.yml +0 -9
  1418. data/decidim-dev/config/locales/it.yml +0 -9
  1419. data/decidim-dev/config/locales/nl.yml +0 -9
  1420. data/decidim-dev/config/locales/pl.yml +0 -9
  1421. data/decidim-dev/config/locales/uk.yml +0 -9
  1422. data/decidim-dev/decidim-dev.gemspec +0 -40
  1423. data/decidim-dev/lib/decidim/dev.rb +0 -45
  1424. data/decidim-dev/lib/decidim/dev/assets/Exampledocument.pdf +0 -0
  1425. data/decidim-dev/lib/decidim/dev/assets/avatar.jpg +0 -0
  1426. data/decidim-dev/lib/decidim/dev/assets/city.jpeg +0 -0
  1427. data/decidim-dev/lib/decidim/dev/assets/city2.jpeg +0 -0
  1428. data/decidim-dev/lib/decidim/dev/assets/city3.jpeg +0 -0
  1429. data/decidim-dev/lib/decidim/dev/assets/icon.png +0 -0
  1430. data/decidim-dev/lib/decidim/dev/assets/malicious.jpg +0 -0
  1431. data/decidim-dev/lib/decidim/dev/common_rake.rb +0 -10
  1432. data/decidim-dev/lib/decidim/dev/railtie.rb +0 -15
  1433. data/decidim-dev/lib/decidim/dev/test/authorization_shared_examples.rb +0 -18
  1434. data/decidim-dev/lib/decidim/dev/test/base_spec_helper.rb +0 -30
  1435. data/decidim-dev/lib/decidim/dev/test/promoted_participatory_processes_shared_examples.rb +0 -58
  1436. data/decidim-dev/lib/decidim/dev/test/rspec_support/action_mailer.rb +0 -73
  1437. data/decidim-dev/lib/decidim/dev/test/rspec_support/active_job.rb +0 -11
  1438. data/decidim-dev/lib/decidim/dev/test/rspec_support/attachments.rb +0 -13
  1439. data/decidim-dev/lib/decidim/dev/test/rspec_support/authenticated_controller_context.rb +0 -10
  1440. data/decidim-dev/lib/decidim/dev/test/rspec_support/authorization_handlers.rb +0 -8
  1441. data/decidim-dev/lib/decidim/dev/test/rspec_support/capybara.rb +0 -67
  1442. data/decidim-dev/lib/decidim/dev/test/rspec_support/capybara_select2.rb +0 -35
  1443. data/decidim-dev/lib/decidim/dev/test/rspec_support/comments.rb +0 -19
  1444. data/decidim-dev/lib/decidim/dev/test/rspec_support/database_cleaner.rb +0 -14
  1445. data/decidim-dev/lib/decidim/dev/test/rspec_support/factory_girl.rb +0 -5
  1446. data/decidim-dev/lib/decidim/dev/test/rspec_support/feature.rb +0 -132
  1447. data/decidim-dev/lib/decidim/dev/test/rspec_support/feature_context.rb +0 -76
  1448. data/decidim-dev/lib/decidim/dev/test/rspec_support/geocoder.rb +0 -18
  1449. data/decidim-dev/lib/decidim/dev/test/rspec_support/helpers.rb +0 -42
  1450. data/decidim-dev/lib/decidim/dev/test/rspec_support/html_matchers.rb +0 -7
  1451. data/decidim-dev/lib/decidim/dev/test/rspec_support/phantomjs_polyfills/phantomjs-getOwnPropertyNames.js +0 -16
  1452. data/decidim-dev/lib/decidim/dev/test/rspec_support/phantomjs_polyfills/phantomjs-shim.js +0 -225
  1453. data/decidim-dev/lib/decidim/dev/test/rspec_support/phantomjs_polyfills/promise.js +0 -233
  1454. data/decidim-dev/lib/decidim/dev/test/rspec_support/route_helpers.rb +0 -6
  1455. data/decidim-dev/lib/decidim/dev/test/rspec_support/translation_helpers.rb +0 -97
  1456. data/decidim-dev/lib/decidim/dev/test/rspec_support/warden.rb +0 -26
  1457. data/decidim-dev/lib/decidim/dev/test/rspec_support/webmock.rb +0 -4
  1458. data/decidim-dev/lib/decidim/dev/test/rspec_support/wisper.rb +0 -7
  1459. data/decidim-dev/lib/decidim/dev/test/spec_helper.rb +0 -40
  1460. data/decidim-dev/lib/generators/decidim/dummy_generator.rb +0 -88
  1461. data/decidim-dev/lib/generators/decidim/templates/autoprefixer.yml +0 -8
  1462. data/decidim-dev/lib/generators/decidim/templates/autoprefixer_initializer.rb +0 -18
  1463. data/decidim-dev/lib/generators/decidim/templates/no_animations.rb +0 -54
  1464. data/decidim-dev/lib/tasks/locale_checker.rake +0 -21
  1465. data/decidim-dev/lib/tasks/test_app.rake +0 -30
  1466. data/decidim-meetings/README.md +0 -23
  1467. data/decidim-meetings/Rakefile +0 -3
  1468. data/decidim-meetings/app/assets/config/admin/decidim_meetings_manifest.js +0 -1
  1469. data/decidim-meetings/app/assets/images/decidim/meetings/icon.svg +0 -5
  1470. data/decidim-meetings/app/assets/javascripts/decidim/meetings/admin/registrations_form.js.es6 +0 -21
  1471. data/decidim-meetings/app/commands/decidim/meetings/admin/close_meeting.rb +0 -62
  1472. data/decidim-meetings/app/commands/decidim/meetings/admin/create_meeting.rb +0 -56
  1473. data/decidim-meetings/app/commands/decidim/meetings/admin/update_meeting.rb +0 -84
  1474. data/decidim-meetings/app/commands/decidim/meetings/admin/update_registrations.rb +0 -60
  1475. data/decidim-meetings/app/commands/decidim/meetings/join_meeting.rb +0 -73
  1476. data/decidim-meetings/app/commands/decidim/meetings/leave_meeting.rb +0 -39
  1477. data/decidim-meetings/app/controllers/decidim/meetings/admin/application_controller.rb +0 -24
  1478. data/decidim-meetings/app/controllers/decidim/meetings/admin/attachments_controller.rb +0 -30
  1479. data/decidim-meetings/app/controllers/decidim/meetings/admin/meeting_closes_controller.rb +0 -38
  1480. data/decidim-meetings/app/controllers/decidim/meetings/admin/meetings_controller.rb +0 -58
  1481. data/decidim-meetings/app/controllers/decidim/meetings/admin/registrations_controller.rb +0 -43
  1482. data/decidim-meetings/app/controllers/decidim/meetings/application_controller.rb +0 -14
  1483. data/decidim-meetings/app/controllers/decidim/meetings/meeting_widgets_controller.rb +0 -19
  1484. data/decidim-meetings/app/controllers/decidim/meetings/meetings_controller.rb +0 -57
  1485. data/decidim-meetings/app/controllers/decidim/meetings/registrations_controller.rb +0 -46
  1486. data/decidim-meetings/app/events/decidim/meetings/close_meeting_event.rb +0 -30
  1487. data/decidim-meetings/app/events/decidim/meetings/meeting_registrations_enabled_event.rb +0 -39
  1488. data/decidim-meetings/app/events/decidim/meetings/meeting_registrations_over_percentage_event.rb +0 -43
  1489. data/decidim-meetings/app/events/decidim/meetings/upcoming_meeting_event.rb +0 -30
  1490. data/decidim-meetings/app/events/decidim/meetings/update_meeting_event.rb +0 -30
  1491. data/decidim-meetings/app/forms/decidim/meetings/admin/close_meeting_form.rb +0 -33
  1492. data/decidim-meetings/app/forms/decidim/meetings/admin/meeting_form.rb +0 -58
  1493. data/decidim-meetings/app/forms/decidim/meetings/admin/meeting_registrations_form.rb +0 -32
  1494. data/decidim-meetings/app/helpers/decidim/meetings/admin/application_helper.rb +0 -13
  1495. data/decidim-meetings/app/helpers/decidim/meetings/application_helper.rb +0 -15
  1496. data/decidim-meetings/app/helpers/decidim/meetings/map_helper.rb +0 -26
  1497. data/decidim-meetings/app/helpers/decidim/meetings/meetings_helper.rb +0 -25
  1498. data/decidim-meetings/app/jobs/decidim/meetings/upcoming_meeting_notification_job.rb +0 -33
  1499. data/decidim-meetings/app/mailers/decidim/meetings/registration_mailer.rb +0 -46
  1500. data/decidim-meetings/app/models/decidim/meetings/abilities/current_user_ability.rb +0 -43
  1501. data/decidim-meetings/app/models/decidim/meetings/application_record.rb +0 -10
  1502. data/decidim-meetings/app/models/decidim/meetings/meeting.rb +0 -68
  1503. data/decidim-meetings/app/models/decidim/meetings/registration.rb +0 -13
  1504. data/decidim-meetings/app/serializers/decidim/meetings/registration_serializer.rb +0 -18
  1505. data/decidim-meetings/app/services/decidim/meetings/meeting_search.rb +0 -47
  1506. data/decidim-meetings/app/views/decidim/meetings/admin/meeting_closes/_form.html.erb +0 -34
  1507. data/decidim-meetings/app/views/decidim/meetings/admin/meeting_closes/edit.html.erb +0 -7
  1508. data/decidim-meetings/app/views/decidim/meetings/admin/meetings/_form.html.erb +0 -48
  1509. data/decidim-meetings/app/views/decidim/meetings/admin/meetings/edit.html.erb +0 -8
  1510. data/decidim-meetings/app/views/decidim/meetings/admin/meetings/index.html.erb +0 -75
  1511. data/decidim-meetings/app/views/decidim/meetings/admin/meetings/new.html.erb +0 -7
  1512. data/decidim-meetings/app/views/decidim/meetings/admin/registrations/_form.html.erb +0 -33
  1513. data/decidim-meetings/app/views/decidim/meetings/admin/registrations/edit.html.erb +0 -8
  1514. data/decidim-meetings/app/views/decidim/meetings/meeting_widgets/show.html.erb +0 -9
  1515. data/decidim-meetings/app/views/decidim/meetings/meetings/_datetime.html.erb +0 -8
  1516. data/decidim-meetings/app/views/decidim/meetings/meetings/_filters.html.erb +0 -26
  1517. data/decidim-meetings/app/views/decidim/meetings/meetings/_filters_small_view.html.erb +0 -18
  1518. data/decidim-meetings/app/views/decidim/meetings/meetings/_linked_meetings.html.erb +0 -22
  1519. data/decidim-meetings/app/views/decidim/meetings/meetings/_meetings.html.erb +0 -35
  1520. data/decidim-meetings/app/views/decidim/meetings/meetings/_registration_confirm.html.erb +0 -15
  1521. data/decidim-meetings/app/views/decidim/meetings/meetings/index.html.erb +0 -49
  1522. data/decidim-meetings/app/views/decidim/meetings/meetings/index.js.erb +0 -12
  1523. data/decidim-meetings/app/views/decidim/meetings/meetings/show.html.erb +0 -85
  1524. data/decidim-meetings/app/views/decidim/meetings/registration_mailer/confirmation.html.erb +0 -3
  1525. data/decidim-meetings/bin/rails +0 -15
  1526. data/decidim-meetings/config/locales/ca.yml +0 -175
  1527. data/decidim-meetings/config/locales/en.yml +0 -177
  1528. data/decidim-meetings/config/locales/es.yml +0 -175
  1529. data/decidim-meetings/config/locales/eu.yml +0 -174
  1530. data/decidim-meetings/config/locales/fi.yml +0 -174
  1531. data/decidim-meetings/config/locales/fr.yml +0 -174
  1532. data/decidim-meetings/config/locales/it.yml +0 -174
  1533. data/decidim-meetings/config/locales/nl.yml +0 -174
  1534. data/decidim-meetings/config/locales/pl.yml +0 -176
  1535. data/decidim-meetings/config/locales/uk.yml +0 -178
  1536. data/decidim-meetings/db/migrate/20161130121354_create_meetings.rb +0 -22
  1537. data/decidim-meetings/db/migrate/20170110142105_close_a_meeting.rb +0 -11
  1538. data/decidim-meetings/db/migrate/20170123151650_add_latitude_and_longitude_to_meetings.rb +0 -8
  1539. data/decidim-meetings/db/migrate/20170129153716_remove_short_description_from_meetings.rb +0 -7
  1540. data/decidim-meetings/db/migrate/20170215132546_add_reference_to_meetings.rb +0 -13
  1541. data/decidim-meetings/db/migrate/20170410074252_remove_not_null_reference_meetings.rb +0 -7
  1542. data/decidim-meetings/db/migrate/20170612101925_migrate_meetings_category.rb +0 -15
  1543. data/decidim-meetings/db/migrate/20170810120836_add_registration_attributes_to_meetings.rb +0 -9
  1544. data/decidim-meetings/db/migrate/20170810131100_create_registrations.rb +0 -14
  1545. data/decidim-meetings/decidim-meetings.gemspec +0 -33
  1546. data/decidim-meetings/lib/decidim/meetings.rb +0 -12
  1547. data/decidim-meetings/lib/decidim/meetings/admin.rb +0 -10
  1548. data/decidim-meetings/lib/decidim/meetings/admin_engine.rb +0 -35
  1549. data/decidim-meetings/lib/decidim/meetings/engine.rb +0 -31
  1550. data/decidim-meetings/lib/decidim/meetings/feature.rb +0 -111
  1551. data/decidim-meetings/lib/decidim/meetings/seeds/Exampledocument.pdf +0 -0
  1552. data/decidim-meetings/lib/decidim/meetings/seeds/city.jpeg +0 -0
  1553. data/decidim-meetings/lib/decidim/meetings/test/factories.rb +0 -35
  1554. data/decidim-meetings/spec/commands/close_meeting_spec.rb +0 -99
  1555. data/decidim-meetings/spec/commands/create_meeting_spec.rb +0 -87
  1556. data/decidim-meetings/spec/commands/join_meeting_spec.rb +0 -152
  1557. data/decidim-meetings/spec/commands/leave_meeting_spec.rb +0 -34
  1558. data/decidim-meetings/spec/commands/update_meeting_spec.rb +0 -183
  1559. data/decidim-meetings/spec/commands/update_registrations_spec.rb +0 -79
  1560. data/decidim-meetings/spec/events/decidim/meetings/close_meeting_event_spec.rb +0 -17
  1561. data/decidim-meetings/spec/events/decidim/meetings/meeting_registrations_enabled_event_spec.rb +0 -17
  1562. data/decidim-meetings/spec/events/decidim/meetings/meeting_registrations_over_percentage_event_spec.rb +0 -17
  1563. data/decidim-meetings/spec/events/decidim/meetings/upcoming_meeting_event_spec.rb +0 -17
  1564. data/decidim-meetings/spec/events/decidim/meetings/update_meeting_event_spec.rb +0 -17
  1565. data/decidim-meetings/spec/factories.rb +0 -10
  1566. data/decidim-meetings/spec/features/admin_manages_meetings_attachments_spec.rb +0 -12
  1567. data/decidim-meetings/spec/features/admin_manages_meetings_spec.rb +0 -14
  1568. data/decidim-meetings/spec/features/comments_spec.rb +0 -22
  1569. data/decidim-meetings/spec/features/explore_meetings_spec.rb +0 -275
  1570. data/decidim-meetings/spec/features/follow_meetings_spec.rb +0 -13
  1571. data/decidim-meetings/spec/features/meeting_embeds_spec.rb +0 -39
  1572. data/decidim-meetings/spec/features/meeting_registrations_spec.rb +0 -131
  1573. data/decidim-meetings/spec/features/process_admin_manages_meetings_attachments_spec.rb +0 -12
  1574. data/decidim-meetings/spec/features/process_admin_manages_meetings_spec.rb +0 -14
  1575. data/decidim-meetings/spec/forms/close_meeting_form_spec.rb +0 -89
  1576. data/decidim-meetings/spec/forms/meeting_form_spec.rb +0 -150
  1577. data/decidim-meetings/spec/forms/meeting_registrations_form_spec.rb +0 -78
  1578. data/decidim-meetings/spec/helpers/meetings_helper_spec.rb +0 -16
  1579. data/decidim-meetings/spec/jobs/decidim/meetings/upcoming_meeting_notification_job_spec.rb +0 -41
  1580. data/decidim-meetings/spec/mailers/registration_mailer_spec.rb +0 -38
  1581. data/decidim-meetings/spec/models/meeting_spec.rb +0 -57
  1582. data/decidim-meetings/spec/models/registration_spec.rb +0 -21
  1583. data/decidim-meetings/spec/serializers/registration_serializer_spec.rb +0 -23
  1584. data/decidim-meetings/spec/services/meeting_search_spec.rb +0 -144
  1585. data/decidim-meetings/spec/shared/manage_attachments_examples.rb +0 -15
  1586. data/decidim-meetings/spec/shared/manage_meetings_examples.rb +0 -285
  1587. data/decidim-meetings/spec/shared/manage_registrations_examples.rb +0 -71
  1588. data/decidim-meetings/spec/spec_helper.rb +0 -9
  1589. data/decidim-pages/README.md +0 -24
  1590. data/decidim-pages/Rakefile +0 -3
  1591. data/decidim-pages/app/assets/images/decidim/pages/icon.svg +0 -8
  1592. data/decidim-pages/app/commands/decidim/pages/admin/update_page.rb +0 -36
  1593. data/decidim-pages/app/commands/decidim/pages/copy_page.rb +0 -26
  1594. data/decidim-pages/app/commands/decidim/pages/create_page.rb +0 -19
  1595. data/decidim-pages/app/commands/decidim/pages/destroy_page.rb +0 -18
  1596. data/decidim-pages/app/controllers/decidim/pages/admin/application_controller.rb +0 -13
  1597. data/decidim-pages/app/controllers/decidim/pages/admin/pages_controller.rb +0 -36
  1598. data/decidim-pages/app/controllers/decidim/pages/application_controller.rb +0 -16
  1599. data/decidim-pages/app/forms/decidim/pages/admin/page_form.rb +0 -14
  1600. data/decidim-pages/app/helpers/decidim/pages/application_helper.rb +0 -10
  1601. data/decidim-pages/app/models/decidim/pages/application_record.rb +0 -10
  1602. data/decidim-pages/app/models/decidim/pages/page.rb +0 -19
  1603. data/decidim-pages/app/views/decidim/pages/admin/pages/_form.html.erb +0 -10
  1604. data/decidim-pages/app/views/decidim/pages/admin/pages/edit.html.erb +0 -7
  1605. data/decidim-pages/app/views/decidim/pages/application/show.html.erb +0 -15
  1606. data/decidim-pages/bin/rails +0 -15
  1607. data/decidim-pages/config/locales/ca.yml +0 -23
  1608. data/decidim-pages/config/locales/en.yml +0 -23
  1609. data/decidim-pages/config/locales/es.yml +0 -23
  1610. data/decidim-pages/config/locales/eu.yml +0 -22
  1611. data/decidim-pages/config/locales/fi.yml +0 -22
  1612. data/decidim-pages/config/locales/fr.yml +0 -22
  1613. data/decidim-pages/config/locales/it.yml +0 -22
  1614. data/decidim-pages/config/locales/nl.yml +0 -22
  1615. data/decidim-pages/config/locales/pl.yml +0 -22
  1616. data/decidim-pages/config/locales/uk.yml +0 -22
  1617. data/decidim-pages/db/migrate/20161116121353_create_decidim_pages.rb +0 -13
  1618. data/decidim-pages/db/migrate/20161214150429_add_commentable_to_pages.rb +0 -7
  1619. data/decidim-pages/db/migrate/20170110145040_remove_commentable_flag_from_pages.rb +0 -7
  1620. data/decidim-pages/db/migrate/20170220091402_remove_page_feature_titles.rb +0 -7
  1621. data/decidim-pages/decidim-pages.gemspec +0 -23
  1622. data/decidim-pages/lib/decidim/pages.rb +0 -13
  1623. data/decidim-pages/lib/decidim/pages/admin.rb +0 -10
  1624. data/decidim-pages/lib/decidim/pages/admin_engine.rb +0 -22
  1625. data/decidim-pages/lib/decidim/pages/engine.rb +0 -17
  1626. data/decidim-pages/lib/decidim/pages/feature.rb +0 -62
  1627. data/decidim-pages/spec/commands/copy_page_spec.rb +0 -47
  1628. data/decidim-pages/spec/commands/create_page_spec.rb +0 -44
  1629. data/decidim-pages/spec/commands/destroy_page_spec.rb +0 -25
  1630. data/decidim-pages/spec/commands/update_page_spec.rb +0 -58
  1631. data/decidim-pages/spec/factories.rb +0 -17
  1632. data/decidim-pages/spec/features/admin_spec.rb +0 -53
  1633. data/decidim-pages/spec/features/page_show_spec.rb +0 -28
  1634. data/decidim-pages/spec/forms/page_form_spec.rb +0 -42
  1635. data/decidim-pages/spec/models/page_spec.rb +0 -32
  1636. data/decidim-pages/spec/spec_helper.rb +0 -9
  1637. data/decidim-participatory_processes/.gitignore +0 -3
  1638. data/decidim-participatory_processes/README.md +0 -36
  1639. data/decidim-participatory_processes/Rakefile +0 -3
  1640. data/decidim-participatory_processes/app/assets/config/admin/decidim_participatory_processes_manifest.js +0 -1
  1641. data/decidim-participatory_processes/app/assets/config/decidim_participatory_processes_manifest.js +0 -2
  1642. data/decidim-participatory_processes/app/assets/images/decidim/participatory_processes/process.svg +0 -10
  1643. data/decidim-participatory_processes/app/assets/javascripts/decidim/participatory_processes/admin/participatory_processes.js.es6 +0 -12
  1644. data/decidim-participatory_processes/app/assets/javascripts/decidim/participatory_processes/filters.js.es6 +0 -25
  1645. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/activate_participatory_process_step.rb +0 -46
  1646. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/copy_participatory_process.rb +0 -116
  1647. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/create_participatory_process.rb +0 -82
  1648. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/create_participatory_process_admin.rb +0 -95
  1649. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/create_participatory_process_group.rb +0 -57
  1650. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/create_participatory_process_step.rb +0 -49
  1651. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/deactivate_participatory_process_step.rb +0 -38
  1652. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/destroy_participatory_process_step.rb +0 -46
  1653. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/publish_participatory_process.rb +0 -34
  1654. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/reorder_participatory_process_steps.rb +0 -54
  1655. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/unpublish_participatory_process.rb +0 -34
  1656. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/update_participatory_process.rb +0 -77
  1657. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/update_participatory_process_admin.rb +0 -43
  1658. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/update_participatory_process_group.rb +0 -60
  1659. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/update_participatory_process_step.rb +0 -51
  1660. data/decidim-participatory_processes/app/constraints/decidim/participatory_processes/current_feature.rb +0 -28
  1661. data/decidim-participatory_processes/app/constraints/decidim/participatory_processes/current_participatory_process.rb +0 -37
  1662. data/decidim-participatory_processes/app/controllers/concerns/decidim/participatory_processes/admin/participatory_process_context.rb +0 -21
  1663. data/decidim-participatory_processes/app/controllers/concerns/decidim/participatory_processes/needs_participatory_process.rb +0 -50
  1664. data/decidim-participatory_processes/app/controllers/concerns/decidim/participatory_processes/participatory_process_context.rb +0 -27
  1665. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/application_controller.rb +0 -11
  1666. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/categories_controller.rb +0 -13
  1667. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/concerns/participatory_process_admin.rb +0 -26
  1668. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/exports_controller.rb +0 -14
  1669. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/feature_permissions_controller.rb +0 -14
  1670. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/features_controller.rb +0 -14
  1671. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/moderations_controller.rb +0 -12
  1672. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_attachments_controller.rb +0 -27
  1673. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_copies_controller.rb +0 -35
  1674. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_groups_controller.rb +0 -90
  1675. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_publications_controller.rb +0 -45
  1676. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_step_activations_controller.rb +0 -39
  1677. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_step_ordering_controller.rb +0 -29
  1678. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_steps_controller.rb +0 -91
  1679. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_user_roles_controller.rb +0 -99
  1680. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_processes_controller.rb +0 -102
  1681. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/participatory_process_groups_controller.rb +0 -28
  1682. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/participatory_process_steps_controller.rb +0 -20
  1683. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/participatory_process_widgets_controller.rb +0 -21
  1684. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/participatory_processes_controller.rb +0 -64
  1685. data/decidim-participatory_processes/app/forms/decidim/participatory_processes/admin/participatory_process_copy_form.rb +0 -35
  1686. data/decidim-participatory_processes/app/forms/decidim/participatory_processes/admin/participatory_process_form.rb +0 -72
  1687. data/decidim-participatory_processes/app/forms/decidim/participatory_processes/admin/participatory_process_group_form.rb +0 -26
  1688. data/decidim-participatory_processes/app/forms/decidim/participatory_processes/admin/participatory_process_step_form.rb +0 -37
  1689. data/decidim-participatory_processes/app/forms/decidim/participatory_processes/admin/participatory_process_user_role_form.rb +0 -31
  1690. data/decidim-participatory_processes/app/helpers/decidim/participatory_processes/admin/process_groups_for_select_helper.rb +0 -23
  1691. data/decidim-participatory_processes/app/helpers/decidim/participatory_processes/admin/processes_for_select_helper.rb +0 -25
  1692. data/decidim-participatory_processes/app/helpers/decidim/participatory_processes/participatory_process_helper.rb +0 -19
  1693. data/decidim-participatory_processes/app/helpers/decidim/participatory_processes/participatory_process_steps_helper.rb +0 -20
  1694. data/decidim-participatory_processes/app/models/decidim/participatory_process.rb +0 -62
  1695. data/decidim-participatory_processes/app/models/decidim/participatory_process_group.rb +0 -15
  1696. data/decidim-participatory_processes/app/models/decidim/participatory_process_step.rb +0 -39
  1697. data/decidim-participatory_processes/app/models/decidim/participatory_processes/abilities/admin/admin_ability.rb +0 -21
  1698. data/decidim-participatory_processes/app/models/decidim/participatory_processes/abilities/admin_ability.rb +0 -16
  1699. data/decidim-participatory_processes/app/models/decidim/participatory_processes/abilities/everyone_ability.rb +0 -19
  1700. data/decidim-participatory_processes/app/presenters/decidim/participatory_processes/participatory_process_stats_presenter.rb +0 -52
  1701. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/admin/admin_users.rb +0 -46
  1702. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/filtered_participatory_process_groups.rb +0 -29
  1703. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/filtered_participatory_processes.rb +0 -26
  1704. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/highlighted_participatory_processes.rb +0 -12
  1705. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/organization_participatory_process_groups.rb +0 -16
  1706. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/organization_participatory_processes.rb +0 -16
  1707. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/organization_prioritized_participatory_process_groups.rb +0 -20
  1708. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/organization_prioritized_participatory_processes.rb +0 -22
  1709. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/organization_published_participatory_processes.rb +0 -19
  1710. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/prioritized_participatory_processes.rb +0 -13
  1711. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/promoted_participatory_processes.rb +0 -12
  1712. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/published_participatory_processes.rb +0 -12
  1713. data/decidim-participatory_processes/app/views/decidim/participatory_process_groups/_participatory_process_group.html.erb +0 -22
  1714. data/decidim-participatory_processes/app/views/decidim/participatory_process_steps/_participatory_process_step.html.erb +0 -16
  1715. data/decidim-participatory_processes/app/views/decidim/participatory_processes/_order_by_processes.html.erb +0 -12
  1716. data/decidim-participatory_processes/app/views/decidim/participatory_processes/_participatory_process.html.erb +0 -28
  1717. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_copies/_form.html.erb +0 -38
  1718. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_copies/new.html.erb +0 -7
  1719. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_groups/_form.html.erb +0 -17
  1720. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_groups/edit.html.erb +0 -19
  1721. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_groups/index.html.erb +0 -44
  1722. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_groups/new.html.erb +0 -13
  1723. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_groups/show.html.erb +0 -23
  1724. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_steps/_form.html.erb +0 -25
  1725. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_steps/edit.html.erb +0 -8
  1726. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_steps/index.html.erb +0 -63
  1727. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_steps/new.html.erb +0 -7
  1728. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_steps/show.html.erb +0 -18
  1729. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_user_roles/_form.html.erb +0 -22
  1730. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_user_roles/edit.html.erb +0 -7
  1731. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_user_roles/index.html.erb +0 -65
  1732. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_user_roles/new.html.erb +0 -7
  1733. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_processes/_form.html.erb +0 -107
  1734. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_processes/edit.html.erb +0 -19
  1735. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_processes/index.html.erb +0 -66
  1736. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_processes/new.html.erb +0 -11
  1737. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_process_groups/show.html.erb +0 -11
  1738. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_process_steps/_timeline.html.erb +0 -7
  1739. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_process_steps/index.html.erb +0 -14
  1740. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_process_widgets/show.html.erb +0 -17
  1741. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_processes/_no_processes_yet.html.erb +0 -3
  1742. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_processes/_promoted_process.html.erb +0 -32
  1743. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_processes/_statistics.html.erb +0 -10
  1744. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_processes/index.html.erb +0 -22
  1745. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_processes/index.js.erb +0 -6
  1746. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_processes/show.html.erb +0 -92
  1747. data/decidim-participatory_processes/app/views/layouts/decidim/_process_header.html.erb +0 -65
  1748. data/decidim-participatory_processes/app/views/layouts/decidim/_process_header_steps.html.erb +0 -27
  1749. data/decidim-participatory_processes/app/views/layouts/decidim/admin/participatory_process.html.erb +0 -64
  1750. data/decidim-participatory_processes/app/views/layouts/decidim/admin/participatory_process_groups.html.erb +0 -14
  1751. data/decidim-participatory_processes/app/views/layouts/decidim/admin/participatory_processes.html.erb +0 -14
  1752. data/decidim-participatory_processes/app/views/layouts/decidim/participatory_process.html.erb +0 -30
  1753. data/decidim-participatory_processes/bin/rails +0 -15
  1754. data/decidim-participatory_processes/config/locales/ca.yml +0 -281
  1755. data/decidim-participatory_processes/config/locales/en.yml +0 -281
  1756. data/decidim-participatory_processes/config/locales/es.yml +0 -281
  1757. data/decidim-participatory_processes/config/locales/eu.yml +0 -280
  1758. data/decidim-participatory_processes/config/locales/fi.yml +0 -280
  1759. data/decidim-participatory_processes/config/locales/fr.yml +0 -280
  1760. data/decidim-participatory_processes/config/locales/it.yml +0 -280
  1761. data/decidim-participatory_processes/config/locales/nl.yml +0 -280
  1762. data/decidim-participatory_processes/config/locales/pl.yml +0 -281
  1763. data/decidim-participatory_processes/config/locales/uk.yml +0 -282
  1764. data/decidim-participatory_processes/db/migrate/20161005130108_add_participatory_processes.rb +0 -19
  1765. data/decidim-participatory_processes/db/migrate/20161010102356_translate_processes.rb +0 -17
  1766. data/decidim-participatory_processes/db/migrate/20161011125616_add_hero_image_to_processes.rb +0 -7
  1767. data/decidim-participatory_processes/db/migrate/20161011141033_add_banner_image_to_processes.rb +0 -7
  1768. data/decidim-participatory_processes/db/migrate/20161013134732_add_promoted_flag_to_processes.rb +0 -7
  1769. data/decidim-participatory_processes/db/migrate/20161017085822_add_participatory_process_steps.rb +0 -18
  1770. data/decidim-participatory_processes/db/migrate/20161019072016_add_active_flag_to_step.rb +0 -13
  1771. data/decidim-participatory_processes/db/migrate/20161020080756_add_position_to_steps.rb +0 -9
  1772. data/decidim-participatory_processes/db/migrate/20161025125300_add_published_at_to_processes.rb +0 -7
  1773. data/decidim-participatory_processes/db/migrate/20161107152228_remove_not_null_on_step_position.rb +0 -7
  1774. data/decidim-participatory_processes/db/migrate/20161110092735_add_index_for_process_slug_organization.rb +0 -10
  1775. data/decidim-participatory_processes/db/migrate/20161116115156_create_attachments.rb +0 -18
  1776. data/decidim-participatory_processes/db/migrate/20170116135237_loosen_step_requirements.rb +0 -8
  1777. data/decidim-participatory_processes/db/migrate/20170123134023_make_attachments_polymorphic.rb +0 -19
  1778. data/decidim-participatory_processes/db/migrate/20170125135937_rename_attachable_to_attached_to.rb +0 -13
  1779. data/decidim-participatory_processes/db/migrate/20170126151123_add_extra_info_to_processes.rb +0 -10
  1780. data/decidim-participatory_processes/db/migrate/20170206083118_rename_extra_info_on_processes.rb +0 -14
  1781. data/decidim-participatory_processes/db/migrate/20170220110740_remove_steps_short_description.rb +0 -27
  1782. data/decidim-participatory_processes/db/migrate/20170221094835_add_scopes_to_processes.rb +0 -8
  1783. data/decidim-participatory_processes/db/migrate/20170228142440_add_participatory_process_groups.rb +0 -17
  1784. data/decidim-participatory_processes/db/migrate/20170404132616_change_steps_end_and_start_date_to_date.rb +0 -8
  1785. data/decidim-participatory_processes/db/migrate/20170720120135_make_features_polymorphic.rb +0 -27
  1786. data/decidim-participatory_processes/db/migrate/20170725085104_add_show_statistics_to_participatory_processes.rb +0 -7
  1787. data/decidim-participatory_processes/db/migrate/20170804125402_attachment_description_nullable.rb +0 -7
  1788. data/decidim-participatory_processes/db/migrate/20170808080905_add_announcement_to_participatory_processes.rb +0 -7
  1789. data/decidim-participatory_processes/db/migrate/20170809084005_add_scopes_enabled_to_participatory_processes.rb +0 -7
  1790. data/decidim-participatory_processes/db/migrate/20170830081725_add_start_date_to_processes.rb +0 -8
  1791. data/decidim-participatory_processes/db/seeds/Exampledocument.pdf +0 -0
  1792. data/decidim-participatory_processes/db/seeds/city.jpeg +0 -0
  1793. data/decidim-participatory_processes/db/seeds/city2.jpeg +0 -0
  1794. data/decidim-participatory_processes/db/seeds/homepage_image.jpg +0 -0
  1795. data/decidim-participatory_processes/decidim-participatory_processes.gemspec +0 -21
  1796. data/decidim-participatory_processes/lib/decidim/participatory_processes.rb +0 -12
  1797. data/decidim-participatory_processes/lib/decidim/participatory_processes/admin.rb +0 -10
  1798. data/decidim-participatory_processes/lib/decidim/participatory_processes/admin_engine.rb +0 -98
  1799. data/decidim-participatory_processes/lib/decidim/participatory_processes/engine.rb +0 -55
  1800. data/decidim-participatory_processes/lib/decidim/participatory_processes/participatory_space.rb +0 -119
  1801. data/decidim-participatory_processes/lib/decidim/participatory_processes/test/factories.rb +0 -97
  1802. data/decidim-participatory_processes/spec/commands/activate_participatory_process_step_spec.rb +0 -46
  1803. data/decidim-participatory_processes/spec/commands/copy_participatory_process_spec.rb +0 -128
  1804. data/decidim-participatory_processes/spec/commands/create_category_spec.rb +0 -10
  1805. data/decidim-participatory_processes/spec/commands/create_participatory_process_admin_spec.rb +0 -85
  1806. data/decidim-participatory_processes/spec/commands/create_participatory_process_spec.rb +0 -96
  1807. data/decidim-participatory_processes/spec/commands/create_participatory_process_step_spec.rb +0 -56
  1808. data/decidim-participatory_processes/spec/commands/deactivate_participatory_process_step_spec.rb +0 -37
  1809. data/decidim-participatory_processes/spec/commands/destroy_category_spec.rb +0 -10
  1810. data/decidim-participatory_processes/spec/commands/destroy_participatory_process_step_spec.rb +0 -59
  1811. data/decidim-participatory_processes/spec/commands/publish_participatory_process_spec.rb +0 -37
  1812. data/decidim-participatory_processes/spec/commands/reorder_participatory_process_steps_spec.rb +0 -55
  1813. data/decidim-participatory_processes/spec/commands/unpublish_participatory_process_spec.rb +0 -37
  1814. data/decidim-participatory_processes/spec/commands/update_category_spec.rb +0 -10
  1815. data/decidim-participatory_processes/spec/commands/update_participatory_process_spec.rb +0 -121
  1816. data/decidim-participatory_processes/spec/controllers/exports_controller_spec.rb +0 -53
  1817. data/decidim-participatory_processes/spec/controllers/participatory_processes_controller_spec.rb +0 -122
  1818. data/decidim-participatory_processes/spec/factories.rb +0 -6
  1819. data/decidim-participatory_processes/spec/features/admin/admin_copy_participatory_process_spec.rb +0 -109
  1820. data/decidim-participatory_processes/spec/features/admin/admin_manages_participatory_process_admins_spec.rb +0 -9
  1821. data/decidim-participatory_processes/spec/features/admin/admin_manages_participatory_process_attachments_spec.rb +0 -9
  1822. data/decidim-participatory_processes/spec/features/admin/admin_manages_participatory_process_categories_spec.rb +0 -16
  1823. data/decidim-participatory_processes/spec/features/admin/admin_manages_participatory_process_feature_permissions_spec.rb +0 -14
  1824. data/decidim-participatory_processes/spec/features/admin/admin_manages_participatory_process_features_spec.rb +0 -311
  1825. data/decidim-participatory_processes/spec/features/admin/admin_manages_participatory_process_groups_spec.rb +0 -106
  1826. data/decidim-participatory_processes/spec/features/admin/admin_manages_participatory_process_steps_spec.rb +0 -9
  1827. data/decidim-participatory_processes/spec/features/admin/admin_manages_participatory_processes_spec.rb +0 -119
  1828. data/decidim-participatory_processes/spec/features/admin/admin_manages_user_groups_spec.rb +0 -43
  1829. data/decidim-participatory_processes/spec/features/admin/participatory_process_admin_manages_participatory_process_admins_spec.rb +0 -24
  1830. data/decidim-participatory_processes/spec/features/admin/participatory_process_admin_manages_participatory_process_attachments_spec.rb +0 -9
  1831. data/decidim-participatory_processes/spec/features/admin/participatory_process_admin_manages_participatory_process_categories_spec.rb +0 -16
  1832. data/decidim-participatory_processes/spec/features/admin/participatory_process_admin_manages_participatory_process_steps_spec.rb +0 -9
  1833. data/decidim-participatory_processes/spec/features/admin/participatory_process_admin_manages_participatory_processes_spec.rb +0 -35
  1834. data/decidim-participatory_processes/spec/features/participatory_process_groups_spec.rb +0 -79
  1835. data/decidim-participatory_processes/spec/features/participatory_process_steps_spec.rb +0 -34
  1836. data/decidim-participatory_processes/spec/features/participatory_processes_spec.rb +0 -193
  1837. data/decidim-participatory_processes/spec/features/process_embeds_spec.rb +0 -20
  1838. data/decidim-participatory_processes/spec/forms/category_form_spec.rb +0 -16
  1839. data/decidim-participatory_processes/spec/forms/participatory_process_form_spec.rb +0 -167
  1840. data/decidim-participatory_processes/spec/forms/participatory_process_group_form_spec.rb +0 -84
  1841. data/decidim-participatory_processes/spec/forms/participatory_process_step_form_spec.rb +0 -106
  1842. data/decidim-participatory_processes/spec/forms/participatory_process_user_role_form_spec.rb +0 -36
  1843. data/decidim-participatory_processes/spec/helpers/decidim/participatory_processes/participatory_process_helper_spec.rb +0 -43
  1844. data/decidim-participatory_processes/spec/helpers/decidim/scopes_helper_spec.rb +0 -16
  1845. data/decidim-participatory_processes/spec/lib/features/participatory_processes/current_feature_spec.rb +0 -90
  1846. data/decidim-participatory_processes/spec/models/abilities/admin/admin_ability_spec.rb +0 -12
  1847. data/decidim-participatory_processes/spec/models/abilities/admin_ability_spec.rb +0 -12
  1848. data/decidim-participatory_processes/spec/models/abilities/everyone_ability_spec.rb +0 -13
  1849. data/decidim-participatory_processes/spec/models/decidim/participatory_process_spec.rb +0 -29
  1850. data/decidim-participatory_processes/spec/models/decidim/participatory_process_step_spec.rb +0 -120
  1851. data/decidim-participatory_processes/spec/presenters/decidim/participatory_processes/participatory_process_stats_presenter.spec.rb +0 -44
  1852. data/decidim-participatory_processes/spec/queries/admin/process_admins_spec.rb +0 -24
  1853. data/decidim-participatory_processes/spec/queries/organization_participatory_process_groups_spec.rb +0 -27
  1854. data/decidim-participatory_processes/spec/queries/organization_participatory_processes_spec.rb +0 -26
  1855. data/decidim-participatory_processes/spec/queries/organization_prioritized_participatory_processes_spec.rb +0 -48
  1856. data/decidim-participatory_processes/spec/queries/organization_published_participatory_processes_spec.rb +0 -40
  1857. data/decidim-participatory_processes/spec/queries/participatory_processes_with_user_role_spec.rb +0 -31
  1858. data/decidim-participatory_processes/spec/shared/manage_process_admins_examples.rb +0 -120
  1859. data/decidim-participatory_processes/spec/shared/manage_process_attachments_examples.rb +0 -16
  1860. data/decidim-participatory_processes/spec/shared/manage_process_categories_examples.rb +0 -130
  1861. data/decidim-participatory_processes/spec/shared/manage_process_steps_examples.rb +0 -120
  1862. data/decidim-participatory_processes/spec/shared/manage_processes_examples.rb +0 -145
  1863. data/decidim-participatory_processes/spec/shared/participatory_process_administration_by_admin_shared_context.rb +0 -9
  1864. data/decidim-participatory_processes/spec/shared/participatory_process_administration_by_process_admin_shared_context.rb +0 -13
  1865. data/decidim-participatory_processes/spec/shared/participatory_process_administration_shared_context.rb +0 -14
  1866. data/decidim-participatory_processes/spec/spec_helper.rb +0 -9
  1867. data/decidim-proposals/README.md +0 -24
  1868. data/decidim-proposals/Rakefile +0 -3
  1869. data/decidim-proposals/app/assets/config/decidim_proposals_manifest.css +0 -1
  1870. data/decidim-proposals/app/assets/config/decidim_proposals_manifest.js +0 -2
  1871. data/decidim-proposals/app/assets/images/decidim/proposals/icon.svg +0 -3
  1872. data/decidim-proposals/app/assets/javascripts/decidim/proposals/add_proposal.js.es6 +0 -25
  1873. data/decidim-proposals/app/assets/javascripts/decidim/proposals/social_share.js +0 -2
  1874. data/decidim-proposals/app/assets/stylesheets/decidim/proposals/social_share.css.scss +0 -19
  1875. data/decidim-proposals/app/commands/decidim/proposals/admin/answer_proposal.rb +0 -44
  1876. data/decidim-proposals/app/commands/decidim/proposals/admin/create_proposal.rb +0 -88
  1877. data/decidim-proposals/app/commands/decidim/proposals/create_proposal.rb +0 -90
  1878. data/decidim-proposals/app/commands/decidim/proposals/create_proposal_export.rb +0 -37
  1879. data/decidim-proposals/app/commands/decidim/proposals/unvote_proposal.rb +0 -34
  1880. data/decidim-proposals/app/commands/decidim/proposals/vote_proposal.rb +0 -39
  1881. data/decidim-proposals/app/controllers/concerns/decidim/proposals/orderable.rb +0 -68
  1882. data/decidim-proposals/app/controllers/decidim/proposals/admin/application_controller.rb +0 -15
  1883. data/decidim-proposals/app/controllers/decidim/proposals/admin/proposal_answers_controller.rb +0 -40
  1884. data/decidim-proposals/app/controllers/decidim/proposals/admin/proposals_controller.rb +0 -47
  1885. data/decidim-proposals/app/controllers/decidim/proposals/application_controller.rb +0 -13
  1886. data/decidim-proposals/app/controllers/decidim/proposals/proposal_votes_controller.rb +0 -48
  1887. data/decidim-proposals/app/controllers/decidim/proposals/proposal_widgets_controller.rb +0 -19
  1888. data/decidim-proposals/app/controllers/decidim/proposals/proposals_controller.rb +0 -92
  1889. data/decidim-proposals/app/forms/decidim/proposals/admin/proposal_answer_form.rb +0 -19
  1890. data/decidim-proposals/app/forms/decidim/proposals/admin/proposal_form.rb +0 -58
  1891. data/decidim-proposals/app/forms/decidim/proposals/proposal_form.rb +0 -65
  1892. data/decidim-proposals/app/helpers/decidim/proposals/application_helper.rb +0 -59
  1893. data/decidim-proposals/app/helpers/decidim/proposals/map_helper.rb +0 -20
  1894. data/decidim-proposals/app/helpers/decidim/proposals/proposal_votes_helper.rb +0 -47
  1895. data/decidim-proposals/app/models/decidim/proposals/abilities/admin_ability.rb +0 -41
  1896. data/decidim-proposals/app/models/decidim/proposals/abilities/current_user_ability.rb +0 -80
  1897. data/decidim-proposals/app/models/decidim/proposals/abilities/participatory_process_admin_ability.rb +0 -47
  1898. data/decidim-proposals/app/models/decidim/proposals/abilities/participatory_process_moderator_ability.rb +0 -19
  1899. data/decidim-proposals/app/models/decidim/proposals/application_record.rb +0 -10
  1900. data/decidim-proposals/app/models/decidim/proposals/proposal.rb +0 -118
  1901. data/decidim-proposals/app/models/decidim/proposals/proposal_vote.rb +0 -28
  1902. data/decidim-proposals/app/queries/decidim/proposals/filtered_proposals.rb +0 -37
  1903. data/decidim-proposals/app/services/decidim/proposals/proposal_search.rb +0 -86
  1904. data/decidim-proposals/app/views/decidim/proposals/admin/proposal_answers/edit.html.erb +0 -21
  1905. data/decidim-proposals/app/views/decidim/proposals/admin/proposals/_form.html.erb +0 -50
  1906. data/decidim-proposals/app/views/decidim/proposals/admin/proposals/index.html.erb +0 -73
  1907. data/decidim-proposals/app/views/decidim/proposals/admin/proposals/new.html.erb +0 -7
  1908. data/decidim-proposals/app/views/decidim/proposals/proposal_votes/update_buttons_and_counters.js.erb +0 -20
  1909. data/decidim-proposals/app/views/decidim/proposals/proposal_widgets/show.html.erb +0 -4
  1910. data/decidim-proposals/app/views/decidim/proposals/proposals/_author.html.erb +0 -23
  1911. data/decidim-proposals/app/views/decidim/proposals/proposals/_count.html.erb +0 -1
  1912. data/decidim-proposals/app/views/decidim/proposals/proposals/_filters.html.erb +0 -40
  1913. data/decidim-proposals/app/views/decidim/proposals/proposals/_filters_small_view.html.erb +0 -18
  1914. data/decidim-proposals/app/views/decidim/proposals/proposals/_linked_proposals.html.erb +0 -27
  1915. data/decidim-proposals/app/views/decidim/proposals/proposals/_proposal.html.erb +0 -29
  1916. data/decidim-proposals/app/views/decidim/proposals/proposals/_proposal_badge.html.erb +0 -3
  1917. data/decidim-proposals/app/views/decidim/proposals/proposals/_proposals.html.erb +0 -14
  1918. data/decidim-proposals/app/views/decidim/proposals/proposals/_remaining_votes_count.html.erb +0 -3
  1919. data/decidim-proposals/app/views/decidim/proposals/proposals/_vote_button.html.erb +0 -25
  1920. data/decidim-proposals/app/views/decidim/proposals/proposals/_votes_count.html.erb +0 -10
  1921. data/decidim-proposals/app/views/decidim/proposals/proposals/_votes_limit.html.erb +0 -21
  1922. data/decidim-proposals/app/views/decidim/proposals/proposals/index.html.erb +0 -62
  1923. data/decidim-proposals/app/views/decidim/proposals/proposals/index.js.erb +0 -10
  1924. data/decidim-proposals/app/views/decidim/proposals/proposals/new.html.erb +0 -77
  1925. data/decidim-proposals/app/views/decidim/proposals/proposals/show.html.erb +0 -82
  1926. data/decidim-proposals/bin/rails +0 -15
  1927. data/decidim-proposals/config/initializers/social_share_button.rb +0 -5
  1928. data/decidim-proposals/config/locales/ca.yml +0 -166
  1929. data/decidim-proposals/config/locales/en.yml +0 -166
  1930. data/decidim-proposals/config/locales/es.yml +0 -166
  1931. data/decidim-proposals/config/locales/eu.yml +0 -165
  1932. data/decidim-proposals/config/locales/fi.yml +0 -165
  1933. data/decidim-proposals/config/locales/fr.yml +0 -165
  1934. data/decidim-proposals/config/locales/it.yml +0 -165
  1935. data/decidim-proposals/config/locales/nl.yml +0 -165
  1936. data/decidim-proposals/config/locales/pl.yml +0 -168
  1937. data/decidim-proposals/config/locales/uk.yml +0 -171
  1938. data/decidim-proposals/db/migrate/20161212110850_create_decidim_proposals.rb +0 -16
  1939. data/decidim-proposals/db/migrate/20170112115253_create_proposal_votes.rb +0 -14
  1940. data/decidim-proposals/db/migrate/20170113114245_add_text_search_indexes.rb +0 -8
  1941. data/decidim-proposals/db/migrate/20170118120151_add_counter_cache_votes_to_proposals.rb +0 -7
  1942. data/decidim-proposals/db/migrate/20170120151202_add_user_group_id_to_proposals.rb +0 -7
  1943. data/decidim-proposals/db/migrate/20170131092413_add_answers_to_proposals.rb +0 -9
  1944. data/decidim-proposals/db/migrate/20170205082832_add_index_to_decidim_proposals_proposals_proposal_votes_count.rb +0 -9
  1945. data/decidim-proposals/db/migrate/20170215113152_create_proposal_reports.rb +0 -16
  1946. data/decidim-proposals/db/migrate/20170215131720_add_report_count_to_proposals.rb +0 -7
  1947. data/decidim-proposals/db/migrate/20170215132030_add_reference_to_proposals.rb +0 -9
  1948. data/decidim-proposals/db/migrate/20170220152416_add_hidden_at_to_proposals.rb +0 -7
  1949. data/decidim-proposals/db/migrate/20170228105156_add_geolocalization_fields_to_proposals.rb +0 -9
  1950. data/decidim-proposals/db/migrate/20170307085300_migrate_proposal_reports_data_to_reports.rb +0 -24
  1951. data/decidim-proposals/db/migrate/20170410073742_remove_not_null_reference_proposals.rb +0 -7
  1952. data/decidim-proposals/db/migrate/20170612101809_migrate_proposals_category.rb +0 -15
  1953. data/decidim-proposals/decidim-proposals.gemspec +0 -31
  1954. data/decidim-proposals/lib/decidim/proposals.rb +0 -14
  1955. data/decidim-proposals/lib/decidim/proposals/admin.rb +0 -10
  1956. data/decidim-proposals/lib/decidim/proposals/admin_engine.rb +0 -34
  1957. data/decidim-proposals/lib/decidim/proposals/engine.rb +0 -33
  1958. data/decidim-proposals/lib/decidim/proposals/feature.rb +0 -150
  1959. data/decidim-proposals/lib/decidim/proposals/proposal_serializer.rb +0 -57
  1960. data/decidim-proposals/lib/decidim/proposals/test/factories.rb +0 -101
  1961. data/decidim-proposals/spec/commands/decidim/proposals/admin_create_proposal_spec.rb +0 -14
  1962. data/decidim-proposals/spec/commands/decidim/proposals/answer_proposal_spec.rb +0 -54
  1963. data/decidim-proposals/spec/commands/decidim/proposals/create_proposal_spec.rb +0 -12
  1964. data/decidim-proposals/spec/commands/decidim/proposals/unvote_proposal_spec.rb +0 -26
  1965. data/decidim-proposals/spec/commands/decidim/proposals/vote_proposal_spec.rb +0 -47
  1966. data/decidim-proposals/spec/controllers/concerns/orderable_spec.rb +0 -47
  1967. data/decidim-proposals/spec/controllers/decidim/admin/proposal_answers_controller_spec.rb +0 -43
  1968. data/decidim-proposals/spec/controllers/decidim/proposal_votes_controller_spec.rb +0 -109
  1969. data/decidim-proposals/spec/controllers/decidim/proposals_controller_spec.rb +0 -51
  1970. data/decidim-proposals/spec/factories.rb +0 -11
  1971. data/decidim-proposals/spec/features/admin_manages_proposals_spec.rb +0 -17
  1972. data/decidim-proposals/spec/features/comments_spec.rb +0 -12
  1973. data/decidim-proposals/spec/features/follow_proposals_spec.rb +0 -13
  1974. data/decidim-proposals/spec/features/process_admin_manages_proposals_spec.rb +0 -17
  1975. data/decidim-proposals/spec/features/proposal_embeds_spec.rb +0 -39
  1976. data/decidim-proposals/spec/features/proposals_spec.rb +0 -829
  1977. data/decidim-proposals/spec/features/report_proposal_spec.rb +0 -20
  1978. data/decidim-proposals/spec/features/vote_proposal_spec.rb +0 -243
  1979. data/decidim-proposals/spec/forms/decidim/proposals/admin_proposal_form_spec.rb +0 -13
  1980. data/decidim-proposals/spec/forms/decidim/proposals/proposal_answer_form_spec.rb +0 -51
  1981. data/decidim-proposals/spec/forms/decidim/proposals/proposal_form_spec.rb +0 -17
  1982. data/decidim-proposals/spec/helpers/application_helper_spec.rb +0 -34
  1983. data/decidim-proposals/spec/helpers/proposal_votes_helper_spec.rb +0 -92
  1984. data/decidim-proposals/spec/lib/decidim/proposals/feature_spec.rb +0 -33
  1985. data/decidim-proposals/spec/models/decidim/proposals/abilities/admin_ability_spec.rb +0 -63
  1986. data/decidim-proposals/spec/models/decidim/proposals/abilities/participatory_process_admin_ability.rb +0 -72
  1987. data/decidim-proposals/spec/models/decidim/proposals/proposal_spec.rb +0 -82
  1988. data/decidim-proposals/spec/models/decidim/proposals/proposal_vote_spec.rb +0 -69
  1989. data/decidim-proposals/spec/queries/decidim/proposals/filtered_proposals_spec.rb +0 -22
  1990. data/decidim-proposals/spec/services/decidim/proposals/proposal_search_spec.rb +0 -203
  1991. data/decidim-proposals/spec/services/decidim/proposals/proposal_serializer_spec.rb +0 -79
  1992. data/decidim-proposals/spec/shared/create_proposal_examples.rb +0 -136
  1993. data/decidim-proposals/spec/shared/export_proposals_examples.rb +0 -37
  1994. data/decidim-proposals/spec/shared/manage_proposals_examples.rb +0 -382
  1995. data/decidim-proposals/spec/shared/proposal_form_examples.rb +0 -152
  1996. data/decidim-proposals/spec/shared/proposals_help_texts_examples.rb +0 -39
  1997. data/decidim-proposals/spec/spec_helper.rb +0 -9
  1998. data/decidim-results/README.md +0 -23
  1999. data/decidim-results/Rakefile +0 -3
  2000. data/decidim-results/app/assets/images/decidim/results/icon.svg +0 -3
  2001. data/decidim-results/app/commands/decidim/results/admin/create_result.rb +0 -66
  2002. data/decidim-results/app/commands/decidim/results/admin/update_result.rb +0 -70
  2003. data/decidim-results/app/controllers/decidim/results/admin/application_controller.rb +0 -15
  2004. data/decidim-results/app/controllers/decidim/results/admin/results_controller.rb +0 -70
  2005. data/decidim-results/app/controllers/decidim/results/application_controller.rb +0 -13
  2006. data/decidim-results/app/controllers/decidim/results/result_widgets_controller.rb +0 -17
  2007. data/decidim-results/app/controllers/decidim/results/results_controller.rb +0 -44
  2008. data/decidim-results/app/forms/decidim/results/admin/result_form.rb +0 -53
  2009. data/decidim-results/app/helpers/decidim/results/application_helper.rb +0 -12
  2010. data/decidim-results/app/models/decidim/results/application_record.rb +0 -10
  2011. data/decidim-results/app/models/decidim/results/result.rb +0 -44
  2012. data/decidim-results/app/queries/decidim/results/filtered_results.rb +0 -37
  2013. data/decidim-results/app/services/decidim/results/result_search.rb +0 -40
  2014. data/decidim-results/app/services/decidim/results/result_stats_calculator.rb +0 -52
  2015. data/decidim-results/app/views/decidim/results/admin/results/_form.html.erb +0 -34
  2016. data/decidim-results/app/views/decidim/results/admin/results/edit.html.erb +0 -8
  2017. data/decidim-results/app/views/decidim/results/admin/results/index.html.erb +0 -42
  2018. data/decidim-results/app/views/decidim/results/admin/results/new.html.erb +0 -8
  2019. data/decidim-results/app/views/decidim/results/result_widgets/show.html.erb +0 -2
  2020. data/decidim-results/app/views/decidim/results/results/_count.html.erb +0 -1
  2021. data/decidim-results/app/views/decidim/results/results/_filters.html.erb +0 -22
  2022. data/decidim-results/app/views/decidim/results/results/_filters_small_view.html.erb +0 -18
  2023. data/decidim-results/app/views/decidim/results/results/_linked_results.html.erb +0 -12
  2024. data/decidim-results/app/views/decidim/results/results/_results.html.erb +0 -18
  2025. data/decidim-results/app/views/decidim/results/results/index.html.erb +0 -23
  2026. data/decidim-results/app/views/decidim/results/results/index.js.erb +0 -5
  2027. data/decidim-results/app/views/decidim/results/results/show.html.erb +0 -59
  2028. data/decidim-results/bin/rails +0 -15
  2029. data/decidim-results/config/locales/ca.yml +0 -81
  2030. data/decidim-results/config/locales/en.yml +0 -81
  2031. data/decidim-results/config/locales/es.yml +0 -81
  2032. data/decidim-results/config/locales/eu.yml +0 -80
  2033. data/decidim-results/config/locales/fi.yml +0 -80
  2034. data/decidim-results/config/locales/fr.yml +0 -80
  2035. data/decidim-results/config/locales/it.yml +0 -80
  2036. data/decidim-results/config/locales/nl.yml +0 -80
  2037. data/decidim-results/config/locales/pl.yml +0 -81
  2038. data/decidim-results/config/locales/uk.yml +0 -82
  2039. data/decidim-results/db/migrate/20170116104125_create_results.rb +0 -16
  2040. data/decidim-results/db/migrate/20170129164553_remove_short_description_from_results.rb +0 -7
  2041. data/decidim-results/db/migrate/20170215132624_add_reference_to_results.rb +0 -9
  2042. data/decidim-results/db/migrate/20170410074358_remove_not_null_reference_results.rb +0 -7
  2043. data/decidim-results/db/migrate/20170612101951_migrate_results_category.rb +0 -15
  2044. data/decidim-results/decidim-results.gemspec +0 -31
  2045. data/decidim-results/lib/decidim/results.rb +0 -12
  2046. data/decidim-results/lib/decidim/results/admin.rb +0 -10
  2047. data/decidim-results/lib/decidim/results/admin_engine.rb +0 -23
  2048. data/decidim-results/lib/decidim/results/engine.rb +0 -22
  2049. data/decidim-results/lib/decidim/results/feature.rb +0 -60
  2050. data/decidim-results/lib/decidim/results/test/factories.rb +0 -18
  2051. data/decidim-results/spec/commands/create_result_spec.rb +0 -92
  2052. data/decidim-results/spec/commands/update_result_spec.rb +0 -85
  2053. data/decidim-results/spec/controllers/results_controller_spec.rb +0 -33
  2054. data/decidim-results/spec/factories.rb +0 -10
  2055. data/decidim-results/spec/features/admin_manages_results_spec.rb +0 -13
  2056. data/decidim-results/spec/features/comments_spec.rb +0 -21
  2057. data/decidim-results/spec/features/explore_results_spec.rb +0 -226
  2058. data/decidim-results/spec/features/follow_result_spec.rb +0 -13
  2059. data/decidim-results/spec/features/process_admin_manages_results_spec.rb +0 -13
  2060. data/decidim-results/spec/features/result_embeds_spec.rb +0 -39
  2061. data/decidim-results/spec/forms/result_form_spec.rb +0 -99
  2062. data/decidim-results/spec/models/result_spec.rb +0 -39
  2063. data/decidim-results/spec/queries/decidim/results/filtered_results_spec.rb +0 -22
  2064. data/decidim-results/spec/services/result_search_spec.rb +0 -108
  2065. data/decidim-results/spec/services/result_stats_calculator_spec.rb +0 -95
  2066. data/decidim-results/spec/shared/manage_results_examples.rb +0 -98
  2067. data/decidim-results/spec/spec_helper.rb +0 -9
  2068. data/decidim-surveys/README.md +0 -24
  2069. data/decidim-surveys/Rakefile +0 -3
  2070. data/decidim-surveys/app/assets/config/admin/decidim_surveys_manifest.js +0 -1
  2071. data/decidim-surveys/app/assets/images/decidim/surveys/icon.svg +0 -8
  2072. data/decidim-surveys/app/assets/javascripts/decidim/surveys/admin/auto_label_by_position.component.js.es6 +0 -33
  2073. data/decidim-surveys/app/assets/javascripts/decidim/surveys/admin/dynamic_fields.component.js.es6 +0 -95
  2074. data/decidim-surveys/app/assets/javascripts/decidim/surveys/admin/surveys.js.es6 +0 -85
  2075. data/decidim-surveys/app/assets/stylesheets/decidim/surveys/surveys.scss +0 -9
  2076. data/decidim-surveys/app/commands/decidim/surveys/admin/update_survey.rb +0 -65
  2077. data/decidim-surveys/app/commands/decidim/surveys/answer_survey.rb +0 -43
  2078. data/decidim-surveys/app/commands/decidim/surveys/create_survey.rb +0 -19
  2079. data/decidim-surveys/app/controllers/decidim/surveys/admin/application_controller.rb +0 -15
  2080. data/decidim-surveys/app/controllers/decidim/surveys/admin/surveys_controller.rb +0 -55
  2081. data/decidim-surveys/app/controllers/decidim/surveys/application_controller.rb +0 -13
  2082. data/decidim-surveys/app/controllers/decidim/surveys/surveys_controller.rb +0 -39
  2083. data/decidim-surveys/app/forms/decidim/surveys/admin/survey_form.rb +0 -21
  2084. data/decidim-surveys/app/forms/decidim/surveys/admin/survey_question_answer_option_form.rb +0 -15
  2085. data/decidim-surveys/app/forms/decidim/surveys/admin/survey_question_form.rb +0 -25
  2086. data/decidim-surveys/app/forms/decidim/surveys/survey_answer_form.rb +0 -36
  2087. data/decidim-surveys/app/forms/decidim/surveys/survey_form.rb +0 -22
  2088. data/decidim-surveys/app/helpers/decidim/surveys/admin/application_helper.rb +0 -35
  2089. data/decidim-surveys/app/models/decidim/surveys/abilities/admin_ability.rb +0 -17
  2090. data/decidim-surveys/app/models/decidim/surveys/abilities/current_user_ability.rb +0 -47
  2091. data/decidim-surveys/app/models/decidim/surveys/abilities/participatory_process_admin_ability.rb +0 -19
  2092. data/decidim-surveys/app/models/decidim/surveys/application_record.rb +0 -10
  2093. data/decidim-surveys/app/models/decidim/surveys/survey.rb +0 -25
  2094. data/decidim-surveys/app/models/decidim/surveys/survey_answer.rb +0 -27
  2095. data/decidim-surveys/app/models/decidim/surveys/survey_question.rb +0 -20
  2096. data/decidim-surveys/app/queries/decidim/surveys/survey_user_answers.rb +0 -28
  2097. data/decidim-surveys/app/views/decidim/surveys/admin/surveys/_answer_option.html.erb +0 -27
  2098. data/decidim-surveys/app/views/decidim/surveys/admin/surveys/_form.html.erb +0 -47
  2099. data/decidim-surveys/app/views/decidim/surveys/admin/surveys/_question.html.erb +0 -72
  2100. data/decidim-surveys/app/views/decidim/surveys/admin/surveys/edit.html.erb +0 -7
  2101. data/decidim-surveys/app/views/decidim/surveys/surveys/show.html.erb +0 -102
  2102. data/decidim-surveys/bin/rails +0 -15
  2103. data/decidim-surveys/config/locales/ca.yml +0 -70
  2104. data/decidim-surveys/config/locales/en.yml +0 -70
  2105. data/decidim-surveys/config/locales/es.yml +0 -70
  2106. data/decidim-surveys/config/locales/eu.yml +0 -69
  2107. data/decidim-surveys/config/locales/fi.yml +0 -69
  2108. data/decidim-surveys/config/locales/fr.yml +0 -69
  2109. data/decidim-surveys/config/locales/it.yml +0 -69
  2110. data/decidim-surveys/config/locales/nl.yml +0 -69
  2111. data/decidim-surveys/config/locales/pl.yml +0 -69
  2112. data/decidim-surveys/config/locales/uk.yml +0 -69
  2113. data/decidim-surveys/db/migrate/20170511092231_create_decidim_surveys.rb +0 -15
  2114. data/decidim-surveys/db/migrate/20170515090916_create_decidim_survey_questions.rb +0 -12
  2115. data/decidim-surveys/db/migrate/20170515144119_create_decidim_survey_answers.rb +0 -14
  2116. data/decidim-surveys/db/migrate/20170518085302_add_position_to_surveys_questions.rb +0 -7
  2117. data/decidim-surveys/db/migrate/20170522075938_add_mandatory_to_surveys_questions.rb +0 -7
  2118. data/decidim-surveys/db/migrate/20170524122229_add_question_type_to_surveys_questions.rb +0 -7
  2119. data/decidim-surveys/db/migrate/20170525132233_add_answer_options_to_surveys_questions.rb +0 -7
  2120. data/decidim-surveys/decidim-surveys.gemspec +0 -24
  2121. data/decidim-surveys/lib/decidim/surveys.rb +0 -14
  2122. data/decidim-surveys/lib/decidim/surveys/admin.rb +0 -10
  2123. data/decidim-surveys/lib/decidim/surveys/admin_engine.rb +0 -36
  2124. data/decidim-surveys/lib/decidim/surveys/engine.rb +0 -25
  2125. data/decidim-surveys/lib/decidim/surveys/feature.rb +0 -96
  2126. data/decidim-surveys/lib/decidim/surveys/survey_user_answers_serializer.rb +0 -23
  2127. data/decidim-surveys/lib/decidim/surveys/test/factories.rb +0 -36
  2128. data/decidim-surveys/spec/commands/decidim/surveys/admin/update_survey_spec.rb +0 -172
  2129. data/decidim-surveys/spec/commands/decidim/surveys/answer_survey_spec.rb +0 -71
  2130. data/decidim-surveys/spec/commands/decidim/surveys/create_survey_spec.rb +0 -44
  2131. data/decidim-surveys/spec/factories.rb +0 -6
  2132. data/decidim-surveys/spec/features/admin_manages_surveys_spec.rb +0 -14
  2133. data/decidim-surveys/spec/features/process_admin_manages_surveys_spec.rb +0 -14
  2134. data/decidim-surveys/spec/features/survey_spec.rb +0 -235
  2135. data/decidim-surveys/spec/forms/decidim/surveys/admin/survey_form_spec.rb +0 -97
  2136. data/decidim-surveys/spec/forms/decidim/surveys/admin/survey_question_form_spec.rb +0 -65
  2137. data/decidim-surveys/spec/forms/decidim/surveys/survey_answer_form_spec.rb +0 -36
  2138. data/decidim-surveys/spec/forms/decidim/surveys/survey_form_spec.rb +0 -32
  2139. data/decidim-surveys/spec/models/decidim/surveys/abilities/admin_ability_spec.rb +0 -22
  2140. data/decidim-surveys/spec/models/decidim/surveys/abilities/current_user_ability_spec.rb +0 -19
  2141. data/decidim-surveys/spec/models/decidim/surveys/abilities/participatory_process_admin_ability_spec.rb +0 -24
  2142. data/decidim-surveys/spec/models/decidim/surveys/survey_answer_spec.rb +0 -55
  2143. data/decidim-surveys/spec/models/decidim/surveys/survey_question_spec.rb +0 -25
  2144. data/decidim-surveys/spec/models/decidim/surveys/survey_spec.rb +0 -65
  2145. data/decidim-surveys/spec/queries/decidim/surveys/survey_user_answers_spec.rb +0 -21
  2146. data/decidim-surveys/spec/services/decidim/surveys/surveys/survey_user_answer_serializer_spec.rb +0 -34
  2147. data/decidim-surveys/spec/shared/edit_survey_examples.rb +0 -212
  2148. data/decidim-surveys/spec/shared/export_survey_user_answers_examples.rb +0 -46
  2149. data/decidim-surveys/spec/spec_helper.rb +0 -9
  2150. data/decidim-system/README.md +0 -65
  2151. data/decidim-system/Rakefile +0 -3
  2152. data/decidim-system/app/assets/config/decidim_system_manifest.js +0 -2
  2153. data/decidim-system/app/assets/images/decidim/system/.keep +0 -0
  2154. data/decidim-system/app/assets/javascripts/decidim/system/application.js.es6 +0 -9
  2155. data/decidim-system/app/assets/stylesheets/decidim/system/_actions.scss +0 -8
  2156. data/decidim-system/app/assets/stylesheets/decidim/system/_foundation_and_overrides.scss +0 -52
  2157. data/decidim-system/app/assets/stylesheets/decidim/system/_layout.scss +0 -16
  2158. data/decidim-system/app/assets/stylesheets/decidim/system/_login.scss +0 -36
  2159. data/decidim-system/app/assets/stylesheets/decidim/system/_settings.scss +0 -566
  2160. data/decidim-system/app/assets/stylesheets/decidim/system/_sidebar.scss +0 -80
  2161. data/decidim-system/app/assets/stylesheets/decidim/system/_tables.scss +0 -5
  2162. data/decidim-system/app/assets/stylesheets/decidim/system/application.scss +0 -13
  2163. data/decidim-system/app/commands/decidim/system/create_admin.rb +0 -41
  2164. data/decidim-system/app/commands/decidim/system/create_default_pages.rb +0 -44
  2165. data/decidim-system/app/commands/decidim/system/register_organization.rb +0 -67
  2166. data/decidim-system/app/commands/decidim/system/update_admin.rb +0 -53
  2167. data/decidim-system/app/commands/decidim/system/update_organization.rb +0 -53
  2168. data/decidim-system/app/controllers/decidim/system/admins_controller.rb +0 -66
  2169. data/decidim-system/app/controllers/decidim/system/application_controller.rb +0 -18
  2170. data/decidim-system/app/controllers/decidim/system/dashboard_controller.rb +0 -8
  2171. data/decidim-system/app/controllers/decidim/system/devise/passwords_controller.rb +0 -15
  2172. data/decidim-system/app/controllers/decidim/system/devise/sessions_controller.rb +0 -15
  2173. data/decidim-system/app/controllers/decidim/system/organizations_controller.rb +0 -58
  2174. data/decidim-system/app/forms/decidim/system/admin_form.rb +0 -34
  2175. data/decidim-system/app/forms/decidim/system/register_organization_form.rb +0 -24
  2176. data/decidim-system/app/forms/decidim/system/update_organization_form.rb +0 -45
  2177. data/decidim-system/app/helpers/decidim/system/application_helper.rb +0 -15
  2178. data/decidim-system/app/helpers/decidim/system/menu_helper.rb +0 -13
  2179. data/decidim-system/app/jobs/decidim/system/application_job.rb +0 -10
  2180. data/decidim-system/app/mailers/decidim/system/application_mailer.rb +0 -12
  2181. data/decidim-system/app/models/decidim/system/admin.rb +0 -19
  2182. data/decidim-system/app/models/decidim/system/application_record.rb +0 -11
  2183. data/decidim-system/app/views/decidim/system/admins/_form.html.erb +0 -11
  2184. data/decidim-system/app/views/decidim/system/admins/edit.html.erb +0 -11
  2185. data/decidim-system/app/views/decidim/system/admins/index.html.erb +0 -33
  2186. data/decidim-system/app/views/decidim/system/admins/new.html.erb +0 -11
  2187. data/decidim-system/app/views/decidim/system/admins/show.html.erb +0 -9
  2188. data/decidim-system/app/views/decidim/system/dashboard/show.html.erb +0 -3
  2189. data/decidim-system/app/views/decidim/system/devise/mailers/password_change.html.erb +0 -3
  2190. data/decidim-system/app/views/decidim/system/devise/mailers/reset_password_instructions.html.erb +0 -8
  2191. data/decidim-system/app/views/decidim/system/devise/passwords/edit.html.erb +0 -23
  2192. data/decidim-system/app/views/decidim/system/devise/passwords/new.html.erb +0 -15
  2193. data/decidim-system/app/views/decidim/system/devise/sessions/new.html.erb +0 -23
  2194. data/decidim-system/app/views/decidim/system/devise/shared/_links.html.erb +0 -25
  2195. data/decidim-system/app/views/decidim/system/organizations/edit.html.erb +0 -23
  2196. data/decidim-system/app/views/decidim/system/organizations/index.html.erb +0 -34
  2197. data/decidim-system/app/views/decidim/system/organizations/new.html.erb +0 -64
  2198. data/decidim-system/app/views/decidim/system/organizations/show.html.erb +0 -11
  2199. data/decidim-system/app/views/decidim/system/shared/_notices.html.erb +0 -11
  2200. data/decidim-system/app/views/layouts/decidim/system/_header.html.erb +0 -4
  2201. data/decidim-system/app/views/layouts/decidim/system/_login_items.html.erb +0 -8
  2202. data/decidim-system/app/views/layouts/decidim/system/_sidebar.html.erb +0 -11
  2203. data/decidim-system/app/views/layouts/decidim/system/application.html.erb +0 -40
  2204. data/decidim-system/app/views/layouts/decidim/system/login.html.erb +0 -19
  2205. data/decidim-system/bin/rails +0 -15
  2206. data/decidim-system/config/locales/ca.yml +0 -72
  2207. data/decidim-system/config/locales/en.yml +0 -72
  2208. data/decidim-system/config/locales/es.yml +0 -72
  2209. data/decidim-system/config/locales/eu.yml +0 -71
  2210. data/decidim-system/config/locales/fi.yml +0 -71
  2211. data/decidim-system/config/locales/fr.yml +0 -71
  2212. data/decidim-system/config/locales/it.yml +0 -71
  2213. data/decidim-system/config/locales/nl.yml +0 -71
  2214. data/decidim-system/config/locales/pl.yml +0 -71
  2215. data/decidim-system/config/locales/uk.yml +0 -71
  2216. data/decidim-system/config/routes.rb +0 -18
  2217. data/decidim-system/db/migrate/20160919105637_devise_create_decidim_admins.rb +0 -28
  2218. data/decidim-system/db/seeds.rb +0 -12
  2219. data/decidim-system/decidim-system.gemspec +0 -30
  2220. data/decidim-system/lib/decidim/system.rb +0 -13
  2221. data/decidim-system/lib/decidim/system/engine.rb +0 -52
  2222. data/decidim-system/spec/commands/decidim/system/create_admin_spec.rb +0 -49
  2223. data/decidim-system/spec/commands/decidim/system/create_default_pages_spec.rb +0 -31
  2224. data/decidim-system/spec/commands/decidim/system/register_organization_spec.rb +0 -79
  2225. data/decidim-system/spec/commands/decidim/system/update_organization_spec.rb +0 -54
  2226. data/decidim-system/spec/factories.rb +0 -11
  2227. data/decidim-system/spec/features/manage_admins_spec.rb +0 -67
  2228. data/decidim-system/spec/features/organizations_spec.rb +0 -68
  2229. data/decidim-system/spec/features/sessions_spec.rb +0 -39
  2230. data/decidim-system/spec/helpers/menu_helper_spec.rb +0 -28
  2231. data/decidim-system/spec/models/admin_spec.rb +0 -24
  2232. data/decidim-system/spec/spec_helper.rb +0 -9
  2233. data/lib/generators/decidim/demo_generator.rb +0 -27
@@ -1,9 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require "decidim/dev"
4
-
5
- ENV["ENGINE_NAME"] = File.dirname(__dir__).split("/").last
6
-
7
- Decidim::Dev.dummy_app_path = File.expand_path(File.join("..", "spec", "decidim_dummy_app"))
8
-
9
- require "decidim/dev/test/base_spec_helper"
@@ -1,26 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require "spec_helper"
4
- require "decidim/api/test/type_context"
5
-
6
- module Decidim
7
- module Api
8
- describe QueryType do
9
- include_context "graphql type"
10
-
11
- describe "processes" do
12
- let!(:process1) { create(:participatory_process, organization: current_organization) }
13
- let!(:process2) { create(:participatory_process, organization: current_organization) }
14
- let!(:process3) { create(:participatory_process) }
15
-
16
- let(:query) { %({ processes { id }}) }
17
-
18
- it "returns all the processes" do
19
- expect(response["processes"]).to include("id" => process1.id.to_s)
20
- expect(response["processes"]).to include("id" => process2.id.to_s)
21
- expect(response["processes"]).not_to include("id" => process3.id.to_s)
22
- end
23
- end
24
- end
25
- end
26
- end
@@ -1,3518 +0,0 @@
1
- (function webpackUniversalModuleDefinition(root, factory) {
2
- if(typeof exports === 'object' && typeof module === 'object')
3
- module.exports = factory(require("react"));
4
- else if(typeof define === 'function' && define.amd)
5
- define(["react"], factory);
6
- else if(typeof exports === 'object')
7
- exports["GraphQLDocs"] = factory(require("react"));
8
- else
9
- root["GraphQLDocs"] = factory(root["React"]);
10
- })(this, function(__WEBPACK_EXTERNAL_MODULE_1__) {
11
- return /******/ (function(modules) { // webpackBootstrap
12
- /******/ // The module cache
13
- /******/ var installedModules = {};
14
- /******/
15
- /******/ // The require function
16
- /******/ function __webpack_require__(moduleId) {
17
- /******/
18
- /******/ // Check if module is in cache
19
- /******/ if(installedModules[moduleId])
20
- /******/ return installedModules[moduleId].exports;
21
- /******/
22
- /******/ // Create a new module (and put it into the cache)
23
- /******/ var module = installedModules[moduleId] = {
24
- /******/ exports: {},
25
- /******/ id: moduleId,
26
- /******/ loaded: false
27
- /******/ };
28
- /******/
29
- /******/ // Execute the module function
30
- /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
31
- /******/
32
- /******/ // Flag the module as loaded
33
- /******/ module.loaded = true;
34
- /******/
35
- /******/ // Return the exports of the module
36
- /******/ return module.exports;
37
- /******/ }
38
- /******/
39
- /******/
40
- /******/ // expose the modules object (__webpack_modules__)
41
- /******/ __webpack_require__.m = modules;
42
- /******/
43
- /******/ // expose the module cache
44
- /******/ __webpack_require__.c = installedModules;
45
- /******/
46
- /******/ // __webpack_public_path__
47
- /******/ __webpack_require__.p = "";
48
- /******/
49
- /******/ // Load entry module and return exports
50
- /******/ return __webpack_require__(0);
51
- /******/ })
52
- /************************************************************************/
53
- /******/ ([
54
- /* 0 */
55
- /***/ function(module, exports, __webpack_require__) {
56
-
57
- 'use strict';
58
-
59
- Object.defineProperty(exports, "__esModule", {
60
- value: true
61
- });
62
- exports.GraphQLDocs = undefined;
63
-
64
- var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
65
-
66
- var _react = __webpack_require__(1);
67
-
68
- var _react2 = _interopRequireDefault(_react);
69
-
70
- var _SchemaDocsView = __webpack_require__(2);
71
-
72
- var _model = __webpack_require__(3);
73
-
74
- var _introspectionQuery = __webpack_require__(30);
75
-
76
- var _introspectionQuery2 = _interopRequireDefault(_introspectionQuery);
77
-
78
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
79
-
80
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
81
-
82
- function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
83
-
84
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
85
-
86
- var GraphQLDocs = exports.GraphQLDocs = function (_React$Component) {
87
- _inherits(GraphQLDocs, _React$Component);
88
-
89
- function GraphQLDocs() {
90
- _classCallCheck(this, GraphQLDocs);
91
-
92
- return _possibleConstructorReturn(this, (GraphQLDocs.__proto__ || Object.getPrototypeOf(GraphQLDocs)).apply(this, arguments));
93
- }
94
-
95
- _createClass(GraphQLDocs, [{
96
- key: 'componentWillMount',
97
- value: function componentWillMount() {
98
- var _this2 = this;
99
-
100
- var promise = this.props.fetcher(_introspectionQuery2.default);
101
-
102
- promise.then(function (json) {
103
- _this2.setState({
104
- schema: new _model.Schema(json.data)
105
- });
106
- });
107
- }
108
- }, {
109
- key: 'render',
110
- value: function render() {
111
- if (this.state && this.state.schema) {
112
- return _react2.default.createElement(_SchemaDocsView.SchemaDocsView, { schema: this.state.schema });
113
- } else {
114
- return _react2.default.createElement('div', null);
115
- }
116
- }
117
- }]);
118
-
119
- return GraphQLDocs;
120
- }(_react2.default.Component);
121
-
122
- /***/ },
123
- /* 1 */
124
- /***/ function(module, exports) {
125
-
126
- module.exports = __WEBPACK_EXTERNAL_MODULE_1__;
127
-
128
- /***/ },
129
- /* 2 */
130
- /***/ function(module, exports, __webpack_require__) {
131
-
132
- 'use strict';
133
-
134
- Object.defineProperty(exports, "__esModule", {
135
- value: true
136
- });
137
- exports.SchemaDocsView = undefined;
138
-
139
- var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
140
-
141
- var _react = __webpack_require__(1);
142
-
143
- var _react2 = _interopRequireDefault(_react);
144
-
145
- var _model = __webpack_require__(3);
146
-
147
- var _schemaWalker = __webpack_require__(4);
148
-
149
- var _TypeDocsViews = __webpack_require__(5);
150
-
151
- var _SchemaDocsView = __webpack_require__(27);
152
-
153
- var StyleSheet = _interopRequireWildcard(_SchemaDocsView);
154
-
155
- function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
156
-
157
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
158
-
159
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
160
-
161
- function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
162
-
163
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
164
-
165
- var SchemaDocsView = exports.SchemaDocsView = function (_React$Component) {
166
- _inherits(SchemaDocsView, _React$Component);
167
-
168
- function SchemaDocsView() {
169
- _classCallCheck(this, SchemaDocsView);
170
-
171
- return _possibleConstructorReturn(this, (SchemaDocsView.__proto__ || Object.getPrototypeOf(SchemaDocsView)).apply(this, arguments));
172
- }
173
-
174
- _createClass(SchemaDocsView, [{
175
- key: 'render',
176
- value: function render() {
177
- var _this2 = this;
178
-
179
- var types = (0, _schemaWalker.getReferencesInSchema)(this.props.schema).map(function (tn) {
180
- return _this2.props.schema.types[tn];
181
- });
182
- var components = [];
183
-
184
- types.forEach(function (t) {
185
- if (t instanceof _model.ObjectType) {
186
- components.push(_react2.default.createElement(_TypeDocsViews.ObjectDocsView, {
187
- key: t.name,
188
- type: t,
189
- titleOverride: _this2.titleOverrideFor(t)
190
- }));
191
- }
192
- if (t instanceof _model.InterfaceType) {
193
- components.push(_react2.default.createElement(_TypeDocsViews.InterfaceDocsView, {
194
- key: t.name,
195
- type: t
196
- }));
197
- }
198
- if (t instanceof _model.EnumType) {
199
- components.push(_react2.default.createElement(_TypeDocsViews.EnumDocsView, {
200
- key: t.name,
201
- type: t
202
- }));
203
- }
204
- if (t instanceof _model.InputObjectType) {
205
- components.push(_react2.default.createElement(_TypeDocsViews.InputObjectDocsView, {
206
- key: t.name,
207
- type: t
208
- }));
209
- }
210
- });
211
- types.forEach(function (t) {
212
- if (t instanceof _model.ScalarType) {
213
- components.push(_react2.default.createElement(_TypeDocsViews.ScalarDocsView, {
214
- key: t.name,
215
- type: t
216
- }));
217
- }
218
- });
219
-
220
- return _react2.default.createElement(
221
- 'div',
222
- { className: StyleSheet.wrapper },
223
- _react2.default.createElement(
224
- 'div',
225
- { className: StyleSheet.container },
226
- components
227
- )
228
- );
229
- }
230
- }, {
231
- key: 'titleOverrideFor',
232
- value: function titleOverrideFor(t) {
233
- if (t === this.props.schema.getQueryType()) {
234
- return 'Root query';
235
- }
236
- if (t === this.props.schema.getMutationType()) {
237
- return 'Mutations';
238
- }
239
-
240
- return null;
241
- }
242
- }]);
243
-
244
- return SchemaDocsView;
245
- }(_react2.default.Component);
246
-
247
- /***/ },
248
- /* 3 */
249
- /***/ function(module, exports) {
250
-
251
- 'use strict';
252
-
253
- Object.defineProperty(exports, "__esModule", {
254
- value: true
255
- });
256
-
257
- var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
258
-
259
- function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
260
-
261
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
262
-
263
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
264
-
265
- var TYPE_KINDS = exports.TYPE_KINDS = ['SCALAR', 'INTERFACE', 'OBJECT', 'ENUM', 'INPUT_OBJECT'];
266
-
267
- var Schema = exports.Schema = function () {
268
- function Schema(introspectionResult) {
269
- var _this = this;
270
-
271
- _classCallCheck(this, Schema);
272
-
273
- if (!introspectionResult.__schema) {
274
- throw new Error('Function "Schema" precondition failed: introspectionResult.__schema');
275
- }
276
-
277
- if (!Array.isArray(introspectionResult.__schema.types)) {
278
- throw new Error('Function "Schema" precondition failed: Array.isArray(introspectionResult.__schema.types)');
279
- }
280
-
281
- if (!introspectionResult.__schema.queryType) {
282
- throw new Error('Function "Schema" precondition failed: introspectionResult.__schema.queryType');
283
- }
284
-
285
- if (!(introspectionResult.__schema.mutationType === null || typeof introspectionResult.__schema.mutationType.name === 'string')) {
286
- throw new Error('Function "Schema" precondition failed: introspectionResult.__schema.mutationType === null || typeof introspectionResult.__schema.mutationType.name === \'string\'');
287
- }
288
-
289
- this.types = {};
290
- introspectionResult.__schema.types.forEach(function (t) {
291
- if (!(typeof t.name === 'string')) {
292
- throw new Error('Function precondition failed: typeof t.name === \'string\'');
293
- }
294
-
295
- _this.types[t.name] = Type.fromIntrospectionType(t);
296
- });
297
-
298
- this.queryTypeId = introspectionResult.__schema.queryType.name;
299
-
300
- if (introspectionResult.__schema.mutationType) {
301
- this.mutationTypeId = introspectionResult.__schema.mutationType.name;
302
- } else {
303
- this.mutationTypeId = null;
304
- }
305
- }
306
-
307
- _createClass(Schema, [{
308
- key: 'getQueryType',
309
- value: function getQueryType() {
310
- var queryType = this.types[this.queryTypeId];
311
-
312
- if (queryType instanceof ObjectType) {
313
- return queryType;
314
- } else {
315
- throw new Error('Query type must be an ObjectType');
316
- }
317
- }
318
- }, {
319
- key: 'getMutationType',
320
- value: function getMutationType() {
321
- if (!this.mutationTypeId) {
322
- return null;
323
- }
324
-
325
- var mutationType = this.types[this.mutationTypeId];
326
-
327
- if (mutationType instanceof ObjectType) {
328
- return mutationType;
329
- } else {
330
- throw new Error('Mutation type must be an ObjectType');
331
- }
332
- }
333
- }]);
334
-
335
- return Schema;
336
- }();
337
-
338
- var Type = exports.Type = function () {
339
- _createClass(Type, null, [{
340
- key: 'fromIntrospectionType',
341
- value: function fromIntrospectionType(introspectionType) {
342
- if (introspectionType.kind === 'OBJECT') {
343
- return new ObjectType(introspectionType);
344
- } else if (introspectionType.kind === 'SCALAR') {
345
- return new ScalarType(introspectionType);
346
- } else if (introspectionType.kind === 'INTERFACE') {
347
- return new InterfaceType(introspectionType);
348
- } else if (introspectionType.kind === 'ENUM') {
349
- return new EnumType(introspectionType);
350
- } else if (introspectionType.kind === 'INPUT_OBJECT') {
351
- return new InputObjectType(introspectionType);
352
- } else {
353
- throw new Error('Unsupported type kind: ' + introspectionType.kind);
354
- }
355
- }
356
- }]);
357
-
358
- function Type(introspectionType) {
359
- _classCallCheck(this, Type);
360
-
361
- if (!(this.constructor !== Type)) {
362
- throw new Error('Function "Type" precondition failed: this.constructor !== Type');
363
- }
364
-
365
- if (!(typeof introspectionType.name === 'string')) {
366
- throw new Error('Function "Type" precondition failed: typeof introspectionType.name === \'string\'');
367
- }
368
-
369
- if (!(introspectionType.description === null || typeof introspectionType.description === 'string')) {
370
- throw new Error('Function "Type" precondition failed: introspectionType.description === null || typeof introspectionType.description === \'string\'');
371
- }
372
-
373
- this.name = introspectionType.name;
374
- this.description = introspectionType.description;
375
- }
376
-
377
- return Type;
378
- }();
379
-
380
- var ObjectType = exports.ObjectType = function (_Type) {
381
- _inherits(ObjectType, _Type);
382
-
383
- function ObjectType(introspectionType) {
384
- _classCallCheck(this, ObjectType);
385
-
386
- if (!(introspectionType.kind === 'OBJECT')) {
387
- throw new Error('Function "ObjectType" precondition failed: introspectionType.kind === \'OBJECT\'');
388
- }
389
-
390
- if (!Array.isArray(introspectionType.fields)) {
391
- throw new Error('Function "ObjectType" precondition failed: Array.isArray(introspectionType.fields)');
392
- }
393
-
394
- if (!(introspectionType.interfaces === null || Array.isArray(introspectionType.interfaces))) {
395
- throw new Error('Function "ObjectType" precondition failed: introspectionType.interfaces === null || Array.isArray(introspectionType.interfaces)');
396
- }
397
-
398
- var _this2 = _possibleConstructorReturn(this, (ObjectType.__proto__ || Object.getPrototypeOf(ObjectType)).call(this, introspectionType));
399
-
400
- _this2.fields = introspectionType.fields.map(function (f) {
401
- return new Field(f);
402
- });
403
-
404
- if (introspectionType.interfaces) {
405
- _this2.interfaces = introspectionType.interfaces.map(function (r) {
406
- return TypeRef.fromIntrospectionRef(r);
407
- });
408
- } else {
409
- _this2.interfaces = [];
410
- }
411
- return _this2;
412
- }
413
-
414
- return ObjectType;
415
- }(Type);
416
-
417
- var ScalarType = exports.ScalarType = function (_Type2) {
418
- _inherits(ScalarType, _Type2);
419
-
420
- function ScalarType(introspectionType) {
421
- _classCallCheck(this, ScalarType);
422
-
423
- if (!(introspectionType.kind === 'SCALAR')) {
424
- throw new Error('Function "ScalarType" precondition failed: introspectionType.kind === \'SCALAR\'');
425
- }
426
-
427
- return _possibleConstructorReturn(this, (ScalarType.__proto__ || Object.getPrototypeOf(ScalarType)).call(this, introspectionType));
428
- }
429
-
430
- return ScalarType;
431
- }(Type);
432
-
433
- var InterfaceType = exports.InterfaceType = function (_Type3) {
434
- _inherits(InterfaceType, _Type3);
435
-
436
- function InterfaceType(introspectionType) {
437
- _classCallCheck(this, InterfaceType);
438
-
439
- if (!(introspectionType.kind === 'INTERFACE')) {
440
- throw new Error('Function "InterfaceType" precondition failed: introspectionType.kind === \'INTERFACE\'');
441
- }
442
-
443
- if (!Array.isArray(introspectionType.fields)) {
444
- throw new Error('Function "InterfaceType" precondition failed: Array.isArray(introspectionType.fields)');
445
- }
446
-
447
- if (!Array.isArray(introspectionType.possibleTypes)) {
448
- throw new Error('Function "InterfaceType" precondition failed: Array.isArray(introspectionType.possibleTypes)');
449
- }
450
-
451
- var _this4 = _possibleConstructorReturn(this, (InterfaceType.__proto__ || Object.getPrototypeOf(InterfaceType)).call(this, introspectionType));
452
-
453
- _this4.fields = introspectionType.fields.map(function (f) {
454
- return new Field(f);
455
- });
456
- _this4.possibleTypes = introspectionType.possibleTypes.map(function (r) {
457
- return TypeRef.fromIntrospectionRef(r);
458
- });
459
- return _this4;
460
- }
461
-
462
- return InterfaceType;
463
- }(Type);
464
-
465
- var EnumType = exports.EnumType = function (_Type4) {
466
- _inherits(EnumType, _Type4);
467
-
468
- function EnumType(introspectionType) {
469
- _classCallCheck(this, EnumType);
470
-
471
- if (!(introspectionType.kind === 'ENUM')) {
472
- throw new Error('Function "EnumType" precondition failed: introspectionType.kind === \'ENUM\'');
473
- }
474
-
475
- if (!Array.isArray(introspectionType.enumValues)) {
476
- throw new Error('Function "EnumType" precondition failed: Array.isArray(introspectionType.enumValues)');
477
- }
478
-
479
- var _this5 = _possibleConstructorReturn(this, (EnumType.__proto__ || Object.getPrototypeOf(EnumType)).call(this, introspectionType));
480
-
481
- _this5.enumValues = introspectionType.enumValues.map(function (v) {
482
- return new EnumValue(v);
483
- });
484
- return _this5;
485
- }
486
-
487
- return EnumType;
488
- }(Type);
489
-
490
- var InputObjectType = exports.InputObjectType = function (_Type5) {
491
- _inherits(InputObjectType, _Type5);
492
-
493
- function InputObjectType(introspectionType) {
494
- _classCallCheck(this, InputObjectType);
495
-
496
- if (!(introspectionType.kind === 'INPUT_OBJECT')) {
497
- throw new Error('Function "InputObjectType" precondition failed: introspectionType.kind === \'INPUT_OBJECT\'');
498
- }
499
-
500
- if (!Array.isArray(introspectionType.inputFields)) {
501
- throw new Error('Function "InputObjectType" precondition failed: Array.isArray(introspectionType.inputFields)');
502
- }
503
-
504
- var _this6 = _possibleConstructorReturn(this, (InputObjectType.__proto__ || Object.getPrototypeOf(InputObjectType)).call(this, introspectionType));
505
-
506
- _this6.inputFields = introspectionType.inputFields.map(function (f) {
507
- return new InputValue(f);
508
- });
509
- return _this6;
510
- }
511
-
512
- return InputObjectType;
513
- }(Type);
514
-
515
- var Field = exports.Field = function Field(introspectionField) {
516
- _classCallCheck(this, Field);
517
-
518
- if (!(typeof introspectionField.name === 'string')) {
519
- throw new Error('Function "Field" precondition failed: typeof introspectionField.name === \'string\'');
520
- }
521
-
522
- if (!(introspectionField.description === null || typeof introspectionField.description === 'string')) {
523
- throw new Error('Function "Field" precondition failed: introspectionField.description === null || typeof introspectionField.description === \'string\'');
524
- }
525
-
526
- if (!introspectionField.type) {
527
- throw new Error('Function "Field" precondition failed: introspectionField.type');
528
- }
529
-
530
- if (!Array.isArray(introspectionField.args)) {
531
- throw new Error('Function "Field" precondition failed: Array.isArray(introspectionField.args)');
532
- }
533
-
534
- this.name = introspectionField.name;
535
- this.description = introspectionField.description;
536
- this.args = introspectionField.args.map(function (a) {
537
- return new InputValue(a);
538
- });
539
- this.type = TypeRef.fromIntrospectionRef(introspectionField.type);
540
- };
541
-
542
- var InputValue = exports.InputValue = function InputValue(introspectionValue) {
543
- _classCallCheck(this, InputValue);
544
-
545
- if (!(typeof introspectionValue.name === 'string')) {
546
- throw new Error('Function "InputValue" precondition failed: typeof introspectionValue.name === \'string\'');
547
- }
548
-
549
- if (!(introspectionValue.description === null || typeof introspectionValue.description === 'string')) {
550
- throw new Error('Function "InputValue" precondition failed: introspectionValue.description === null || typeof introspectionValue.description === \'string\'');
551
- }
552
-
553
- if (!introspectionValue.type) {
554
- throw new Error('Function "InputValue" precondition failed: introspectionValue.type');
555
- }
556
-
557
- if (!(introspectionValue.defaultValue !== undefined)) {
558
- throw new Error('Function "InputValue" precondition failed: introspectionValue.defaultValue !== undefined');
559
- }
560
-
561
- this.name = introspectionValue.name;
562
- this.type = TypeRef.fromIntrospectionRef(introspectionValue.type);
563
- this.description = introspectionValue.description;
564
- this.defaultValue = introspectionValue.defaultValue;
565
- };
566
-
567
- var TypeRef = exports.TypeRef = function () {
568
- function TypeRef() {
569
- _classCallCheck(this, TypeRef);
570
-
571
- if (!(this.constructor !== TypeRef)) {
572
- throw new Error('Function "TypeRef" precondition failed: this.constructor !== TypeRef');
573
- }
574
- }
575
-
576
- _createClass(TypeRef, null, [{
577
- key: 'fromIntrospectionRef',
578
- value: function fromIntrospectionRef(introspectionRef) {
579
- if (introspectionRef.kind === 'NON_NULL') {
580
- return new NonNullTypeRef(introspectionRef);
581
- } else if (introspectionRef.kind === 'LIST') {
582
- return new ListTypeRef(introspectionRef);
583
- } else if (TYPE_KINDS.indexOf(introspectionRef.kind) !== -1) {
584
- return new NamedTypeRef(introspectionRef);
585
- } else {
586
- throw new Error('Unsupported type ref kind: ' + introspectionRef.kind);
587
- }
588
- }
589
- }]);
590
-
591
- return TypeRef;
592
- }();
593
-
594
- var NonNullTypeRef = exports.NonNullTypeRef = function (_TypeRef) {
595
- _inherits(NonNullTypeRef, _TypeRef);
596
-
597
- function NonNullTypeRef(introspectionRef) {
598
- _classCallCheck(this, NonNullTypeRef);
599
-
600
- if (!introspectionRef.ofType) {
601
- throw new Error('Function "NonNullTypeRef" precondition failed: introspectionRef.ofType');
602
- }
603
-
604
- var _this7 = _possibleConstructorReturn(this, (NonNullTypeRef.__proto__ || Object.getPrototypeOf(NonNullTypeRef)).call(this));
605
-
606
- _this7.ofType = TypeRef.fromIntrospectionRef(introspectionRef.ofType);
607
- return _this7;
608
- }
609
-
610
- return NonNullTypeRef;
611
- }(TypeRef);
612
-
613
- var NamedTypeRef = exports.NamedTypeRef = function (_TypeRef2) {
614
- _inherits(NamedTypeRef, _TypeRef2);
615
-
616
- function NamedTypeRef(introspectionRef) {
617
- _classCallCheck(this, NamedTypeRef);
618
-
619
- if (!(typeof introspectionRef.name === 'string')) {
620
- throw new Error('Function "NamedTypeRef" precondition failed: typeof introspectionRef.name === \'string\'');
621
- }
622
-
623
- var _this8 = _possibleConstructorReturn(this, (NamedTypeRef.__proto__ || Object.getPrototypeOf(NamedTypeRef)).call(this));
624
-
625
- _this8.typeName = introspectionRef.name;
626
- return _this8;
627
- }
628
-
629
- return NamedTypeRef;
630
- }(TypeRef);
631
-
632
- var ListTypeRef = exports.ListTypeRef = function (_TypeRef3) {
633
- _inherits(ListTypeRef, _TypeRef3);
634
-
635
- function ListTypeRef(introspectionRef) {
636
- _classCallCheck(this, ListTypeRef);
637
-
638
- if (!introspectionRef.ofType) {
639
- throw new Error('Function "ListTypeRef" precondition failed: introspectionRef.ofType');
640
- }
641
-
642
- var _this9 = _possibleConstructorReturn(this, (ListTypeRef.__proto__ || Object.getPrototypeOf(ListTypeRef)).call(this));
643
-
644
- _this9.ofType = TypeRef.fromIntrospectionRef(introspectionRef.ofType);
645
- return _this9;
646
- }
647
-
648
- return ListTypeRef;
649
- }(TypeRef);
650
-
651
- var EnumValue = exports.EnumValue = function EnumValue(introspectionValue) {
652
- _classCallCheck(this, EnumValue);
653
-
654
- if (!(typeof introspectionValue.name === 'string')) {
655
- throw new Error('Function "EnumValue" precondition failed: typeof introspectionValue.name === \'string\'');
656
- }
657
-
658
- if (!(introspectionValue.description === null || typeof introspectionValue.description === 'string')) {
659
- throw new Error('Function "EnumValue" precondition failed: introspectionValue.description === null || typeof introspectionValue.description === \'string\'');
660
- }
661
-
662
- if (!(typeof introspectionValue.isDeprecated === 'boolean')) {
663
- throw new Error('Function "EnumValue" precondition failed: typeof introspectionValue.isDeprecated === \'boolean\'');
664
- }
665
-
666
- if (!(!introspectionValue.isDeprecated || typeof introspectionValue.deprecationReason === 'string')) {
667
- throw new Error('Function "EnumValue" precondition failed: !introspectionValue.isDeprecated || typeof introspectionValue.deprecationReason === \'string\'');
668
- }
669
-
670
- if (!(introspectionValue.isDeprecated || introspectionValue.deprecationReason === null)) {
671
- throw new Error('Function "EnumValue" precondition failed: introspectionValue.isDeprecated || introspectionValue.deprecationReason === null');
672
- }
673
-
674
- this.name = introspectionValue.name;
675
- this.description = introspectionValue.description;
676
- this.isDeprecated = introspectionValue.isDeprecated;
677
- this.deprecationReason = introspectionValue.deprecationReason;
678
- };
679
-
680
- /***/ },
681
- /* 4 */
682
- /***/ function(module, exports, __webpack_require__) {
683
-
684
- 'use strict';
685
-
686
- Object.defineProperty(exports, "__esModule", {
687
- value: true
688
- });
689
- exports.getReferencesInSchema = getReferencesInSchema;
690
-
691
- var _model = __webpack_require__(3);
692
-
693
- function getReferencesInSchema(schema) {
694
- var visitQueue = [];
695
- var visited = [];
696
-
697
- visitQueue.push(schema.getQueryType().name);
698
-
699
- var mutationType = schema.getMutationType();
700
- if (mutationType) {
701
- visitQueue.push(mutationType.name);
702
- }
703
-
704
- while (visitQueue.length) {
705
- var typeId = visitQueue.shift();
706
- if (visited.indexOf(typeId) !== -1) {
707
- continue;
708
- }
709
-
710
- var type = schema.types[typeId];
711
-
712
- if (!type) {
713
- throw new Error('Type ' + typeId + ' not found in schema');
714
- }
715
-
716
- var newRefs = getReferencesInType(type);
717
-
718
- visited.push(typeId);
719
-
720
- [].push.apply(visitQueue, Object.keys(newRefs));
721
- }
722
-
723
- return visited;
724
- }
725
-
726
- function getReferencesInType(type) {
727
- var refs = {};
728
- addTypeToBag(type, refs);
729
-
730
- if (type instanceof _model.ObjectType) {
731
- type.fields.forEach(function (f) {
732
- return getReferencesInField(f, refs);
733
- });
734
- type.interfaces.forEach(function (r) {
735
- return addTypeRefToBag(r, refs);
736
- });
737
- }
738
-
739
- if (type instanceof _model.InterfaceType) {
740
- type.fields.forEach(function (f) {
741
- return getReferencesInField(f, refs);
742
- });
743
- type.possibleTypes.forEach(function (r) {
744
- return addTypeRefToBag(r, refs);
745
- });
746
- }
747
-
748
- if (type instanceof _model.InputObjectType) {
749
- type.inputFields.forEach(function (iv) {
750
- return addTypeRefToBag(iv.type, refs);
751
- });
752
- }
753
-
754
- return refs;
755
- }
756
-
757
- function getReferencesInField(field, refs) {
758
- addTypeRefToBag(field.type, refs);
759
-
760
- field.args.forEach(function (arg) {
761
- return addTypeRefToBag(arg.type, refs);
762
- });
763
- }
764
-
765
- function addTypeRefToBag(typeRef, refs) {
766
- if (typeRef instanceof _model.NonNullTypeRef) {
767
- addTypeRefToBag(typeRef.ofType, refs);
768
- } else if (typeRef instanceof _model.ListTypeRef) {
769
- addTypeRefToBag(typeRef.ofType, refs);
770
- } else if (typeRef instanceof _model.NamedTypeRef) {
771
- refs[typeRef.typeName] = (refs[typeRef.typeName] || 0) + 1;
772
- } else {
773
- throw new Error('Unknown type ref: ' + typeRef.toString());
774
- }
775
- }
776
-
777
- function addTypeToBag(type, refs) {
778
- refs[type.name] = (refs[type.name] || 0) + 1;
779
- }
780
-
781
- /***/ },
782
- /* 5 */
783
- /***/ function(module, exports, __webpack_require__) {
784
-
785
- 'use strict';
786
-
787
- Object.defineProperty(exports, "__esModule", {
788
- value: true
789
- });
790
- exports.InputObjectDocsView = exports.ScalarDocsView = exports.EnumDocsView = exports.InterfaceDocsView = exports.ObjectDocsView = undefined;
791
-
792
- var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
793
-
794
- var _react = __webpack_require__(1);
795
-
796
- var _react2 = _interopRequireDefault(_react);
797
-
798
- var _model = __webpack_require__(3);
799
-
800
- var _DescriptionView = __webpack_require__(6);
801
-
802
- var _FieldView = __webpack_require__(12);
803
-
804
- var _TypeRefView = __webpack_require__(14);
805
-
806
- var _FieldArgumentsTableView = __webpack_require__(20);
807
-
808
- var _TypeDocsViews = __webpack_require__(25);
809
-
810
- var StyleSheet = _interopRequireWildcard(_TypeDocsViews);
811
-
812
- function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
813
-
814
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
815
-
816
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
817
-
818
- function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
819
-
820
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
821
-
822
- var ObjectDocsView = exports.ObjectDocsView = function (_React$Component) {
823
- _inherits(ObjectDocsView, _React$Component);
824
-
825
- function ObjectDocsView() {
826
- _classCallCheck(this, ObjectDocsView);
827
-
828
- return _possibleConstructorReturn(this, (ObjectDocsView.__proto__ || Object.getPrototypeOf(ObjectDocsView)).apply(this, arguments));
829
- }
830
-
831
- _createClass(ObjectDocsView, [{
832
- key: 'render',
833
- value: function render() {
834
- var type = this.props.type;
835
- return _react2.default.createElement(
836
- 'div',
837
- { className: StyleSheet.type },
838
- renderTitle(type.name, this.props.titleOverride),
839
- renderDescription(type.description),
840
- renderInterfaces(type.interfaces),
841
- renderFields(type.fields)
842
- );
843
- }
844
- }]);
845
-
846
- return ObjectDocsView;
847
- }(_react2.default.Component);
848
-
849
- ObjectDocsView.defaultProps = {
850
- titleOverride: null
851
- };
852
-
853
- var InterfaceDocsView = exports.InterfaceDocsView = function (_React$Component2) {
854
- _inherits(InterfaceDocsView, _React$Component2);
855
-
856
- function InterfaceDocsView() {
857
- _classCallCheck(this, InterfaceDocsView);
858
-
859
- return _possibleConstructorReturn(this, (InterfaceDocsView.__proto__ || Object.getPrototypeOf(InterfaceDocsView)).apply(this, arguments));
860
- }
861
-
862
- _createClass(InterfaceDocsView, [{
863
- key: 'render',
864
- value: function render() {
865
- var type = this.props.type;
866
- return _react2.default.createElement(
867
- 'div',
868
- { className: StyleSheet.type },
869
- renderTitle(type.name),
870
- renderDescription(type.description),
871
- renderImplementors(type.possibleTypes),
872
- renderFields(type.fields)
873
- );
874
- }
875
- }]);
876
-
877
- return InterfaceDocsView;
878
- }(_react2.default.Component);
879
-
880
- var EnumDocsView = exports.EnumDocsView = function (_React$Component3) {
881
- _inherits(EnumDocsView, _React$Component3);
882
-
883
- function EnumDocsView() {
884
- _classCallCheck(this, EnumDocsView);
885
-
886
- return _possibleConstructorReturn(this, (EnumDocsView.__proto__ || Object.getPrototypeOf(EnumDocsView)).apply(this, arguments));
887
- }
888
-
889
- _createClass(EnumDocsView, [{
890
- key: 'render',
891
- value: function render() {
892
- var type = this.props.type;
893
- return _react2.default.createElement(
894
- 'div',
895
- { className: StyleSheet.type },
896
- renderTitle(type.name),
897
- renderDescription(type.description),
898
- renderEnumValues(type.enumValues)
899
- );
900
- }
901
- }]);
902
-
903
- return EnumDocsView;
904
- }(_react2.default.Component);
905
-
906
- var ScalarDocsView = exports.ScalarDocsView = function (_React$Component4) {
907
- _inherits(ScalarDocsView, _React$Component4);
908
-
909
- function ScalarDocsView() {
910
- _classCallCheck(this, ScalarDocsView);
911
-
912
- return _possibleConstructorReturn(this, (ScalarDocsView.__proto__ || Object.getPrototypeOf(ScalarDocsView)).apply(this, arguments));
913
- }
914
-
915
- _createClass(ScalarDocsView, [{
916
- key: 'render',
917
- value: function render() {
918
- var type = this.props.type;
919
- return _react2.default.createElement(
920
- 'div',
921
- { className: StyleSheet.type },
922
- renderTitle(type.name),
923
- renderDescription(type.description)
924
- );
925
- }
926
- }]);
927
-
928
- return ScalarDocsView;
929
- }(_react2.default.Component);
930
-
931
- var InputObjectDocsView = exports.InputObjectDocsView = function (_React$Component5) {
932
- _inherits(InputObjectDocsView, _React$Component5);
933
-
934
- function InputObjectDocsView() {
935
- _classCallCheck(this, InputObjectDocsView);
936
-
937
- return _possibleConstructorReturn(this, (InputObjectDocsView.__proto__ || Object.getPrototypeOf(InputObjectDocsView)).apply(this, arguments));
938
- }
939
-
940
- _createClass(InputObjectDocsView, [{
941
- key: 'render',
942
- value: function render() {
943
- var type = this.props.type;
944
-
945
- return _react2.default.createElement(
946
- 'div',
947
- { className: StyleSheet.type },
948
- renderTitle(type.name),
949
- renderDescription(type.description),
950
- _react2.default.createElement(_FieldArgumentsTableView.FieldArgumentsTableView, {
951
- args: type.inputFields
952
- })
953
- );
954
- }
955
- }]);
956
-
957
- return InputObjectDocsView;
958
- }(_react2.default.Component);
959
-
960
- function renderTitle(typeName) {
961
- var titleOverride = arguments.length <= 1 || arguments[1] === undefined ? null : arguments[1];
962
-
963
- return _react2.default.createElement(
964
- 'h2',
965
- { className: StyleSheet.heading },
966
- _react2.default.createElement('a', { name: typeName }),
967
- titleOverride || typeName
968
- );
969
- }
970
-
971
- function renderDescription(description) {
972
- if (!description) {
973
- return null;
974
- }
975
-
976
- return _react2.default.createElement(
977
- 'div',
978
- null,
979
- _react2.default.createElement(_DescriptionView.DescriptionView, { description: description })
980
- );
981
- }
982
-
983
- function renderFields(fields) {
984
- return _react2.default.createElement(
985
- 'div',
986
- null,
987
- _react2.default.createElement(
988
- 'div',
989
- { className: StyleSheet.subHeading },
990
- 'Fields'
991
- ),
992
- fields.map(function (f) {
993
- return _react2.default.createElement(_FieldView.FieldView, { key: f.name, field: f });
994
- })
995
- );
996
- }
997
-
998
- function renderInterfaces(interfaces) {
999
- if (!interfaces.length) {
1000
- return null;
1001
- }
1002
-
1003
- return _react2.default.createElement(
1004
- 'div',
1005
- null,
1006
- _react2.default.createElement(
1007
- 'div',
1008
- { className: StyleSheet.subHeading },
1009
- 'Implements'
1010
- ),
1011
- _react2.default.createElement(
1012
- 'ul',
1013
- { className: StyleSheet.interfacesList },
1014
- interfaces.map(function (r, i) {
1015
- return _react2.default.createElement(
1016
- 'li',
1017
- { key: i },
1018
- _react2.default.createElement(_TypeRefView.TypeRefView, { key: i, typeRef: r })
1019
- );
1020
- })
1021
- )
1022
- );
1023
- }
1024
-
1025
- function renderImplementors(possibleTypes) {
1026
- if (!possibleTypes.length) {
1027
- return null;
1028
- }
1029
-
1030
- return _react2.default.createElement(
1031
- 'div',
1032
- null,
1033
- _react2.default.createElement(
1034
- 'div',
1035
- { className: StyleSheet.subHeading },
1036
- 'Implemented by'
1037
- ),
1038
- _react2.default.createElement(
1039
- 'ul',
1040
- { className: StyleSheet.interfacesList },
1041
- possibleTypes.map(function (r, i) {
1042
- return _react2.default.createElement(
1043
- 'li',
1044
- { key: i },
1045
- _react2.default.createElement(_TypeRefView.TypeRefView, { key: i, typeRef: r })
1046
- );
1047
- })
1048
- )
1049
- );
1050
- }
1051
-
1052
- function renderEnumValues(enumValues) {
1053
- if (!enumValues.length) {
1054
- return null;
1055
- }
1056
-
1057
- return _react2.default.createElement(
1058
- 'div',
1059
- null,
1060
- _react2.default.createElement(
1061
- 'div',
1062
- { className: StyleSheet.subHeading },
1063
- 'Possible Enum Values'
1064
- ),
1065
- _react2.default.createElement(
1066
- 'table',
1067
- null,
1068
- _react2.default.createElement(
1069
- 'tbody',
1070
- null,
1071
- enumValues.map(function (v) {
1072
- return _react2.default.createElement(
1073
- 'tr',
1074
- {
1075
- key: v.name,
1076
- className: StyleSheet.enumRow
1077
- },
1078
- _react2.default.createElement(
1079
- 'td',
1080
- {
1081
- className: StyleSheet.enumName
1082
- },
1083
- v.name
1084
- ),
1085
- _react2.default.createElement(
1086
- 'td',
1087
- null,
1088
- v.description && _react2.default.createElement(_DescriptionView.DescriptionView, { description: v.description })
1089
- )
1090
- );
1091
- })
1092
- )
1093
- )
1094
- );
1095
- }
1096
-
1097
- /***/ },
1098
- /* 6 */
1099
- /***/ function(module, exports, __webpack_require__) {
1100
-
1101
- 'use strict';
1102
-
1103
- Object.defineProperty(exports, "__esModule", {
1104
- value: true
1105
- });
1106
- exports.DescriptionView = undefined;
1107
-
1108
- var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
1109
-
1110
- var _react = __webpack_require__(1);
1111
-
1112
- var _react2 = _interopRequireDefault(_react);
1113
-
1114
- var _marked = __webpack_require__(7);
1115
-
1116
- var _marked2 = _interopRequireDefault(_marked);
1117
-
1118
- var _DescriptionView = __webpack_require__(8);
1119
-
1120
- var StyleSheet = _interopRequireWildcard(_DescriptionView);
1121
-
1122
- function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
1123
-
1124
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
1125
-
1126
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
1127
-
1128
- function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
1129
-
1130
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
1131
-
1132
- var DescriptionView = exports.DescriptionView = function (_React$Component) {
1133
- _inherits(DescriptionView, _React$Component);
1134
-
1135
- function DescriptionView() {
1136
- _classCallCheck(this, DescriptionView);
1137
-
1138
- return _possibleConstructorReturn(this, (DescriptionView.__proto__ || Object.getPrototypeOf(DescriptionView)).apply(this, arguments));
1139
- }
1140
-
1141
- _createClass(DescriptionView, [{
1142
- key: 'render',
1143
- value: function render() {
1144
- var html = (0, _marked2.default)(this.props.description);
1145
-
1146
- return _react2.default.createElement('div', {
1147
- className: [StyleSheet.container, this.props.className].join(' '),
1148
- dangerouslySetInnerHTML: { __html: html }
1149
- });
1150
- }
1151
- }]);
1152
-
1153
- return DescriptionView;
1154
- }(_react2.default.Component);
1155
-
1156
- DescriptionView.defaultProps = {
1157
- className: ''
1158
- };
1159
-
1160
- /***/ },
1161
- /* 7 */
1162
- /***/ function(module, exports, __webpack_require__) {
1163
-
1164
- /* WEBPACK VAR INJECTION */(function(global) {/**
1165
- * marked - a markdown parser
1166
- * Copyright (c) 2011-2014, Christopher Jeffrey. (MIT Licensed)
1167
- * https://github.com/chjj/marked
1168
- */
1169
-
1170
- ;(function() {
1171
-
1172
- /**
1173
- * Block-Level Grammar
1174
- */
1175
-
1176
- var block = {
1177
- newline: /^\n+/,
1178
- code: /^( {4}[^\n]+\n*)+/,
1179
- fences: noop,
1180
- hr: /^( *[-*_]){3,} *(?:\n+|$)/,
1181
- heading: /^ *(#{1,6}) *([^\n]+?) *#* *(?:\n+|$)/,
1182
- nptable: noop,
1183
- lheading: /^([^\n]+)\n *(=|-){2,} *(?:\n+|$)/,
1184
- blockquote: /^( *>[^\n]+(\n(?!def)[^\n]+)*\n*)+/,
1185
- list: /^( *)(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?!\1bull )\n*|\s*$)/,
1186
- html: /^ *(?:comment *(?:\n|\s*$)|closed *(?:\n{2,}|\s*$)|closing *(?:\n{2,}|\s*$))/,
1187
- def: /^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +["(]([^\n]+)[")])? *(?:\n+|$)/,
1188
- table: noop,
1189
- paragraph: /^((?:[^\n]+\n?(?!hr|heading|lheading|blockquote|tag|def))+)\n*/,
1190
- text: /^[^\n]+/
1191
- };
1192
-
1193
- block.bullet = /(?:[*+-]|\d+\.)/;
1194
- block.item = /^( *)(bull) [^\n]*(?:\n(?!\1bull )[^\n]*)*/;
1195
- block.item = replace(block.item, 'gm')
1196
- (/bull/g, block.bullet)
1197
- ();
1198
-
1199
- block.list = replace(block.list)
1200
- (/bull/g, block.bullet)
1201
- ('hr', '\\n+(?=\\1?(?:[-*_] *){3,}(?:\\n+|$))')
1202
- ('def', '\\n+(?=' + block.def.source + ')')
1203
- ();
1204
-
1205
- block.blockquote = replace(block.blockquote)
1206
- ('def', block.def)
1207
- ();
1208
-
1209
- block._tag = '(?!(?:'
1210
- + 'a|em|strong|small|s|cite|q|dfn|abbr|data|time|code'
1211
- + '|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo'
1212
- + '|span|br|wbr|ins|del|img)\\b)\\w+(?!:/|[^\\w\\s@]*@)\\b';
1213
-
1214
- block.html = replace(block.html)
1215
- ('comment', /<!--[\s\S]*?-->/)
1216
- ('closed', /<(tag)[\s\S]+?<\/\1>/)
1217
- ('closing', /<tag(?:"[^"]*"|'[^']*'|[^'">])*?>/)
1218
- (/tag/g, block._tag)
1219
- ();
1220
-
1221
- block.paragraph = replace(block.paragraph)
1222
- ('hr', block.hr)
1223
- ('heading', block.heading)
1224
- ('lheading', block.lheading)
1225
- ('blockquote', block.blockquote)
1226
- ('tag', '<' + block._tag)
1227
- ('def', block.def)
1228
- ();
1229
-
1230
- /**
1231
- * Normal Block Grammar
1232
- */
1233
-
1234
- block.normal = merge({}, block);
1235
-
1236
- /**
1237
- * GFM Block Grammar
1238
- */
1239
-
1240
- block.gfm = merge({}, block.normal, {
1241
- fences: /^ *(`{3,}|~{3,})[ \.]*(\S+)? *\n([\s\S]*?)\s*\1 *(?:\n+|$)/,
1242
- paragraph: /^/,
1243
- heading: /^ *(#{1,6}) +([^\n]+?) *#* *(?:\n+|$)/
1244
- });
1245
-
1246
- block.gfm.paragraph = replace(block.paragraph)
1247
- ('(?!', '(?!'
1248
- + block.gfm.fences.source.replace('\\1', '\\2') + '|'
1249
- + block.list.source.replace('\\1', '\\3') + '|')
1250
- ();
1251
-
1252
- /**
1253
- * GFM + Tables Block Grammar
1254
- */
1255
-
1256
- block.tables = merge({}, block.gfm, {
1257
- nptable: /^ *(\S.*\|.*)\n *([-:]+ *\|[-| :]*)\n((?:.*\|.*(?:\n|$))*)\n*/,
1258
- table: /^ *\|(.+)\n *\|( *[-:]+[-| :]*)\n((?: *\|.*(?:\n|$))*)\n*/
1259
- });
1260
-
1261
- /**
1262
- * Block Lexer
1263
- */
1264
-
1265
- function Lexer(options) {
1266
- this.tokens = [];
1267
- this.tokens.links = {};
1268
- this.options = options || marked.defaults;
1269
- this.rules = block.normal;
1270
-
1271
- if (this.options.gfm) {
1272
- if (this.options.tables) {
1273
- this.rules = block.tables;
1274
- } else {
1275
- this.rules = block.gfm;
1276
- }
1277
- }
1278
- }
1279
-
1280
- /**
1281
- * Expose Block Rules
1282
- */
1283
-
1284
- Lexer.rules = block;
1285
-
1286
- /**
1287
- * Static Lex Method
1288
- */
1289
-
1290
- Lexer.lex = function(src, options) {
1291
- var lexer = new Lexer(options);
1292
- return lexer.lex(src);
1293
- };
1294
-
1295
- /**
1296
- * Preprocessing
1297
- */
1298
-
1299
- Lexer.prototype.lex = function(src) {
1300
- src = src
1301
- .replace(/\r\n|\r/g, '\n')
1302
- .replace(/\t/g, ' ')
1303
- .replace(/\u00a0/g, ' ')
1304
- .replace(/\u2424/g, '\n');
1305
-
1306
- return this.token(src, true);
1307
- };
1308
-
1309
- /**
1310
- * Lexing
1311
- */
1312
-
1313
- Lexer.prototype.token = function(src, top, bq) {
1314
- var src = src.replace(/^ +$/gm, '')
1315
- , next
1316
- , loose
1317
- , cap
1318
- , bull
1319
- , b
1320
- , item
1321
- , space
1322
- , i
1323
- , l;
1324
-
1325
- while (src) {
1326
- // newline
1327
- if (cap = this.rules.newline.exec(src)) {
1328
- src = src.substring(cap[0].length);
1329
- if (cap[0].length > 1) {
1330
- this.tokens.push({
1331
- type: 'space'
1332
- });
1333
- }
1334
- }
1335
-
1336
- // code
1337
- if (cap = this.rules.code.exec(src)) {
1338
- src = src.substring(cap[0].length);
1339
- cap = cap[0].replace(/^ {4}/gm, '');
1340
- this.tokens.push({
1341
- type: 'code',
1342
- text: !this.options.pedantic
1343
- ? cap.replace(/\n+$/, '')
1344
- : cap
1345
- });
1346
- continue;
1347
- }
1348
-
1349
- // fences (gfm)
1350
- if (cap = this.rules.fences.exec(src)) {
1351
- src = src.substring(cap[0].length);
1352
- this.tokens.push({
1353
- type: 'code',
1354
- lang: cap[2],
1355
- text: cap[3] || ''
1356
- });
1357
- continue;
1358
- }
1359
-
1360
- // heading
1361
- if (cap = this.rules.heading.exec(src)) {
1362
- src = src.substring(cap[0].length);
1363
- this.tokens.push({
1364
- type: 'heading',
1365
- depth: cap[1].length,
1366
- text: cap[2]
1367
- });
1368
- continue;
1369
- }
1370
-
1371
- // table no leading pipe (gfm)
1372
- if (top && (cap = this.rules.nptable.exec(src))) {
1373
- src = src.substring(cap[0].length);
1374
-
1375
- item = {
1376
- type: 'table',
1377
- header: cap[1].replace(/^ *| *\| *$/g, '').split(/ *\| */),
1378
- align: cap[2].replace(/^ *|\| *$/g, '').split(/ *\| */),
1379
- cells: cap[3].replace(/\n$/, '').split('\n')
1380
- };
1381
-
1382
- for (i = 0; i < item.align.length; i++) {
1383
- if (/^ *-+: *$/.test(item.align[i])) {
1384
- item.align[i] = 'right';
1385
- } else if (/^ *:-+: *$/.test(item.align[i])) {
1386
- item.align[i] = 'center';
1387
- } else if (/^ *:-+ *$/.test(item.align[i])) {
1388
- item.align[i] = 'left';
1389
- } else {
1390
- item.align[i] = null;
1391
- }
1392
- }
1393
-
1394
- for (i = 0; i < item.cells.length; i++) {
1395
- item.cells[i] = item.cells[i].split(/ *\| */);
1396
- }
1397
-
1398
- this.tokens.push(item);
1399
-
1400
- continue;
1401
- }
1402
-
1403
- // lheading
1404
- if (cap = this.rules.lheading.exec(src)) {
1405
- src = src.substring(cap[0].length);
1406
- this.tokens.push({
1407
- type: 'heading',
1408
- depth: cap[2] === '=' ? 1 : 2,
1409
- text: cap[1]
1410
- });
1411
- continue;
1412
- }
1413
-
1414
- // hr
1415
- if (cap = this.rules.hr.exec(src)) {
1416
- src = src.substring(cap[0].length);
1417
- this.tokens.push({
1418
- type: 'hr'
1419
- });
1420
- continue;
1421
- }
1422
-
1423
- // blockquote
1424
- if (cap = this.rules.blockquote.exec(src)) {
1425
- src = src.substring(cap[0].length);
1426
-
1427
- this.tokens.push({
1428
- type: 'blockquote_start'
1429
- });
1430
-
1431
- cap = cap[0].replace(/^ *> ?/gm, '');
1432
-
1433
- // Pass `top` to keep the current
1434
- // "toplevel" state. This is exactly
1435
- // how markdown.pl works.
1436
- this.token(cap, top, true);
1437
-
1438
- this.tokens.push({
1439
- type: 'blockquote_end'
1440
- });
1441
-
1442
- continue;
1443
- }
1444
-
1445
- // list
1446
- if (cap = this.rules.list.exec(src)) {
1447
- src = src.substring(cap[0].length);
1448
- bull = cap[2];
1449
-
1450
- this.tokens.push({
1451
- type: 'list_start',
1452
- ordered: bull.length > 1
1453
- });
1454
-
1455
- // Get each top-level item.
1456
- cap = cap[0].match(this.rules.item);
1457
-
1458
- next = false;
1459
- l = cap.length;
1460
- i = 0;
1461
-
1462
- for (; i < l; i++) {
1463
- item = cap[i];
1464
-
1465
- // Remove the list item's bullet
1466
- // so it is seen as the next token.
1467
- space = item.length;
1468
- item = item.replace(/^ *([*+-]|\d+\.) +/, '');
1469
-
1470
- // Outdent whatever the
1471
- // list item contains. Hacky.
1472
- if (~item.indexOf('\n ')) {
1473
- space -= item.length;
1474
- item = !this.options.pedantic
1475
- ? item.replace(new RegExp('^ {1,' + space + '}', 'gm'), '')
1476
- : item.replace(/^ {1,4}/gm, '');
1477
- }
1478
-
1479
- // Determine whether the next list item belongs here.
1480
- // Backpedal if it does not belong in this list.
1481
- if (this.options.smartLists && i !== l - 1) {
1482
- b = block.bullet.exec(cap[i + 1])[0];
1483
- if (bull !== b && !(bull.length > 1 && b.length > 1)) {
1484
- src = cap.slice(i + 1).join('\n') + src;
1485
- i = l - 1;
1486
- }
1487
- }
1488
-
1489
- // Determine whether item is loose or not.
1490
- // Use: /(^|\n)(?! )[^\n]+\n\n(?!\s*$)/
1491
- // for discount behavior.
1492
- loose = next || /\n\n(?!\s*$)/.test(item);
1493
- if (i !== l - 1) {
1494
- next = item.charAt(item.length - 1) === '\n';
1495
- if (!loose) loose = next;
1496
- }
1497
-
1498
- this.tokens.push({
1499
- type: loose
1500
- ? 'loose_item_start'
1501
- : 'list_item_start'
1502
- });
1503
-
1504
- // Recurse.
1505
- this.token(item, false, bq);
1506
-
1507
- this.tokens.push({
1508
- type: 'list_item_end'
1509
- });
1510
- }
1511
-
1512
- this.tokens.push({
1513
- type: 'list_end'
1514
- });
1515
-
1516
- continue;
1517
- }
1518
-
1519
- // html
1520
- if (cap = this.rules.html.exec(src)) {
1521
- src = src.substring(cap[0].length);
1522
- this.tokens.push({
1523
- type: this.options.sanitize
1524
- ? 'paragraph'
1525
- : 'html',
1526
- pre: !this.options.sanitizer
1527
- && (cap[1] === 'pre' || cap[1] === 'script' || cap[1] === 'style'),
1528
- text: cap[0]
1529
- });
1530
- continue;
1531
- }
1532
-
1533
- // def
1534
- if ((!bq && top) && (cap = this.rules.def.exec(src))) {
1535
- src = src.substring(cap[0].length);
1536
- this.tokens.links[cap[1].toLowerCase()] = {
1537
- href: cap[2],
1538
- title: cap[3]
1539
- };
1540
- continue;
1541
- }
1542
-
1543
- // table (gfm)
1544
- if (top && (cap = this.rules.table.exec(src))) {
1545
- src = src.substring(cap[0].length);
1546
-
1547
- item = {
1548
- type: 'table',
1549
- header: cap[1].replace(/^ *| *\| *$/g, '').split(/ *\| */),
1550
- align: cap[2].replace(/^ *|\| *$/g, '').split(/ *\| */),
1551
- cells: cap[3].replace(/(?: *\| *)?\n$/, '').split('\n')
1552
- };
1553
-
1554
- for (i = 0; i < item.align.length; i++) {
1555
- if (/^ *-+: *$/.test(item.align[i])) {
1556
- item.align[i] = 'right';
1557
- } else if (/^ *:-+: *$/.test(item.align[i])) {
1558
- item.align[i] = 'center';
1559
- } else if (/^ *:-+ *$/.test(item.align[i])) {
1560
- item.align[i] = 'left';
1561
- } else {
1562
- item.align[i] = null;
1563
- }
1564
- }
1565
-
1566
- for (i = 0; i < item.cells.length; i++) {
1567
- item.cells[i] = item.cells[i]
1568
- .replace(/^ *\| *| *\| *$/g, '')
1569
- .split(/ *\| */);
1570
- }
1571
-
1572
- this.tokens.push(item);
1573
-
1574
- continue;
1575
- }
1576
-
1577
- // top-level paragraph
1578
- if (top && (cap = this.rules.paragraph.exec(src))) {
1579
- src = src.substring(cap[0].length);
1580
- this.tokens.push({
1581
- type: 'paragraph',
1582
- text: cap[1].charAt(cap[1].length - 1) === '\n'
1583
- ? cap[1].slice(0, -1)
1584
- : cap[1]
1585
- });
1586
- continue;
1587
- }
1588
-
1589
- // text
1590
- if (cap = this.rules.text.exec(src)) {
1591
- // Top-level should never reach here.
1592
- src = src.substring(cap[0].length);
1593
- this.tokens.push({
1594
- type: 'text',
1595
- text: cap[0]
1596
- });
1597
- continue;
1598
- }
1599
-
1600
- if (src) {
1601
- throw new
1602
- Error('Infinite loop on byte: ' + src.charCodeAt(0));
1603
- }
1604
- }
1605
-
1606
- return this.tokens;
1607
- };
1608
-
1609
- /**
1610
- * Inline-Level Grammar
1611
- */
1612
-
1613
- var inline = {
1614
- escape: /^\\([\\`*{}\[\]()#+\-.!_>])/,
1615
- autolink: /^<([^ >]+(@|:\/)[^ >]+)>/,
1616
- url: noop,
1617
- tag: /^<!--[\s\S]*?-->|^<\/?\w+(?:"[^"]*"|'[^']*'|[^'">])*?>/,
1618
- link: /^!?\[(inside)\]\(href\)/,
1619
- reflink: /^!?\[(inside)\]\s*\[([^\]]*)\]/,
1620
- nolink: /^!?\[((?:\[[^\]]*\]|[^\[\]])*)\]/,
1621
- strong: /^__([\s\S]+?)__(?!_)|^\*\*([\s\S]+?)\*\*(?!\*)/,
1622
- em: /^\b_((?:[^_]|__)+?)_\b|^\*((?:\*\*|[\s\S])+?)\*(?!\*)/,
1623
- code: /^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,
1624
- br: /^ {2,}\n(?!\s*$)/,
1625
- del: noop,
1626
- text: /^[\s\S]+?(?=[\\<!\[_*`]| {2,}\n|$)/
1627
- };
1628
-
1629
- inline._inside = /(?:\[[^\]]*\]|[^\[\]]|\](?=[^\[]*\]))*/;
1630
- inline._href = /\s*<?([\s\S]*?)>?(?:\s+['"]([\s\S]*?)['"])?\s*/;
1631
-
1632
- inline.link = replace(inline.link)
1633
- ('inside', inline._inside)
1634
- ('href', inline._href)
1635
- ();
1636
-
1637
- inline.reflink = replace(inline.reflink)
1638
- ('inside', inline._inside)
1639
- ();
1640
-
1641
- /**
1642
- * Normal Inline Grammar
1643
- */
1644
-
1645
- inline.normal = merge({}, inline);
1646
-
1647
- /**
1648
- * Pedantic Inline Grammar
1649
- */
1650
-
1651
- inline.pedantic = merge({}, inline.normal, {
1652
- strong: /^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,
1653
- em: /^_(?=\S)([\s\S]*?\S)_(?!_)|^\*(?=\S)([\s\S]*?\S)\*(?!\*)/
1654
- });
1655
-
1656
- /**
1657
- * GFM Inline Grammar
1658
- */
1659
-
1660
- inline.gfm = merge({}, inline.normal, {
1661
- escape: replace(inline.escape)('])', '~|])')(),
1662
- url: /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,
1663
- del: /^~~(?=\S)([\s\S]*?\S)~~/,
1664
- text: replace(inline.text)
1665
- (']|', '~]|')
1666
- ('|', '|https?://|')
1667
- ()
1668
- });
1669
-
1670
- /**
1671
- * GFM + Line Breaks Inline Grammar
1672
- */
1673
-
1674
- inline.breaks = merge({}, inline.gfm, {
1675
- br: replace(inline.br)('{2,}', '*')(),
1676
- text: replace(inline.gfm.text)('{2,}', '*')()
1677
- });
1678
-
1679
- /**
1680
- * Inline Lexer & Compiler
1681
- */
1682
-
1683
- function InlineLexer(links, options) {
1684
- this.options = options || marked.defaults;
1685
- this.links = links;
1686
- this.rules = inline.normal;
1687
- this.renderer = this.options.renderer || new Renderer;
1688
- this.renderer.options = this.options;
1689
-
1690
- if (!this.links) {
1691
- throw new
1692
- Error('Tokens array requires a `links` property.');
1693
- }
1694
-
1695
- if (this.options.gfm) {
1696
- if (this.options.breaks) {
1697
- this.rules = inline.breaks;
1698
- } else {
1699
- this.rules = inline.gfm;
1700
- }
1701
- } else if (this.options.pedantic) {
1702
- this.rules = inline.pedantic;
1703
- }
1704
- }
1705
-
1706
- /**
1707
- * Expose Inline Rules
1708
- */
1709
-
1710
- InlineLexer.rules = inline;
1711
-
1712
- /**
1713
- * Static Lexing/Compiling Method
1714
- */
1715
-
1716
- InlineLexer.output = function(src, links, options) {
1717
- var inline = new InlineLexer(links, options);
1718
- return inline.output(src);
1719
- };
1720
-
1721
- /**
1722
- * Lexing/Compiling
1723
- */
1724
-
1725
- InlineLexer.prototype.output = function(src) {
1726
- var out = ''
1727
- , link
1728
- , text
1729
- , href
1730
- , cap;
1731
-
1732
- while (src) {
1733
- // escape
1734
- if (cap = this.rules.escape.exec(src)) {
1735
- src = src.substring(cap[0].length);
1736
- out += cap[1];
1737
- continue;
1738
- }
1739
-
1740
- // autolink
1741
- if (cap = this.rules.autolink.exec(src)) {
1742
- src = src.substring(cap[0].length);
1743
- if (cap[2] === '@') {
1744
- text = cap[1].charAt(6) === ':'
1745
- ? this.mangle(cap[1].substring(7))
1746
- : this.mangle(cap[1]);
1747
- href = this.mangle('mailto:') + text;
1748
- } else {
1749
- text = escape(cap[1]);
1750
- href = text;
1751
- }
1752
- out += this.renderer.link(href, null, text);
1753
- continue;
1754
- }
1755
-
1756
- // url (gfm)
1757
- if (!this.inLink && (cap = this.rules.url.exec(src))) {
1758
- src = src.substring(cap[0].length);
1759
- text = escape(cap[1]);
1760
- href = text;
1761
- out += this.renderer.link(href, null, text);
1762
- continue;
1763
- }
1764
-
1765
- // tag
1766
- if (cap = this.rules.tag.exec(src)) {
1767
- if (!this.inLink && /^<a /i.test(cap[0])) {
1768
- this.inLink = true;
1769
- } else if (this.inLink && /^<\/a>/i.test(cap[0])) {
1770
- this.inLink = false;
1771
- }
1772
- src = src.substring(cap[0].length);
1773
- out += this.options.sanitize
1774
- ? this.options.sanitizer
1775
- ? this.options.sanitizer(cap[0])
1776
- : escape(cap[0])
1777
- : cap[0]
1778
- continue;
1779
- }
1780
-
1781
- // link
1782
- if (cap = this.rules.link.exec(src)) {
1783
- src = src.substring(cap[0].length);
1784
- this.inLink = true;
1785
- out += this.outputLink(cap, {
1786
- href: cap[2],
1787
- title: cap[3]
1788
- });
1789
- this.inLink = false;
1790
- continue;
1791
- }
1792
-
1793
- // reflink, nolink
1794
- if ((cap = this.rules.reflink.exec(src))
1795
- || (cap = this.rules.nolink.exec(src))) {
1796
- src = src.substring(cap[0].length);
1797
- link = (cap[2] || cap[1]).replace(/\s+/g, ' ');
1798
- link = this.links[link.toLowerCase()];
1799
- if (!link || !link.href) {
1800
- out += cap[0].charAt(0);
1801
- src = cap[0].substring(1) + src;
1802
- continue;
1803
- }
1804
- this.inLink = true;
1805
- out += this.outputLink(cap, link);
1806
- this.inLink = false;
1807
- continue;
1808
- }
1809
-
1810
- // strong
1811
- if (cap = this.rules.strong.exec(src)) {
1812
- src = src.substring(cap[0].length);
1813
- out += this.renderer.strong(this.output(cap[2] || cap[1]));
1814
- continue;
1815
- }
1816
-
1817
- // em
1818
- if (cap = this.rules.em.exec(src)) {
1819
- src = src.substring(cap[0].length);
1820
- out += this.renderer.em(this.output(cap[2] || cap[1]));
1821
- continue;
1822
- }
1823
-
1824
- // code
1825
- if (cap = this.rules.code.exec(src)) {
1826
- src = src.substring(cap[0].length);
1827
- out += this.renderer.codespan(escape(cap[2], true));
1828
- continue;
1829
- }
1830
-
1831
- // br
1832
- if (cap = this.rules.br.exec(src)) {
1833
- src = src.substring(cap[0].length);
1834
- out += this.renderer.br();
1835
- continue;
1836
- }
1837
-
1838
- // del (gfm)
1839
- if (cap = this.rules.del.exec(src)) {
1840
- src = src.substring(cap[0].length);
1841
- out += this.renderer.del(this.output(cap[1]));
1842
- continue;
1843
- }
1844
-
1845
- // text
1846
- if (cap = this.rules.text.exec(src)) {
1847
- src = src.substring(cap[0].length);
1848
- out += this.renderer.text(escape(this.smartypants(cap[0])));
1849
- continue;
1850
- }
1851
-
1852
- if (src) {
1853
- throw new
1854
- Error('Infinite loop on byte: ' + src.charCodeAt(0));
1855
- }
1856
- }
1857
-
1858
- return out;
1859
- };
1860
-
1861
- /**
1862
- * Compile Link
1863
- */
1864
-
1865
- InlineLexer.prototype.outputLink = function(cap, link) {
1866
- var href = escape(link.href)
1867
- , title = link.title ? escape(link.title) : null;
1868
-
1869
- return cap[0].charAt(0) !== '!'
1870
- ? this.renderer.link(href, title, this.output(cap[1]))
1871
- : this.renderer.image(href, title, escape(cap[1]));
1872
- };
1873
-
1874
- /**
1875
- * Smartypants Transformations
1876
- */
1877
-
1878
- InlineLexer.prototype.smartypants = function(text) {
1879
- if (!this.options.smartypants) return text;
1880
- return text
1881
- // em-dashes
1882
- .replace(/---/g, '\u2014')
1883
- // en-dashes
1884
- .replace(/--/g, '\u2013')
1885
- // opening singles
1886
- .replace(/(^|[-\u2014/(\[{"\s])'/g, '$1\u2018')
1887
- // closing singles & apostrophes
1888
- .replace(/'/g, '\u2019')
1889
- // opening doubles
1890
- .replace(/(^|[-\u2014/(\[{\u2018\s])"/g, '$1\u201c')
1891
- // closing doubles
1892
- .replace(/"/g, '\u201d')
1893
- // ellipses
1894
- .replace(/\.{3}/g, '\u2026');
1895
- };
1896
-
1897
- /**
1898
- * Mangle Links
1899
- */
1900
-
1901
- InlineLexer.prototype.mangle = function(text) {
1902
- if (!this.options.mangle) return text;
1903
- var out = ''
1904
- , l = text.length
1905
- , i = 0
1906
- , ch;
1907
-
1908
- for (; i < l; i++) {
1909
- ch = text.charCodeAt(i);
1910
- if (Math.random() > 0.5) {
1911
- ch = 'x' + ch.toString(16);
1912
- }
1913
- out += '&#' + ch + ';';
1914
- }
1915
-
1916
- return out;
1917
- };
1918
-
1919
- /**
1920
- * Renderer
1921
- */
1922
-
1923
- function Renderer(options) {
1924
- this.options = options || {};
1925
- }
1926
-
1927
- Renderer.prototype.code = function(code, lang, escaped) {
1928
- if (this.options.highlight) {
1929
- var out = this.options.highlight(code, lang);
1930
- if (out != null && out !== code) {
1931
- escaped = true;
1932
- code = out;
1933
- }
1934
- }
1935
-
1936
- if (!lang) {
1937
- return '<pre><code>'
1938
- + (escaped ? code : escape(code, true))
1939
- + '\n</code></pre>';
1940
- }
1941
-
1942
- return '<pre><code class="'
1943
- + this.options.langPrefix
1944
- + escape(lang, true)
1945
- + '">'
1946
- + (escaped ? code : escape(code, true))
1947
- + '\n</code></pre>\n';
1948
- };
1949
-
1950
- Renderer.prototype.blockquote = function(quote) {
1951
- return '<blockquote>\n' + quote + '</blockquote>\n';
1952
- };
1953
-
1954
- Renderer.prototype.html = function(html) {
1955
- return html;
1956
- };
1957
-
1958
- Renderer.prototype.heading = function(text, level, raw) {
1959
- return '<h'
1960
- + level
1961
- + ' id="'
1962
- + this.options.headerPrefix
1963
- + raw.toLowerCase().replace(/[^\w]+/g, '-')
1964
- + '">'
1965
- + text
1966
- + '</h'
1967
- + level
1968
- + '>\n';
1969
- };
1970
-
1971
- Renderer.prototype.hr = function() {
1972
- return this.options.xhtml ? '<hr/>\n' : '<hr>\n';
1973
- };
1974
-
1975
- Renderer.prototype.list = function(body, ordered) {
1976
- var type = ordered ? 'ol' : 'ul';
1977
- return '<' + type + '>\n' + body + '</' + type + '>\n';
1978
- };
1979
-
1980
- Renderer.prototype.listitem = function(text) {
1981
- return '<li>' + text + '</li>\n';
1982
- };
1983
-
1984
- Renderer.prototype.paragraph = function(text) {
1985
- return '<p>' + text + '</p>\n';
1986
- };
1987
-
1988
- Renderer.prototype.table = function(header, body) {
1989
- return '<table>\n'
1990
- + '<thead>\n'
1991
- + header
1992
- + '</thead>\n'
1993
- + '<tbody>\n'
1994
- + body
1995
- + '</tbody>\n'
1996
- + '</table>\n';
1997
- };
1998
-
1999
- Renderer.prototype.tablerow = function(content) {
2000
- return '<tr>\n' + content + '</tr>\n';
2001
- };
2002
-
2003
- Renderer.prototype.tablecell = function(content, flags) {
2004
- var type = flags.header ? 'th' : 'td';
2005
- var tag = flags.align
2006
- ? '<' + type + ' style="text-align:' + flags.align + '">'
2007
- : '<' + type + '>';
2008
- return tag + content + '</' + type + '>\n';
2009
- };
2010
-
2011
- // span level renderer
2012
- Renderer.prototype.strong = function(text) {
2013
- return '<strong>' + text + '</strong>';
2014
- };
2015
-
2016
- Renderer.prototype.em = function(text) {
2017
- return '<em>' + text + '</em>';
2018
- };
2019
-
2020
- Renderer.prototype.codespan = function(text) {
2021
- return '<code>' + text + '</code>';
2022
- };
2023
-
2024
- Renderer.prototype.br = function() {
2025
- return this.options.xhtml ? '<br/>' : '<br>';
2026
- };
2027
-
2028
- Renderer.prototype.del = function(text) {
2029
- return '<del>' + text + '</del>';
2030
- };
2031
-
2032
- Renderer.prototype.link = function(href, title, text) {
2033
- if (this.options.sanitize) {
2034
- try {
2035
- var prot = decodeURIComponent(unescape(href))
2036
- .replace(/[^\w:]/g, '')
2037
- .toLowerCase();
2038
- } catch (e) {
2039
- return '';
2040
- }
2041
- if (prot.indexOf('javascript:') === 0 || prot.indexOf('vbscript:') === 0) {
2042
- return '';
2043
- }
2044
- }
2045
- var out = '<a href="' + href + '"';
2046
- if (title) {
2047
- out += ' title="' + title + '"';
2048
- }
2049
- out += '>' + text + '</a>';
2050
- return out;
2051
- };
2052
-
2053
- Renderer.prototype.image = function(href, title, text) {
2054
- var out = '<img src="' + href + '" alt="' + text + '"';
2055
- if (title) {
2056
- out += ' title="' + title + '"';
2057
- }
2058
- out += this.options.xhtml ? '/>' : '>';
2059
- return out;
2060
- };
2061
-
2062
- Renderer.prototype.text = function(text) {
2063
- return text;
2064
- };
2065
-
2066
- /**
2067
- * Parsing & Compiling
2068
- */
2069
-
2070
- function Parser(options) {
2071
- this.tokens = [];
2072
- this.token = null;
2073
- this.options = options || marked.defaults;
2074
- this.options.renderer = this.options.renderer || new Renderer;
2075
- this.renderer = this.options.renderer;
2076
- this.renderer.options = this.options;
2077
- }
2078
-
2079
- /**
2080
- * Static Parse Method
2081
- */
2082
-
2083
- Parser.parse = function(src, options, renderer) {
2084
- var parser = new Parser(options, renderer);
2085
- return parser.parse(src);
2086
- };
2087
-
2088
- /**
2089
- * Parse Loop
2090
- */
2091
-
2092
- Parser.prototype.parse = function(src) {
2093
- this.inline = new InlineLexer(src.links, this.options, this.renderer);
2094
- this.tokens = src.reverse();
2095
-
2096
- var out = '';
2097
- while (this.next()) {
2098
- out += this.tok();
2099
- }
2100
-
2101
- return out;
2102
- };
2103
-
2104
- /**
2105
- * Next Token
2106
- */
2107
-
2108
- Parser.prototype.next = function() {
2109
- return this.token = this.tokens.pop();
2110
- };
2111
-
2112
- /**
2113
- * Preview Next Token
2114
- */
2115
-
2116
- Parser.prototype.peek = function() {
2117
- return this.tokens[this.tokens.length - 1] || 0;
2118
- };
2119
-
2120
- /**
2121
- * Parse Text Tokens
2122
- */
2123
-
2124
- Parser.prototype.parseText = function() {
2125
- var body = this.token.text;
2126
-
2127
- while (this.peek().type === 'text') {
2128
- body += '\n' + this.next().text;
2129
- }
2130
-
2131
- return this.inline.output(body);
2132
- };
2133
-
2134
- /**
2135
- * Parse Current Token
2136
- */
2137
-
2138
- Parser.prototype.tok = function() {
2139
- switch (this.token.type) {
2140
- case 'space': {
2141
- return '';
2142
- }
2143
- case 'hr': {
2144
- return this.renderer.hr();
2145
- }
2146
- case 'heading': {
2147
- return this.renderer.heading(
2148
- this.inline.output(this.token.text),
2149
- this.token.depth,
2150
- this.token.text);
2151
- }
2152
- case 'code': {
2153
- return this.renderer.code(this.token.text,
2154
- this.token.lang,
2155
- this.token.escaped);
2156
- }
2157
- case 'table': {
2158
- var header = ''
2159
- , body = ''
2160
- , i
2161
- , row
2162
- , cell
2163
- , flags
2164
- , j;
2165
-
2166
- // header
2167
- cell = '';
2168
- for (i = 0; i < this.token.header.length; i++) {
2169
- flags = { header: true, align: this.token.align[i] };
2170
- cell += this.renderer.tablecell(
2171
- this.inline.output(this.token.header[i]),
2172
- { header: true, align: this.token.align[i] }
2173
- );
2174
- }
2175
- header += this.renderer.tablerow(cell);
2176
-
2177
- for (i = 0; i < this.token.cells.length; i++) {
2178
- row = this.token.cells[i];
2179
-
2180
- cell = '';
2181
- for (j = 0; j < row.length; j++) {
2182
- cell += this.renderer.tablecell(
2183
- this.inline.output(row[j]),
2184
- { header: false, align: this.token.align[j] }
2185
- );
2186
- }
2187
-
2188
- body += this.renderer.tablerow(cell);
2189
- }
2190
- return this.renderer.table(header, body);
2191
- }
2192
- case 'blockquote_start': {
2193
- var body = '';
2194
-
2195
- while (this.next().type !== 'blockquote_end') {
2196
- body += this.tok();
2197
- }
2198
-
2199
- return this.renderer.blockquote(body);
2200
- }
2201
- case 'list_start': {
2202
- var body = ''
2203
- , ordered = this.token.ordered;
2204
-
2205
- while (this.next().type !== 'list_end') {
2206
- body += this.tok();
2207
- }
2208
-
2209
- return this.renderer.list(body, ordered);
2210
- }
2211
- case 'list_item_start': {
2212
- var body = '';
2213
-
2214
- while (this.next().type !== 'list_item_end') {
2215
- body += this.token.type === 'text'
2216
- ? this.parseText()
2217
- : this.tok();
2218
- }
2219
-
2220
- return this.renderer.listitem(body);
2221
- }
2222
- case 'loose_item_start': {
2223
- var body = '';
2224
-
2225
- while (this.next().type !== 'list_item_end') {
2226
- body += this.tok();
2227
- }
2228
-
2229
- return this.renderer.listitem(body);
2230
- }
2231
- case 'html': {
2232
- var html = !this.token.pre && !this.options.pedantic
2233
- ? this.inline.output(this.token.text)
2234
- : this.token.text;
2235
- return this.renderer.html(html);
2236
- }
2237
- case 'paragraph': {
2238
- return this.renderer.paragraph(this.inline.output(this.token.text));
2239
- }
2240
- case 'text': {
2241
- return this.renderer.paragraph(this.parseText());
2242
- }
2243
- }
2244
- };
2245
-
2246
- /**
2247
- * Helpers
2248
- */
2249
-
2250
- function escape(html, encode) {
2251
- return html
2252
- .replace(!encode ? /&(?!#?\w+;)/g : /&/g, '&amp;')
2253
- .replace(/</g, '&lt;')
2254
- .replace(/>/g, '&gt;')
2255
- .replace(/"/g, '&quot;')
2256
- .replace(/'/g, '&#39;');
2257
- }
2258
-
2259
- function unescape(html) {
2260
- // explicitly match decimal, hex, and named HTML entities
2261
- return html.replace(/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/g, function(_, n) {
2262
- n = n.toLowerCase();
2263
- if (n === 'colon') return ':';
2264
- if (n.charAt(0) === '#') {
2265
- return n.charAt(1) === 'x'
2266
- ? String.fromCharCode(parseInt(n.substring(2), 16))
2267
- : String.fromCharCode(+n.substring(1));
2268
- }
2269
- return '';
2270
- });
2271
- }
2272
-
2273
- function replace(regex, opt) {
2274
- regex = regex.source;
2275
- opt = opt || '';
2276
- return function self(name, val) {
2277
- if (!name) return new RegExp(regex, opt);
2278
- val = val.source || val;
2279
- val = val.replace(/(^|[^\[])\^/g, '$1');
2280
- regex = regex.replace(name, val);
2281
- return self;
2282
- };
2283
- }
2284
-
2285
- function noop() {}
2286
- noop.exec = noop;
2287
-
2288
- function merge(obj) {
2289
- var i = 1
2290
- , target
2291
- , key;
2292
-
2293
- for (; i < arguments.length; i++) {
2294
- target = arguments[i];
2295
- for (key in target) {
2296
- if (Object.prototype.hasOwnProperty.call(target, key)) {
2297
- obj[key] = target[key];
2298
- }
2299
- }
2300
- }
2301
-
2302
- return obj;
2303
- }
2304
-
2305
-
2306
- /**
2307
- * Marked
2308
- */
2309
-
2310
- function marked(src, opt, callback) {
2311
- if (callback || typeof opt === 'function') {
2312
- if (!callback) {
2313
- callback = opt;
2314
- opt = null;
2315
- }
2316
-
2317
- opt = merge({}, marked.defaults, opt || {});
2318
-
2319
- var highlight = opt.highlight
2320
- , tokens
2321
- , pending
2322
- , i = 0;
2323
-
2324
- try {
2325
- tokens = Lexer.lex(src, opt)
2326
- } catch (e) {
2327
- return callback(e);
2328
- }
2329
-
2330
- pending = tokens.length;
2331
-
2332
- var done = function(err) {
2333
- if (err) {
2334
- opt.highlight = highlight;
2335
- return callback(err);
2336
- }
2337
-
2338
- var out;
2339
-
2340
- try {
2341
- out = Parser.parse(tokens, opt);
2342
- } catch (e) {
2343
- err = e;
2344
- }
2345
-
2346
- opt.highlight = highlight;
2347
-
2348
- return err
2349
- ? callback(err)
2350
- : callback(null, out);
2351
- };
2352
-
2353
- if (!highlight || highlight.length < 3) {
2354
- return done();
2355
- }
2356
-
2357
- delete opt.highlight;
2358
-
2359
- if (!pending) return done();
2360
-
2361
- for (; i < tokens.length; i++) {
2362
- (function(token) {
2363
- if (token.type !== 'code') {
2364
- return --pending || done();
2365
- }
2366
- return highlight(token.text, token.lang, function(err, code) {
2367
- if (err) return done(err);
2368
- if (code == null || code === token.text) {
2369
- return --pending || done();
2370
- }
2371
- token.text = code;
2372
- token.escaped = true;
2373
- --pending || done();
2374
- });
2375
- })(tokens[i]);
2376
- }
2377
-
2378
- return;
2379
- }
2380
- try {
2381
- if (opt) opt = merge({}, marked.defaults, opt);
2382
- return Parser.parse(Lexer.lex(src, opt), opt);
2383
- } catch (e) {
2384
- e.message += '\nPlease report this to https://github.com/chjj/marked.';
2385
- if ((opt || marked.defaults).silent) {
2386
- return '<p>An error occured:</p><pre>'
2387
- + escape(e.message + '', true)
2388
- + '</pre>';
2389
- }
2390
- throw e;
2391
- }
2392
- }
2393
-
2394
- /**
2395
- * Options
2396
- */
2397
-
2398
- marked.options =
2399
- marked.setOptions = function(opt) {
2400
- merge(marked.defaults, opt);
2401
- return marked;
2402
- };
2403
-
2404
- marked.defaults = {
2405
- gfm: true,
2406
- tables: true,
2407
- breaks: false,
2408
- pedantic: false,
2409
- sanitize: false,
2410
- sanitizer: null,
2411
- mangle: true,
2412
- smartLists: false,
2413
- silent: false,
2414
- highlight: null,
2415
- langPrefix: 'lang-',
2416
- smartypants: false,
2417
- headerPrefix: '',
2418
- renderer: new Renderer,
2419
- xhtml: false
2420
- };
2421
-
2422
- /**
2423
- * Expose
2424
- */
2425
-
2426
- marked.Parser = Parser;
2427
- marked.parser = Parser.parse;
2428
-
2429
- marked.Renderer = Renderer;
2430
-
2431
- marked.Lexer = Lexer;
2432
- marked.lexer = Lexer.lex;
2433
-
2434
- marked.InlineLexer = InlineLexer;
2435
- marked.inlineLexer = InlineLexer.output;
2436
-
2437
- marked.parse = marked;
2438
-
2439
- if (true) {
2440
- module.exports = marked;
2441
- } else if (typeof define === 'function' && define.amd) {
2442
- define(function() { return marked; });
2443
- } else {
2444
- this.marked = marked;
2445
- }
2446
-
2447
- }).call(function() {
2448
- return this || (typeof window !== 'undefined' ? window : global);
2449
- }());
2450
-
2451
- /* WEBPACK VAR INJECTION */}.call(exports, (function() { return this; }())))
2452
-
2453
- /***/ },
2454
- /* 8 */
2455
- /***/ function(module, exports, __webpack_require__) {
2456
-
2457
- // style-loader: Adds some css to the DOM by adding a <style> tag
2458
-
2459
- // load the styles
2460
- var content = __webpack_require__(9);
2461
- if(typeof content === 'string') content = [[module.id, content, '']];
2462
- // add the styles to the DOM
2463
- var update = __webpack_require__(11)(content, {});
2464
- if(content.locals) module.exports = content.locals;
2465
- // Hot Module Replacement
2466
- if(false) {
2467
- // When the styles change, update the <style> tags
2468
- if(!content.locals) {
2469
- module.hot.accept("!!./../../node_modules/css-loader/index.js?modules&importLoaders=1!./../../node_modules/postcss-loader/index.js!./DescriptionView.css", function() {
2470
- var newContent = require("!!./../../node_modules/css-loader/index.js?modules&importLoaders=1!./../../node_modules/postcss-loader/index.js!./DescriptionView.css");
2471
- if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];
2472
- update(newContent);
2473
- });
2474
- }
2475
- // When the module is disposed, remove the <style> tags
2476
- module.hot.dispose(function() { update(); });
2477
- }
2478
-
2479
- /***/ },
2480
- /* 9 */
2481
- /***/ function(module, exports, __webpack_require__) {
2482
-
2483
- exports = module.exports = __webpack_require__(10)();
2484
- // imports
2485
-
2486
-
2487
- // module
2488
- exports.push([module.id, "._1S63EXzJ2LWrq2TSLX8cAu :first-child {\n margin-top: 0;\n}\n\n._1S63EXzJ2LWrq2TSLX8cAu :last-child {\n margin-bottom: 0;\n}\n\n._1S63EXzJ2LWrq2TSLX8cAu h1 {\n font-size: 1.3em;\n}\n\n._1S63EXzJ2LWrq2TSLX8cAu h2 {\n font-size: 1.1em;\n}\n\n._1S63EXzJ2LWrq2TSLX8cAu h3 {\n font-size: 1em;\n -webkit-font-feature-settings: \"c2sc\";\n font-feature-settings: \"c2sc\";\n font-variant: small-caps;\n}\n\n._1S63EXzJ2LWrq2TSLX8cAu blockquote {\n border-left: 8px solid #e8e8e8;\n margin-top: -0.3em;\n padding-top: 0.3em;\n margin-left: 20px;\n padding-left: 12px;\n margin-bottom: -0.5em;\n padding-bottom: 0.5em;\n}\n", ""]);
2489
-
2490
- // exports
2491
- exports.locals = {
2492
- "container": "_1S63EXzJ2LWrq2TSLX8cAu"
2493
- };
2494
-
2495
- /***/ },
2496
- /* 10 */
2497
- /***/ function(module, exports) {
2498
-
2499
- /*
2500
- MIT License http://www.opensource.org/licenses/mit-license.php
2501
- Author Tobias Koppers @sokra
2502
- */
2503
- // css base code, injected by the css-loader
2504
- module.exports = function() {
2505
- var list = [];
2506
-
2507
- // return the list of modules as css string
2508
- list.toString = function toString() {
2509
- var result = [];
2510
- for(var i = 0; i < this.length; i++) {
2511
- var item = this[i];
2512
- if(item[2]) {
2513
- result.push("@media " + item[2] + "{" + item[1] + "}");
2514
- } else {
2515
- result.push(item[1]);
2516
- }
2517
- }
2518
- return result.join("");
2519
- };
2520
-
2521
- // import a list of modules into the list
2522
- list.i = function(modules, mediaQuery) {
2523
- if(typeof modules === "string")
2524
- modules = [[null, modules, ""]];
2525
- var alreadyImportedModules = {};
2526
- for(var i = 0; i < this.length; i++) {
2527
- var id = this[i][0];
2528
- if(typeof id === "number")
2529
- alreadyImportedModules[id] = true;
2530
- }
2531
- for(i = 0; i < modules.length; i++) {
2532
- var item = modules[i];
2533
- // skip already imported module
2534
- // this implementation is not 100% perfect for weird media query combinations
2535
- // when a module is imported multiple times with different media queries.
2536
- // I hope this will never occur (Hey this way we have smaller bundles)
2537
- if(typeof item[0] !== "number" || !alreadyImportedModules[item[0]]) {
2538
- if(mediaQuery && !item[2]) {
2539
- item[2] = mediaQuery;
2540
- } else if(mediaQuery) {
2541
- item[2] = "(" + item[2] + ") and (" + mediaQuery + ")";
2542
- }
2543
- list.push(item);
2544
- }
2545
- }
2546
- };
2547
- return list;
2548
- };
2549
-
2550
-
2551
- /***/ },
2552
- /* 11 */
2553
- /***/ function(module, exports, __webpack_require__) {
2554
-
2555
- /*
2556
- MIT License http://www.opensource.org/licenses/mit-license.php
2557
- Author Tobias Koppers @sokra
2558
- */
2559
- var stylesInDom = {},
2560
- memoize = function(fn) {
2561
- var memo;
2562
- return function () {
2563
- if (typeof memo === "undefined") memo = fn.apply(this, arguments);
2564
- return memo;
2565
- };
2566
- },
2567
- isOldIE = memoize(function() {
2568
- return /msie [6-9]\b/.test(window.navigator.userAgent.toLowerCase());
2569
- }),
2570
- getHeadElement = memoize(function () {
2571
- return document.head || document.getElementsByTagName("head")[0];
2572
- }),
2573
- singletonElement = null,
2574
- singletonCounter = 0,
2575
- styleElementsInsertedAtTop = [];
2576
-
2577
- module.exports = function(list, options) {
2578
- if(false) {
2579
- if(typeof document !== "object") throw new Error("The style-loader cannot be used in a non-browser environment");
2580
- }
2581
-
2582
- options = options || {};
2583
- // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>
2584
- // tags it will allow on a page
2585
- if (typeof options.singleton === "undefined") options.singleton = isOldIE();
2586
-
2587
- // By default, add <style> tags to the bottom of <head>.
2588
- if (typeof options.insertAt === "undefined") options.insertAt = "bottom";
2589
-
2590
- var styles = listToStyles(list);
2591
- addStylesToDom(styles, options);
2592
-
2593
- return function update(newList) {
2594
- var mayRemove = [];
2595
- for(var i = 0; i < styles.length; i++) {
2596
- var item = styles[i];
2597
- var domStyle = stylesInDom[item.id];
2598
- domStyle.refs--;
2599
- mayRemove.push(domStyle);
2600
- }
2601
- if(newList) {
2602
- var newStyles = listToStyles(newList);
2603
- addStylesToDom(newStyles, options);
2604
- }
2605
- for(var i = 0; i < mayRemove.length; i++) {
2606
- var domStyle = mayRemove[i];
2607
- if(domStyle.refs === 0) {
2608
- for(var j = 0; j < domStyle.parts.length; j++)
2609
- domStyle.parts[j]();
2610
- delete stylesInDom[domStyle.id];
2611
- }
2612
- }
2613
- };
2614
- }
2615
-
2616
- function addStylesToDom(styles, options) {
2617
- for(var i = 0; i < styles.length; i++) {
2618
- var item = styles[i];
2619
- var domStyle = stylesInDom[item.id];
2620
- if(domStyle) {
2621
- domStyle.refs++;
2622
- for(var j = 0; j < domStyle.parts.length; j++) {
2623
- domStyle.parts[j](item.parts[j]);
2624
- }
2625
- for(; j < item.parts.length; j++) {
2626
- domStyle.parts.push(addStyle(item.parts[j], options));
2627
- }
2628
- } else {
2629
- var parts = [];
2630
- for(var j = 0; j < item.parts.length; j++) {
2631
- parts.push(addStyle(item.parts[j], options));
2632
- }
2633
- stylesInDom[item.id] = {id: item.id, refs: 1, parts: parts};
2634
- }
2635
- }
2636
- }
2637
-
2638
- function listToStyles(list) {
2639
- var styles = [];
2640
- var newStyles = {};
2641
- for(var i = 0; i < list.length; i++) {
2642
- var item = list[i];
2643
- var id = item[0];
2644
- var css = item[1];
2645
- var media = item[2];
2646
- var sourceMap = item[3];
2647
- var part = {css: css, media: media, sourceMap: sourceMap};
2648
- if(!newStyles[id])
2649
- styles.push(newStyles[id] = {id: id, parts: [part]});
2650
- else
2651
- newStyles[id].parts.push(part);
2652
- }
2653
- return styles;
2654
- }
2655
-
2656
- function insertStyleElement(options, styleElement) {
2657
- var head = getHeadElement();
2658
- var lastStyleElementInsertedAtTop = styleElementsInsertedAtTop[styleElementsInsertedAtTop.length - 1];
2659
- if (options.insertAt === "top") {
2660
- if(!lastStyleElementInsertedAtTop) {
2661
- head.insertBefore(styleElement, head.firstChild);
2662
- } else if(lastStyleElementInsertedAtTop.nextSibling) {
2663
- head.insertBefore(styleElement, lastStyleElementInsertedAtTop.nextSibling);
2664
- } else {
2665
- head.appendChild(styleElement);
2666
- }
2667
- styleElementsInsertedAtTop.push(styleElement);
2668
- } else if (options.insertAt === "bottom") {
2669
- head.appendChild(styleElement);
2670
- } else {
2671
- throw new Error("Invalid value for parameter 'insertAt'. Must be 'top' or 'bottom'.");
2672
- }
2673
- }
2674
-
2675
- function removeStyleElement(styleElement) {
2676
- styleElement.parentNode.removeChild(styleElement);
2677
- var idx = styleElementsInsertedAtTop.indexOf(styleElement);
2678
- if(idx >= 0) {
2679
- styleElementsInsertedAtTop.splice(idx, 1);
2680
- }
2681
- }
2682
-
2683
- function createStyleElement(options) {
2684
- var styleElement = document.createElement("style");
2685
- styleElement.type = "text/css";
2686
- insertStyleElement(options, styleElement);
2687
- return styleElement;
2688
- }
2689
-
2690
- function createLinkElement(options) {
2691
- var linkElement = document.createElement("link");
2692
- linkElement.rel = "stylesheet";
2693
- insertStyleElement(options, linkElement);
2694
- return linkElement;
2695
- }
2696
-
2697
- function addStyle(obj, options) {
2698
- var styleElement, update, remove;
2699
-
2700
- if (options.singleton) {
2701
- var styleIndex = singletonCounter++;
2702
- styleElement = singletonElement || (singletonElement = createStyleElement(options));
2703
- update = applyToSingletonTag.bind(null, styleElement, styleIndex, false);
2704
- remove = applyToSingletonTag.bind(null, styleElement, styleIndex, true);
2705
- } else if(obj.sourceMap &&
2706
- typeof URL === "function" &&
2707
- typeof URL.createObjectURL === "function" &&
2708
- typeof URL.revokeObjectURL === "function" &&
2709
- typeof Blob === "function" &&
2710
- typeof btoa === "function") {
2711
- styleElement = createLinkElement(options);
2712
- update = updateLink.bind(null, styleElement);
2713
- remove = function() {
2714
- removeStyleElement(styleElement);
2715
- if(styleElement.href)
2716
- URL.revokeObjectURL(styleElement.href);
2717
- };
2718
- } else {
2719
- styleElement = createStyleElement(options);
2720
- update = applyToTag.bind(null, styleElement);
2721
- remove = function() {
2722
- removeStyleElement(styleElement);
2723
- };
2724
- }
2725
-
2726
- update(obj);
2727
-
2728
- return function updateStyle(newObj) {
2729
- if(newObj) {
2730
- if(newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap)
2731
- return;
2732
- update(obj = newObj);
2733
- } else {
2734
- remove();
2735
- }
2736
- };
2737
- }
2738
-
2739
- var replaceText = (function () {
2740
- var textStore = [];
2741
-
2742
- return function (index, replacement) {
2743
- textStore[index] = replacement;
2744
- return textStore.filter(Boolean).join('\n');
2745
- };
2746
- })();
2747
-
2748
- function applyToSingletonTag(styleElement, index, remove, obj) {
2749
- var css = remove ? "" : obj.css;
2750
-
2751
- if (styleElement.styleSheet) {
2752
- styleElement.styleSheet.cssText = replaceText(index, css);
2753
- } else {
2754
- var cssNode = document.createTextNode(css);
2755
- var childNodes = styleElement.childNodes;
2756
- if (childNodes[index]) styleElement.removeChild(childNodes[index]);
2757
- if (childNodes.length) {
2758
- styleElement.insertBefore(cssNode, childNodes[index]);
2759
- } else {
2760
- styleElement.appendChild(cssNode);
2761
- }
2762
- }
2763
- }
2764
-
2765
- function applyToTag(styleElement, obj) {
2766
- var css = obj.css;
2767
- var media = obj.media;
2768
-
2769
- if(media) {
2770
- styleElement.setAttribute("media", media)
2771
- }
2772
-
2773
- if(styleElement.styleSheet) {
2774
- styleElement.styleSheet.cssText = css;
2775
- } else {
2776
- while(styleElement.firstChild) {
2777
- styleElement.removeChild(styleElement.firstChild);
2778
- }
2779
- styleElement.appendChild(document.createTextNode(css));
2780
- }
2781
- }
2782
-
2783
- function updateLink(linkElement, obj) {
2784
- var css = obj.css;
2785
- var sourceMap = obj.sourceMap;
2786
-
2787
- if(sourceMap) {
2788
- // http://stackoverflow.com/a/26603875
2789
- css += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))) + " */";
2790
- }
2791
-
2792
- var blob = new Blob([css], { type: "text/css" });
2793
-
2794
- var oldSrc = linkElement.href;
2795
-
2796
- linkElement.href = URL.createObjectURL(blob);
2797
-
2798
- if(oldSrc)
2799
- URL.revokeObjectURL(oldSrc);
2800
- }
2801
-
2802
-
2803
- /***/ },
2804
- /* 12 */
2805
- /***/ function(module, exports, __webpack_require__) {
2806
-
2807
- 'use strict';
2808
-
2809
- Object.defineProperty(exports, "__esModule", {
2810
- value: true
2811
- });
2812
- exports.FieldView = undefined;
2813
-
2814
- var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
2815
-
2816
- var _react = __webpack_require__(1);
2817
-
2818
- var _react2 = _interopRequireDefault(_react);
2819
-
2820
- var _model = __webpack_require__(3);
2821
-
2822
- var _DescriptionView = __webpack_require__(6);
2823
-
2824
- var _FieldSyntaxView = __webpack_require__(13);
2825
-
2826
- var _FieldArgumentsTableView = __webpack_require__(20);
2827
-
2828
- var _FieldView = __webpack_require__(23);
2829
-
2830
- var StyleSheet = _interopRequireWildcard(_FieldView);
2831
-
2832
- function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
2833
-
2834
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2835
-
2836
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
2837
-
2838
- function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
2839
-
2840
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
2841
-
2842
- var FieldView = exports.FieldView = function (_React$Component) {
2843
- _inherits(FieldView, _React$Component);
2844
-
2845
- function FieldView() {
2846
- _classCallCheck(this, FieldView);
2847
-
2848
- return _possibleConstructorReturn(this, (FieldView.__proto__ || Object.getPrototypeOf(FieldView)).apply(this, arguments));
2849
- }
2850
-
2851
- _createClass(FieldView, [{
2852
- key: 'render',
2853
- value: function render() {
2854
- var field = this.props.field;
2855
-
2856
- return _react2.default.createElement(
2857
- 'div',
2858
- {
2859
- key: field.name,
2860
- className: StyleSheet.container
2861
- },
2862
- _react2.default.createElement(_FieldSyntaxView.FieldSyntaxView, { field: field }),
2863
- this.renderDescription(field.description),
2864
- _react2.default.createElement(_FieldArgumentsTableView.FieldArgumentsTableView, { args: field.args })
2865
- );
2866
- }
2867
- }, {
2868
- key: 'renderDescription',
2869
- value: function renderDescription(description) {
2870
- if (!description) {
2871
- return null;
2872
- }
2873
-
2874
- return _react2.default.createElement(_DescriptionView.DescriptionView, {
2875
- className: StyleSheet.description,
2876
- description: description
2877
- });
2878
- }
2879
- }]);
2880
-
2881
- return FieldView;
2882
- }(_react2.default.Component);
2883
-
2884
- /***/ },
2885
- /* 13 */
2886
- /***/ function(module, exports, __webpack_require__) {
2887
-
2888
- 'use strict';
2889
-
2890
- Object.defineProperty(exports, "__esModule", {
2891
- value: true
2892
- });
2893
- exports.FieldSyntaxView = undefined;
2894
-
2895
- var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
2896
-
2897
- var _react = __webpack_require__(1);
2898
-
2899
- var _react2 = _interopRequireDefault(_react);
2900
-
2901
- var _model = __webpack_require__(3);
2902
-
2903
- var _TypeRefView = __webpack_require__(14);
2904
-
2905
- var _FieldSyntaxView = __webpack_require__(18);
2906
-
2907
- var StyleSheet = _interopRequireWildcard(_FieldSyntaxView);
2908
-
2909
- function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
2910
-
2911
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2912
-
2913
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
2914
-
2915
- function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
2916
-
2917
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
2918
-
2919
- var FieldSyntaxView = exports.FieldSyntaxView = function (_React$Component) {
2920
- _inherits(FieldSyntaxView, _React$Component);
2921
-
2922
- function FieldSyntaxView() {
2923
- _classCallCheck(this, FieldSyntaxView);
2924
-
2925
- return _possibleConstructorReturn(this, (FieldSyntaxView.__proto__ || Object.getPrototypeOf(FieldSyntaxView)).apply(this, arguments));
2926
- }
2927
-
2928
- _createClass(FieldSyntaxView, [{
2929
- key: 'render',
2930
- value: function render() {
2931
- var field = this.props.field;
2932
-
2933
- return _react2.default.createElement(
2934
- 'div',
2935
- { className: StyleSheet.container },
2936
- _react2.default.createElement(
2937
- 'span',
2938
- { className: StyleSheet.name },
2939
- field.name
2940
- ),
2941
- this.renderFieldArgs(field.args),
2942
- ': ',
2943
- _react2.default.createElement(_TypeRefView.TypeRefView, { typeRef: field.type })
2944
- );
2945
- }
2946
- }, {
2947
- key: 'renderFieldArgs',
2948
- value: function renderFieldArgs(args) {
2949
- var _this2 = this;
2950
-
2951
- if (!args.length) {
2952
- return null;
2953
- }
2954
-
2955
- return _react2.default.createElement(
2956
- 'span',
2957
- null,
2958
- '(',
2959
- args.map(function (arg, idx) {
2960
- return _this2.renderField(arg, idx);
2961
- }),
2962
- ')'
2963
- );
2964
- }
2965
- }, {
2966
- key: 'renderField',
2967
- value: function renderField(arg, index) {
2968
- return _react2.default.createElement(
2969
- 'span',
2970
- { key: arg.name },
2971
- index > 0 ? _react2.default.createElement(
2972
- 'span',
2973
- null,
2974
- ', '
2975
- ) : null,
2976
- _react2.default.createElement(
2977
- 'span',
2978
- { className: StyleSheet.argumentName },
2979
- arg.name
2980
- ),
2981
- ': ',
2982
- _react2.default.createElement(_TypeRefView.TypeRefView, { typeRef: arg.type }),
2983
- this.renderDefaultValue(arg.defaultValue)
2984
- );
2985
- }
2986
- }, {
2987
- key: 'renderDefaultValue',
2988
- value: function renderDefaultValue(defaultValue) {
2989
- if (!defaultValue) {
2990
- return null;
2991
- }
2992
-
2993
- return _react2.default.createElement(
2994
- 'span',
2995
- { className: StyleSheet.defaultValue },
2996
- ' = ',
2997
- defaultValue
2998
- );
2999
- }
3000
- }]);
3001
-
3002
- return FieldSyntaxView;
3003
- }(_react2.default.Component);
3004
-
3005
- /***/ },
3006
- /* 14 */
3007
- /***/ function(module, exports, __webpack_require__) {
3008
-
3009
- 'use strict';
3010
-
3011
- Object.defineProperty(exports, "__esModule", {
3012
- value: true
3013
- });
3014
- exports.TypeRefView = undefined;
3015
-
3016
- var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
3017
-
3018
- var _react = __webpack_require__(1);
3019
-
3020
- var _react2 = _interopRequireDefault(_react);
3021
-
3022
- var _model = __webpack_require__(3);
3023
-
3024
- var _TypeRefView = __webpack_require__(15);
3025
-
3026
- var StyleSheet = _interopRequireWildcard(_TypeRefView);
3027
-
3028
- function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
3029
-
3030
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
3031
-
3032
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
3033
-
3034
- function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
3035
-
3036
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
3037
-
3038
- var TypeRefView = exports.TypeRefView = function (_React$Component) {
3039
- _inherits(TypeRefView, _React$Component);
3040
-
3041
- function TypeRefView() {
3042
- _classCallCheck(this, TypeRefView);
3043
-
3044
- return _possibleConstructorReturn(this, (TypeRefView.__proto__ || Object.getPrototypeOf(TypeRefView)).apply(this, arguments));
3045
- }
3046
-
3047
- _createClass(TypeRefView, [{
3048
- key: 'render',
3049
- value: function render() {
3050
- var ref = this.props.typeRef;
3051
-
3052
- if (ref instanceof _model.NamedTypeRef) {
3053
- return _react2.default.createElement(
3054
- 'a',
3055
- {
3056
- className: StyleSheet.typeRef,
3057
- href: '#' + ref.typeName
3058
- },
3059
- ref.typeName
3060
- );
3061
- } else if (ref instanceof _model.NonNullTypeRef) {
3062
- return _react2.default.createElement(
3063
- 'span',
3064
- null,
3065
- _react2.default.createElement(TypeRefView, { typeRef: ref.ofType }),
3066
- '!'
3067
- );
3068
- } else if (ref instanceof _model.ListTypeRef) {
3069
- return _react2.default.createElement(
3070
- 'span',
3071
- null,
3072
- '[',
3073
- _react2.default.createElement(TypeRefView, { typeRef: ref.ofType }),
3074
- ']'
3075
- );
3076
- }
3077
-
3078
- throw new Error('Unknown type ref: ' + ref.toString());
3079
- }
3080
- }]);
3081
-
3082
- return TypeRefView;
3083
- }(_react2.default.Component);
3084
-
3085
- /***/ },
3086
- /* 15 */
3087
- /***/ function(module, exports, __webpack_require__) {
3088
-
3089
- // style-loader: Adds some css to the DOM by adding a <style> tag
3090
-
3091
- // load the styles
3092
- var content = __webpack_require__(16);
3093
- if(typeof content === 'string') content = [[module.id, content, '']];
3094
- // add the styles to the DOM
3095
- var update = __webpack_require__(11)(content, {});
3096
- if(content.locals) module.exports = content.locals;
3097
- // Hot Module Replacement
3098
- if(false) {
3099
- // When the styles change, update the <style> tags
3100
- if(!content.locals) {
3101
- module.hot.accept("!!./../../node_modules/css-loader/index.js?modules&importLoaders=1!./../../node_modules/postcss-loader/index.js!./TypeRefView.css", function() {
3102
- var newContent = require("!!./../../node_modules/css-loader/index.js?modules&importLoaders=1!./../../node_modules/postcss-loader/index.js!./TypeRefView.css");
3103
- if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];
3104
- update(newContent);
3105
- });
3106
- }
3107
- // When the module is disposed, remove the <style> tags
3108
- module.hot.dispose(function() { update(); });
3109
- }
3110
-
3111
- /***/ },
3112
- /* 16 */
3113
- /***/ function(module, exports, __webpack_require__) {
3114
-
3115
- exports = module.exports = __webpack_require__(10)();
3116
- // imports
3117
- exports.i(__webpack_require__(17), undefined);
3118
-
3119
- // module
3120
- exports.push([module.id, "._3Ue4q58Ya6q2FCTVkZKllk {\n}\n", ""]);
3121
-
3122
- // exports
3123
- exports.locals = {
3124
- "typeRef": "_3Ue4q58Ya6q2FCTVkZKllk " + __webpack_require__(17).locals["typeLink"] + ""
3125
- };
3126
-
3127
- /***/ },
3128
- /* 17 */
3129
- /***/ function(module, exports, __webpack_require__) {
3130
-
3131
- exports = module.exports = __webpack_require__(10)();
3132
- // imports
3133
-
3134
-
3135
- // module
3136
- exports.push([module.id, "._3_QndMLrl0DS7txXsKk5aM {\n color: #5b2699;\n}\n\n._1QSb_Lywz03jNMCELm-GrU {\n padding-right: 16px;\n padding-right: 1rem;\n white-space: nowrap;\n}\n\n._3a5669pwdwJabgmbtJHumc {\n line-height: 1.3;\n}\n\n._3Xlbyq0Qo-JOAJLLx2z9-l {\n color: #64381f;\n}\n\n.NgU4gHjdynLJU2YSbF4ic {\n color: #836c28;\n}\n\n._15sahXcXCjIULC63jwKqZE {\n color: #007400;\n}\n\n._1ssUqN390ygEtVlxHSnU0e,\n._1ssUqN390ygEtVlxHSnU0e:active,\n._1ssUqN390ygEtVlxHSnU0e:hover,\n._1ssUqN390ygEtVlxHSnU0e:visited {\n color: #007400;\n}\n", ""]);
3137
-
3138
- // exports
3139
- exports.locals = {
3140
- "argumentName": "_3_QndMLrl0DS7txXsKk5aM",
3141
- "argumentCell": "_1QSb_Lywz03jNMCELm-GrU",
3142
- "argumentRow": "_3a5669pwdwJabgmbtJHumc",
3143
- "fieldName": "_3Xlbyq0Qo-JOAJLLx2z9-l",
3144
- "defaultValue": "NgU4gHjdynLJU2YSbF4ic",
3145
- "typeName": "_15sahXcXCjIULC63jwKqZE",
3146
- "typeLink": "_1ssUqN390ygEtVlxHSnU0e"
3147
- };
3148
-
3149
- /***/ },
3150
- /* 18 */
3151
- /***/ function(module, exports, __webpack_require__) {
3152
-
3153
- // style-loader: Adds some css to the DOM by adding a <style> tag
3154
-
3155
- // load the styles
3156
- var content = __webpack_require__(19);
3157
- if(typeof content === 'string') content = [[module.id, content, '']];
3158
- // add the styles to the DOM
3159
- var update = __webpack_require__(11)(content, {});
3160
- if(content.locals) module.exports = content.locals;
3161
- // Hot Module Replacement
3162
- if(false) {
3163
- // When the styles change, update the <style> tags
3164
- if(!content.locals) {
3165
- module.hot.accept("!!./../../node_modules/css-loader/index.js?modules&importLoaders=1!./../../node_modules/postcss-loader/index.js!./FieldSyntaxView.css", function() {
3166
- var newContent = require("!!./../../node_modules/css-loader/index.js?modules&importLoaders=1!./../../node_modules/postcss-loader/index.js!./FieldSyntaxView.css");
3167
- if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];
3168
- update(newContent);
3169
- });
3170
- }
3171
- // When the module is disposed, remove the <style> tags
3172
- module.hot.dispose(function() { update(); });
3173
- }
3174
-
3175
- /***/ },
3176
- /* 19 */
3177
- /***/ function(module, exports, __webpack_require__) {
3178
-
3179
- exports = module.exports = __webpack_require__(10)();
3180
- // imports
3181
- exports.i(__webpack_require__(17), undefined);
3182
-
3183
- // module
3184
- exports.push([module.id, "._3Q9rTqv61jz1TMbQgSC21Y {\n margin-bottom: 3.2px;\n margin-bottom: 0.2rem;\n}\n\n.pfwgw1KVkaL-Jspb7XsLn {\n}\n\n._3qTEJI-SGaaBwcproq96Z9 {\n}\n\n._1C3jrn92-2_teD3Q_-WwDn {\n}\n", ""]);
3185
-
3186
- // exports
3187
- exports.locals = {
3188
- "container": "_3Q9rTqv61jz1TMbQgSC21Y",
3189
- "name": "pfwgw1KVkaL-Jspb7XsLn " + __webpack_require__(17).locals["fieldName"] + "",
3190
- "argumentName": "_3qTEJI-SGaaBwcproq96Z9 " + __webpack_require__(17).locals["argumentName"] + "",
3191
- "defaultValue": "_1C3jrn92-2_teD3Q_-WwDn " + __webpack_require__(17).locals["defaultValue"] + ""
3192
- };
3193
-
3194
- /***/ },
3195
- /* 20 */
3196
- /***/ function(module, exports, __webpack_require__) {
3197
-
3198
- 'use strict';
3199
-
3200
- Object.defineProperty(exports, "__esModule", {
3201
- value: true
3202
- });
3203
- exports.FieldArgumentsTableView = undefined;
3204
-
3205
- var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
3206
-
3207
- var _react = __webpack_require__(1);
3208
-
3209
- var _react2 = _interopRequireDefault(_react);
3210
-
3211
- var _model = __webpack_require__(3);
3212
-
3213
- var _TypeRefView = __webpack_require__(14);
3214
-
3215
- var _DescriptionView = __webpack_require__(6);
3216
-
3217
- var _FieldArgumentsTableView = __webpack_require__(21);
3218
-
3219
- var StyleSheet = _interopRequireWildcard(_FieldArgumentsTableView);
3220
-
3221
- function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
3222
-
3223
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
3224
-
3225
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
3226
-
3227
- function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
3228
-
3229
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
3230
-
3231
- var FieldArgumentsTableView = exports.FieldArgumentsTableView = function (_React$Component) {
3232
- _inherits(FieldArgumentsTableView, _React$Component);
3233
-
3234
- function FieldArgumentsTableView() {
3235
- _classCallCheck(this, FieldArgumentsTableView);
3236
-
3237
- return _possibleConstructorReturn(this, (FieldArgumentsTableView.__proto__ || Object.getPrototypeOf(FieldArgumentsTableView)).apply(this, arguments));
3238
- }
3239
-
3240
- _createClass(FieldArgumentsTableView, [{
3241
- key: 'render',
3242
- value: function render() {
3243
- var _this2 = this;
3244
-
3245
- var withDescription = this.props.args.filter(function (a) {
3246
- return a.description;
3247
- });
3248
-
3249
- if (!withDescription.length) {
3250
- return null;
3251
- }
3252
-
3253
- return _react2.default.createElement(
3254
- 'table',
3255
- { className: StyleSheet.table },
3256
- _react2.default.createElement(
3257
- 'thead',
3258
- null,
3259
- _react2.default.createElement(
3260
- 'tr',
3261
- null,
3262
- _react2.default.createElement(
3263
- 'th',
3264
- {
3265
- colSpan: '2',
3266
- className: StyleSheet.header
3267
- },
3268
- 'Arguments'
3269
- )
3270
- )
3271
- ),
3272
- _react2.default.createElement(
3273
- 'tbody',
3274
- null,
3275
- withDescription.map(function (a) {
3276
- return _this2.renderRow(a);
3277
- })
3278
- )
3279
- );
3280
- }
3281
- }, {
3282
- key: 'renderRow',
3283
- value: function renderRow(arg) {
3284
- return _react2.default.createElement(
3285
- 'tr',
3286
- { key: arg.name, className: StyleSheet.row },
3287
- _react2.default.createElement(
3288
- 'td',
3289
- {
3290
- className: StyleSheet.key
3291
- },
3292
- _react2.default.createElement(
3293
- 'span',
3294
- { className: StyleSheet.argumentName },
3295
- arg.name
3296
- ),
3297
- ': ',
3298
- _react2.default.createElement(_TypeRefView.TypeRefView, { typeRef: arg.type })
3299
- ),
3300
- _react2.default.createElement(
3301
- 'td',
3302
- {
3303
- className: StyleSheet.value
3304
- },
3305
- arg.description && _react2.default.createElement(_DescriptionView.DescriptionView, { description: arg.description })
3306
- )
3307
- );
3308
- }
3309
- }]);
3310
-
3311
- return FieldArgumentsTableView;
3312
- }(_react2.default.Component);
3313
-
3314
- /***/ },
3315
- /* 21 */
3316
- /***/ function(module, exports, __webpack_require__) {
3317
-
3318
- // style-loader: Adds some css to the DOM by adding a <style> tag
3319
-
3320
- // load the styles
3321
- var content = __webpack_require__(22);
3322
- if(typeof content === 'string') content = [[module.id, content, '']];
3323
- // add the styles to the DOM
3324
- var update = __webpack_require__(11)(content, {});
3325
- if(content.locals) module.exports = content.locals;
3326
- // Hot Module Replacement
3327
- if(false) {
3328
- // When the styles change, update the <style> tags
3329
- if(!content.locals) {
3330
- module.hot.accept("!!./../../node_modules/css-loader/index.js?modules&importLoaders=1!./../../node_modules/postcss-loader/index.js!./FieldArgumentsTableView.css", function() {
3331
- var newContent = require("!!./../../node_modules/css-loader/index.js?modules&importLoaders=1!./../../node_modules/postcss-loader/index.js!./FieldArgumentsTableView.css");
3332
- if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];
3333
- update(newContent);
3334
- });
3335
- }
3336
- // When the module is disposed, remove the <style> tags
3337
- module.hot.dispose(function() { update(); });
3338
- }
3339
-
3340
- /***/ },
3341
- /* 22 */
3342
- /***/ function(module, exports, __webpack_require__) {
3343
-
3344
- exports = module.exports = __webpack_require__(10)();
3345
- // imports
3346
- exports.i(__webpack_require__(17), undefined);
3347
-
3348
- // module
3349
- exports.push([module.id, "._2u0NKWFUVO10_7zl5FH1bX {\n margin-top: 16px;\n margin-top: 1rem;\n margin-left: 32px;\n margin-left: 2rem;\n width: calc(100% - 2rem);\n}\n\n._14Noc9w-o_IUonJxsVOnBQ {\n text-align: left;\n font-size: 17.6px;\n font-size: 1.1rem;\n border-bottom: 1px solid #d9d9d9;\n}\n\n._3qzzdu41HzTOjXefzRE8dy {\n}\n\n._3g8_wlJYIQqfvRx4Tdzt4u {\n width: 100%;\n}\n\n._1XONXofpDzZZq1kxZDtU2p {\n}\n\n.Sb22PNqbe2ZV1oFtChBAD {\n}\n", ""]);
3350
-
3351
- // exports
3352
- exports.locals = {
3353
- "table": "_2u0NKWFUVO10_7zl5FH1bX",
3354
- "header": "_14Noc9w-o_IUonJxsVOnBQ",
3355
- "key": "_3qzzdu41HzTOjXefzRE8dy " + __webpack_require__(17).locals["argumentCell"] + "",
3356
- "value": "_3g8_wlJYIQqfvRx4Tdzt4u",
3357
- "row": "_1XONXofpDzZZq1kxZDtU2p " + __webpack_require__(17).locals["argumentRow"] + "",
3358
- "argumentName": "Sb22PNqbe2ZV1oFtChBAD " + __webpack_require__(17).locals["argumentName"] + ""
3359
- };
3360
-
3361
- /***/ },
3362
- /* 23 */
3363
- /***/ function(module, exports, __webpack_require__) {
3364
-
3365
- // style-loader: Adds some css to the DOM by adding a <style> tag
3366
-
3367
- // load the styles
3368
- var content = __webpack_require__(24);
3369
- if(typeof content === 'string') content = [[module.id, content, '']];
3370
- // add the styles to the DOM
3371
- var update = __webpack_require__(11)(content, {});
3372
- if(content.locals) module.exports = content.locals;
3373
- // Hot Module Replacement
3374
- if(false) {
3375
- // When the styles change, update the <style> tags
3376
- if(!content.locals) {
3377
- module.hot.accept("!!./../../node_modules/css-loader/index.js?modules&importLoaders=1!./../../node_modules/postcss-loader/index.js!./FieldView.css", function() {
3378
- var newContent = require("!!./../../node_modules/css-loader/index.js?modules&importLoaders=1!./../../node_modules/postcss-loader/index.js!./FieldView.css");
3379
- if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];
3380
- update(newContent);
3381
- });
3382
- }
3383
- // When the module is disposed, remove the <style> tags
3384
- module.hot.dispose(function() { update(); });
3385
- }
3386
-
3387
- /***/ },
3388
- /* 24 */
3389
- /***/ function(module, exports, __webpack_require__) {
3390
-
3391
- exports = module.exports = __webpack_require__(10)();
3392
- // imports
3393
-
3394
-
3395
- // module
3396
- exports.push([module.id, "._2CI__araY4C94OAnkGP8Fv {\n margin-bottom: 24px;\n margin-bottom: 1.5rem;\n}\n\n._158AUimPZVUE217-1MuDQx {\n margin-left: 32px;\n margin-left: 2rem;\n}\n\n._158AUimPZVUE217-1MuDQx p {\n margin-top: 0;\n}\n", ""]);
3397
-
3398
- // exports
3399
- exports.locals = {
3400
- "container": "_2CI__araY4C94OAnkGP8Fv",
3401
- "description": "_158AUimPZVUE217-1MuDQx"
3402
- };
3403
-
3404
- /***/ },
3405
- /* 25 */
3406
- /***/ function(module, exports, __webpack_require__) {
3407
-
3408
- // style-loader: Adds some css to the DOM by adding a <style> tag
3409
-
3410
- // load the styles
3411
- var content = __webpack_require__(26);
3412
- if(typeof content === 'string') content = [[module.id, content, '']];
3413
- // add the styles to the DOM
3414
- var update = __webpack_require__(11)(content, {});
3415
- if(content.locals) module.exports = content.locals;
3416
- // Hot Module Replacement
3417
- if(false) {
3418
- // When the styles change, update the <style> tags
3419
- if(!content.locals) {
3420
- module.hot.accept("!!./../../node_modules/css-loader/index.js?modules&importLoaders=1!./../../node_modules/postcss-loader/index.js!./TypeDocsViews.css", function() {
3421
- var newContent = require("!!./../../node_modules/css-loader/index.js?modules&importLoaders=1!./../../node_modules/postcss-loader/index.js!./TypeDocsViews.css");
3422
- if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];
3423
- update(newContent);
3424
- });
3425
- }
3426
- // When the module is disposed, remove the <style> tags
3427
- module.hot.dispose(function() { update(); });
3428
- }
3429
-
3430
- /***/ },
3431
- /* 26 */
3432
- /***/ function(module, exports, __webpack_require__) {
3433
-
3434
- exports = module.exports = __webpack_require__(10)();
3435
- // imports
3436
- exports.i(__webpack_require__(17), undefined);
3437
-
3438
- // module
3439
- exports.push([module.id, "._31nGuA4VcO5ASJ1Y-50NC0 {\n margin-bottom: 20px;\n}\n\n._1hBwBkrQ8ZlOyOUcLvjRpt {\n margin-bottom: 8px;\n margin-bottom: 0.5rem;\n}\n\n._1gsHTtZCfZy0kwT90S9nZC {\n -webkit-font-feature-settings: \"c2sc\";\n font-feature-settings: \"c2sc\";\n font-variant: small-caps;\n text-transform: uppercase;\n font-weight: bold;\n color: #4a4a4a;\n border-bottom: 1px solid #d9d9d9;\n margin-top: 16px;\n margin-top: 1rem;\n margin-bottom: 8px;\n margin-bottom: 0.5rem;\n}\n\n._2rkCQUiZ63eNMyTCRDL7GX {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\n.hI41jTQ51eUSGSCTegJoD {\n}\n\n.bHFx-gWNy1lALB9MKGx6U {\n}\n", ""]);
3440
-
3441
- // exports
3442
- exports.locals = {
3443
- "type": "_31nGuA4VcO5ASJ1Y-50NC0",
3444
- "heading": "_1hBwBkrQ8ZlOyOUcLvjRpt",
3445
- "subHeading": "_1gsHTtZCfZy0kwT90S9nZC",
3446
- "interfacesList": "_2rkCQUiZ63eNMyTCRDL7GX",
3447
- "enumName": "hI41jTQ51eUSGSCTegJoD " + __webpack_require__(17).locals["argumentName"] + " " + __webpack_require__(17).locals["argumentCell"] + "",
3448
- "enumRow": "bHFx-gWNy1lALB9MKGx6U " + __webpack_require__(17).locals["argumentRow"] + ""
3449
- };
3450
-
3451
- /***/ },
3452
- /* 27 */
3453
- /***/ function(module, exports, __webpack_require__) {
3454
-
3455
- // style-loader: Adds some css to the DOM by adding a <style> tag
3456
-
3457
- // load the styles
3458
- var content = __webpack_require__(28);
3459
- if(typeof content === 'string') content = [[module.id, content, '']];
3460
- // add the styles to the DOM
3461
- var update = __webpack_require__(11)(content, {});
3462
- if(content.locals) module.exports = content.locals;
3463
- // Hot Module Replacement
3464
- if(false) {
3465
- // When the styles change, update the <style> tags
3466
- if(!content.locals) {
3467
- module.hot.accept("!!./../../node_modules/css-loader/index.js?modules&importLoaders=1!./../../node_modules/postcss-loader/index.js!./SchemaDocsView.css", function() {
3468
- var newContent = require("!!./../../node_modules/css-loader/index.js?modules&importLoaders=1!./../../node_modules/postcss-loader/index.js!./SchemaDocsView.css");
3469
- if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];
3470
- update(newContent);
3471
- });
3472
- }
3473
- // When the module is disposed, remove the <style> tags
3474
- module.hot.dispose(function() { update(); });
3475
- }
3476
-
3477
- /***/ },
3478
- /* 28 */
3479
- /***/ function(module, exports, __webpack_require__) {
3480
-
3481
- exports = module.exports = __webpack_require__(10)();
3482
- // imports
3483
- exports.i(__webpack_require__(29), "");
3484
-
3485
- // module
3486
- exports.push([module.id, "._2Wa9wu-awiDVZ9IXTPcyFt {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n}\n\n._38MtHDcUga2pYTxIRJJZ8o {\n max-width: 800px;\n}\n", ""]);
3487
-
3488
- // exports
3489
- exports.locals = {
3490
- "wrapper": "_2Wa9wu-awiDVZ9IXTPcyFt",
3491
- "container": "_38MtHDcUga2pYTxIRJJZ8o"
3492
- };
3493
-
3494
- /***/ },
3495
- /* 29 */
3496
- /***/ function(module, exports, __webpack_require__) {
3497
-
3498
- exports = module.exports = __webpack_require__(10)();
3499
- // imports
3500
-
3501
-
3502
- // module
3503
- exports.push([module.id, "/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */\n\n* {\n box-sizing: border-box;\n}\n\n/**\n * 1. Change the default font family in all browsers (opinionated).\n * 2. Prevent adjustments of font size after orientation changes in IE and iOS.\n */\n\nhtml {\n font-family: -apple-system, BlinkMacSystemFont,\n \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\",\n \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\",\n sans-serif; /* 1 */\n -ms-text-size-adjust: 100%; /* 2 */\n -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/**\n * Remove the margin in all browsers (opinionated).\n */\n\nbody {\n margin: 0 8px;\n}\n\n/* HTML5 display definitions\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n * 1. Add the correct display in Edge, IE, and Firefox.\n * 2. Add the correct display in IE.\n */\n\narticle,\naside,\ndetails, /* 1 */\nfigcaption,\nfigure,\nfooter,\nheader,\nmain, /* 2 */\nmenu,\nnav,\nsection,\nsummary { /* 1 */\n display: block;\n}\n\n/**\n * Add the correct display in IE 9-.\n */\n\naudio,\ncanvas,\nprogress,\nvideo {\n display: inline-block;\n}\n\n/**\n * Add the correct display in iOS 4-7.\n */\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n/**\n * Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n\nprogress {\n vertical-align: baseline;\n}\n\n/**\n * Add the correct display in IE 10-.\n * 1. Add the correct display in IE.\n */\n\ntemplate, /* 1 */\n[hidden] {\n display: none;\n}\n\n/* Links\n ========================================================================== */\n\n/**\n * 1. Remove the gray background on active links in IE 10.\n * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.\n */\n\na {\n background-color: transparent; /* 1 */\n -webkit-text-decoration-skip: ink; /* 2 */\n}\n\n/**\n * Remove the outline on focused links when they are also active or hovered\n * in all browsers (opinionated).\n */\n\na:active,\na:hover {\n outline-width: 0;\n}\n\n/* Text-level semantics\n ========================================================================== */\n\n/**\n * 1. Remove the bottom border in Firefox 39-.\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n\nabbr[title] {\n border-bottom: none; /* 1 */\n text-decoration: underline; /* 2 */\n text-decoration: underline dotted; /* 2 */\n}\n\n/**\n * Prevent the duplicate application of `bolder` by the next rule in Safari 6.\n */\n\nb,\nstrong {\n font-weight: inherit;\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/**\n * Add the correct font style in Android 4.3-.\n */\n\ndfn {\n font-style: italic;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/**\n * Add the correct background and color in IE 9-.\n */\n\nmark {\n background-color: #ff0;\n color: #000;\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/* Embedded content\n ========================================================================== */\n\n/**\n * Remove the border on images inside links in IE 10-.\n */\n\nimg {\n border-style: none;\n}\n\n/**\n * Hide the overflow in IE.\n */\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\n/* Grouping content\n ========================================================================== */\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct margin in IE 8.\n */\n\nfigure {\n margin: 1em 40px;\n}\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\nhr {\n box-sizing: content-box; /* 1 */\n height: 0; /* 1 */\n overflow: visible; /* 2 */\n}\n\n/* Forms\n ========================================================================== */\n\n/**\n * 1. Change font properties to `inherit` in all browsers (opinionated).\n * 2. Remove the margin in Firefox and Safari.\n */\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font: inherit; /* 1 */\n margin: 0; /* 2 */\n}\n\n/**\n * Restore the font weight unset by the previous rule.\n */\n\noptgroup {\n font-weight: bold;\n}\n\n/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\n\nbutton,\ninput { /* 1 */\n overflow: visible;\n}\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n\nbutton,\nselect { /* 1 */\n text-transform: none;\n}\n\n/**\n * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n * controls in Android 4.\n * 2. Correct the inability to style clickable types in iOS and Safari.\n */\n\nbutton,\nhtml [type=\"button\"], /* 1 */\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; /* 2 */\n}\n\n/**\n * Remove the inner border and padding in Firefox.\n */\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\n/**\n * Change the border, margin, and padding in all browsers (opinionated).\n */\n\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\n\nlegend {\n box-sizing: border-box; /* 1 */\n color: inherit; /* 2 */\n display: table; /* 1 */\n max-width: 100%; /* 1 */\n padding: 0; /* 3 */\n white-space: normal; /* 1 */\n}\n\n/**\n * Remove the default vertical scrollbar in IE.\n */\n\ntextarea {\n overflow: auto;\n}\n\n/**\n * 1. Add the correct box sizing in IE 10-.\n * 2. Remove the padding in IE 10-.\n */\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n[type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\n * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.\n */\n\n[type=\"search\"]::-webkit-search-cancel-button,\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * Correct the text style of placeholders in Chrome, Edge, and Safari.\n */\n\n::-webkit-input-placeholder {\n color: inherit;\n opacity: 0.54;\n}\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n", ""]);
3504
-
3505
- // exports
3506
-
3507
-
3508
- /***/ },
3509
- /* 30 */
3510
- /***/ function(module, exports) {
3511
-
3512
- module.exports = "query IntrospectionQuery {\n __schema {\n queryType {\n name\n }\n mutationType {\n name\n }\n subscriptionType {\n name\n }\n types {\n ...FullType\n }\n directives {\n name\n description\n args {\n ...InputValue\n }\n onOperation\n onFragment\n onField\n }\n }\n}\n\nfragment FullType on __Type {\n kind\n name\n description\n fields(includeDeprecated: true) {\n name\n description\n args {\n ...InputValue\n }\n type {\n ...TypeRef\n }\n isDeprecated\n deprecationReason\n }\n inputFields {\n ...InputValue\n }\n interfaces {\n ...TypeRef\n }\n enumValues(includeDeprecated: true) {\n name\n description\n isDeprecated\n deprecationReason\n }\n possibleTypes {\n ...TypeRef\n }\n}\n\nfragment InputValue on __InputValue {\n name\n description\n type {\n ...TypeRef\n }\n defaultValue\n}\n\nfragment TypeRef on __Type {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n }\n }\n }\n}\n\n"
3513
-
3514
- /***/ }
3515
- /******/ ])
3516
- });
3517
- ;
3518
- //# sourceMappingURL=graphql-docs.js.map