decidim-initiatives 0.26.2 → 0.26.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69fc6ffef72993607c5315d6493dce7779fda12587d681825afb949dc760e27f
4
- data.tar.gz: f25a94094ea82027a0c9ca45f5daf620934702d516acb19a7d6c8ec69a9cec26
3
+ metadata.gz: f9cac055fdb1fec7ab259daab198707d23f5694ea73116dd6e18b1640fd553e3
4
+ data.tar.gz: 855771294cbe048b96361dea39278f9db143c4511b76e7b7b33a51fcacb89119
5
5
  SHA512:
6
- metadata.gz: 3fe96ffb51d38cdd870106dbe109b19734c0f88b3162244d47e65424a2dc14281c4a0143c8505084ebf251677442c6d617ee0c417ced4bfe6d7e8b3de225c9b4
7
- data.tar.gz: f5abf4851d109d4d1f396a2467c2990e123d26cb72213e4a13a01c4a867b713df4c6c678dbed64ed1a9972679c7d2b43a64cc345e9caeb477c55406914c95180
6
+ metadata.gz: 8f0812cb456feb5b068fe6ed67483451d7741ee6c8e19aedc777a49abf38eb605b54872c06fc31cd40eb59eb9142a3c393742ad2c8fd0772f02ea6f292837ed9
7
+ data.tar.gz: de9e7de6c741901dcea99e4ef47190b6a8a77b728ba3390fa90eda2c9113ac7d8d334595abbd5b6486b18ec02d365f660585199376401b818c6ac1bafa5c6acb
@@ -7,7 +7,7 @@
7
7
  <div class="column">
8
8
  <%= link_to decidim_initiatives.initiative_path(initiative), class: "card card--initiative card--mini" do %>
9
9
  <div aria-hidden="true" class="card__image-top"
10
- style="background-image:url(<%= initiative.banner_image.path %>)"></div>
10
+ style="background-image:url('<%= initiative.banner_image.path %>')"></div>
11
11
  <span class="show-for-sr"><%= translated_attribute initiative.title %></span>
12
12
  <div class="card__content">
13
13
  <span class="card__title card__link"><%= decidim_html_escape(translated_attribute(initiative.title)) %></span>
@@ -111,7 +111,7 @@ module Decidim
111
111
  alias current_initiative current_participatory_space
112
112
 
113
113
  def current_participatory_space
114
- @current_participatory_space ||= Initiative.find_by(id: id_from_slug(params[:slug]))
114
+ @current_participatory_space ||= Initiative.find(id_from_slug(params[:slug]))
115
115
  end
116
116
 
117
117
  def current_participatory_space_manifest
@@ -86,6 +86,7 @@ module Decidim
86
86
  def user_authorized_scope
87
87
  return scope if handler_name.blank?
88
88
  return unless authorized?
89
+ return if authorization.metadata.blank?
89
90
 
90
91
  @user_authorized_scope ||= authorized_scope_candidates.find do |scope|
91
92
  scope&.id == authorization.metadata.symbolize_keys[:scope_id]
@@ -3,7 +3,7 @@
3
3
  <%= link_to t("decidim.initiatives.initiatives_mailer.more_information"), decidim.page_url("initiatives", host: @organization.host) %>
4
4
  </p>
5
5
 
6
- <% if @initiative.created_by_individual? %>
6
+ <% if @initiative.promoting_committee_enabled? %>
7
7
  <p>
8
8
  <%= t "decidim.initiatives.initiatives_mailer.promotal_committee_help",
9
9
  member_count: Decidim::Initiatives.minimum_committee_members %>
@@ -18,5 +18,5 @@
18
18
  <p>
19
19
  <%= t("check_initiative_details", scope: "decidim.initiatives.initiatives_mailer.initiative_link") %>
20
20
  <%= link_to t("here", scope: "decidim.initiatives.initiatives_mailer.initiative_link"),
21
- decidim_admin_initiatives.initiative_url(@initiative, host: @organization.host) %>
21
+ decidim_initiatives.initiative_url(@initiative, host: @organization.host) %>
22
22
  </p>
@@ -1,7 +1,7 @@
1
1
  <div class="process-header">
2
2
  <div class="process-header__inner">
3
3
  <div class="row column process-header__main"
