decidim-core 0.20.1 → 0.23.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of decidim-core might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/config/decidim_core_manifest.js +8 -0
- data/app/assets/fonts/decidim/Roboto-Regular.eot +0 -0
- data/app/assets/fonts/decidim/Roboto-Regular.svg +1 -0
- data/app/assets/fonts/decidim/Roboto-Regular.ttf +0 -0
- data/app/assets/fonts/decidim/Roboto-Regular.woff +0 -0
- data/app/assets/fonts/decidim/Roboto-Regular.woff2 +0 -0
- data/app/assets/fonts/decidim/Source_Sans_Pro_400.svg +1 -345
- data/app/assets/fonts/decidim/Source_Sans_Pro_600.svg +1 -339
- data/app/assets/fonts/decidim/Source_Sans_Pro_900.svg +1 -342
- data/app/assets/images/decidim/avatar-multiuser.png +0 -0
- data/app/assets/images/decidim/brands/google.svg +1 -0
- data/app/assets/images/decidim/decidim-logo.svg +1 -71
- data/app/assets/images/decidim/default-avatar.svg +1 -14
- data/app/assets/images/decidim/gamification/badges/followers.svg +1 -115
- data/app/assets/images/decidim/gamification/badges/invitations.svg +1 -117
- data/app/assets/images/decidim/icons.svg +1 -259
- data/app/assets/images/decidim/placeholder.jpg +0 -0
- data/app/assets/javascripts/decidim.js.es6 +30 -1
- data/app/assets/javascripts/decidim/ajax_modals.js.es6 +6 -3
- data/app/assets/javascripts/decidim/assets.js.erb +5 -0
- data/app/assets/javascripts/decidim/callout.js.es6 +18 -0
- data/app/assets/javascripts/decidim/check_boxes_tree.js.es6 +190 -0
- data/app/assets/javascripts/decidim/configuration.js.es6 +23 -0
- data/app/assets/javascripts/decidim/confirm.js.es6 +179 -0
- data/app/assets/javascripts/decidim/conversations.js.es6 +17 -0
- data/app/assets/javascripts/decidim/core/bundle.js +1 -1
- data/app/assets/javascripts/decidim/core/bundle.js.map +1 -1
- data/app/assets/javascripts/decidim/core/extrapoly.js +6 -0
- data/app/assets/javascripts/decidim/data_picker.js.es6 +128 -50
- data/app/assets/javascripts/decidim/delayed.js.es6 +26 -0
- data/app/assets/javascripts/decidim/diff_mode_dropdown.js.es6 +39 -6
- data/app/assets/javascripts/decidim/dropdowns_menus.js.es6 +32 -0
- data/app/assets/javascripts/decidim/editor.js.es6 +3 -3
- data/app/assets/javascripts/decidim/external_link.js.es6 +69 -0
- data/app/assets/javascripts/decidim/floating_help.js.es6 +7 -0
- data/app/assets/javascripts/decidim/form_filter.component.js.es6 +87 -39
- data/app/assets/javascripts/decidim/form_filter.component.test.js +43 -9
- data/app/assets/javascripts/decidim/form_validator.es6 +61 -0
- data/app/assets/javascripts/decidim/foundation.js.es6 +28 -28
- data/app/assets/javascripts/decidim/geocoding.js.es6 +60 -0
- data/app/assets/javascripts/decidim/geocoding/attach_input.js.es6 +106 -0
- data/app/assets/javascripts/decidim/geocoding/format_address.js.es6 +29 -0
- data/app/assets/javascripts/decidim/geocoding/provider/here.js.es6 +107 -0
- data/app/assets/javascripts/decidim/geocoding/provider/photon.js.es6 +77 -0
- data/app/assets/javascripts/decidim/history.js.es6 +16 -1
- data/app/assets/javascripts/decidim/icon.js.es6 +42 -0
- data/app/assets/javascripts/decidim/identity_selector_dialog.js.es6 +61 -0
- data/app/assets/javascripts/decidim/input_character_counter.js.es6 +115 -0
- data/app/assets/javascripts/decidim/input_mentions.js.es6 +34 -9
- data/app/assets/javascripts/decidim/input_multiple_mentions.js.es6 +195 -0
- data/app/assets/javascripts/decidim/map.js.es6 +35 -88
- data/app/assets/javascripts/decidim/map/controller.js.es6 +92 -0
- data/app/assets/javascripts/decidim/map/controller/markers.js.es6 +65 -0
- data/app/assets/javascripts/decidim/map/controller/static.es6 +48 -0
- data/app/assets/javascripts/decidim/map/factory.js.es6 +51 -0
- data/app/assets/javascripts/decidim/map/icon.js.es6 +31 -0
- data/app/assets/javascripts/decidim/map/legacy.js.es6 +87 -0
- data/app/assets/javascripts/decidim/map/provider/default.js.es6 +22 -0
- data/app/assets/javascripts/decidim/map/provider/here.js.es6 +22 -0
- data/app/assets/javascripts/decidim/orders.js.es6 +9 -28
- data/app/assets/javascripts/decidim/responsive_horizontal_tabs.js.es6 +12 -0
- data/app/assets/javascripts/decidim/results_listing.js.es6 +44 -0
- data/app/assets/javascripts/decidim/security/selfxss_warning.js.es6 +19 -0
- data/app/assets/javascripts/decidim/start_conversation_dialog.js +13 -0
- data/app/assets/javascripts/decidim/vizzs.js.es6 +1 -0
- data/app/assets/stylesheets/decidim/_decidim-settings.scss +5 -0
- data/app/assets/stylesheets/decidim/_decidim.scss +15 -11
- data/app/assets/stylesheets/decidim/_properties.scss +25 -0
- data/app/assets/stylesheets/decidim/_variables.scss +7 -25
- data/app/assets/stylesheets/decidim/application.scss.erb +2 -2
- data/app/assets/stylesheets/decidim/editor.scss +2 -2
- data/app/assets/stylesheets/decidim/email.scss +1771 -0
- data/app/assets/stylesheets/decidim/extras/_external-links.scss +29 -0
- data/app/assets/stylesheets/decidim/extras/_extras.scss +17 -0
- data/app/assets/stylesheets/decidim/extras/_label-required.scss +9 -0
- data/app/assets/stylesheets/decidim/extras/_process_stats.scss +1 -1
- data/app/assets/stylesheets/decidim/extras/_quill.scss +5 -0
- data/app/assets/stylesheets/decidim/extras/_results-per-page.scss +8 -1
- data/app/assets/stylesheets/decidim/layouts/_home.scss +31 -7
- data/app/assets/stylesheets/decidim/layouts/_layouts.scss +5 -0
- data/app/assets/stylesheets/decidim/layouts/_logo.scss +26 -0
- data/app/assets/stylesheets/decidim/layouts/_user.scss +4 -0
- data/app/assets/stylesheets/decidim/modules/_author-avatar.scss +9 -13
- data/app/assets/stylesheets/decidim/modules/_buttons.scss +273 -28
- data/app/assets/stylesheets/decidim/modules/_cards.scss +189 -23
- data/app/assets/stylesheets/decidim/modules/_collapsible-list.scss +21 -0
- data/app/assets/stylesheets/decidim/modules/_comments.scss +102 -2
- data/app/assets/stylesheets/decidim/modules/_conference-programme.scss +0 -1
- data/app/assets/stylesheets/decidim/modules/_confirm.scss +5 -0
- data/app/assets/stylesheets/decidim/modules/_conversation.scss +50 -0
- data/app/assets/stylesheets/decidim/modules/_data-picker.scss +9 -11
- data/app/assets/stylesheets/decidim/modules/_definition-data.scss +6 -1
- data/app/assets/stylesheets/decidim/modules/_docs-manager.scss +0 -1
- data/app/assets/stylesheets/decidim/modules/_extra.scss +0 -2
- data/app/assets/stylesheets/decidim/modules/_filters.scss +61 -3
- data/app/assets/stylesheets/decidim/modules/_floating-helper.scss +20 -8
- data/app/assets/stylesheets/decidim/modules/_footer.scss +8 -4
- data/app/assets/stylesheets/decidim/modules/_forms.scss +77 -4
- data/app/assets/stylesheets/decidim/modules/_horizontal-tabs.scss +64 -1
- data/app/assets/stylesheets/decidim/modules/_inline-filters.scss +6 -3
- data/app/assets/stylesheets/decidim/modules/_input-gallery.scss +10 -0
- data/app/assets/stylesheets/decidim/modules/_input-mentions.scss +25 -7
- data/app/assets/stylesheets/decidim/modules/_input-multiple-mentions.scss +5 -0
- data/app/assets/stylesheets/decidim/modules/_layout.scss +21 -0
- data/app/assets/stylesheets/decidim/modules/_map.scss +46 -0
- data/app/assets/stylesheets/decidim/modules/_margins.scss +8 -7
- data/app/assets/stylesheets/decidim/modules/_messages.scss +18 -18
- data/app/assets/stylesheets/decidim/modules/_modules.scss +75 -71
- data/app/assets/stylesheets/decidim/modules/_navbar.scss +187 -31
- data/app/assets/stylesheets/decidim/modules/_notification.scss +5 -0
- data/app/assets/stylesheets/decidim/modules/_order-by.scss +5 -0
- data/app/assets/stylesheets/decidim/modules/_process-nav.scss +5 -2
- data/app/assets/stylesheets/decidim/modules/_process-phase.scss +2 -4
- data/app/assets/stylesheets/decidim/modules/_process-stats.scss +53 -0
- data/app/assets/stylesheets/decidim/modules/_progress-bar.scss +5 -1
- data/app/assets/stylesheets/decidim/modules/_reveal.scss +11 -0
- data/app/assets/stylesheets/decidim/modules/_signup.scss +6 -5
- data/app/assets/stylesheets/decidim/modules/_static-pages.scss +0 -1
- data/app/assets/stylesheets/decidim/modules/_status-labels.scss +7 -1
- data/app/assets/stylesheets/decidim/modules/_sticky.scss +5 -0
- data/app/assets/stylesheets/decidim/modules/_tags.scss +11 -1
- data/app/assets/stylesheets/decidim/modules/_timeline.scss +1 -2
- data/app/assets/stylesheets/decidim/modules/_typography.scss +94 -10
- data/app/assets/stylesheets/decidim/modules/_versions.scss +0 -1
- data/app/assets/stylesheets/decidim/utils/_fontface.scss +10 -0
- data/app/assets/stylesheets/decidim/utils/_helpers.scss +8 -0
- data/app/assets/stylesheets/decidim/utils/_mixins.scss +86 -7
- data/app/assets/stylesheets/decidim/utils/_settings.scss +81 -69
- data/app/assets/stylesheets/decidim/utils/_toggle-expand.scss +14 -0
- data/app/assets/stylesheets/decidim/vizzs.scss +8 -0
- data/app/assets/stylesheets/decidim/vizzs/_areachart.scss +0 -1
- data/app/assets/stylesheets/decidim/vizzs/_linechart.scss +0 -1
- data/app/assets/stylesheets/decidim/vizzs/_rowchart.scss +0 -1
- data/app/assets/stylesheets/decidim/vizzs/_vizzs.scss +5 -0
- data/app/assets/stylesheets/foundation-overrides/components/_button-group.scss +319 -0
- data/app/cells/decidim/activity/show.erb +24 -21
- data/app/cells/decidim/activity_cell.rb +2 -0
- data/app/cells/decidim/address_cell.rb +1 -1
- data/app/cells/decidim/amendable/amend_button_card_cell.rb +1 -5
- data/app/cells/decidim/amendable/promote_button_card_cell.rb +1 -1
- data/app/cells/decidim/announcement/show.erb +1 -1
- data/app/cells/decidim/author/comments.erb +1 -1
- data/app/cells/decidim/author/endorsements.erb +6 -0
- data/app/cells/decidim/author/flag.erb +6 -3
- data/app/cells/decidim/author/profile_inline.erb +3 -4
- data/app/cells/decidim/author/show.erb +2 -0
- data/app/cells/decidim/author/withdraw.erb +2 -2
- data/app/cells/decidim/author_cell.rb +12 -13
- data/app/cells/decidim/badge/show.erb +6 -6
- data/app/cells/decidim/badge/small.erb +2 -1
- data/app/cells/decidim/card/show.erb +4 -4
- data/app/cells/decidim/card_cell.rb +21 -7
- data/app/cells/decidim/card_m/comments_counter.erb +1 -1
- data/app/cells/decidim/card_m/header.erb +4 -4
- data/app/cells/decidim/card_m/image.erb +1 -1
- data/app/cells/decidim/card_m/show.erb +3 -3
- data/app/cells/decidim/card_m_cell.rb +9 -6
- data/app/cells/decidim/collapsible_authors_cell.rb +1 -1
- data/app/cells/decidim/collapsible_list/show.erb +3 -3
- data/app/cells/decidim/content_blocks/footer_sub_hero/show.erb +4 -4
- data/app/cells/decidim/content_blocks/hero_settings_form/show.erb +2 -2
- data/app/cells/decidim/content_blocks/how_to_participate/show.erb +8 -8
- data/app/cells/decidim/content_blocks/last_activity_cell.rb +1 -1
- data/app/cells/decidim/content_blocks/stats/show.erb +1 -1
- data/app/cells/decidim/content_blocks/sub_hero/show.erb +3 -3
- data/app/cells/decidim/diff/attribute.erb +15 -5
- data/app/cells/decidim/diff/diff_mode_html.erb +31 -0
- data/app/cells/decidim/diff/diff_split.erb +1 -1
- data/app/cells/decidim/diff/diff_unified.erb +1 -1
- data/app/cells/decidim/diff/show.erb +1 -0
- data/app/cells/decidim/diff_cell.rb +32 -9
- data/app/cells/decidim/endorsement_buttons/select_identity_button.erb +10 -0
- data/app/cells/decidim/endorsement_buttons/show.erb +4 -0
- data/app/cells/decidim/endorsement_buttons_cell.rb +208 -0
- data/app/cells/decidim/endorsers_list/show.erb +16 -0
- data/app/cells/decidim/endorsers_list_cell.rb +29 -0
- data/app/cells/decidim/fingerprint_cell.rb +1 -0
- data/app/cells/decidim/follow_button/show.erb +29 -8
- data/app/cells/decidim/follow_button_cell.rb +37 -5
- data/app/cells/decidim/navbar_admin_link/show.erb +6 -0
- data/app/cells/decidim/navbar_admin_link_cell.rb +49 -0
- data/app/cells/decidim/newsletter_templates/base_cell.rb +30 -0
- data/app/cells/decidim/newsletter_templates/base_settings_form_cell.rb +13 -0
- data/app/cells/decidim/newsletter_templates/basic_only_text/show.erb +86 -0
- data/app/cells/decidim/newsletter_templates/basic_only_text_cell.rb +21 -0
- data/app/cells/decidim/newsletter_templates/basic_only_text_settings_form/show.erb +7 -0
- data/app/cells/decidim/newsletter_templates/basic_only_text_settings_form_cell.rb +8 -0
- data/app/cells/decidim/newsletter_templates/image_text_cta/show.erb +125 -0
- data/app/cells/decidim/newsletter_templates/image_text_cta_cell.rb +61 -0
- data/app/cells/decidim/newsletter_templates/image_text_cta_settings_form/show.erb +17 -0
- data/app/cells/decidim/newsletter_templates/image_text_cta_settings_form_cell.rb +8 -0
- data/app/cells/decidim/notifications/show.erb +1 -1
- data/app/cells/decidim/profile/show.erb +2 -2
- data/app/cells/decidim/profile/user_group_tabs.erb +10 -5
- data/app/cells/decidim/profile/user_tabs.erb +16 -14
- data/app/cells/decidim/profile_cell.rb +18 -0
- data/app/cells/decidim/profile_sidebar/show.erb +16 -16
- data/app/cells/decidim/profile_sidebar_cell.rb +1 -0
- data/app/cells/decidim/progress_bar/show.erb +11 -4
- data/app/cells/decidim/progress_bar_cell.rb +20 -1
- data/app/cells/decidim/search_results_section/show.erb +1 -1
- data/app/cells/decidim/tags_cell.rb +34 -4
- data/app/cells/decidim/translation_bar/show.erb +6 -0
- data/app/cells/decidim/translation_bar_cell.rb +52 -0
- data/app/cells/decidim/user_activity/show.erb +19 -1
- data/app/cells/decidim/user_activity_cell.rb +6 -0
- data/app/cells/decidim/user_conversation/conversation_header.erb +14 -0
- data/app/cells/decidim/user_conversation/messages.erb +15 -0
- data/app/cells/decidim/user_conversation/new.erb +15 -0
- data/app/cells/decidim/user_conversation/reply.erb +17 -0
- data/app/cells/decidim/user_conversation/show.erb +20 -0
- data/app/cells/decidim/user_conversation_cell.rb +75 -0
- data/app/cells/decidim/user_conversations/add_conversation_users.erb +25 -0
- data/app/cells/decidim/user_conversations/conversation_item.erb +38 -0
- data/app/cells/decidim/user_conversations/show.erb +58 -0
- data/app/cells/decidim/user_conversations_cell.rb +40 -0
- data/app/cells/decidim/user_group_admin_membership_profile/footer.erb +3 -3
- data/app/cells/decidim/user_profile/footer.erb +1 -1
- data/app/cells/decidim/user_profile/unlinked_user_data.erb +16 -0
- data/app/cells/decidim/user_profile/user_data.erb +1 -1
- data/app/cells/decidim/user_profile_cell.rb +7 -1
- data/app/cells/decidim/user_timeline_cell.rb +4 -0
- data/app/cells/decidim/version/show.erb +31 -0
- data/app/{views/decidim/shared/_version_author.html.erb → cells/decidim/version_author/show.erb} +1 -1
- data/app/cells/decidim/version_author_cell.rb +9 -0
- data/app/cells/decidim/version_cell.rb +83 -0
- data/app/cells/decidim/versions_list/show.erb +32 -0
- data/app/cells/decidim/versions_list_cell.rb +64 -0
- data/app/cells/decidim/versions_list_item/show.erb +20 -0
- data/app/cells/decidim/versions_list_item_cell.rb +51 -0
- data/app/cells/decidim/wizard_step_form/wizard_aside.erb +1 -1
- data/app/cells/decidim/wizard_step_form/wizard_header.erb +2 -2
- data/app/cells/decidim/wizard_step_form_cell.rb +4 -1
- data/app/commands/decidim/amendable/accept.rb +18 -7
- data/app/commands/decidim/amendable/create_draft.rb +2 -0
- data/app/commands/decidim/amendable/publish_draft.rb +5 -0
- data/app/commands/decidim/amendable/reject.rb +5 -0
- data/app/commands/decidim/amendable/update_draft.rb +2 -0
- data/app/commands/decidim/amendable/withdraw.rb +3 -12
- data/app/commands/decidim/attachment_methods.rb +47 -0
- data/app/commands/decidim/create_registration.rb +7 -7
- data/app/commands/decidim/create_user_group.rb +12 -0
- data/app/commands/decidim/destroy_account.rb +13 -0
- data/app/commands/decidim/endorse_resource.rb +64 -0
- data/app/commands/decidim/gallery_methods.rb +71 -0
- data/app/commands/decidim/invite_user_again.rb +2 -4
- data/app/commands/decidim/messaging/reply_to_conversation.rb +35 -4
- data/app/commands/decidim/messaging/start_conversation.rb +36 -5
- data/app/commands/decidim/multiple_attachments_methods.rb +56 -0
- data/app/commands/decidim/unendorse_resource.rb +38 -0
- data/app/commands/decidim/update_notifications_settings.rb +1 -0
- data/app/commands/decidim/update_user_group.rb +14 -1
- data/app/controllers/concerns/decidim/devise_controllers.rb +1 -0
- data/app/controllers/concerns/decidim/filter_resource.rb +24 -6
- data/app/controllers/concerns/decidim/flaggable.rb +20 -0
- data/app/controllers/concerns/decidim/force_authentication.rb +1 -0
- data/app/controllers/concerns/decidim/impersonate_users.rb +14 -1
- data/app/controllers/concerns/decidim/needs_snippets.rb +20 -0
- data/app/controllers/concerns/decidim/paginable.rb +5 -1
- data/app/controllers/concerns/decidim/resource_versions_concern.rb +28 -0
- data/app/controllers/concerns/decidim/use_organization_time_zone.rb +32 -0
- data/app/controllers/concerns/decidim/withdrawable.rb +20 -0
- data/app/controllers/decidim/application_controller.rb +19 -0
- data/app/controllers/decidim/components/base_controller.rb +7 -1
- data/app/controllers/decidim/cookie_policy_controller.rb +6 -3
- data/app/controllers/decidim/data_portability_controller.rb +12 -19
- data/app/controllers/decidim/devise/omniauth_registrations_controller.rb +1 -1
- data/app/controllers/decidim/devise/registrations_controller.rb +3 -4
- data/app/controllers/decidim/devise/sessions_controller.rb +5 -0
- data/app/controllers/decidim/endorsements_controller.rb +71 -0
- data/app/controllers/decidim/messaging/conversations_controller.rb +57 -14
- data/app/controllers/decidim/newsletters_controller.rb +2 -2
- data/app/controllers/decidim/profiles_controller.rb +6 -0
- data/app/controllers/decidim/scopes_controller.rb +42 -7
- data/app/controllers/decidim/user_activities_controller.rb +19 -2
- data/app/controllers/decidim/user_conversations_controller.rb +142 -0
- data/app/controllers/decidim/user_timeline_controller.rb +19 -2
- data/app/events/decidim/resource_endorsed_event.rb +35 -0
- data/app/events/decidim/user_group_admin_event.rb +37 -0
- data/app/events/decidim/user_group_created_event.rb +6 -0
- data/app/events/decidim/user_group_updated_event.rb +6 -0
- data/app/forms/decidim/account_form.rb +5 -1
- data/app/forms/decidim/amendable/create_form.rb +1 -1
- data/app/forms/decidim/amendable/form.rb +44 -3
- data/app/forms/decidim/attachment_form.rb +5 -0
- data/app/forms/decidim/messaging/conversation_form.rb +10 -4
- data/app/forms/decidim/notifications_settings_form.rb +6 -0
- data/app/forms/decidim/registration_form.rb +6 -0
- data/app/forms/decidim/user_group_form.rb +5 -1
- data/app/functions/decidim/core/component_finder_base.rb +40 -0
- data/app/functions/decidim/core/component_list.rb +38 -0
- data/app/functions/decidim/core/component_list_base.rb +67 -0
- data/app/functions/decidim/core/needs_api_filter_and_order.rb +52 -0
- data/app/functions/decidim/core/participatory_space_finder.rb +11 -0
- data/app/functions/decidim/core/participatory_space_finder_base.rb +29 -0
- data/app/functions/decidim/core/participatory_space_list.rb +11 -0
- data/app/functions/decidim/core/participatory_space_list_base.rb +34 -0
- data/app/functions/decidim/core/user_entity_finder.rb +33 -0
- data/app/functions/decidim/core/user_entity_list.rb +31 -0
- data/app/helpers/concerns/decidim/flash_helper_extensions.rb +47 -0
- data/app/helpers/decidim/action_authorization_helper.rb +24 -2
- data/app/helpers/decidim/amendments_helper.rb +29 -1
- data/app/helpers/decidim/application_helper.rb +38 -4
- data/app/helpers/decidim/categories_helper.rb +26 -0
- data/app/helpers/decidim/cells_helper.rb +3 -15
- data/app/helpers/decidim/check_boxes_tree_helper.rb +123 -0
- data/app/helpers/decidim/cookies_helper.rb +1 -1
- data/app/helpers/decidim/cta_button_helper.rb +1 -1
- data/app/helpers/decidim/decidim_form_helper.rb +24 -1
- data/app/helpers/decidim/endorsable_helper.rb +93 -0
- data/app/helpers/decidim/filter_params_helper.rb +30 -0
- data/app/helpers/decidim/filters_helper.rb +15 -5
- data/app/helpers/decidim/followable_helper.rb +11 -0
- data/app/helpers/decidim/layout_helper.rb +23 -5
- data/app/helpers/decidim/map_helper.rb +97 -21
- data/app/helpers/decidim/markup_helper.rb +9 -0
- data/app/helpers/decidim/messaging/conversation_helper.rb +61 -7
- data/app/helpers/decidim/omniauth_helper.rb +6 -13
- data/app/helpers/decidim/orders_helper.rb +15 -1
- data/app/helpers/decidim/paginate_helper.rb +3 -1
- data/app/helpers/decidim/participatory_space_helpers.rb +1 -1
- data/app/helpers/decidim/resource_versions_helper.rb +46 -0
- data/app/helpers/decidim/rich_text_editor_helper.rb +23 -0
- data/app/helpers/decidim/sanitize_helper.rb +13 -3
- data/app/helpers/decidim/scopes_helper.rb +7 -6
- data/app/helpers/decidim/tooltip_helper.rb +1 -1
- data/app/helpers/decidim/traceability_helper.rb +2 -8
- data/app/helpers/decidim/translations_helper.rb +7 -1
- data/app/helpers/decidim/user_profile_helper.rb +1 -1
- data/app/helpers/decidim/widget_urls_helper.rb +4 -2
- data/app/jobs/decidim/data_portability_export_job.rb +18 -10
- data/app/jobs/decidim/event_publisher_job.rb +1 -1
- data/app/jobs/decidim/export_job.rb +1 -1
- data/app/jobs/decidim/machine_translation_fields_job.rb +30 -0
- data/app/jobs/decidim/machine_translation_resource_job.rb +113 -0
- data/app/jobs/decidim/machine_translation_save_job.rb +33 -0
- data/app/mailers/concerns/decidim/multitenant_asset_host.rb +33 -0
- data/app/mailers/decidim/application_mailer.rb +1 -0
- data/app/mailers/decidim/export_mailer.rb +9 -5
- data/app/mailers/decidim/messaging/conversation_mailer.rb +53 -4
- data/app/mailers/decidim/newsletter_mailer.rb +22 -4
- data/app/mailers/decidim/reported_mailer.rb +8 -1
- data/app/middleware/decidim/strip_x_forwarded_host.rb +14 -0
- data/app/models/decidim/action_log.rb +2 -2
- data/app/models/decidim/amendment.rb +0 -18
- data/app/models/decidim/area.rb +3 -0
- data/app/models/decidim/area_type.rb +4 -0
- data/app/models/decidim/attachment.rb +30 -2
- data/app/models/decidim/attachment_collection.rb +3 -0
- data/app/models/decidim/authorization.rb +27 -0
- data/app/models/decidim/category.rb +4 -0
- data/app/models/decidim/component.rb +14 -0
- data/app/models/decidim/content_block.rb +16 -4
- data/app/models/decidim/contextual_help_section.rb +4 -0
- data/app/models/decidim/endorsement.rb +30 -0
- data/app/models/decidim/follow.rb +3 -1
- data/app/models/decidim/messaging/conversation.rb +39 -11
- data/app/models/decidim/messaging/message.rb +32 -6
- data/app/models/decidim/messaging/participation.rb +1 -1
- data/app/models/decidim/messaging/receipt.rb +8 -0
- data/app/models/decidim/moderation.rb +1 -1
- data/app/models/decidim/newsletter.rb +10 -1
- data/app/models/decidim/oauth_application.rb +2 -0
- data/app/models/decidim/omniauth_provider.rb +28 -0
- data/app/models/decidim/organization.rb +94 -0
- data/app/models/decidim/participatory_space_role_config/admin.rb +8 -0
- data/app/models/decidim/participatory_space_role_config/base.rb +31 -0
- data/app/models/decidim/participatory_space_role_config/collaborator.rb +8 -0
- data/app/models/decidim/participatory_space_role_config/moderator.rb +11 -0
- data/app/models/decidim/participatory_space_role_config/null_object.rb +11 -0
- data/app/models/decidim/participatory_space_role_config/participatory_space_admin.rb +8 -0
- data/app/models/decidim/participatory_space_role_config/valuator.rb +11 -0
- data/app/models/decidim/scope.rb +8 -3
- data/app/models/decidim/scope_type.rb +3 -0
- data/app/models/decidim/share_token.rb +49 -0
- data/app/models/decidim/static_page.rb +4 -1
- data/app/models/decidim/static_page_topic.rb +3 -0
- data/app/models/decidim/user.rb +51 -3
- data/app/models/decidim/user_base_entity.rb +6 -2
- data/app/models/decidim/user_group.rb +23 -0
- data/app/permissions/decidim/permissions.rb +28 -6
- data/app/presenters/decidim/admin_log/user_presenter.rb +1 -1
- data/app/presenters/decidim/home_stats_presenter.rb +5 -2
- data/app/presenters/decidim/log/base_presenter.rb +1 -1
- data/app/presenters/decidim/log/value_types/default_presenter.rb +1 -1
- data/app/presenters/decidim/metric_charts_presenter.rb +33 -13
- data/app/presenters/decidim/nil_presenter.rb +29 -0
- data/app/presenters/decidim/official_author_presenter.rb +36 -0
- data/app/presenters/decidim/resource_locator_presenter.rb +71 -10
- data/app/presenters/decidim/user_group_presenter.rb +1 -1
- data/app/presenters/decidim/user_presenter.rb +6 -0
- data/app/queries/decidim/metric_manage.rb +5 -0
- data/app/queries/decidim/metrics/followers_metric_manage.rb +1 -6
- data/app/queries/decidim/similar_emendations.rb +4 -4
- data/app/queries/decidim/user_groups/admin_memberships.rb +3 -3
- data/app/scrubbers/decidim/user_input_scrubber.rb +1 -1
- data/app/serializers/decidim/exporters/participatory_space_components_serializer.rb +1 -1
- data/app/serializers/decidim/importers/participatory_space_components_importer.rb +14 -5
- data/app/services/decidim/activity_search.rb +1 -0
- data/app/services/decidim/base_diff_renderer.rb +42 -3
- data/app/services/decidim/data_portability_exporter.rb +72 -0
- data/app/services/decidim/events_manager.rb +4 -1
- data/app/services/decidim/open_data_exporter.rb +2 -0
- data/app/services/decidim/resource_search.rb +122 -17
- data/app/services/decidim/static_map_generator.rb +10 -26
- data/app/services/decidim/zip_stream/zip_stream_writer.rb +56 -0
- data/app/types/decidim/core/amendment_type.rb +26 -0
- data/app/types/decidim/core/area_api_type.rb +16 -0
- data/app/types/decidim/core/area_type_type.rb +14 -0
- data/app/types/decidim/core/base_input_filter.rb +8 -0
- data/app/types/decidim/core/base_input_sort.rb +22 -0
- data/app/types/decidim/core/component_input_filter.rb +50 -0
- data/app/types/decidim/core/component_input_sort.rb +32 -0
- data/app/types/decidim/core/decidim_type.rb +0 -4
- data/app/types/decidim/core/fingerprint_type.rb +15 -0
- data/app/types/decidim/core/has_endorsable_input_sort.rb +17 -0
- data/app/types/decidim/core/has_hastaggable_input_filter.rb +15 -0
- data/app/types/decidim/core/has_localized_input_filter.rb +21 -0
- data/app/types/decidim/core/has_localized_input_sort.rb +21 -0
- data/app/types/decidim/core/has_publishable_input_filter.rb +34 -0
- data/app/types/decidim/core/has_publishable_input_sort.rb +13 -0
- data/app/types/decidim/core/has_timestamp_input_filter.rb +52 -0
- data/app/types/decidim/core/has_timestamp_input_sort.rb +12 -0
- data/app/types/decidim/core/participatory_space_input_filter.rb +26 -0
- data/app/types/decidim/core/participatory_space_input_sort.rb +14 -0
- data/app/types/decidim/core/participatory_space_link_type.rb +24 -0
- data/app/types/decidim/core/trace_version_type.rb +29 -0
- data/app/types/decidim/core/user_entity_input_filter.rb +81 -0
- data/app/types/decidim/core/user_entity_input_sort.rb +24 -0
- data/app/types/decidim/core/user_group_type.rb +17 -5
- data/app/types/decidim/core/user_type.rb +17 -6
- data/app/uploaders/decidim/application_uploader.rb +15 -1
- data/app/uploaders/decidim/attachment_uploader.rb +23 -17
- data/app/uploaders/decidim/avatar_uploader.rb +4 -0
- data/app/uploaders/decidim/banner_image_uploader.rb +1 -1
- data/app/uploaders/decidim/data_portability_uploader.rb +2 -7
- data/app/uploaders/decidim/hero_image_uploader.rb +1 -1
- data/app/uploaders/decidim/homepage_image_uploader.rb +1 -1
- data/app/uploaders/decidim/image_uploader.rb +34 -6
- data/app/uploaders/decidim/newsletter_template_image_uploader.rb +36 -0
- data/app/uploaders/decidim/oauth_application_logo_uploader.rb +1 -1
- data/app/uploaders/decidim/official_image_footer_uploader.rb +1 -1
- data/app/uploaders/decidim/official_image_header_uploader.rb +1 -1
- data/app/uploaders/decidim/organization_logo_uploader.rb +1 -1
- data/app/uploaders/decidim/record_image_uploader.rb +15 -0
- data/app/validators/etiquette_validator.rb +0 -7
- data/app/validators/geocoding_validator.rb +9 -4
- data/app/validators/passthru_validator.rb +111 -0
- data/app/validators/scope_belongs_to_component_validator.rb +16 -0
- data/app/validators/time_zone_validator.rb +10 -0
- data/app/validators/uploader_content_type_validator.rb +44 -0
- data/app/views/decidim/account/delete.html.erb +6 -3
- data/app/views/decidim/account/show.html.erb +17 -10
- data/app/views/decidim/amendments/_edit_form_fields.html.erb +7 -13
- data/app/views/decidim/amendments/_similar_emendation.html.erb +4 -4
- data/app/views/decidim/amendments/compare_draft.html.erb +2 -2
- data/app/views/decidim/amendments/edit_draft.html.erb +2 -2
- data/app/views/decidim/amendments/new.html.erb +2 -2
- data/app/views/decidim/amendments/preview_draft.html.erb +3 -3
- data/app/views/decidim/amendments/review.html.erb +3 -3
- data/app/views/decidim/application/_collection.html.erb +2 -2
- data/app/views/decidim/application/_document.html.erb +4 -4
- data/app/views/decidim/application/_documents.html.erb +1 -1
- data/app/views/decidim/application/_photos.html.erb +1 -1
- data/app/views/decidim/authorization_modals/_content.html.erb +2 -2
- data/app/views/decidim/authorization_modals/show.html.erb +1 -1
- data/app/views/decidim/data_portability/show.html.erb +3 -0
- data/app/views/decidim/devise/confirmations/new.html.erb +3 -3
- data/app/views/decidim/devise/invitations/edit.html.erb +13 -13
- data/app/views/decidim/devise/omniauth_registrations/new.html.erb +5 -3
- data/app/views/decidim/devise/passwords/edit.html.erb +5 -3
- data/app/views/decidim/devise/passwords/new.html.erb +3 -3
- data/app/views/decidim/devise/registrations/edit.html.erb +2 -1
- data/app/views/decidim/devise/registrations/new.html.erb +10 -9
- data/app/views/decidim/devise/sessions/new.html.erb +7 -7
- data/app/views/decidim/devise/shared/_newsletter_modal.html.erb +3 -3
- data/app/views/decidim/devise/shared/_omniauth_buttons.html.erb +11 -11
- data/app/views/decidim/devise/shared/_omniauth_buttons_mini.html.erb +9 -8
- data/app/views/decidim/devise/unlocks/new.html.erb +3 -3
- data/app/views/decidim/doorkeeper/authorizations/new.html.erb +2 -2
- data/app/views/decidim/endorsements/_identity.html.erb +9 -0
- data/app/views/decidim/endorsements/identities.html.erb +12 -0
- data/app/views/decidim/endorsements/update_buttons_and_counters.js.erb +20 -0
- data/app/views/decidim/errors/internal_server_error.html.erb +2 -2
- data/app/views/decidim/errors/not_found.html.erb +2 -2
- data/app/views/decidim/export_mailer/data_portability_export.html.erb +2 -2
- data/app/views/decidim/gamification/badges/index.html.erb +4 -4
- data/app/views/decidim/group_admins/index.html.erb +6 -4
- data/app/views/decidim/group_invites/index.html.erb +5 -2
- data/app/views/decidim/group_members/index.html.erb +6 -4
- data/app/views/decidim/groups/_form.html.erb +2 -0
- data/app/views/decidim/groups/edit.html.erb +4 -2
- data/app/views/decidim/groups/new.html.erb +2 -2
- data/app/views/decidim/last_activities/index.html.erb +2 -0
- data/app/views/decidim/messaging/conversation_mailer/comanagers_new_conversation.html.erb +17 -0
- data/app/views/decidim/messaging/conversation_mailer/comanagers_new_message.html.erb +17 -0
- data/app/views/decidim/messaging/conversation_mailer/new_conversation.html.erb +2 -2
- data/app/views/decidim/messaging/conversation_mailer/new_group_conversation.html.erb +17 -0
- data/app/views/decidim/messaging/conversation_mailer/new_group_message.html.erb +17 -0
- data/app/views/decidim/messaging/conversation_mailer/new_message.html.erb +2 -2
- data/app/views/decidim/messaging/conversations/_add_conversation_users.html.erb +24 -0
- data/app/views/decidim/messaging/conversations/_conversation.html.erb +54 -0
- data/app/views/decidim/messaging/conversations/_error_modal.html.erb +21 -0
- data/app/views/decidim/messaging/conversations/_messages.html.erb +15 -0
- data/app/views/decidim/messaging/conversations/_new_conversation_button.html.erb +33 -0
- data/app/views/decidim/messaging/conversations/_reply.html.erb +3 -3
- data/app/views/decidim/messaging/conversations/_show.html.erb +34 -15
- data/app/views/decidim/messaging/conversations/_start.html.erb +7 -1
- data/app/views/decidim/messaging/conversations/create.js.erb +1 -1
- data/app/views/decidim/messaging/conversations/error.js.erb +10 -0
- data/app/views/decidim/messaging/conversations/index.html.erb +34 -29
- data/app/views/decidim/messaging/conversations/new.html.erb +1 -1
- data/app/views/decidim/messaging/conversations/show.html.erb +8 -4
- data/app/views/decidim/messaging/conversations/update.js.erb +1 -1
- data/app/views/decidim/newsletter_mailer/newsletter.html.erb +2 -2
- data/app/views/decidim/newsletters/show.html.erb +8 -1
- data/app/views/decidim/notification_mailer/event_received.html.erb +2 -2
- data/app/views/decidim/notifications/index.html.erb +4 -2
- data/app/views/decidim/notifications_settings/show.html.erb +14 -1
- data/app/views/decidim/own_user_groups/index.html.erb +4 -0
- data/app/views/decidim/pages/_standalone.html.erb +1 -1
- data/app/views/decidim/pages/_tabbed.html.erb +5 -5
- data/app/views/decidim/pages/index.html.erb +22 -13
- data/app/views/decidim/profiles/_user_follow.erb +3 -3
- data/app/views/decidim/profiles/show.html.erb +2 -0
- data/app/views/decidim/reported_mailer/report.html.erb +49 -3
- data/app/views/decidim/scopes/_scopes_picker_input.html.erb +15 -7
- data/app/views/decidim/scopes/picker.html.erb +31 -17
- data/app/views/decidim/searches/_count.html.erb +14 -11
- data/app/views/decidim/searches/_filters.html.erb +3 -2
- data/app/views/decidim/searches/index.html.erb +5 -3
- data/app/views/decidim/shared/_check_boxes_tree.html.erb +56 -0
- data/app/views/decidim/shared/_confirm_modal.html.erb +18 -0
- data/app/views/decidim/shared/_embed_modal.html.erb +4 -1
- data/app/views/decidim/shared/_extended_navigation_bar.html.erb +3 -3
- data/app/views/decidim/shared/_filter_form_help.erb +8 -0
- data/app/views/decidim/shared/_floating_help.html.erb +7 -7
- data/app/views/decidim/shared/_login_modal.html.erb +17 -6
- data/app/views/decidim/shared/_orders.html.erb +16 -5
- data/app/views/decidim/shared/_results_per_page.html.erb +16 -6
- data/app/views/decidim/shared/_share_modal.html.erb +8 -4
- data/app/views/decidim/shared/_static_map.html.erb +2 -2
- data/app/views/decidim/shared/participatory_space_filters/_filters.html.erb +1 -1
- data/app/views/decidim/user_activities/index.html.erb +4 -0
- data/app/views/decidim/user_activities/index.js.erb +14 -0
- data/app/views/decidim/user_conversations/index.html.erb +4 -0
- data/app/views/decidim/user_conversations/show.html.erb +4 -0
- data/app/views/decidim/user_conversations/update.js.erb +8 -0
- data/app/views/decidim/user_interests/_scopes.html.erb +12 -10
- data/app/views/decidim/user_interests/show.html.erb +4 -1
- data/app/views/decidim/user_timeline/index.html.erb +5 -1
- data/app/views/decidim/user_timeline/index.js.erb +14 -0
- data/app/views/decidim/widgets/show.html.erb +4 -0
- data/app/views/kaminari/decidim/_first_page.html.erb +5 -1
- data/app/views/kaminari/decidim/_last_page.html.erb +5 -1
- data/app/views/kaminari/decidim/_next_page.html.erb +6 -1
- data/app/views/kaminari/decidim/_page.html.erb +2 -2
- data/app/views/kaminari/decidim/_paginator.html.erb +16 -14
- data/app/views/kaminari/decidim/_prev_page.html.erb +6 -1
- data/app/views/layouts/decidim/_admin_links.html.erb +2 -0
- data/app/views/layouts/decidim/_application.html.erb +4 -2
- data/app/views/layouts/decidim/_cookie_warning.html.erb +1 -1
- data/app/views/layouts/decidim/_edit_link.html.erb +0 -8
- data/app/views/layouts/decidim/_head.html.erb +4 -0
- data/app/views/layouts/decidim/_js_configuration.html.erb +34 -0
- data/app/views/layouts/decidim/_language_chooser.html.erb +10 -5
- data/app/views/layouts/decidim/_logo.html.erb +2 -22
- data/app/views/layouts/decidim/_mailer_logo.html.erb +2 -22
- data/app/views/layouts/decidim/_main_footer.html.erb +3 -1
- data/app/views/layouts/decidim/_mini_footer.html.erb +7 -7
- data/app/views/layouts/decidim/_omnipresent_banner.html.erb +1 -1
- data/app/views/layouts/decidim/_organization_colors.html.erb +4 -3
- data/app/views/layouts/decidim/_social_media_links.html.erb +15 -10
- data/app/views/layouts/decidim/_topbar_search.html.erb +12 -2
- data/app/views/layouts/decidim/_user_menu.html.erb +6 -6
- data/app/views/layouts/decidim/_wrapper.html.erb +21 -15
- data/app/views/layouts/decidim/newsletter_base.html.erb +46 -0
- data/app/views/layouts/decidim/user_profile.html.erb +8 -3
- data/app/views/layouts/decidim/widget.html.erb +2 -43
- data/config/initializers/browser.rb +5 -0
- data/config/initializers/devise.rb +11 -25
- data/config/initializers/invisible_captcha.rb +1 -0
- data/config/initializers/omniauth.rb +56 -0
- data/config/initializers/rack_attack.rb +25 -16
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +16 -12
- data/config/locales/bg-BG.yml +1512 -0
- data/config/locales/bg.yml +1508 -0
- data/config/locales/ca.yml +302 -14
- data/config/locales/cs.yml +341 -45
- data/config/locales/da-DK.yml +9 -0
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +307 -12
- data/config/locales/el-GR.yml +0 -2
- data/config/locales/el.yml +1587 -0
- data/config/locales/en.yml +308 -20
- data/config/locales/eo-UY.yml +2 -2
- data/config/locales/eo.yml +92 -0
- data/config/locales/es-MX.yml +297 -9
- data/config/locales/es-PY.yml +297 -9
- data/config/locales/es.yml +301 -13
- data/config/locales/et-EE.yml +9 -0
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +14 -9
- data/config/locales/fi-plain.yml +297 -9
- data/config/locales/fi.yml +359 -71
- data/config/locales/fr-CA.yml +1613 -0
- data/config/locales/fr.yml +301 -13
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +14 -9
- data/config/locales/hr-HR.yml +9 -0
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +106 -12
- data/config/locales/id-ID.yml +14 -9
- data/config/locales/is-IS.yml +4 -9
- data/config/locales/is.yml +463 -0
- data/config/locales/it.yml +326 -38
- data/config/locales/ja-JP.yml +1587 -0
- data/config/locales/ja.yml +1605 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt-LT.yml +9 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +1481 -0
- data/config/locales/mt-MT.yml +9 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +292 -10
- data/config/locales/no.yml +262 -50
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +801 -434
- data/config/locales/pt-BR.yml +16 -12
- data/config/locales/pt.yml +887 -541
- data/config/locales/ro-RO.yml +1609 -0
- data/config/locales/ru.yml +14 -14
- data/config/locales/sk-SK.yml +1426 -0
- data/config/locales/sk.yml +1440 -0
- data/config/locales/sl.yml +72 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +122 -0
- data/config/locales/sv.yml +342 -30
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +14 -9
- data/config/locales/uk.yml +10 -15
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +1584 -0
- data/config/locales/zh-TW.yml +1 -0
- data/config/routes.rb +5 -0
- data/db/migrate/20180810092428_move_organization_fields_to_hero_content_block.rb +2 -2
- data/db/migrate/20191113092826_add_omniauth_settings_to_decidim_organization.rb +7 -0
- data/db/migrate/20191113144432_add_rich_text_editor_in_public_views_to_organizations.rb +10 -0
- data/db/migrate/20191118123154_add_admin_terms_of_use_body_field_to_organization.rb +9 -0
- data/db/migrate/20191130151925_create_decidim_endorsements.rb +13 -0
- data/db/migrate/20191204075509_add_session_token_to_users.rb +7 -0
- data/db/migrate/20200107142226_add_organization_timezone.rb +7 -0
- data/db/migrate/20200211173227_add_direct_message_types_to_users.rb +12 -0
- data/db/migrate/20200320105904_index_foreign_keys_in_decidim_action_logs.rb +9 -0
- data/db/migrate/20200320105905_index_foreign_keys_in_decidim_amendments.rb +7 -0
- data/db/migrate/20200320105909_index_foreign_keys_in_decidim_authorizations.rb +7 -0
- data/db/migrate/20200320105917_index_foreign_keys_in_decidim_contextual_help_sections.rb +7 -0
- data/db/migrate/20200320105919_index_foreign_keys_in_decidim_endorsements.rb +7 -0
- data/db/migrate/20200320105923_index_foreign_keys_in_decidim_notifications.rb +7 -0
- data/db/migrate/20200320105927_index_foreign_keys_in_oauth_access_grants.rb +7 -0
- data/db/migrate/20200323094443_add_id_to_content_blocks_scope.rb +7 -0
- data/db/migrate/20200326102407_rename_scope_column.rb +7 -0
- data/db/migrate/20200327082257_migrate_newsletters_to_templates.rb +33 -0
- data/db/migrate/20200327082954_remove_newsletter_body.rb +7 -0
- data/db/migrate/20200401073419_add_index_on_content_block_scope_id.rb +11 -0
- data/db/migrate/20200525184143_add_enable_machine_translation_to_decidim_organizations.rb +7 -0
- data/db/migrate/20200702073419_create_decidim_share_tokens.rb +16 -0
- data/db/migrate/20200707132401_add_comments_max_length_to_decidim_organization.rb +7 -0
- data/db/migrate/20200730142511_add_file_upload_settings_to_decidim_organizations.rb +36 -0
- data/db/migrate/20200806092109_add_machine_translation_display_priority_to_organizations.rb +17 -0
- data/db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb +9 -0
- data/db/seeds.rb +8 -6
- data/{app/controllers/concerns → lib}/decidim/action_authorization.rb +0 -0
- data/lib/decidim/amendable.rb +7 -4
- data/lib/decidim/api/amendable_entity_interface.rb +18 -0
- data/lib/decidim/api/amendable_interface.rb +18 -0
- data/lib/decidim/api/attachable_interface.rb +1 -1
- data/lib/decidim/api/author_interface.rb +4 -0
- data/lib/decidim/api/categorizable_interface.rb +1 -1
- data/lib/decidim/api/coauthorable_interface.rb +29 -0
- data/lib/decidim/api/endorsable_interface.rb +22 -0
- data/lib/decidim/api/fingerprint_interface.rb +13 -0
- data/lib/decidim/api/participatory_space_interface.rb +11 -9
- data/lib/decidim/api/participatory_space_resourceable_interface.rb +21 -0
- data/lib/decidim/api/scopable_interface.rb +1 -1
- data/lib/decidim/api/timestamps_interface.rb +21 -0
- data/lib/decidim/api/traceable_interface.rb +14 -0
- data/lib/decidim/authorable.rb +22 -1
- data/lib/decidim/authorization_form_builder.rb +7 -0
- data/lib/decidim/coauthorable.rb +32 -3
- data/lib/decidim/component_manifest.rb +16 -2
- data/lib/decidim/content_parsers.rb +1 -0
- data/lib/decidim/content_parsers/user_group_parser.rb +61 -0
- data/lib/decidim/content_parsers/user_parser.rb +3 -5
- data/lib/decidim/content_processor.rb +54 -29
- data/lib/decidim/content_renderers.rb +1 -0
- data/lib/decidim/content_renderers/base_renderer.rb +1 -1
- data/lib/decidim/content_renderers/hashtag_renderer.rb +2 -0
- data/lib/decidim/content_renderers/link_renderer.rb +4 -1
- data/lib/decidim/content_renderers/user_group_renderer.rb +32 -0
- data/lib/decidim/content_renderers/user_renderer.rb +3 -1
- data/lib/decidim/core.rb +133 -34
- data/lib/decidim/core/api.rb +8 -0
- data/lib/decidim/core/engine.rb +148 -27
- data/lib/decidim/core/test.rb +15 -0
- data/lib/decidim/core/test/factories.rb +152 -10
- data/lib/decidim/core/test/shared_examples/admin_resource_gallery_examples.rb +79 -0
- data/lib/decidim/core/test/shared_examples/amendable/accept_amendment_examples.rb +4 -4
- data/lib/decidim/core/test/shared_examples/amendable_interface_examples.rb +14 -0
- data/lib/decidim/core/test/shared_examples/amendable_proposals_interface_examples.rb +50 -0
- data/lib/decidim/core/test/shared_examples/authorable_interface_examples.rb +3 -0
- data/lib/decidim/core/test/shared_examples/back_to_list_button_examples.rb +17 -0
- data/lib/decidim/core/test/shared_examples/coauthorable_interface_examples.rb +60 -0
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +77 -11
- data/lib/decidim/core/test/shared_examples/edit_link_shared_examples.rb +5 -1
- data/lib/decidim/core/test/shared_examples/embed_resource_examples.rb +49 -0
- data/lib/decidim/core/test/shared_examples/endorsable_interface_examples.rb +22 -0
- data/lib/decidim/core/test/shared_examples/endorsements_controller_shared_context.rb +22 -0
- data/lib/decidim/core/test/shared_examples/fingerprintable_interface_examples.rb +17 -0
- data/lib/decidim/core/test/shared_examples/follows_examples.rb +18 -2
- data/lib/decidim/core/test/shared_examples/input_filter_examples.rb +118 -0
- data/lib/decidim/core/test/shared_examples/input_sort_examples.rb +126 -0
- data/lib/decidim/core/test/shared_examples/logo_email.rb +20 -0
- data/lib/decidim/core/test/shared_examples/manage_component_share_tokens.rb +83 -0
- data/lib/decidim/core/test/shared_examples/map_examples.rb +186 -0
- data/lib/decidim/core/test/shared_examples/metric_manage_shared_context.rb +9 -0
- data/lib/decidim/core/test/shared_examples/participatory_space_resourcable_interface_examples.rb +43 -0
- data/lib/decidim/core/test/shared_examples/permissions.rb +143 -0
- data/lib/decidim/core/test/shared_examples/preview_component_with_share_token_examples.rb +55 -0
- data/lib/decidim/core/test/shared_examples/reports_examples.rb +4 -4
- data/lib/decidim/core/test/shared_examples/resource_search_examples.rb +200 -0
- data/lib/decidim/core/test/shared_examples/rich_text_editor_examples.rb +59 -0
- data/lib/decidim/core/test/shared_examples/scopable_resource_examples.rb +43 -0
- data/lib/decidim/core/test/shared_examples/scope_helper_examples.rb +12 -1
- data/lib/decidim/core/test/shared_examples/searchable_participatory_space_examples.rb +2 -2
- data/lib/decidim/core/test/shared_examples/searchable_results_examples.rb +15 -2
- data/lib/decidim/core/test/shared_examples/simple_event.rb +8 -0
- data/lib/decidim/core/test/shared_examples/system_endorse_resource_examples.rb +166 -0
- data/lib/decidim/core/test/shared_examples/timestamps_interface_examples.rb +21 -0
- data/lib/decidim/core/test/shared_examples/traceable_interface_examples.rb +47 -0
- data/lib/decidim/core/test/shared_examples/uncommentable_component_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/with_endorsable_permissions_examples.rb +89 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/deprecations.rb +19 -0
- data/lib/decidim/diffy_extension.rb +47 -0
- data/lib/decidim/endorsable.rb +25 -0
- data/lib/decidim/events.rb +1 -0
- data/lib/decidim/events/base_event.rb +29 -11
- data/lib/decidim/events/user_group_event.rb +45 -0
- data/lib/decidim/exporters.rb +7 -0
- data/lib/decidim/exporters/csv.rb +16 -2
- data/lib/decidim/exporters/excel.rb +1 -1
- data/lib/decidim/exporters/export_manifest.rb +35 -2
- data/lib/decidim/exporters/pdf.rb +56 -0
- data/lib/decidim/file_validator_humanizer.rb +98 -0
- data/lib/decidim/filter_form_builder.rb +38 -11
- data/lib/decidim/form_builder.rb +239 -42
- data/lib/decidim/geocodable.rb +79 -0
- data/lib/decidim/has_attachments.rb +11 -1
- data/lib/decidim/has_settings.rb +10 -4
- data/lib/decidim/has_upload_validations.rb +36 -0
- data/lib/decidim/map.rb +214 -0
- data/lib/decidim/map/autocomplete.rb +67 -0
- data/lib/decidim/map/dynamic_map.rb +89 -0
- data/lib/decidim/map/frontend.rb +97 -0
- data/lib/decidim/map/geocoding.rb +115 -0
- data/lib/decidim/map/provider.rb +12 -0
- data/lib/decidim/map/provider/autocomplete/here.rb +20 -0
- data/lib/decidim/map/provider/autocomplete/osm.rb +20 -0
- data/lib/decidim/map/provider/dynamic_map/here.rb +51 -0
- data/lib/decidim/map/provider/dynamic_map/osm.rb +13 -0
- data/lib/decidim/map/provider/geocoding/here.rb +58 -0
- data/lib/decidim/map/provider/geocoding/osm.rb +30 -0
- data/lib/decidim/map/provider/here.rb +21 -0
- data/lib/decidim/map/provider/osm.rb +22 -0
- data/lib/decidim/map/provider/static_map/here.rb +35 -0
- data/lib/decidim/map/provider/static_map/osm.rb +29 -0
- data/lib/decidim/map/static_map.rb +133 -0
- data/lib/decidim/map/utility.rb +38 -0
- data/lib/decidim/organization_settings.rb +267 -0
- data/lib/decidim/participable.rb +6 -0
- data/lib/decidim/participatory_space_manifest.rb +35 -0
- data/lib/decidim/participatory_space_resourceable.rb +35 -1
- data/lib/decidim/query_extensions.rb +17 -37
- data/lib/decidim/resource_manifest.rb +1 -1
- data/lib/decidim/scopable.rb +19 -6
- data/lib/decidim/scopable_component.rb +29 -1
- data/lib/decidim/scopable_participatory_space.rb +19 -0
- data/lib/decidim/scopable_resource.rb +21 -0
- data/lib/decidim/search_resource_fields_mapper.rb +17 -4
- data/lib/decidim/searchable.rb +6 -0
- data/lib/decidim/settings_manifest.rb +16 -1
- data/lib/decidim/shareable_with_token.rb +27 -0
- data/lib/decidim/snippets.rb +30 -0
- data/lib/decidim/translatable_attributes.rb +42 -4
- data/lib/decidim/translatable_resource.rb +78 -0
- data/lib/decidim/view_model.rb +5 -0
- data/lib/tasks/decidim_data_portability_tasks.rake +66 -5
- data/lib/tasks/decidim_locales_tasks.rake +35 -0
- data/lib/tasks/decidim_metrics_tasks.rake +18 -7
- data/lib/tasks/decidim_tasks.rake +2 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.bg.js +14 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.da.js +14 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.el.js +14 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.eo.js +17 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.et.js +18 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.fr-CA.js +16 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.ga.js +15 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.hr.js +13 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.is.js +14 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.ja.js +16 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.lt.js +16 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.lv.js +17 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.mt.js +15 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.ro.js +15 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.sk.js +14 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.sl.js +14 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.sr.js +16 -0
- data/vendor/assets/javascripts/svg4everybody.min.js +1 -2
- data/vendor/assets/javascripts/tribute.js +11 -4
- metadata +431 -37
- data/app/assets/javascripts/decidim/vizzs/orgchart.js.es6 +0 -699
- data/app/assets/stylesheets/decidim/email.css +0 -1403
- data/app/assets/stylesheets/decidim/modules/_input-hashtags.scss +0 -124
- data/app/helpers/decidim/multi_translation_helper.rb +0 -0
- data/app/models/decidim/participatory_process_user_role.rb +0 -32
- data/app/resolvers/decidim/core/user_resolver.rb +0 -61
- data/app/views/decidim/messaging/conversations/_message.html.erb +0 -14
- data/lib/decidim/data_portability_file_reader.rb +0 -56
- data/lib/decidim/data_portability_file_zipper.rb +0 -67
- data/lib/decidim/hashtaggable.rb +0 -24
@@ -0,0 +1,93 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Decidim
|
4
|
+
# A Helper for views with Endorsable resources.
|
5
|
+
module EndorsableHelper
|
6
|
+
# Invokes the decidim/endorsement_buttons cell.
|
7
|
+
def endorsement_buttons_cell(resource)
|
8
|
+
cell("decidim/endorsement_buttons", resource)
|
9
|
+
end
|
10
|
+
|
11
|
+
# Invokes the decidim/endorsers_list cell.
|
12
|
+
def endorsers_list_cell(resource)
|
13
|
+
cell("decidim/endorsers_list", resource)
|
14
|
+
end
|
15
|
+
|
16
|
+
#
|
17
|
+
# Public: Checks if the given resource has been endorsed by all identities of the user.
|
18
|
+
#
|
19
|
+
# @param resource: The resource from which endorsements will be checked against.
|
20
|
+
# @param user: The user whose identities and endorsements will be checked against.
|
21
|
+
#
|
22
|
+
def fully_endorsed?(resource, user)
|
23
|
+
return false unless user
|
24
|
+
|
25
|
+
user_group_endorsements = Decidim::UserGroups::ManageableUserGroups.for(user).verified.all? { |user_group| resource.endorsed_by?(user, user_group) }
|
26
|
+
|
27
|
+
user_group_endorsements && resource.endorsed_by?(user)
|
28
|
+
end
|
29
|
+
|
30
|
+
# Public: Checks if endorsement are enabled in this step.
|
31
|
+
#
|
32
|
+
# Returns true if enabled, false otherwise.
|
33
|
+
def endorsements_enabled?
|
34
|
+
current_settings.endorsements_enabled
|
35
|
+
end
|
36
|
+
|
37
|
+
# Public: Checks if endorsements are blocked in this step.
|
38
|
+
#
|
39
|
+
# Returns true if blocked, false otherwise.
|
40
|
+
def endorsements_blocked?
|
41
|
+
current_settings.endorsements_blocked
|
42
|
+
end
|
43
|
+
|
44
|
+
# Public: Checks if the current user is allowed to endorse in this step.
|
45
|
+
#
|
46
|
+
# Returns true if the current user can endorse, false otherwise.
|
47
|
+
def current_user_can_endorse?
|
48
|
+
current_user && endorsements_enabled? && !endorsements_blocked?
|
49
|
+
end
|
50
|
+
|
51
|
+
# Public: Checks if the card for endorsements should be rendered.
|
52
|
+
#
|
53
|
+
# Returns true if the endorsements card should be rendered, false otherwise.
|
54
|
+
def show_endorsements_card?
|
55
|
+
endorsements_enabled?
|
56
|
+
end
|
57
|
+
|
58
|
+
# produces the path that should be POST to create an endorsement
|
59
|
+
def path_to_create_endorsement(resource, user_group = nil)
|
60
|
+
endorsements_path(resource_id: resource.to_gid.to_param,
|
61
|
+
user_group_id: user_group&.id,
|
62
|
+
authenticity_token: form_authenticity_token)
|
63
|
+
end
|
64
|
+
|
65
|
+
# Produces the path that should be DELETE to destroy an endorsement.
|
66
|
+
def path_to_destroy_endorsement(resource, user_group = nil)
|
67
|
+
endorsement_path(resource.to_gid.to_param,
|
68
|
+
user_group_id: user_group&.id,
|
69
|
+
authenticity_token: form_authenticity_token)
|
70
|
+
end
|
71
|
+
|
72
|
+
# Renders an identity for endorsement.
|
73
|
+
#
|
74
|
+
# Parameters:
|
75
|
+
# resources - The endorsable resource.
|
76
|
+
# user - The user that is endorsing at the end (mandatory).
|
77
|
+
# user_group - The user_group on behalf of which the endorsement is being done (optional).
|
78
|
+
def render_endorsement_identity(resource, user, user_group = nil)
|
79
|
+
presenter = if user_group
|
80
|
+
Decidim::UserGroupPresenter.new(user_group)
|
81
|
+
else
|
82
|
+
Decidim::UserPresenter.new(user)
|
83
|
+
end
|
84
|
+
selected = resource.endorsed_by?(user, user_group)
|
85
|
+
http_method = selected ? :delete : :post
|
86
|
+
render partial: "decidim/endorsements/identity", locals:
|
87
|
+
{ identity: presenter, selected: selected,
|
88
|
+
http_method: http_method,
|
89
|
+
create_url: path_to_create_endorsement(resource, user_group),
|
90
|
+
destroy_url: path_to_destroy_endorsement(resource, user_group) }
|
91
|
+
end
|
92
|
+
end
|
93
|
+
end
|
@@ -0,0 +1,30 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Decidim
|
4
|
+
# A helper to allow only Decidim params to be added to a link.
|
5
|
+
# This is useful when we want to preserve the params from a search, ordering
|
6
|
+
# or paginating results. Using this, we can link back to where the user was
|
7
|
+
# at the show page.
|
8
|
+
module FilterParamsHelper
|
9
|
+
# Public: Builds a hash to be added to a _path or _url method with only
|
10
|
+
# allowed params.
|
11
|
+
#
|
12
|
+
# params - An optional Hash with the values of the params. It will try to
|
13
|
+
# get them from the controller if none are present.
|
14
|
+
#
|
15
|
+
# Returns a Hash.
|
16
|
+
def filter_link_params(params = nil)
|
17
|
+
return {} if params.blank? && (!respond_to?(:controller) || !controller.respond_to?(:params))
|
18
|
+
|
19
|
+
params = controller.params.to_unsafe_h if params.blank?
|
20
|
+
|
21
|
+
params.stringify_keys.slice(
|
22
|
+
"order",
|
23
|
+
"filter",
|
24
|
+
"page",
|
25
|
+
"per_page",
|
26
|
+
"locale"
|
27
|
+
)
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
@@ -6,14 +6,24 @@ module Decidim
|
|
6
6
|
# This method wraps everything in a div with class filters and calls
|
7
7
|
# the form_for helper with a custom builder
|
8
8
|
#
|
9
|
-
# filter
|
10
|
-
# url
|
11
|
-
#
|
9
|
+
# filter - A filter object
|
10
|
+
# url - A String with the URL to post the from. Self URL by default.
|
11
|
+
# html_options - Extra HTML options to be passed to form_for
|
12
|
+
# block - A block to be called with the form builder
|
12
13
|
#
|
13
14
|
# Returns the filter resource form wrapped in a div
|
14
|
-
def filter_form_for(filter, url = url_for)
|
15
|
+
def filter_form_for(filter, url = url_for, html_options = {})
|
15
16
|
content_tag :div, class: "filters" do
|
16
|
-
form_for
|
17
|
+
form_for(
|
18
|
+
filter,
|
19
|
+
namespace: filter_form_namespace,
|
20
|
+
builder: FilterFormBuilder,
|
21
|
+
url: url,
|
22
|
+
as: :filter,
|
23
|
+
method: :get,
|
24
|
+
remote: true,
|
25
|
+
html: { id: nil }.merge(html_options)
|
26
|
+
) do |form|
|
17
27
|
yield form
|
18
28
|
end
|
19
29
|
end
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Decidim
|
4
|
+
# A Helper for views with Followable resources.
|
5
|
+
module FollowableHelper
|
6
|
+
# Invokes the decidim/shared/follow_button partial.
|
7
|
+
def follow_button_for(model, large = nil)
|
8
|
+
render partial: "decidim/shared/follow_button.html", locals: { followable: model, large: large }
|
9
|
+
end
|
10
|
+
end
|
11
|
+
end
|
@@ -21,6 +21,7 @@ module Decidim
|
|
21
21
|
# options - The Hash options used to customize the icon (default {}):
|
22
22
|
# :width - The Number of width in pixels (optional).
|
23
23
|
# :height - The Number of height in pixels (optional).
|
24
|
+
# :title - The title for the SVG element (optional, similar to alt for img)
|
24
25
|
# :aria_label - The String to set as aria label (optional).
|
25
26
|
# :aria_hidden - The Truthy value to enable aria_hidden (optional).
|
26
27
|
# :role - The String to set as the role (optional).
|
@@ -32,14 +33,17 @@ module Decidim
|
|
32
33
|
|
33
34
|
html_properties["width"] = options[:width]
|
34
35
|
html_properties["height"] = options[:height]
|
35
|
-
html_properties["aria-label"] = options[:aria_label]
|
36
|
-
html_properties["role"] = options[:role]
|
37
|
-
html_properties["aria-hidden"] = options[:aria_hidden]
|
36
|
+
html_properties["aria-label"] = options[:aria_label] || options[:"aria-label"] || options["aria-label"]
|
37
|
+
html_properties["role"] = options[:role] || "img"
|
38
|
+
html_properties["aria-hidden"] = options[:aria_hidden] || options[:"aria-hidden"] || options["aria-hidden"]
|
38
39
|
|
39
40
|
html_properties["class"] = (["icon--#{name}"] + _icon_classes(options)).join(" ")
|
40
41
|
|
41
42
|
content_tag :svg, html_properties do
|
42
|
-
content_tag :
|
43
|
+
inner = content_tag :title, options["title"] || html_properties["aria-label"]
|
44
|
+
inner += content_tag :use, nil, role: options[:role], "href" => "#{asset_path("decidim/icons.svg")}#icon-#{name}"
|
45
|
+
|
46
|
+
inner
|
43
47
|
end
|
44
48
|
end
|
45
49
|
|
@@ -54,13 +58,21 @@ module Decidim
|
|
54
58
|
classes = _icon_classes(options) + ["external-icon"]
|
55
59
|
|
56
60
|
if path.split(".").last == "svg"
|
61
|
+
attributes = { class: classes.join(" ") }.merge(options)
|
57
62
|
asset = Rails.application.assets_manifest.find_sources(path).first
|
58
|
-
asset.gsub("<svg ", "<svg
|
63
|
+
asset.gsub("<svg ", "<svg#{tag_builder.tag_options(attributes)} ").html_safe
|
59
64
|
else
|
60
65
|
image_tag(path, class: classes.join(" "), style: "display: none")
|
61
66
|
end
|
62
67
|
end
|
63
68
|
|
69
|
+
# Allows to create role attribute according to accessibility rules
|
70
|
+
#
|
71
|
+
# Returns role attribute string if role option is specified
|
72
|
+
def role(options = {})
|
73
|
+
"role=\"#{options[:role]}\" " if options[:role]
|
74
|
+
end
|
75
|
+
|
64
76
|
def _icon_classes(options = {})
|
65
77
|
classes = options[:remove_icon_class] ? [] : ["icon"]
|
66
78
|
classes += [options[:class]]
|
@@ -102,5 +114,11 @@ module Decidim
|
|
102
114
|
css = current_organization.colors.each.map { |k, v| "--#{k}: #{v};--#{k}-rgb: #{v[1..2].hex},#{v[3..4].hex},#{v[5..6].hex};" }.join
|
103
115
|
render partial: "layouts/decidim/organization_colors", locals: { css: css }
|
104
116
|
end
|
117
|
+
|
118
|
+
private
|
119
|
+
|
120
|
+
def tag_builder
|
121
|
+
@tag_builder ||= ActionView::Helpers::TagHelper::TagBuilder.new(self)
|
122
|
+
end
|
105
123
|
end
|
106
124
|
end
|
@@ -9,41 +9,117 @@ module Decidim
|
|
9
9
|
# resource - A geolocalizable resource
|
10
10
|
# options - An optional hash of options (default: { zoom: 17 })
|
11
11
|
# * zoom: A number to represent the zoom value of the map
|
12
|
-
def static_map_link(resource, options = {})
|
12
|
+
def static_map_link(resource, options = {}, map_html_options = {}, &block)
|
13
13
|
return unless resource.geocoded?
|
14
|
+
return unless map_utility_static || map_utility_dynamic
|
14
15
|
|
15
|
-
|
16
|
-
latitude
|
17
|
-
|
16
|
+
address_text = resource.try(:address)
|
17
|
+
address_text ||= t("latlng_text", latitude: latitude, longitude: longitude, scope: "decidim.map.static")
|
18
|
+
map_service_brand = t("map_service_brand", scope: "decidim.map.static")
|
18
19
|
|
19
|
-
|
20
|
+
if map_utility_static
|
21
|
+
map_url = map_utility_static.link(
|
22
|
+
latitude: resource.latitude,
|
23
|
+
longitude: resource.longitude,
|
24
|
+
options: options
|
25
|
+
)
|
20
26
|
|
21
|
-
|
22
|
-
|
27
|
+
# Check that the static map utility actually returns a URL before
|
28
|
+
# creating the static map utility. If it does not, the image would be
|
29
|
+
# otherwise blank.
|
30
|
+
if map_utility_static.url(latitude: resource.latitude, longitude: resource.longitude)
|
31
|
+
return link_to map_url, target: "_blank", rel: "noopener" do
|
32
|
+
image_tag decidim.static_map_path(sgid: resource.to_sgid.to_s), alt: "#{map_service_brand} - #{address_text}"
|
33
|
+
end
|
34
|
+
end
|
23
35
|
end
|
36
|
+
|
37
|
+
# Fall back to the dynamic map utility in case static maps are not
|
38
|
+
# provided.
|
39
|
+
builder = map_utility_dynamic.create_builder(self, {
|
40
|
+
type: :static,
|
41
|
+
latitude: resource.latitude,
|
42
|
+
longitude: resource.longitude,
|
43
|
+
zoom: 15,
|
44
|
+
title: "#{map_service_brand} - #{address_text}",
|
45
|
+
link: map_url
|
46
|
+
}.merge(options))
|
47
|
+
|
48
|
+
unless snippets.any?(:map)
|
49
|
+
snippets.add(:map, builder.stylesheet_snippets)
|
50
|
+
snippets.add(:map, builder.javascript_snippets)
|
51
|
+
|
52
|
+
# This will display the snippets in the <head> part of the page.
|
53
|
+
snippets.add(:head, snippets.for(:map))
|
54
|
+
end
|
55
|
+
|
56
|
+
builder.map_element(
|
57
|
+
{ class: "static-map", tabindex: "0" }.merge(map_html_options),
|
58
|
+
&block
|
59
|
+
)
|
24
60
|
end
|
25
61
|
|
26
|
-
def dynamic_map_for(
|
27
|
-
return
|
62
|
+
def dynamic_map_for(options_or_markers = {}, html_options = {}, &block)
|
63
|
+
return unless map_utility_dynamic
|
28
64
|
|
29
|
-
|
30
|
-
|
31
|
-
id: "map",
|
32
|
-
"data-markers-data" => markers_data.to_json
|
65
|
+
options = {
|
66
|
+
popup_template_id: "marker-popup"
|
33
67
|
}
|
34
|
-
|
35
|
-
|
36
|
-
map_html_options["data-here-api-key"] = Decidim.geocoder[:here_api_key]
|
68
|
+
if options_or_markers.is_a?(Array)
|
69
|
+
options[:markers] = options_or_markers
|
37
70
|
else
|
38
|
-
|
39
|
-
|
40
|
-
|
71
|
+
options = options.merge(options_or_markers)
|
72
|
+
end
|
73
|
+
|
74
|
+
builder = map_utility_dynamic.create_builder(self, options)
|
75
|
+
|
76
|
+
# The map snippets are stored to the snippets utility in order to ensure
|
77
|
+
# that they are only loaded once during each page load. In case they were
|
78
|
+
# loaded multiple times, the maps would break. We store the map assets to
|
79
|
+
# a special "map" snippets category in order to avoid displaying them
|
80
|
+
# multiple times. Then we inject them to the "head" category during the
|
81
|
+
# first load which will actually display them in the <head> section of the
|
82
|
+
# view.
|
83
|
+
#
|
84
|
+
# Ideally we would use Rails' native content_for here (which is exactly
|
85
|
+
# for this purpose) but unfortunately it does not work in the cells which
|
86
|
+
# also need to display maps.
|
87
|
+
unless snippets.any?(:map)
|
88
|
+
snippets.add(:map, builder.stylesheet_snippets)
|
89
|
+
snippets.add(:map, builder.javascript_snippets)
|
90
|
+
|
91
|
+
# This will display the snippets in the <head> part of the page.
|
92
|
+
snippets.add(:head, snippets.for(:map))
|
41
93
|
end
|
42
94
|
|
43
|
-
|
95
|
+
map_html_options = { id: "map", class: "google-map" }.merge(html_options)
|
96
|
+
|
97
|
+
help = content_tag(:div, class: "map__help") do
|
98
|
+
sr_content = content_tag(:p, t("screen_reader_explanation", scope: "decidim.map.dynamic"), class: "show-for-sr")
|
99
|
+
link = link_to(t("skip_button", scope: "decidim.map.dynamic"), "#map_bottom", class: "skip")
|
100
|
+
|
101
|
+
sr_content + link
|
102
|
+
end
|
44
103
|
content_tag :div, class: "row column" do
|
45
|
-
|
104
|
+
map = builder.map_element(map_html_options, &block)
|
105
|
+
link = link_to("", "#", id: "map_bottom")
|
106
|
+
|
107
|
+
help + map + link
|
46
108
|
end
|
47
109
|
end
|
110
|
+
|
111
|
+
private
|
112
|
+
|
113
|
+
def map_utility_dynamic
|
114
|
+
@map_utility_dynamic ||= Decidim::Map.dynamic(
|
115
|
+
organization: current_organization
|
116
|
+
)
|
117
|
+
end
|
118
|
+
|
119
|
+
def map_utility_static
|
120
|
+
@map_utility_static ||= Decidim::Map.static(
|
121
|
+
organization: current_organization
|
122
|
+
)
|
123
|
+
end
|
48
124
|
end
|
49
125
|
end
|
@@ -3,25 +3,47 @@
|
|
3
3
|
module Decidim
|
4
4
|
module Messaging
|
5
5
|
module ConversationHelper
|
6
|
+
#
|
7
|
+
# Generates a visualization of users for listing conversations threads
|
8
|
+
#
|
9
|
+
def username_list(users, shorten = false)
|
10
|
+
return users.pluck(:name).join(", ") unless shorten
|
11
|
+
return users.pluck(:name).join(", ") unless users.count > 3
|
12
|
+
|
13
|
+
"#{users.first(3).pluck(:name).join(", ")} + #{users.count - 3}"
|
14
|
+
end
|
15
|
+
|
6
16
|
#
|
7
17
|
# Links to the conversation between the current user and another user
|
8
18
|
#
|
9
19
|
def link_to_current_or_new_conversation_with(user, title = t("decidim.contact"))
|
10
|
-
|
11
|
-
|
20
|
+
conversation_path = current_or_new_conversation_path_with(user)
|
21
|
+
if conversation_path
|
22
|
+
link_to conversation_path, title: title do
|
23
|
+
icon "envelope-closed", aria_label: title, class: "icon--small"
|
24
|
+
end
|
25
|
+
else
|
26
|
+
content_tag :span, title: t("decidim.user_contact_disabled"), data: { tooltip: true } do
|
27
|
+
icon "envelope-closed", aria_label: title, class: "icon--small muted"
|
28
|
+
end
|
12
29
|
end
|
13
30
|
end
|
14
31
|
|
15
32
|
#
|
16
33
|
# Finds the right path to the conversation the current user and another
|
17
|
-
# user.
|
34
|
+
# user (the interlocutor).
|
18
35
|
#
|
19
36
|
# * If there's no current user, it returns to the login form path.
|
20
37
|
#
|
21
|
-
# * If there's
|
22
|
-
#
|
38
|
+
# * If there's a prior existing conversation between the users it returns
|
39
|
+
# the path to the existing conversation.
|
40
|
+
#
|
41
|
+
# * If there's no prior conversation between the users, it checks if the
|
42
|
+
# the interlocutor accepts the current user to new conversation.
|
43
|
+
# If affirmative, it returns the new conversation form path.
|
23
44
|
#
|
24
|
-
# * Otherwise,
|
45
|
+
# * Otherwise returns nil, meaning that no conversation can be established
|
46
|
+
# with the interlocutor
|
25
47
|
#
|
26
48
|
# @param user [Decidim::User] The user to link to a conversation with
|
27
49
|
#
|
@@ -35,7 +57,7 @@ module Decidim
|
|
35
57
|
|
36
58
|
if conversation
|
37
59
|
decidim_routes.conversation_path(conversation)
|
38
|
-
|
60
|
+
elsif user.accepts_conversation?(current_user)
|
39
61
|
decidim_routes.new_conversation_path(recipient_id: user.id)
|
40
62
|
end
|
41
63
|
end
|
@@ -54,6 +76,38 @@ module Decidim
|
|
54
76
|
conversation.participants.to_set == participants.to_set
|
55
77
|
end
|
56
78
|
end
|
79
|
+
|
80
|
+
#
|
81
|
+
# Links to the conversation between the current user and another users group
|
82
|
+
#
|
83
|
+
def current_or_new_conversation_path_with_multiple(users)
|
84
|
+
decidim_routes = Decidim::Core::Engine.routes.url_helpers
|
85
|
+
return decidim_routes.new_user_session_path unless user_signed_in?
|
86
|
+
|
87
|
+
participants = users.to_a.prepend(current_user)
|
88
|
+
conversation = conversation_between_multiple(participants)
|
89
|
+
|
90
|
+
if conversation
|
91
|
+
decidim_routes.conversation_path(conversation)
|
92
|
+
else
|
93
|
+
decidim_routes.new_conversation_path(recipient_id: users.pluck(:id))
|
94
|
+
end
|
95
|
+
end
|
96
|
+
|
97
|
+
#
|
98
|
+
# Finds the conversation between the given participants
|
99
|
+
#
|
100
|
+
# @param participants [Array<Decidim::User>] The participants to find a
|
101
|
+
# conversation between.
|
102
|
+
#
|
103
|
+
# @return [Decidim::Messaging::Conversation]
|
104
|
+
def conversation_between_multiple(participants)
|
105
|
+
return if participants.to_set.length <= 1
|
106
|
+
|
107
|
+
UserConversations.for(participants.first).find do |conversation|
|
108
|
+
conversation.participants.to_set == participants.to_set
|
109
|
+
end
|
110
|
+
end
|
57
111
|
end
|
58
112
|
end
|
59
113
|
end
|