decidim-participatory_processes 0.26.0 → 0.26.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/participatory_process_groups/content_blocks/title/show.erb +1 -1
- data/app/cells/decidim/participatory_process_groups/content_blocks/title_cell.rb +1 -0
- data/app/cells/decidim/participatory_processes/process_m/tags.erb +1 -1
- data/app/cells/decidim/participatory_processes/process_m_cell.rb +1 -0
- data/app/commands/decidim/participatory_processes/admin/create_participatory_process.rb +4 -1
- data/app/views/decidim/participatory_process_steps/_participatory_process_step.html.erb +1 -1
- data/app/views/decidim/participatory_processes/participatory_process_steps/index.html.erb +1 -1
- data/app/views/decidim/participatory_processes/participatory_processes/show.html.erb +1 -0
- data/app/views/layouts/decidim/_process_header.html.erb +3 -3
- data/config/locales/cs.yml +2 -0
- data/config/locales/de.yml +3 -1
- data/config/locales/en.yml +2 -0
- data/config/locales/fi-plain.yml +2 -0
- data/config/locales/fi.yml +2 -0
- data/config/locales/fr-CA.yml +2 -0
- data/config/locales/fr.yml +2 -0
- data/config/locales/gl.yml +2 -0
- data/config/locales/it.yml +2 -0
- data/config/locales/ja.yml +5 -3
- data/lib/decidim/participatory_processes/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22cc1282cd81180e263805209b5b2f9a18c2a43b2b9347e168b2dc8b08841fa4
|
4
|
+
data.tar.gz: cc514a0170cee7812314d2169df78714a0f7276831e33c52b7355f3f5cefc196
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 974bfce15fd116417f1e96eca713ce008b06a0cf97b169564f9b26f211f1c4dee697c55e324d3a6de87deb0b48d51b7db5ba5c9cc2ba06bbe5aa4694938b3655
|
7
|
+
data.tar.gz: d655ff176321f1c4b24f56df35e98fa27a7efb265a0077ed3f992ab39e0c0ea89243e496ac68bbc3564449a7e31a484cce1adab5ba5c24d49f3a4745a904505a
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<% if model.hashtag.present? %>
|
2
2
|
<%= link_to(
|
3
3
|
"##{decidim_html_escape(model.hashtag)}",
|
4
|
-
|
4
|
+
twitter_hashtag_url(decidim_html_escape(model.hashtag)),
|
5
5
|
class: "card__text--category",
|
6
6
|
target: "_blank"
|
7
7
|
) %>
|
@@ -88,7 +88,10 @@ module Decidim
|
|
88
88
|
meta_scope: form.meta_scope,
|
89
89
|
start_date: form.start_date,
|
90
90
|
end_date: form.end_date,
|
91
|
-
participatory_process_group: form.participatory_process_group
|
91
|
+
participatory_process_group: form.participatory_process_group,
|
92
|
+
show_metrics: form.show_metrics,
|
93
|
+
show_statistics: form.show_statistics,
|
94
|
+
announcement: form.announcement
|
92
95
|
}
|
93
96
|
end
|
94
97
|
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<span class="timeline__date text-small">
|
8
8
|
<%= participatory_space_helpers.step_dates(participatory_process_step) %>
|
9
9
|
</span>
|
10
|
-
<
|
10
|
+
<h3 class="timeline__title heading4"><%= translated_attribute(participatory_process_step.title) %></h3>
|
11
11
|
</div>
|
12
12
|
<div class="timeline__content">
|
13
13
|
<%= translated_attribute(participatory_process_step.description).html_safe %>
|
@@ -10,7 +10,7 @@
|
|
10
10
|
<%= t(".back_to_process") %>
|
11
11
|
<% end %>
|
12
12
|
|
13
|
-
<
|
13
|
+
<h2 class="section-heading"><%= t("participatory_process_steps.index.process_steps", scope: "decidim") %></h2>
|
14
14
|
<%= render partial: "timeline" %>
|
15
15
|
</div>
|
16
16
|
</div>
|
@@ -27,6 +27,7 @@
|
|
27
27
|
<div class="row">
|
28
28
|
<div class="columns medium-7 mediumlarge-8">
|
29
29
|
<div class="section">
|
30
|
+
<h2 class="show-for-sr"><%= t(".title") %></h2>
|
30
31
|
<% if participatory_process_group.present? %>
|
31
32
|
<%= render partial: "participatory_process_group" %>
|
32
33
|
<% end %>
|
@@ -11,14 +11,14 @@
|
|
11
11
|
</h1>
|
12
12
|
</div>
|
13
13
|
<div>
|
14
|
-
<
|
14
|
+
<p class="text-highlight heading-small">
|
15
15
|
<% if current_participatory_space.hashtag.present? %>
|
16
16
|
<span class="process-header__hashtag">
|
17
|
-
<%= link_to "##{decidim_html_escape(current_participatory_space.hashtag)}",
|
17
|
+
<%= link_to "##{decidim_html_escape(current_participatory_space.hashtag)}", twitter_hashtag_url(decidim_html_escape(current_participatory_space.hashtag)), target: "_blank" %>
|
18
18
|
</span>
|
19
19
|
<% end %>
|
20
20
|
<%= translated_attribute(current_participatory_space.subtitle) %>
|
21
|
-
</
|
21
|
+
</p>
|
22
22
|
</div>
|
23
23
|
</div>
|
24
24
|
<%= render partial: "layouts/decidim/process_header_steps", locals: { participatory_process: current_participatory_space } %>
|
data/config/locales/cs.yml
CHANGED
data/config/locales/de.yml
CHANGED
@@ -435,6 +435,8 @@ de:
|
|
435
435
|
see: Sehen
|
436
436
|
index:
|
437
437
|
loading: Ergebnisse werden geladen ...
|
438
|
+
show:
|
439
|
+
title: Über diesen Prozess
|
438
440
|
show:
|
439
441
|
area: Bereich
|
440
442
|
belongs_to_group: Dieser Prozess gehört zu
|
@@ -443,7 +445,7 @@ de:
|
|
443
445
|
end_date: Enddatum
|
444
446
|
local_area: Organisationsbereich
|
445
447
|
participatory_scope: Was wird entschieden?
|
446
|
-
participatory_structure: Wie
|
448
|
+
participatory_structure: Wie wird es entschieden
|
447
449
|
private_space: Dies ist ein privater Prozess
|
448
450
|
related_processes: Ähnliche Beteiligungsprozesse
|
449
451
|
scope: Umfang
|
data/config/locales/en.yml
CHANGED
data/config/locales/fi-plain.yml
CHANGED
data/config/locales/fi.yml
CHANGED
data/config/locales/fr-CA.yml
CHANGED
data/config/locales/fr.yml
CHANGED
data/config/locales/gl.yml
CHANGED
data/config/locales/it.yml
CHANGED
data/config/locales/ja.yml
CHANGED
@@ -119,7 +119,7 @@ ja:
|
|
119
119
|
participatory_process:
|
120
120
|
fields:
|
121
121
|
created_at: 作成日時
|
122
|
-
private:
|
122
|
+
private: プライベート
|
123
123
|
promoted: 強調表示
|
124
124
|
published: 公開済み
|
125
125
|
title: タイトル
|
@@ -241,7 +241,7 @@ ja:
|
|
241
241
|
update: 更新
|
242
242
|
index:
|
243
243
|
not_published: 未公開
|
244
|
-
private:
|
244
|
+
private: プライベート
|
245
245
|
public: 公開
|
246
246
|
published: 公開済み
|
247
247
|
new:
|
@@ -315,7 +315,7 @@ ja:
|
|
315
315
|
title: 参加型プロセス
|
316
316
|
participatory_process:
|
317
317
|
show:
|
318
|
-
related_assemblies:
|
318
|
+
related_assemblies: 関連する参加型スペース
|
319
319
|
participatory_process_groups:
|
320
320
|
content_blocks:
|
321
321
|
html_1:
|
@@ -427,6 +427,8 @@ ja:
|
|
427
427
|
see: 見る
|
428
428
|
index:
|
429
429
|
loading: 結果を読み込み中...
|
430
|
+
show:
|
431
|
+
title: このプロセスについて
|
430
432
|
show:
|
431
433
|
area: エリア
|
432
434
|
belongs_to_group: このプロセスの所属グループ
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-participatory_processes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.26.
|
4
|
+
version: 0.26.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josep Jaume Rey Peroy
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2022-
|
13
|
+
date: 2022-03-25 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: decidim-core
|
@@ -18,56 +18,56 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.26.
|
21
|
+
version: 0.26.1
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
26
|
- - '='
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 0.26.
|
28
|
+
version: 0.26.1
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: decidim-admin
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
32
32
|
requirements:
|
33
33
|
- - '='
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.26.
|
35
|
+
version: 0.26.1
|
36
36
|
type: :development
|
37
37
|
prerelease: false
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - '='
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 0.26.
|
42
|
+
version: 0.26.1
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: decidim-dev
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
47
|
- - '='
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: 0.26.
|
49
|
+
version: 0.26.1
|
50
50
|
type: :development
|
51
51
|
prerelease: false
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
53
53
|
requirements:
|
54
54
|
- - '='
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version: 0.26.
|
56
|
+
version: 0.26.1
|
57
57
|
- !ruby/object:Gem::Dependency
|
58
58
|
name: decidim-meetings
|
59
59
|
requirement: !ruby/object:Gem::Requirement
|
60
60
|
requirements:
|
61
61
|
- - '='
|
62
62
|
- !ruby/object:Gem::Version
|
63
|
-
version: 0.26.
|
63
|
+
version: 0.26.1
|
64
64
|
type: :development
|
65
65
|
prerelease: false
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
67
67
|
requirements:
|
68
68
|
- - '='
|
69
69
|
- !ruby/object:Gem::Version
|
70
|
-
version: 0.26.
|
70
|
+
version: 0.26.1
|
71
71
|
description: Participatory processes component for decidim.
|
72
72
|
email:
|
73
73
|
- josepjaume@gmail.com
|