decidim-conferences 0.31.1 → 0.31.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/helpers/decidim/conferences/conference_helper.rb +10 -2
- data/app/packs/stylesheets/decidim/conferences/_conference.scss +9 -1
- data/app/views/decidim/conferences/conferences/show.html.erb +1 -1
- data/config/locales/fr-CA.yml +7 -0
- data/config/locales/fr.yml +7 -0
- data/config/locales/sv.yml +42 -9
- data/lib/decidim/conferences/participatory_space.rb +3 -2
- data/lib/decidim/conferences/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: 47069fb70f08945022c84a7e868631182823b9e39262b310c257e728d3fbd1c4
|
|
4
|
+
data.tar.gz: 17ee4911edfc1523ec1f9bf11151e285f8efe84a104c2b424f33ee98436e192c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 682073022bd5324c4aa21a9a4b6c1b07d01bc2ea78aa3b39acc86b430f35c4afc4679ce16b3dbb8c0f8c90e6489b3055d1f42fb700321a3a0142521cb8f7f986
|
|
7
|
+
data.tar.gz: 386ddf1a491f791e626d403c139928b38627af87ca6317752f344decd669bd6e66e716d90aa88baacb57b2318682d086c8ae9105e31eda9a0359d9af09e7c6c8
|
|
@@ -27,8 +27,16 @@ module Decidim
|
|
|
27
27
|
}
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
meeting_components = participatory_space
|
|
31
|
-
|
|
30
|
+
meeting_components = participatory_space
|
|
31
|
+
.components
|
|
32
|
+
.published
|
|
33
|
+
.where(manifest_name: "meetings")
|
|
34
|
+
.where(visible: true)
|
|
35
|
+
other_components = participatory_space
|
|
36
|
+
.components
|
|
37
|
+
.published
|
|
38
|
+
.where.not(manifest_name: "meetings")
|
|
39
|
+
.where(visible: true)
|
|
32
40
|
|
|
33
41
|
meeting_components.each do |component|
|
|
34
42
|
next unless Decidim::Meetings::Meeting.where(component:).published.not_hidden.visible_for(current_user).exists?
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
@apply divide-y divide-white [&>li]:py-3.5 first:[&>li]:pt-0 last:[&>li]:pb-0;
|
|
37
37
|
|
|
38
38
|
&-container {
|
|
39
|
-
@apply ml-0 md:ml-6 bg-primary p-3 md:p-6 rounded w-full md:w-auto self-stretch;
|
|
39
|
+
@apply mt-2 ml-0 md:ml-6 bg-primary p-3 md:p-6 rounded w-full md:w-auto self-stretch;
|
|
40
40
|
|
|
41
41
|
[id*="dropdown-menu"] {
|
|
42
42
|
@apply mx-0;
|
|
@@ -99,4 +99,12 @@
|
|
|
99
99
|
@apply text-lg text-gray-2;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
+
|
|
103
|
+
&__section {
|
|
104
|
+
@apply md:pt-0;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
[data-target="dropdown-menu-conference"] {
|
|
109
|
+
@apply md:hidden;
|
|
102
110
|
}
|
|
@@ -42,7 +42,7 @@ edit_link(
|
|
|
42
42
|
|
|
43
43
|
<%= participatory_space_floating_help %>
|
|
44
44
|
|
|
45
|
-
<section class="content-block">
|
|
45
|
+
<section class="content-block conference__section">
|
|
46
46
|
<h2 class="h2 decorator"><%= t("conferences.show.introduction", scope: "decidim") %></h2>
|
|
47
47
|
<div class="content-block__description editor-content">
|
|
48
48
|
<%= decidim_sanitize_editor_admin translated_attribute(current_participatory_space.short_description) %>
|
data/config/locales/fr-CA.yml
CHANGED
|
@@ -323,7 +323,9 @@ fr-CA:
|
|
|
323
323
|
conference:
|
|
324
324
|
create: "%{user_name} créé la %{resource_name} conférence"
|
|
325
325
|
publish: "%{user_name} publication la %{resource_name} conférence"
|
|
326
|
+
restore: "%{user_name} a restauré la conférence %{resource_name}"
|
|
326
327
|
send_conference_diplomas: "%{user_name} certificats de présence envoyés aux %{resource_name} participants à la conférence"
|
|
328
|
+
soft_delete: "%{user_name} a déplacé la conférence %{resource_name} vers la corbeille"
|
|
327
329
|
unpublish: "%{user_name} non publié la %{resource_name} conférence"
|
|
328
330
|
update: "%{user_name} mis à jour le %{resource_name} conférence"
|
|
329
331
|
update_diploma: "%{user_name} mis à jour la configuration des certificats de participation pour %{resource_name} conférence"
|
|
@@ -394,6 +396,7 @@ fr-CA:
|
|
|
394
396
|
conferences:
|
|
395
397
|
form:
|
|
396
398
|
available_slots_help: Laissez à 0 si vous avez un nombre illimité de places disponibles.
|
|
399
|
+
define_taxonomy_filters: Veuillez définir des filtres pour cet espace participatif avant d'utiliser ce paramètre.
|
|
397
400
|
registrations_count:
|
|
398
401
|
one: Il y a eu une inscription.
|
|
399
402
|
other: Il y a eu %{count} inscriptions.
|
|
@@ -606,6 +609,10 @@ fr-CA:
|
|
|
606
609
|
title: Médias et liens
|
|
607
610
|
menu:
|
|
608
611
|
conferences: Conférences
|
|
612
|
+
open_data:
|
|
613
|
+
help:
|
|
614
|
+
conferences:
|
|
615
|
+
published_at: La date de publication de cet espace
|
|
609
616
|
statistics:
|
|
610
617
|
conferences_count: Conférences
|
|
611
618
|
conferences_count_tooltip: Le nombre de conférences publiées.
|
data/config/locales/fr.yml
CHANGED
|
@@ -323,7 +323,9 @@ fr:
|
|
|
323
323
|
conference:
|
|
324
324
|
create: "%{user_name} créé la %{resource_name} conférence"
|
|
325
325
|
publish: "%{user_name} publication la %{resource_name} conférence"
|
|
326
|
+
restore: "%{user_name} a restauré la conférence %{resource_name}"
|
|
326
327
|
send_conference_diplomas: "%{user_name} certificats de présence envoyés aux %{resource_name} participants à la conférence"
|
|
328
|
+
soft_delete: "%{user_name} a déplacé la conférence %{resource_name} vers la corbeille"
|
|
327
329
|
unpublish: "%{user_name} non publié la %{resource_name} conférence"
|
|
328
330
|
update: "%{user_name} mis à jour le %{resource_name} conférence"
|
|
329
331
|
update_diploma: "%{user_name} mis à jour la configuration des certificats de participation pour %{resource_name} conférence"
|
|
@@ -394,6 +396,7 @@ fr:
|
|
|
394
396
|
conferences:
|
|
395
397
|
form:
|
|
396
398
|
available_slots_help: Laissez à 0 si vous avez un nombre illimité de places disponibles.
|
|
399
|
+
define_taxonomy_filters: Veuillez définir des filtres pour cet espace participatif avant d'utiliser ce paramètre.
|
|
397
400
|
registrations_count:
|
|
398
401
|
one: Il y a eu une inscription.
|
|
399
402
|
other: Il y a eu %{count} inscriptions.
|
|
@@ -606,6 +609,10 @@ fr:
|
|
|
606
609
|
title: Médias et liens
|
|
607
610
|
menu:
|
|
608
611
|
conferences: Conférences
|
|
612
|
+
open_data:
|
|
613
|
+
help:
|
|
614
|
+
conferences:
|
|
615
|
+
published_at: La date de publication de cet espace
|
|
609
616
|
statistics:
|
|
610
617
|
conferences_count: Conférences
|
|
611
618
|
conferences_count_tooltip: Le nombre de conférences publiées.
|
data/config/locales/sv.yml
CHANGED
|
@@ -8,6 +8,9 @@ sv:
|
|
|
8
8
|
banner_image: Bannerbild
|
|
9
9
|
decidim_scope_id: Indelning
|
|
10
10
|
description: Beskrivning
|
|
11
|
+
duplicate_categories: Duplicera kategorier
|
|
12
|
+
duplicate_components: Duplicera komponenter
|
|
13
|
+
duplicate_features: Duplicera funktioner
|
|
11
14
|
end_date: Slutdatum
|
|
12
15
|
hero_image: Bild till startsida
|
|
13
16
|
location: Plats
|
|
@@ -95,6 +98,11 @@ sv:
|
|
|
95
98
|
new_speaker: Ny talare
|
|
96
99
|
send_diplomas: Skicka deltagarbevis
|
|
97
100
|
view_deleted_conferences: Visa raderade konferenser
|
|
101
|
+
conference_duplicates:
|
|
102
|
+
new:
|
|
103
|
+
duplicate: Duplicera
|
|
104
|
+
select: Välj vad du vill duplicera
|
|
105
|
+
title: Duplicera konferens
|
|
98
106
|
conference_publications:
|
|
99
107
|
create:
|
|
100
108
|
error: Det gick inte att publicera konferensen.
|
|
@@ -155,7 +163,7 @@ sv:
|
|
|
155
163
|
exports:
|
|
156
164
|
registrations: Registreringar
|
|
157
165
|
form:
|
|
158
|
-
duration:
|
|
166
|
+
duration: Längd
|
|
159
167
|
images: Bilder
|
|
160
168
|
metadata: Metadata
|
|
161
169
|
registrations: Anmälningar
|
|
@@ -173,6 +181,10 @@ sv:
|
|
|
173
181
|
update:
|
|
174
182
|
error: Det gick inte att uppdatera konferensen.
|
|
175
183
|
success: Konferensen har uppdaterats.
|
|
184
|
+
conferences_duplicates:
|
|
185
|
+
create:
|
|
186
|
+
error: Det gick inte att duplicera konferensen.
|
|
187
|
+
success: Konferensen har duplicerats.
|
|
176
188
|
media_links:
|
|
177
189
|
create:
|
|
178
190
|
error: Det gick inte att skapa en ny medialänk.
|
|
@@ -218,14 +230,14 @@ sv:
|
|
|
218
230
|
title: Titel
|
|
219
231
|
conference_speaker:
|
|
220
232
|
fields:
|
|
221
|
-
actions:
|
|
233
|
+
actions: Åtgärder
|
|
222
234
|
affiliation: Anknytning
|
|
223
235
|
full_name: Fullständigt namn
|
|
224
236
|
position: Position
|
|
225
237
|
name: Talare
|
|
226
238
|
conference_user_role:
|
|
227
239
|
fields:
|
|
228
|
-
actions:
|
|
240
|
+
actions: Åtgärder
|
|
229
241
|
email: E-post
|
|
230
242
|
name: Namn
|
|
231
243
|
role: Roll
|
|
@@ -237,14 +249,14 @@ sv:
|
|
|
237
249
|
moderator: Moderator
|
|
238
250
|
media_link:
|
|
239
251
|
fields:
|
|
240
|
-
actions:
|
|
252
|
+
actions: Åtgärder
|
|
241
253
|
date: Datum
|
|
242
254
|
link: Länk
|
|
243
255
|
title: Titel
|
|
244
256
|
name: Medialänk
|
|
245
257
|
partner:
|
|
246
258
|
fields:
|
|
247
|
-
actions:
|
|
259
|
+
actions: Åtgärder
|
|
248
260
|
link: Länk
|
|
249
261
|
logo: Logotyp
|
|
250
262
|
name: Namn
|
|
@@ -255,7 +267,7 @@ sv:
|
|
|
255
267
|
main_promotor: Huvudarrangör
|
|
256
268
|
registration_type:
|
|
257
269
|
fields:
|
|
258
|
-
actions:
|
|
270
|
+
actions: Åtgärder
|
|
259
271
|
conference_meetings: Konferensmöten
|
|
260
272
|
price: Pris
|
|
261
273
|
registrations_count: Antal registreringar
|
|
@@ -350,6 +362,9 @@ sv:
|
|
|
350
362
|
title: Talare
|
|
351
363
|
conferences:
|
|
352
364
|
admin:
|
|
365
|
+
conference_duplicates:
|
|
366
|
+
form:
|
|
367
|
+
slug_help_html: 'URL-slugs används till att generera URL:er till konferensen. Använd bara bokstäver, siffror och bindestreck, och de måste börja med en bokstav. Exempel: %{url}'
|
|
353
368
|
conference_invites:
|
|
354
369
|
create:
|
|
355
370
|
error: Det gick inte att bjuda in deltagaren till konferensen.
|
|
@@ -381,7 +396,7 @@ sv:
|
|
|
381
396
|
conferences:
|
|
382
397
|
form:
|
|
383
398
|
available_slots_help: Lämna det till 0 om du har obegränsat antal platser.
|
|
384
|
-
define_taxonomy_filters:
|
|
399
|
+
define_taxonomy_filters: Ställ in filter innan du använder den här inställningen.
|
|
385
400
|
no_taxonomy_filters_found: Inga filter för kategorier hittades.
|
|
386
401
|
registrations_count:
|
|
387
402
|
one: Det har gjorts en registrering.
|
|
@@ -514,7 +529,7 @@ sv:
|
|
|
514
529
|
sent: Skickad
|
|
515
530
|
conference_registration:
|
|
516
531
|
fields:
|
|
517
|
-
actions:
|
|
532
|
+
actions: Åtgärder
|
|
518
533
|
email: E-post
|
|
519
534
|
name: Namn
|
|
520
535
|
registration_type: Registreringstyp
|
|
@@ -614,9 +629,26 @@ sv:
|
|
|
614
629
|
end_date: Det datum då konferens avslutas.
|
|
615
630
|
follows_count: Antal följare
|
|
616
631
|
id: Unikt id för konferensen
|
|
632
|
+
location: Plats för konferensen.
|
|
633
|
+
objectives: Syftet med konferensen.
|
|
634
|
+
promoted: Om konferensen är utvald eller inte
|
|
635
|
+
published_at: Publiceringsdatum för konferensen
|
|
636
|
+
reference: Unikt id för konferensen
|
|
637
|
+
remote_banner_image_url: URL till konferensens bannerbild
|
|
638
|
+
remote_hero_image_url: URL till konferensens huvudbild
|
|
639
|
+
scope: Ämnet för konferensen
|
|
640
|
+
scopes_enabled: Om indelningar är aktiverat eller inte
|
|
641
|
+
short_description: Kort beskrivning av konferensen
|
|
642
|
+
slogan: Konferensens slogan
|
|
643
|
+
slug: Konferensens URL-slug (används för identifiering och för URL)
|
|
644
|
+
start_date: Konferensens startdatum.
|
|
645
|
+
taxonomies: Kategorier för konferensen
|
|
646
|
+
title: Konferensens titel
|
|
647
|
+
updated_at: Senaste datum när utrymmet uppdaterades
|
|
648
|
+
url: Konferensens URL
|
|
617
649
|
statistics:
|
|
618
650
|
conferences_count: Konferenser
|
|
619
|
-
conferences_count_tooltip:
|
|
651
|
+
conferences_count_tooltip: Antal publicerade konferenser.
|
|
620
652
|
devise:
|
|
621
653
|
mailer:
|
|
622
654
|
join_conference:
|
|
@@ -624,6 +656,7 @@ sv:
|
|
|
624
656
|
layouts:
|
|
625
657
|
decidim:
|
|
626
658
|
conference_hero:
|
|
659
|
+
manage_registration: Hantera anmälan
|
|
627
660
|
register: Anmäl dig
|
|
628
661
|
conferences:
|
|
629
662
|
conference:
|
|
@@ -51,8 +51,9 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
|
|
|
51
51
|
end
|
|
52
52
|
|
|
53
53
|
participatory_space.exports :conferences do |export|
|
|
54
|
-
export.collection do |participatory_space,
|
|
55
|
-
Decidim::Conference.
|
|
54
|
+
export.collection do |participatory_space, user|
|
|
55
|
+
scope = user.present? ? Decidim::Conference.all : Decidim::Conference.public_spaces
|
|
56
|
+
scope.includes(:taxonomies, :attachment_collections).where(id: participatory_space)
|
|
56
57
|
end
|
|
57
58
|
|
|
58
59
|
export.include_in_open_data = true
|
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.31.
|
|
4
|
+
version: 0.31.2
|
|
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: 2026-
|
|
11
|
+
date: 2026-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: decidim-core
|
|
@@ -16,56 +16,56 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.31.
|
|
19
|
+
version: 0.31.2
|
|
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.31.
|
|
26
|
+
version: 0.31.2
|
|
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.31.
|
|
33
|
+
version: 0.31.2
|
|
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.31.
|
|
40
|
+
version: 0.31.2
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: decidim-admin
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.31.
|
|
47
|
+
version: 0.31.2
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.31.
|
|
54
|
+
version: 0.31.2
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: decidim-dev
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - '='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.31.
|
|
61
|
+
version: 0.31.2
|
|
62
62
|
type: :development
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - '='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 0.31.
|
|
68
|
+
version: 0.31.2
|
|
69
69
|
description: Conferences component for decidim.
|
|
70
70
|
email:
|
|
71
71
|
- isaac.mg@coditramuntana.com
|