4
- style="background-image:url(<%= current_participatory_space.type.attached_uploader(:banner_image).path %>);">
4
+ style="background-image:url('<%= current_participatory_space.type.attached_uploader(:banner_image).path %>');">
5
5
  </div>
6
6
  <div class="process-header__container row collapse column">
7
7
  <div class="columns mediumlarge-8 process-header__info">
@@ -2,6 +2,7 @@ ca:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Àrea
5
6
  decidim_user_group_id: Autoria
6
7
  description: Descripció
7
8
  offline_votes: Signatures presencials
@@ -18,6 +19,8 @@ ca:
18
19
  title: Títol
19
20
  initiatives_committee_member:
20
21
  user: Membre del comitè
22
+ initiatives_settings:
23
+ initiatives_order: Ordre
21
24
  initiatives_type:
22
25
  area_enabled: Permet a les autores triar l'àrea de la seva iniciativa
23
26
  attachments_enabled: Habilitat arxius adjunts
@@ -32,6 +35,7 @@ ca:
32
35
  online_signature_enabled: S'ha activat la signatura digital
33
36
  only_global_scope_enabled: Permetre només la creació d'iniciatives d'àmbit global
34
37
  promoting_committee_enabled: Habilita el comitè promotor
38
+ signature_type: Tipus de signatura
35
39
  title: Títol
36
40
  undo_online_signatures_enabled: Permetre a les participants desfer les seves signatures digitals
37
41
  validate_sms_code_on_votes: Afegeix el pas de validació mitjançant SMS al procés de signatura
@@ -2,6 +2,7 @@ cs:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Oblast
5
6
  decidim_user_group_id: Autor
6
7
  description: Popis
7
8
  offline_votes: Osobní fyzické podpisy
@@ -12,18 +13,20 @@ cs:
12
13
  signature_type: Typ sbírky podpisu
13
14
  signature_type_values:
14
15
  any: Online nebo naživo
15
- offline: Z očí do očí
16
+ offline: Osobně
16
17
  online: OnLine
17
18
  state: Stav
18
19
  title: Titul
19
20
  initiatives_committee_member:
20
21
  user: Člen výboru
22
+ initiatives_settings:
23
+ initiatives_order: Pořadí
21
24
  initiatives_type:
22
25
  area_enabled: Povolit autorům vybrat tematickou oblast pro jejich iniciativu
23
26
  attachments_enabled: Povolit přílohy
24
27
  banner_image: Obrázek banneru
25
28
  child_scope_threshold_enabled: Povolit podpisy podřízené oblasti působnosti
26
- collect_user_extra_fields: Sbírejte osobní údaje uživatelů podpisem
29
+ collect_user_extra_fields: Shromažďovat osobní údaje účastníků při podpisu
27
30
  custom_signature_end_date_enabled: Povolit autorům zvolit konec doby sběru podpisů
28
31
  description: Popis
29
32
  document_number_authorization_handler: Autorizace k ověření čísla dokumentu pro podpisy
@@ -32,6 +35,7 @@ cs:
32
35
  online_signature_enabled: Online podpis povolen
33
36
  only_global_scope_enabled: Umožnit pouze vytvoření iniciativ globálního rozsahu
34
37
  promoting_committee_enabled: Povolit podporu výboru
38
+ signature_type: Typ podpisu
35
39
  title: Titul
36
40
  undo_online_signatures_enabled: Povolit účastníkům vrátit zpět své online podpisy
37
41
  validate_sms_code_on_votes: Přidejte krok ověření SMS kódu do procesu podpisu
@@ -55,9 +59,9 @@ cs:
55
59
  activerecord:
56
60
  models:
57
61
  decidim/initiative:
58
- one: Initativní
62
+ one: Iniciativa
59
63
  few: Iniciativy
60
- many: Iniciativy
64
+ many: Iniciativ
61
65
  other: Iniciativy
62
66
  decidim/initiative_comittee:
63
67
  one: Výbor
@@ -313,7 +317,7 @@ cs:
313
317
  all: Vše
314
318
  answered: Odpovězeno
315
319
  closed: Uzavřeno
316
- open: otevřeno
320
+ open: Otevřeno
317
321
  rejected: Nedostatek podpisů
318
322
  filter_type_values:
319
323
  all: Vše
@@ -329,7 +333,7 @@ cs:
329
333
  success: Vaše žádost byla zaslána autorovi iniciativy.
330
334
  content_blocks:
