decidim-conferences 0.20.0 → 0.23.1.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/app/assets/images/decidim/conferences/conference.svg +1 -3
- data/app/cells/decidim/conferences/conference_m/footer.erb +1 -1
- data/app/cells/decidim/conferences/conference_m_cell.rb +4 -0
- data/app/cells/decidim/conferences/conference_speaker/show.erb +2 -2
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences/show.erb +9 -10
- data/app/cells/decidim/conferences/media_link/show.erb +2 -2
- data/app/cells/decidim/conferences/partner_cell.rb +1 -1
- data/app/cells/decidim/conferences/photo/show.erb +3 -5
- data/app/cells/decidim/conferences/photo_cell.rb +2 -2
- data/app/cells/decidim/conferences/photos_list/show.erb +1 -1
- data/app/cells/decidim/conferences/registration_type/join_conference.erb +1 -1
- data/app/cells/decidim/conferences/registration_type_cell.rb +2 -2
- data/app/commands/decidim/conferences/admin/create_conference.rb +3 -3
- data/app/commands/decidim/conferences/admin/create_conference_admin.rb +2 -1
- data/app/commands/decidim/conferences/admin/create_partner.rb +9 -9
- data/app/commands/decidim/conferences/admin/notify_role_assigned_to_conference.rb +22 -0
- data/app/commands/decidim/conferences/admin/update_conference.rb +13 -6
- data/app/commands/decidim/conferences/admin/update_conference_admin.rb +2 -1
- data/app/controllers/concerns/decidim/conferences/admin/filterable.rb +27 -0
- data/app/controllers/decidim/conferences/admin/conferences_controller.rb +4 -5
- data/app/events/decidim/conferences/conference_role_assigned_event.rb +30 -0
- data/app/forms/decidim/conferences/admin/conference_form.rb +5 -2
- data/app/forms/decidim/conferences/admin/conference_speaker_form.rb +12 -1
- data/app/forms/decidim/conferences/admin/diploma_form.rb +6 -2
- data/app/forms/decidim/conferences/admin/partner_form.rb +16 -1
- data/app/jobs/decidim/conferences/admin/send_conference_diploma_job.rb +1 -1
- data/app/models/decidim/conference.rb +28 -1
- data/app/models/decidim/conference_speaker.rb +5 -2
- data/app/models/decidim/conference_user_role.rb +1 -1
- data/app/models/decidim/conferences/media_link.rb +3 -0
- data/app/models/decidim/conferences/partner.rb +5 -1
- data/app/models/decidim/conferences/registration_type.rb +3 -0
- data/app/permissions/decidim/conferences/permissions.rb +9 -0
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +1 -1
- data/app/types/decidim/conferences/conference_media_link_type.rb +19 -0
- data/app/types/decidim/conferences/conference_partner_type.rb +20 -0
- data/app/types/decidim/conferences/conference_speaker_type.rb +24 -0
- data/app/types/decidim/conferences/conference_type.rb +45 -0
- data/app/views/decidim/conferences/_order_by_conferences.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +2 -2
- data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +2 -2
- data/app/views/decidim/conferences/admin/conferences/index.html.erb +6 -3
- data/app/views/decidim/conferences/conference_program/_program_item.html.erb +6 -4
- data/app/views/decidim/conferences/conference_program/show.html.erb +6 -6
- data/app/views/decidim/conferences/conference_speakers/index.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/_partners.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +3 -3
- data/app/views/decidim/conferences/conferences/show.html.erb +7 -13
- data/app/views/decidim/conferences/media/index.html.erb +3 -3
- data/app/views/decidim/conferences/registration_types/index.html.erb +1 -1
- data/app/views/layouts/decidim/_conference_hero.html.erb +4 -8
- data/app/views/layouts/decidim/_conferences_nav.html.erb +2 -2
- data/app/views/layouts/decidim/admin/conference.html.erb +2 -2
- data/app/views/layouts/decidim/conference.html.erb +4 -5
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +4 -2
- data/config/locales/bg-BG.yml +7 -0
- data/config/locales/bg.yml +7 -0
- data/config/locales/ca.yml +10 -0
- data/config/locales/cs.yml +20 -10
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +9 -0
- data/config/locales/el-GR.yml +1 -0
- data/config/locales/el.yml +580 -0
- data/config/locales/en.yml +10 -0
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +10 -0
- data/config/locales/es-PY.yml +10 -0
- data/config/locales/es.yml +10 -0
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/et.yml +1 -0
- data/config/locales/fi-plain.yml +10 -0
- data/config/locales/fi.yml +14 -4
- data/config/locales/fr-CA.yml +581 -0
- data/config/locales/fr.yml +10 -0
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +4 -0
- data/config/locales/is-IS.yml +1 -0
- data/config/locales/is.yml +1 -0
- data/config/locales/it.yml +169 -159
- data/config/locales/ja-JP.yml +575 -0
- data/config/locales/ja.yml +576 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +584 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +10 -0
- data/config/locales/no.yml +470 -7
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +203 -193
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/pt.yml +238 -229
- data/config/locales/ro-RO.yml +536 -0
- data/config/locales/sk-SK.yml +585 -0
- data/config/locales/sk.yml +585 -0
- data/config/locales/sl.yml +42 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +19 -0
- data/config/locales/sv.yml +24 -15
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +576 -0
- data/config/locales/zh-TW.yml +1 -0
- data/db/migrate/20200320105913_index_foreign_keys_in_decidim_conferences.rb +7 -0
- data/db/migrate/20200320105914_index_foreign_keys_in_decidim_conferences_conference_invites.rb +7 -0
- data/db/migrate/20200320105915_index_foreign_keys_in_decidim_conferences_conference_registrations.rb +7 -0
- data/db/seeds/city.jpeg +0 -0
- data/db/seeds/city2.jpeg +0 -0
- data/lib/decidim/conferences/admin_engine.rb +1 -0
- data/lib/decidim/conferences/participatory_space.rb +19 -12
- data/lib/decidim/conferences/test/factories.rb +19 -3
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +60 -14
- data/app/views/decidim/conferences/conference_widgets/show.html.erb +0 -11
@@ -0,0 +1 @@
|
|
1
|
+
zh-TW:
|
data/db/migrate/20200320105914_index_foreign_keys_in_decidim_conferences_conference_invites.rb
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
class IndexForeignKeysInDecidimConferencesConferenceInvites < ActiveRecord::Migration[5.2]
|
4
|
+
def change
|
5
|
+
add_index :decidim_conferences_conference_invites, :decidim_conference_registration_type_id, name: "ixd_conferences_on_registration_type_id"
|
6
|
+
end
|
7
|
+
end
|
data/db/migrate/20200320105915_index_foreign_keys_in_decidim_conferences_conference_registrations.rb
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
class IndexForeignKeysInDecidimConferencesConferenceRegistrations < ActiveRecord::Migration[5.2]
|
4
|
+
def change
|
5
|
+
add_index :decidim_conferences_conference_registrations, :decidim_conference_registration_type_id, name: "idx_conferences_registrations_on_registration_type_id"
|
6
|
+
end
|
7
|
+
end
|
data/db/seeds/city.jpeg
CHANGED
Binary file
|
data/db/seeds/city2.jpeg
CHANGED
Binary file
|
@@ -15,6 +15,8 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
|
|
15
15
|
"Decidim::Conferences::ConferenceInvite"
|
16
16
|
]
|
17
17
|
|
18
|
+
participatory_space.query_type = "Decidim::Conferences::ConferenceType"
|
19
|
+
|
18
20
|
participatory_space.register_resource(:conference) do |resource|
|
19
21
|
resource.model_class_name = "Decidim::Conference"
|
20
22
|
resource.card = "decidim/conferences/conference"
|
@@ -32,6 +34,11 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
|
|
32
34
|
context.layout = "layouts/decidim/admin/conference"
|
33
35
|
end
|
34
36
|
|
37
|
+
participatory_space.register_on_destroy_account do |user|
|
38
|
+
Decidim::ConferenceUserRole.where(user: user).destroy_all
|
39
|
+
Decidim::ConferenceSpeaker.where(user: user).destroy_all
|
40
|
+
end
|
41
|
+
|
35
42
|
participatory_space.seeds do
|
36
43
|
organization = Decidim::Organization.first
|
37
44
|
seeds_root = File.join(__dir__, "..", "..", "..", "db", "seeds")
|
@@ -39,7 +46,7 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
|
|
39
46
|
Decidim::ContentBlock.create(
|
40
47
|
organization: organization,
|
41
48
|
weight: 33,
|
42
|
-
|
49
|
+
scope_name: :homepage,
|
43
50
|
manifest_name: :highlighted_conferences,
|
44
51
|
published_at: Time.current
|
45
52
|
)
|
@@ -56,11 +63,11 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
|
|
56
63
|
description: Decidim::Faker::Localized.wrapped("<p>", "</p>") do
|
57
64
|
Decidim::Faker::Localized.paragraph(3)
|
58
65
|
end,
|
59
|
-
|
60
|
-
|
66
|
+
organization: organization,
|
67
|
+
hero_image: File.new(File.join(seeds_root, "city.jpeg")), # Keep after organization
|
68
|
+
banner_image: File.new(File.join(seeds_root, "city2.jpeg")), # Keep after organization
|
61
69
|
promoted: true,
|
62
70
|
published_at: 2.weeks.ago,
|
63
|
-
organization: organization,
|
64
71
|
objectives: Decidim::Faker::Localized.wrapped("<p>", "</p>") do
|
65
72
|
Decidim::Faker::Localized.paragraph(3)
|
66
73
|
end,
|
@@ -106,23 +113,23 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
|
|
106
113
|
Decidim::Attachment.create!(
|
107
114
|
title: Decidim::Faker::Localized.sentence(2),
|
108
115
|
description: Decidim::Faker::Localized.sentence(5),
|
109
|
-
file: File.new(File.join(seeds_root, "Exampledocument.pdf")),
|
110
116
|
attachment_collection: attachment_collection,
|
111
|
-
attached_to: conference
|
117
|
+
attached_to: conference,
|
118
|
+
file: File.new(File.join(seeds_root, "Exampledocument.pdf")) # Keep after attached_to
|
112
119
|
)
|
113
120
|
|
114
121
|
Decidim::Attachment.create!(
|
115
122
|
title: Decidim::Faker::Localized.sentence(2),
|
116
123
|
description: Decidim::Faker::Localized.sentence(5),
|
117
|
-
|
118
|
-
|
124
|
+
attached_to: conference,
|
125
|
+
file: File.new(File.join(seeds_root, "city.jpeg")) # Keep after attached_to
|
119
126
|
)
|
120
127
|
|
121
128
|
Decidim::Attachment.create!(
|
122
129
|
title: Decidim::Faker::Localized.sentence(2),
|
123
130
|
description: Decidim::Faker::Localized.sentence(5),
|
124
|
-
|
125
|
-
|
131
|
+
attached_to: conference,
|
132
|
+
file: File.new(File.join(seeds_root, "Exampledocument.pdf")) # Keep after attached_to
|
126
133
|
)
|
127
134
|
|
128
135
|
2.times do
|
@@ -157,8 +164,8 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
|
|
157
164
|
weight: Faker::Number.between(1, 10),
|
158
165
|
link: Faker::Internet.url,
|
159
166
|
partner_type: type,
|
160
|
-
|
161
|
-
|
167
|
+
conference: conference,
|
168
|
+
logo: File.new(File.join(seeds_root, "logo.png")) # Keep after conference
|
162
169
|
)
|
163
170
|
end
|
164
171
|
end
|
@@ -15,14 +15,15 @@ FactoryBot.define do
|
|
15
15
|
short_description { Decidim::Faker::Localized.wrapped("<p>", "</p>") { generate_localized_title } }
|
16
16
|
description { Decidim::Faker::Localized.wrapped("<p>", "</p>") { generate_localized_title } }
|
17
17
|
objectives { Decidim::Faker::Localized.wrapped("<p>", "</p>") { generate_localized_title } }
|
18
|
-
|
19
|
-
|
18
|
+
organization
|
19
|
+
hero_image { Decidim::Dev.test_file("city.jpeg", "image/jpeg") } # Keep after organization
|
20
|
+
banner_image { Decidim::Dev.test_file("city2.jpeg", "image/jpeg") } # Keep after organization
|
20
21
|
published_at { Time.current }
|
21
22
|
location { Faker::Lorem.sentence(3) }
|
22
|
-
organization
|
23
23
|
show_statistics { true }
|
24
24
|
start_date { 1.month.ago }
|
25
25
|
end_date { 1.month.ago + 3.days }
|
26
|
+
registration_terms { generate_localized_title }
|
26
27
|
|
27
28
|
trait :promoted do
|
28
29
|
promoted { true }
|
@@ -95,6 +96,21 @@ FactoryBot.define do
|
|
95
96
|
end
|
96
97
|
end
|
97
98
|
|
99
|
+
factory :conference_valuator, parent: :user, class: "Decidim::User" do
|
100
|
+
transient do
|
101
|
+
conference { create(:conference) }
|
102
|
+
end
|
103
|
+
|
104
|
+
organization { conference.organization }
|
105
|
+
|
106
|
+
after(:create) do |user, evaluator|
|
107
|
+
create :conference_user_role,
|
108
|
+
user: user,
|
109
|
+
conference: evaluator.conference,
|
110
|
+
role: :valuator
|
111
|
+
end
|
112
|
+
end
|
113
|
+
|
98
114
|
factory :conference_speaker, class: "Decidim::ConferenceSpeaker" do
|
99
115
|
conference { create(:conference) }
|
100
116
|
|
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.23.1.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: 2020-
|
11
|
+
date: 2020-11-06 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.23.1.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.23.1.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.23.1.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.23.1.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.23.1.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.23.1.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.23.1.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.23.1.rc1
|
97
97
|
description: Conferences component for decidim.
|
98
98
|
email:
|
99
99
|
- isaac.mg@coditramuntana.com
|
@@ -150,6 +150,7 @@ files:
|
|
150
150
|
- app/commands/decidim/conferences/admin/destroy_registration_type.rb
|
151
151
|
- app/commands/decidim/conferences/admin/export_conference_registrations.rb
|
152
152
|
- app/commands/decidim/conferences/admin/invite_user_to_join_conference.rb
|
153
|
+
- app/commands/decidim/conferences/admin/notify_role_assigned_to_conference.rb
|
153
154
|
- app/commands/decidim/conferences/admin/publish_conference.rb
|
154
155
|
- app/commands/decidim/conferences/admin/publish_registration_type.rb
|
155
156
|
- app/commands/decidim/conferences/admin/send_conference_diplomas.rb
|
@@ -168,6 +169,7 @@ files:
|
|
168
169
|
- app/constraints/decidim/conferences/current_component.rb
|
169
170
|
- app/constraints/decidim/conferences/current_conference.rb
|
170
171
|
- app/controllers/concerns/decidim/conferences/admin/conference_context.rb
|
172
|
+
- app/controllers/concerns/decidim/conferences/admin/filterable.rb
|
171
173
|
- app/controllers/decidim/conferences/admin/application_controller.rb
|
172
174
|
- app/controllers/decidim/conferences/admin/categories_controller.rb
|
173
175
|
- app/controllers/decidim/conferences/admin/component_permissions_controller.rb
|
@@ -200,6 +202,7 @@ files:
|
|
200
202
|
- app/events/decidim/conferences/conference_registration_notification_event.rb
|
201
203
|
- app/events/decidim/conferences/conference_registrations_enabled_event.rb
|
202
204
|
- app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
|
205
|
+
- app/events/decidim/conferences/conference_role_assigned_event.rb
|
203
206
|
- app/events/decidim/conferences/upcoming_conference_event.rb
|
204
207
|
- app/events/decidim/conferences/update_conference_event.rb
|
205
208
|
- app/forms/decidim/conferences/admin/conference_copy_form.rb
|
@@ -265,6 +268,10 @@ files:
|
|
265
268
|
- app/serializers/decidim/conferences/conference_registration_serializer.rb
|
266
269
|
- app/serializers/decidim/conferences/data_portability_conference_invite_serializer.rb
|
267
270
|
- app/serializers/decidim/conferences/data_portability_conference_registration_serializer.rb
|
271
|
+
- app/types/decidim/conferences/conference_media_link_type.rb
|
272
|
+
- app/types/decidim/conferences/conference_partner_type.rb
|
273
|
+
- app/types/decidim/conferences/conference_speaker_type.rb
|
274
|
+
- app/types/decidim/conferences/conference_type.rb
|
268
275
|
- app/uploaders/decidim/conferences/diploma_uploader.rb
|
269
276
|
- app/uploaders/decidim/conferences/partner_logo_uploader.rb
|
270
277
|
- app/views/decidim/conference_speakers/_conference_speaker.html.erb
|
@@ -311,7 +318,6 @@ files:
|
|
311
318
|
- app/views/decidim/conferences/conference_registration_mailer/confirmation.html.erb
|
312
319
|
- app/views/decidim/conferences/conference_registration_mailer/pending_validation.html.erb
|
313
320
|
- app/views/decidim/conferences/conference_speakers/index.html.erb
|
314
|
-
- app/views/decidim/conferences/conference_widgets/show.html.erb
|
315
321
|
- app/views/decidim/conferences/conferences/_partners.html.erb
|
316
322
|
- app/views/decidim/conferences/conferences/_promoted_conference.html.erb
|
317
323
|
- app/views/decidim/conferences/conferences/_statistics.html.erb
|
@@ -330,35 +336,72 @@ files:
|
|
330
336
|
- app/views/layouts/decidim/conference.html.erb
|
331
337
|
- app/views/layouts/decidim/diploma.html.erb
|
332
338
|
- config/initializers/wicked_pdf.rb
|
339
|
+
- config/locales/am-ET.yml
|
333
340
|
- config/locales/ar-SA.yml
|
334
341
|
- config/locales/ar.yml
|
342
|
+
- config/locales/bg-BG.yml
|
343
|
+
- config/locales/bg.yml
|
335
344
|
- config/locales/ca.yml
|
336
345
|
- config/locales/cs-CZ.yml
|
337
346
|
- config/locales/cs.yml
|
347
|
+
- config/locales/da-DK.yml
|
348
|
+
- config/locales/da.yml
|
338
349
|
- config/locales/de.yml
|
350
|
+
- config/locales/el-GR.yml
|
351
|
+
- config/locales/el.yml
|
339
352
|
- config/locales/en.yml
|
340
353
|
- config/locales/eo-UY.yml
|
354
|
+
- config/locales/eo.yml
|
341
355
|
- config/locales/es-MX.yml
|
342
356
|
- config/locales/es-PY.yml
|
343
357
|
- config/locales/es.yml
|
358
|
+
- config/locales/et-EE.yml
|
359
|
+
- config/locales/et.yml
|
344
360
|
- config/locales/eu.yml
|
345
361
|
- config/locales/fi-pl.yml
|
346
362
|
- config/locales/fi-plain.yml
|
347
363
|
- config/locales/fi.yml
|
364
|
+
- config/locales/fr-CA.yml
|
348
365
|
- config/locales/fr.yml
|
366
|
+
- config/locales/ga-IE.yml
|
349
367
|
- config/locales/gl.yml
|
368
|
+
- config/locales/hr-HR.yml
|
369
|
+
- config/locales/hr.yml
|
350
370
|
- config/locales/hu.yml
|
351
371
|
- config/locales/id-ID.yml
|
372
|
+
- config/locales/is-IS.yml
|
373
|
+
- config/locales/is.yml
|
352
374
|
- config/locales/it.yml
|
375
|
+
- config/locales/ja-JP.yml
|
376
|
+
- config/locales/ja.yml
|
377
|
+
- config/locales/ko-KR.yml
|
378
|
+
- config/locales/ko.yml
|
379
|
+
- config/locales/lt-LT.yml
|
380
|
+
- config/locales/lt.yml
|
381
|
+
- config/locales/lv.yml
|
382
|
+
- config/locales/mt-MT.yml
|
383
|
+
- config/locales/mt.yml
|
353
384
|
- config/locales/nl.yml
|
354
385
|
- config/locales/no.yml
|
386
|
+
- config/locales/om-ET.yml
|
355
387
|
- config/locales/pl.yml
|
356
388
|
- config/locales/pt-BR.yml
|
357
389
|
- config/locales/pt.yml
|
390
|
+
- config/locales/ro-RO.yml
|
358
391
|
- config/locales/ru.yml
|
392
|
+
- config/locales/sk-SK.yml
|
393
|
+
- config/locales/sk.yml
|
394
|
+
- config/locales/sl.yml
|
395
|
+
- config/locales/so-SO.yml
|
396
|
+
- config/locales/sr-CS.yml
|
359
397
|
- config/locales/sv.yml
|
398
|
+
- config/locales/ti-ER.yml
|
360
399
|
- config/locales/tr-TR.yml
|
361
400
|
- config/locales/uk.yml
|
401
|
+
- config/locales/vi-VN.yml
|
402
|
+
- config/locales/vi.yml
|
403
|
+
- config/locales/zh-CN.yml
|
404
|
+
- config/locales/zh-TW.yml
|
362
405
|
- db/migrate/20180626151505_add_conferences.rb
|
363
406
|
- db/migrate/20180626152015_add_conference_user_roles.rb
|
364
407
|
- db/migrate/20180702084256_add_conference_speakers.rb
|
@@ -372,6 +415,9 @@ files:
|
|
372
415
|
- db/migrate/20181030153614_add_registration_type_to_conference_invite.rb
|
373
416
|
- db/migrate/20181106092826_add_diploma_fields_to_conference.rb
|
374
417
|
- db/migrate/20181123124424_make_price_optional_conference_registration_type.rb
|
418
|
+
- db/migrate/20200320105913_index_foreign_keys_in_decidim_conferences.rb
|
419
|
+
- db/migrate/20200320105914_index_foreign_keys_in_decidim_conferences_conference_invites.rb
|
420
|
+
- db/migrate/20200320105915_index_foreign_keys_in_decidim_conferences_conference_registrations.rb
|
375
421
|
- db/seeds/Exampledocument.pdf
|
376
422
|
- db/seeds/city.jpeg
|
377
423
|
- db/seeds/city2.jpeg
|
@@ -396,12 +442,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
396
442
|
requirements:
|
397
443
|
- - ">="
|
398
444
|
- !ruby/object:Gem::Version
|
399
|
-
version: '2.
|
445
|
+
version: '2.6'
|
400
446
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
401
447
|
requirements:
|
402
|
-
- - "
|
448
|
+
- - ">"
|
403
449
|
- !ruby/object:Gem::Version
|
404
|
-
version:
|
450
|
+
version: 1.3.1
|
405
451
|
requirements: []
|
406
452
|
rubygems_version: 3.0.3
|
407
453
|
signing_key:
|
@@ -1,11 +0,0 @@
|
|
1
|
-
<% content_for(:header, "false") %>
|
2
|
-
<% content_for(:title, translated_attribute(model.title)) %>
|
3
|
-
<p class="card__desc"><%= decidim_sanitize html_truncate(translated_attribute(model.short_description), length: 630, separator: "...") %></p>
|
4
|
-
<% content_for(:footer) do %>
|
5
|
-
<div class="card__support">
|
6
|
-
<span class="card--process__small"></span>
|
7
|
-
<%= link_to conference_path(model), class: "card__button button small" do %>
|
8
|
-
<%= t("conference_widgets.show.take_part", scope: "layouts.decidim") %>
|
9
|
-
<% end %>
|
10
|
-
</div>
|
11
|
-
<% end %>
|