decidim-conferences 0.26.4 → 0.27.0.rc1
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/conferences/content_blocks/highlighted_conferences/show.erb +2 -2
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_cell.rb +4 -5
- data/app/commands/decidim/conferences/admin/confirm_conference_registration.rb +3 -3
- data/app/commands/decidim/conferences/admin/copy_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/create_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/create_conference_speaker.rb +8 -8
- data/app/commands/decidim/conferences/admin/create_media_link.rb +6 -6
- data/app/commands/decidim/conferences/admin/create_partner.rb +8 -8
- data/app/commands/decidim/conferences/admin/create_registration_type.rb +6 -6
- data/app/commands/decidim/conferences/admin/destroy_conference_admin.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_conference_speaker.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_media_link.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_partner.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/admin/export_conference_registrations.rb +1 -1
- data/app/commands/decidim/conferences/admin/invite_user_to_join_conference.rb +10 -12
- data/app/commands/decidim/conferences/admin/notify_role_assigned_to_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/publish_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/publish_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/admin/send_conference_diplomas.rb +1 -1
- data/app/commands/decidim/conferences/admin/unpublish_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/unpublish_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_conference_speaker.rb +8 -8
- data/app/commands/decidim/conferences/admin/update_diploma.rb +3 -3
- data/app/commands/decidim/conferences/admin/update_media_link.rb +6 -6
- data/app/commands/decidim/conferences/admin/update_partner.rb +6 -6
- data/app/commands/decidim/conferences/admin/update_registration_type.rb +6 -6
- data/app/commands/decidim/conferences/decline_invitation.rb +1 -1
- data/app/commands/decidim/conferences/join_conference.rb +1 -8
- data/app/commands/decidim/conferences/leave_conference.rb +4 -4
- data/app/controllers/decidim/conferences/admin/reminders_controller.rb +14 -0
- data/app/controllers/decidim/conferences/conference_program_controller.rb +2 -2
- data/app/controllers/decidim/conferences/conference_registrations_controller.rb +0 -17
- data/app/events/decidim/conferences/conference_registration_notification_event.rb +1 -1
- data/app/events/decidim/conferences/conference_role_assigned_event.rb +1 -1
- data/app/forms/decidim/conferences/admin/conference_registration_invite_form.rb +1 -1
- data/app/mailers/decidim/conferences/admin/send_conference_diploma_mailer.rb +2 -2
- data/app/models/decidim/conference.rb +2 -3
- data/app/models/decidim/conferences/conference_invite.rb +2 -2
- data/app/models/decidim/conferences/conference_registration.rb +2 -2
- data/app/permissions/decidim/conferences/permissions.rb +0 -1
- data/app/presenters/decidim/conference_speaker_presenter.rb +3 -5
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +4 -1
- data/app/queries/decidim/conferences/admin/admin_users.rb +1 -1
- data/app/queries/decidim/conferences/admin/conference_invites.rb +1 -1
- data/app/queries/decidim/conferences/admin/conference_speakers.rb +1 -1
- data/app/queries/decidim/conferences/conference_program_meetings.rb +2 -2
- data/app/queries/decidim/conferences/conference_program_meetings_by_day.rb +3 -3
- data/app/queries/decidim/conferences/conferences_with_user_role.rb +1 -1
- data/app/queries/decidim/conferences/organization_conferences.rb +1 -1
- data/app/queries/decidim/conferences/organization_prioritized_conferences.rb +3 -3
- data/app/queries/decidim/conferences/organization_published_conferences.rb +3 -3
- data/app/queries/decidim/conferences/prioritized_conferences.rb +1 -1
- data/app/queries/decidim/conferences/promoted_conferences.rb +1 -1
- data/app/queries/decidim/conferences/published_conferences.rb +1 -1
- data/app/queries/decidim/conferences/visible_conferences.rb +1 -1
- data/app/serializers/decidim/conferences/{data_portability_conference_invite_serializer.rb → download_your_data_conference_invite_serializer.rb} +2 -2
- data/app/serializers/decidim/conferences/{data_portability_conference_registration_serializer.rb → download_your_data_conference_registration_serializer.rb} +2 -2
- data/app/views/decidim/conferences/admin/invite_join_conference_mailer/invite.html.erb +3 -3
- data/app/views/decidim/conferences/admin/partners/index.html.erb +3 -1
- data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +1 -1
- data/app/views/devise/mailer/join_conference.html.erb +2 -2
- data/app/views/devise/mailer/join_conference.text.erb +2 -2
- data/app/views/layouts/decidim/_conference_hero.html.erb +1 -1
- data/app/views/layouts/decidim/_conferences_nav.html.erb +1 -1
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +2 -1
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +5 -7
- data/config/locales/cs.yml +11 -13
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +2 -1
- data/config/locales/el.yml +2 -1
- data/config/locales/en.yml +2 -5
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +2 -4
- data/config/locales/es-PY.yml +2 -4
- data/config/locales/es.yml +6 -8
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +2 -1
- data/config/locales/fi-plain.yml +2 -4
- data/config/locales/fi.yml +3 -5
- data/config/locales/fr-CA.yml +2 -4
- data/config/locales/fr.yml +4 -6
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +2 -1
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +2 -1
- data/config/locales/id-ID.yml +2 -1
- data/config/locales/is-IS.yml +2 -1
- data/config/locales/it.yml +2 -1
- data/config/locales/ja.yml +2 -4
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +2 -1
- data/config/locales/lt.yml +1 -623
- data/config/locales/lv.yml +2 -1
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +3 -2
- data/config/locales/no.yml +2 -1
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +2 -1
- data/config/locales/pt-BR.yml +3 -2
- data/config/locales/pt.yml +2 -1
- data/config/locales/ro-RO.yml +2 -1
- data/config/locales/ru.yml +1 -0
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +2 -1
- data/config/locales/sl.yml +1 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +2 -1
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +2 -1
- data/config/locales/uk.yml +1 -0
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +2 -1
- data/config/locales/zh-TW.yml +1 -0
- data/lib/decidim/conferences/admin_engine.rb +1 -0
- data/lib/decidim/conferences/participatory_space.rb +8 -8
- data/lib/decidim/conferences/test/factories.rb +1 -1
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +17 -19
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
data/config/locales/pl.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
pl:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -383,7 +384,7 @@ pl:
|
|
383
384
|
invite_join_conference_mailer:
|
384
385
|
invite:
|
385
386
|
decline: Odrzuć zaproszenie "%{conference_title}"
|
386
|
-
|
387
|
+
invited_you_to_join_a_conference: "%{invited_by} zaprosił(a) Cię do udziału w konferencji %{application}. Możesz odrzucić lub zaakceptować zaproszenie korzystając z poniższych linków."
|
387
388
|
registration: Rejestracja na "%{conference_title}"
|
388
389
|
partners:
|
389
390
|
index:
|
data/config/locales/pt-BR.yml
CHANGED
@@ -1,4 +1,5 @@
|
|
1
|
-
|
1
|
+
---
|
2
|
+
pt:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
4
5
|
conference:
|
@@ -377,7 +378,7 @@ pt-BR:
|
|
377
378
|
invite_join_conference_mailer:
|
378
379
|
invite:
|
379
380
|
decline: Recusar convite '%{conference_title}'
|
380
|
-
|
381
|
+
invited_you_to_join_a_conference: "%{invited_by} convidou você para participar de uma conferência em %{application}. Você pode recusar ou aceitá-lo através dos links abaixo."
|
381
382
|
registration: Registro para '%{conference_title}'
|
382
383
|
partners:
|
383
384
|
index:
|
data/config/locales/pt.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
pt:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -377,7 +378,7 @@ pt:
|
|
377
378
|
invite_join_conference_mailer:
|
378
379
|
invite:
|
379
380
|
decline: Recusar convite '%{conference_title}'
|
380
|
-
|
381
|
+
invited_you_to_join_a_conference: "%{invited_by} convido-o para participar numa conferência em %{application}. Pode recusá-lo ou aceitá-lo através dos links abaixo."
|
381
382
|
registration: Registo para '%{conference_title}'
|
382
383
|
partners:
|
383
384
|
index:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ro:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -381,7 +382,7 @@ ro:
|
|
381
382
|
invite_join_conference_mailer:
|
382
383
|
invite:
|
383
384
|
decline: Refuzați invitația '%{conference_title}'
|
384
|
-
|
385
|
+
invited_you_to_join_a_conference: "%{invited_by} te-a invitat să participi la o conferință la %{application}. Puteți să o refuzați sau să o acceptați prin intermediul linkurilor de mai jos."
|
385
386
|
registration: Înregistrare pentru '%{conference_title}'
|
386
387
|
partners:
|
387
388
|
index:
|
data/config/locales/ru.yml
CHANGED
data/config/locales/si-LK.yml
CHANGED
data/config/locales/sk.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
sk:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -348,7 +349,7 @@ sk:
|
|
348
349
|
invite_join_conference_mailer:
|
349
350
|
invite:
|
350
351
|
decline: Odmietnuť pozvánku na "%{conference_title}"
|
351
|
-
|
352
|
+
invited_you_to_join_a_conference: "%{invited_by} Vás pozval na účasť na konferencii na %{application}. Účasť môžete potvrdiť alebo odmietnuť kliknutím na odkaz nižšie."
|
352
353
|
registration: Registrácia na konferenciu "%{conference_title}"
|
353
354
|
partners:
|
354
355
|
index:
|
data/config/locales/sl.yml
CHANGED
data/config/locales/so-SO.yml
CHANGED
data/config/locales/sr-CS.yml
CHANGED
data/config/locales/sv.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
sv:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -377,7 +378,7 @@ sv:
|
|
377
378
|
invite_join_conference_mailer:
|
378
379
|
invite:
|
379
380
|
decline: Avböj inbjudan till '%{conference_title}'
|
380
|
-
|
381
|
+
invited_you_to_join_a_conference: "%{invited_by} har bjudit in dig till en konferens på %{application}. Du kan avböja eller godkänna den via länkarna nedan."
|
381
382
|
registration: Registrering till '%{conference_title}'
|
382
383
|
partners:
|
383
384
|
index:
|
data/config/locales/sw-KE.yml
CHANGED
data/config/locales/ti-ER.yml
CHANGED
data/config/locales/tr-TR.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
tr:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -340,7 +341,7 @@ tr:
|
|
340
341
|
invite_join_conference_mailer:
|
341
342
|
invite:
|
342
343
|
decline: '''%{conference_title}'' davetiyesini reddet'
|
343
|
-
|
344
|
+
invited_you_to_join_a_conference: "%{invited_by} sizi %{application}bir konferansa katılmaya davet etti. Aşağıdaki bağlantılardan reddedebilir veya kabul edebilirsiniz."
|
344
345
|
registration: '''%{conference_title}'' için kayıt'
|
345
346
|
partners:
|
346
347
|
index:
|
data/config/locales/uk.yml
CHANGED
data/config/locales/val-ES.yml
CHANGED
data/config/locales/vi.yml
CHANGED
data/config/locales/zh-CN.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
zh-CN:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -336,7 +337,7 @@ zh-CN:
|
|
336
337
|
invite_join_conference_mailer:
|
337
338
|
invite:
|
338
339
|
decline: 拒绝邀请 '%{conference_title}'
|
339
|
-
|
340
|
+
invited_you_to_join_a_conference: "%{invited_by} 邀请您在 %{application}加入会议。您可以拒绝或接受以下链接。"
|
340
341
|
registration: 注册%{conference_title}'
|
341
342
|
partners:
|
342
343
|
index:
|
data/config/locales/zh-TW.yml
CHANGED
@@ -64,13 +64,13 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
|
|
64
64
|
Decidim::Faker::Localized.paragraph(sentence_count: 3)
|
65
65
|
end,
|
66
66
|
organization: organization,
|
67
|
-
hero_image: ActiveStorage::Blob.
|
67
|
+
hero_image: ActiveStorage::Blob.create_and_upload!(
|
68
68
|
io: File.open(File.join(seeds_root, "city.jpeg")),
|
69
69
|
filename: "hero_image.jpeg",
|
70
70
|
content_type: "image/jpeg",
|
71
71
|
metadata: nil
|
72
72
|
), # Keep after organization
|
73
|
-
banner_image: ActiveStorage::Blob.
|
73
|
+
banner_image: ActiveStorage::Blob.create_and_upload!(
|
74
74
|
io: File.open(File.join(seeds_root, "city2.jpeg")),
|
75
75
|
filename: "banner_image.jpeg",
|
76
76
|
content_type: "image/jpeg",
|
@@ -99,8 +99,8 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
|
|
99
99
|
user.update!(
|
100
100
|
name: Faker::Name.name,
|
101
101
|
nickname: Faker::Twitter.unique.screen_name,
|
102
|
-
password: "
|
103
|
-
password_confirmation: "
|
102
|
+
password: "decidim123456789",
|
103
|
+
password_confirmation: "decidim123456789",
|
104
104
|
organization: organization,
|
105
105
|
confirmed_at: Time.current,
|
106
106
|
locale: I18n.default_locale,
|
@@ -126,7 +126,7 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
|
|
126
126
|
attachment_collection: attachment_collection,
|
127
127
|
attached_to: conference,
|
128
128
|
content_type: "application/pdf",
|
129
|
-
file: ActiveStorage::Blob.
|
129
|
+
file: ActiveStorage::Blob.create_and_upload!(
|
130
130
|
io: File.open(File.join(seeds_root, "Exampledocument.pdf")),
|
131
131
|
filename: "Exampledocument.pdf",
|
132
132
|
content_type: "application/pdf",
|
@@ -139,7 +139,7 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
|
|
139
139
|
description: Decidim::Faker::Localized.sentence(word_count: 5),
|
140
140
|
attached_to: conference,
|
141
141
|
content_type: "image/jpeg",
|
142
|
-
file: ActiveStorage::Blob.
|
142
|
+
file: ActiveStorage::Blob.create_and_upload!(
|
143
143
|
io: File.open(File.join(seeds_root, "city.jpeg")),
|
144
144
|
filename: "city.jpeg",
|
145
145
|
content_type: "image/jpeg",
|
@@ -152,7 +152,7 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
|
|
152
152
|
description: Decidim::Faker::Localized.sentence(word_count: 5),
|
153
153
|
attached_to: conference,
|
154
154
|
content_type: "application/pdf",
|
155
|
-
file: ActiveStorage::Blob.
|
155
|
+
file: ActiveStorage::Blob.create_and_upload!(
|
156
156
|
io: File.open(File.join(seeds_root, "Exampledocument.pdf")),
|
157
157
|
filename: "Exampledocument.pdf",
|
158
158
|
content_type: "application/pdf",
|
@@ -193,7 +193,7 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
|
|
193
193
|
link: Faker::Internet.url,
|
194
194
|
partner_type: type,
|
195
195
|
conference: conference,
|
196
|
-
logo: ActiveStorage::Blob.
|
196
|
+
logo: ActiveStorage::Blob.create_and_upload!(
|
197
197
|
io: File.open(File.join(seeds_root, "logo.png")),
|
198
198
|
filename: "logo.png",
|
199
199
|
content_type: "image/png",
|
@@ -210,7 +210,7 @@ FactoryBot.define do
|
|
210
210
|
factory :conference_invite, class: "Decidim::Conferences::ConferenceInvite" do
|
211
211
|
conference
|
212
212
|
user
|
213
|
-
sent_at {
|
213
|
+
sent_at { 1.day.ago }
|
214
214
|
accepted_at { nil }
|
215
215
|
rejected_at { nil }
|
216
216
|
registration_type
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-conferences
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.27.0.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Isaac Massot Gil
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: decidim-core
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.27.0.rc1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.27.0.rc1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: decidim-meetings
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.
|
33
|
+
version: 0.27.0.rc1
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.
|
40
|
+
version: 0.27.0.rc1
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: wicked_pdf
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -72,28 +72,28 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - '='
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.
|
75
|
+
version: 0.27.0.rc1
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - '='
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.
|
82
|
+
version: 0.27.0.rc1
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: decidim-dev
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - '='
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 0.
|
89
|
+
version: 0.27.0.rc1
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - '='
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 0.
|
96
|
+
version: 0.27.0.rc1
|
97
97
|
description: Conferences component for decidim.
|
98
98
|
email:
|
99
99
|
- isaac.mg@coditramuntana.com
|
@@ -185,6 +185,7 @@ files:
|
|
185
185
|
- app/controllers/decidim/conferences/admin/partners_controller.rb
|
186
186
|
- app/controllers/decidim/conferences/admin/registration_type_publications_controller.rb
|
187
187
|
- app/controllers/decidim/conferences/admin/registration_types_controller.rb
|
188
|
+
- app/controllers/decidim/conferences/admin/reminders_controller.rb
|
188
189
|
- app/controllers/decidim/conferences/application_controller.rb
|
189
190
|
- app/controllers/decidim/conferences/conference_program_controller.rb
|
190
191
|
- app/controllers/decidim/conferences/conference_registrations_controller.rb
|
@@ -266,8 +267,8 @@ files:
|
|
266
267
|
- app/queries/decidim/conferences/published_conferences.rb
|
267
268
|
- app/queries/decidim/conferences/visible_conferences.rb
|
268
269
|
- app/serializers/decidim/conferences/conference_registration_serializer.rb
|
269
|
-
- app/serializers/decidim/conferences/
|
270
|
-
- app/serializers/decidim/conferences/
|
270
|
+
- app/serializers/decidim/conferences/download_your_data_conference_invite_serializer.rb
|
271
|
+
- app/serializers/decidim/conferences/download_your_data_conference_registration_serializer.rb
|
271
272
|
- app/uploaders/decidim/conferences/diploma_uploader.rb
|
272
273
|
- app/uploaders/decidim/conferences/partner_logo_uploader.rb
|
273
274
|
- app/uploaders/decidim/cw/conferences/diploma_uploader.rb
|
@@ -364,7 +365,6 @@ files:
|
|
364
365
|
- config/locales/fr.yml
|
365
366
|
- config/locales/ga-IE.yml
|
366
367
|
- config/locales/gl.yml
|
367
|
-
- config/locales/gn-PY.yml
|
368
368
|
- config/locales/hr-HR.yml
|
369
369
|
- config/locales/hr.yml
|
370
370
|
- config/locales/hu.yml
|
@@ -377,7 +377,6 @@ files:
|
|
377
377
|
- config/locales/ko.yml
|
378
378
|
- config/locales/lb-LU.yml
|
379
379
|
- config/locales/lb.yml
|
380
|
-
- config/locales/lo-LA.yml
|
381
380
|
- config/locales/lt-LT.yml
|
382
381
|
- config/locales/lt.yml
|
383
382
|
- config/locales/lv.yml
|
@@ -385,7 +384,6 @@ files:
|
|
385
384
|
- config/locales/mt.yml
|
386
385
|
- config/locales/nl.yml
|
387
386
|
- config/locales/no.yml
|
388
|
-
- config/locales/oc-FR.yml
|
389
387
|
- config/locales/om-ET.yml
|
390
388
|
- config/locales/pl.yml
|
391
389
|
- config/locales/pt-BR.yml
|
@@ -456,14 +454,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
456
454
|
requirements:
|
457
455
|
- - ">="
|
458
456
|
- !ruby/object:Gem::Version
|
459
|
-
version: '
|
457
|
+
version: '3.0'
|
460
458
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
461
459
|
requirements:
|
462
|
-
- - "
|
460
|
+
- - ">"
|
463
461
|
- !ruby/object:Gem::Version
|
464
|
-
version:
|
462
|
+
version: 1.3.1
|
465
463
|
requirements: []
|
466
|
-
rubygems_version: 3.
|
464
|
+
rubygems_version: 3.2.22
|
467
465
|
signing_key:
|
468
466
|
specification_version: 4
|
469
467
|
summary: Decidim conferences module
|
data/config/locales/gn-PY.yml
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
gn:
|
data/config/locales/lo-LA.yml
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
lo:
|
data/config/locales/oc-FR.yml
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
oc:
|