331
335
  highlighted_initiatives:
332
- name: Zdůrazněné iniciativy
336
+ name: Zvýrazněné iniciativy
333
337
  create_initiative:
334
338
  fill_data:
335
339
  back: Zpět
@@ -549,10 +553,10 @@ cs:
549
553
  votes_blocked: Podpis zakázán
550
554
  votes_count:
551
555
  count:
552
- one: PODPIS
553
- few: PODPISY
554
- many: PODPISY
555
- other: PODPISY
556
+ one: Podpis
557
+ few: Podpisy
558
+ many: Podpisů
559
+ other: Podpisů
556
560
  most_popular_initiative: Nejoblíbenější iniciativa
557
561
  need_more_votes: Potřebujete další podpisy
558
562
  initiatives_mailer:
@@ -18,6 +18,8 @@ de:
18
18
  title: Titel
19
19
  initiatives_committee_member:
20
20
  user: Ausschussmitglied
21
+ initiatives_settings:
22
+ initiatives_order: Reihenfolge
21
23
  initiatives_type:
22
24
  area_enabled: Die Auswahl des Bereichs von Initiativen für Autoren freigeben
23
25
  attachments_enabled: Anhänge freigeben
@@ -404,6 +406,7 @@ de:
404
406
  notification_title: <a href="%{applicant_profile_url}">%{applicant_nickname}</a> hat sich für das Promoter-Komittee Ihrer Initiative <a href="%{resource_url}">%{resource_title}</a> beworben. Um anzunehmen oder abzulehnen, klicken Sie <a href="%{resource_url}/edit">hier</a>.
405
407
  form:
406
408
  add_attachments: Dokumente
409
+ attachment_legend: "(Optional) Anhang hinzufügen"
407
410
  delete_attachment: Löschen
408
411
  index:
409
412
  title: Initiativen
@@ -574,6 +577,9 @@ de:
574
577
  menu:
575
578
  initiatives: Initiativen
576
579
  resources:
580
+ initiative:
581
+ actions:
582
+ comment: Kommentar
577
583
  initiatives_type:
578
584
  actions:
579
585
  title: Aktionen
@@ -605,7 +611,7 @@ de:
605
611
  title: Zeichen %{initiative_title}
606
612
  initiatives:
607
613
  initiative:
608
- check: Hör zu
614
+ check: Mehr erfahren
609
615
  check_and_support: Überprüfe es und unterschreibe es
610
616
  no_initiatives_yet:
611
617
  no_initiatives_yet: Keine Initiativen bisher!
@@ -3,6 +3,7 @@ en:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ area_id: Area
6
7
  decidim_user_group_id: Author
7
8
  description: Description
8
9
  offline_votes: In-person signatures
@@ -19,6 +20,8 @@ en:
19
20
  title: Title
20
21
  initiatives_committee_member:
21
22
  user: Committee member
23
+ initiatives_settings:
24
+ initiatives_order: Order
22
25
  initiatives_type:
23
26
  area_enabled: Enable authors to choose the area for their initiative
24
27
  attachments_enabled: Enable attachments
@@ -33,6 +36,7 @@ en:
33
36
  online_signature_enabled: Online signature enabled
34
37
  only_global_scope_enabled: Only allow global scope initiatives creation
35
38
  promoting_committee_enabled: Enable promoting committee
39
+ signature_type: Signature type
36
40
  title: Title
37
41
  undo_online_signatures_enabled: Enable participants to undo their online signatures
38
42
  validate_sms_code_on_votes: Add SMS code validation step to signature process
@@ -2,6 +2,7 @@ es-MX:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Área
5
6
  decidim_user_group_id: Autor
6
7
  description: Descripción
7
8
  offline_votes: Apoyo cara a cara
@@ -18,6 +19,8 @@ es-MX:
18
19
  title: Título
19
20
  initiatives_committee_member:
20
21
  user: Miembro del Comité
22
+ initiatives_settings:
23
+ initiatives_order: Orden
21
24
  initiatives_type:
22
25
  area_enabled: Permitir a las autoras elegir el área para su iniciativa
23
26
  attachments_enabled: Habilitar archivos adjuntos
@@ -32,6 +35,7 @@ es-MX:
32
35
  online_signature_enabled: Firma en línea habilitada
33
36
  only_global_scope_enabled: Permitir sólo la creación de iniciativas de ámbito global
34
37
  promoting_committee_enabled: Habilitar el comité promotor
38
+ signature_type: Tipo de firma
35
39
  title: Título
36
40
  undo_online_signatures_enabled: Permitir a los usuarios deshacer sus firmas en línea
37
41
  validate_sms_code_on_votes: Añadir paso de validación de código SMS al proceso de firma
@@ -2,6 +2,7 @@ es-PY:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Área
5
6
  decidim_user_group_id: Autor
6
7
  description: Descripción
7
8
  offline_votes: Apoyo cara a cara
@@ -18,6 +19,8 @@ es-PY:
18
19
  title: Título
19
20
  initiatives_committee_member:
20
21
  user: Miembro del Comité
22
+ initiatives_settings:
23
+ initiatives_order: Orden
21
24
  initiatives_type:
22
25
  area_enabled: Permitir a las autoras elegir el área para su iniciativa
23
26
  attachments_enabled: Habilitar archivos adjuntos
@@ -32,6 +35,7 @@ es-PY:
32
35
  online_signature_enabled: Firma en línea habilitada
33
36
  only_global_scope_enabled: Permitir sólo la creación de iniciativas de ámbito global
34
37
  promoting_committee_enabled: Habilitar el comité promotor
38
+ signature_type: Tipo de firma
35
39
  title: Título
36
40
  undo_online_signatures_enabled: Permitir a los usuarios deshacer sus firmas en línea
37
41
  validate_sms_code_on_votes: Añadir paso de validación de código SMS al proceso de firma
@@ -2,6 +2,7 @@ es:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Área
5
6
  decidim_user_group_id: Autoria
6
7
  description: Descripción
7
8
  offline_votes: Firmas presenciales
@@ -18,6 +19,8 @@ es:
18
19
  title: Título
19
20
  initiatives_committee_member:
20
21
  user: Miembro del Comité
22
+ initiatives_settings:
23
+ initiatives_order: Orden
21
24
  initiatives_type:
22
25
  area_enabled: Permitir a las autoras elegir el área para su iniciativa
23
26
  attachments_enabled: Habilitar archivos adjuntos
@@ -32,6 +35,7 @@ es:
32
35
  online_signature_enabled: Firma digital habilitada
33
36
  only_global_scope_enabled: Permitir sólo la creación de iniciativas de ámbito global
34
37
  promoting_committee_enabled: Habilitar el comité promotor
38
+ signature_type: Tipo de firma
35
39
  title: Título
36
40
  undo_online_signatures_enabled: Permitir a las participantes deshacer sus firmas digitales
37
41
  validate_sms_code_on_votes: Añadir paso de validación mediante SMS al proceso de firma
@@ -2,6 +2,7 @@ eu:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Arloa
5
6
  decidim_user_group_id: Egilea
6
7
  description: deskribapena
7
8
  offline_votes: Aurrez aurreko sinadurak
@@ -32,6 +33,7 @@ eu:
32
33
  online_signature_enabled: Sinadura elektronikoa gaituta dago
33
34
  only_global_scope_enabled: Eremu globaleko ekimenak soilik sortzeko aukera ematea
34
35
  promoting_committee_enabled: Batzorde sustatzailea gaitzea
36
+ signature_type: Sinadura mota
35
37
  title: Izenburua
36
38
  undo_online_signatures_enabled: Gaitu erabiltzaileek beren sinadurak desegin ditzaten
37
39
  validate_sms_code_on_votes: Gehitu SMS kodea baliozkotzeko urratsa sinadura prozesura
@@ -2,6 +2,7 @@ fi-pl:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Alue
5
6
  decidim_user_group_id: Laatija
6
7
  description: Kuvaus
7
8
  offline_votes: Palvelun ulkopuolella kerätyt kannatukset
@@ -18,6 +19,8 @@ fi-pl:
18
19
  title: Otsikko
19
20
  initiatives_committee_member:
20
21
  user: Komitean jäsen
22
+ initiatives_settings:
23
+ initiatives_order: Järjestys
21
24
  initiatives_type:
22
25
  area_enabled: Salli alueen valinta aloitteille
23
26
  attachments_enabled: Salli liitteet
@@ -32,6 +35,7 @@ fi-pl:
32
35
  online_signature_enabled: Online-allekirjoitus on käytössä
33
36
  only_global_scope_enabled: Salli aloitteiden luonti ainoastaan pääteemalle
34
37
  promoting_committee_enabled: Ota käyttöön kannatuskomitea
38
+ signature_type: Allekirjoitustapa
35
39
  title: Otsikko
36
40
  undo_online_signatures_enabled: Salli käyttäjien peruuttaa verkossa tehdyt allekirjoitukset
37
41
  validate_sms_code_on_votes: Lisää tekstiviestikoodin validointivaihe allekirjoitusprosessiin
@@ -2,6 +2,7 @@ fi:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Alue
5
6
  decidim_user_group_id: Laatija
6
7
  description: Kuvaus
7
8
  offline_votes: Palvelun ulkopuolella kerätyt kannatukset
@@ -32,6 +33,7 @@ fi:
32
33
  online_signature_enabled: Online-allekirjoitus on käytössä
33
34
  only_global_scope_enabled: Salli aloitteiden luonti ainoastaan pääteemalle
34
35
  promoting_committee_enabled: Ota käyttöön kannatuskomitea
36
+ signature_type: Allekirjoitustapa
35
37
  title: Otsikko
36
38
  undo_online_signatures_enabled: Verkossa tehtyjen allekirjoitusten peruuttaminen käytössä
37
39
  validate_sms_code_on_votes: Lisää tekstiviestikoodin validointivaihe allekirjoitusprosessiin
@@ -2,6 +2,7 @@ fr-CA:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Périmètre d'assemblée
5
6
  decidim_user_group_id: Auteur
6
7
  description: Description
7
8
  offline_votes: Votes en présentiel
@@ -18,6 +19,8 @@ fr-CA:
18
19
  title: Titre
19
20
  initiatives_committee_member:
20
21
  user: Membre du Comité de promotion
22
+ initiatives_settings:
23
+ initiatives_order: Ordre
21
24
  initiatives_type:
22
25
  area_enabled: Permettre aux auteurs de choisir la zone pour leur initiative
23
26
  attachments_enabled: Autoriser les pièces jointes
@@ -32,6 +35,7 @@ fr-CA:
32
35
  online_signature_enabled: Signature en ligne activée
33
36
  only_global_scope_enabled: Autoriser uniquement la création d'initiatives de portée globale
34
37
  promoting_committee_enabled: Activer les comités de promotion sur ce type d'initiative (témoin. s dont l'invitation par l'auteur est obligatoire pour la validation de l'initiative si cette fonctionnalité est activée)
38
+ signature_type: Type de signature
35
39
  title: Titre
36
40
  undo_online_signatures_enabled: Autoriser les utilisateurs à annuler leurs signatures en ligne
37
41
  validate_sms_code_on_votes: Ajouter une étape de validation du code SMS au processus de signature
@@ -2,6 +2,7 @@ fr:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Périmètre d'assemblée
5
6
  decidim_user_group_id: Auteur
6
7
  description: Description
7
8
  offline_votes: Votes en présentiel
@@ -18,8 +19,10 @@ fr:
18
19
  title: Titre
19
20
  initiatives_committee_member:
20
21
  user: Membre du Comité de promotion
22
+ initiatives_settings:
23
+ initiatives_order: Ordre
21
24
  initiatives_type:
22
- area_enabled: Permettre aux auteurs de choisir le périmètre d'application pour leur pétition
25
+ area_enabled: Permettre aux auteurs de choisir le périmètre d'assemblée pour leur pétition
23
26
  attachments_enabled: Autoriser les pièces jointes
24
27
  banner_image: Image d'en-tête
25
28
  child_scope_threshold_enabled: Autoriser les signatures par sous-secteur
@@ -32,6 +35,7 @@ fr:
32
35
  online_signature_enabled: Signature en ligne activée
33
36
  only_global_scope_enabled: Autoriser uniquement la création de pétitions de portée globale
34
37
  promoting_committee_enabled: Activer les comités de promotion sur ce type de pétition (témoin.s dont l'invitation par l'auteur est obligatoire pour la validation de la pétition si cette fonctionnalité est activée)
38
+ signature_type: Type de signature
35
39
  title: Titre
36
40
  undo_online_signatures_enabled: Autoriser les utilisateurs à annuler leurs signatures en ligne
37
41
  validate_sms_code_on_votes: Ajouter une étape de validation du code SMS au processus de signature
@@ -0,0 +1 @@
1
+ gn: