decidim-meetings 0.32.0.rc3 → 0.32.0
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/controllers/decidim/meetings/meetings_controller.rb +1 -0
- data/app/permissions/decidim/meetings/meeting_permissions.rb +0 -2
- data/config/locales/ar.yml +0 -1
- data/config/locales/bg.yml +0 -1
- data/config/locales/ca-IT.yml +1 -3
- data/config/locales/ca.yml +1 -3
- data/config/locales/cs.yml +1 -3
- data/config/locales/de.yml +0 -3
- data/config/locales/el.yml +0 -1
- data/config/locales/en.yml +1 -3
- data/config/locales/es-MX.yml +1 -3
- data/config/locales/es-PY.yml +1 -3
- data/config/locales/es.yml +1 -3
- data/config/locales/eu.yml +1 -3
- data/config/locales/fi-plain.yml +0 -2
- data/config/locales/fi.yml +0 -2
- data/config/locales/fr-CA.yml +1 -3
- data/config/locales/fr.yml +1 -3
- data/config/locales/hu.yml +0 -1
- data/config/locales/it.yml +0 -1
- data/config/locales/ja.yml +2 -3
- data/config/locales/lb.yml +0 -1
- data/config/locales/lt.yml +0 -1
- data/config/locales/nl.yml +0 -1
- data/config/locales/no.yml +0 -1
- data/config/locales/pl.yml +0 -1
- data/config/locales/pt-BR.yml +0 -3
- data/config/locales/pt.yml +0 -1
- data/config/locales/ro-RO.yml +0 -1
- data/config/locales/sk.yml +0 -3
- data/config/locales/sv.yml +0 -3
- data/config/locales/tr-TR.yml +0 -1
- data/config/locales/zh-CN.yml +0 -1
- data/config/locales/zh-TW.yml +0 -1
- data/decidim-meetings.gemspec +1 -1
- data/lib/decidim/api/mutations/create_meeting_type.rb +1 -1
- data/lib/decidim/meetings/version.rb +1 -1
- metadata +13 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f2bce4805dd0febb7c55b8beecf3313a3716c1b686d0bde5ae025cd3fbb9ad65
|
|
4
|
+
data.tar.gz: 52089a3f97b12841149790d927431262dac3a8ad45badf8481df716eabc3920f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1124e09ce4f911c0d6633760de6399828d1263f6d125bd0d05aceb7c866b16f2841fd785ffce44530291157f1c74888c68505edbac10dd01632ee5c66473e42
|
|
7
|
+
data.tar.gz: bce130537f035c9f40204dc96fae1adc41a78bdec6962fcd08f1766ee33cfe60cfd2ec2a6e40648697c3fe70f5d110f28d6612549ecee0bbf7d5a76fb57b7737
|
|
@@ -21,6 +21,7 @@ module Decidim
|
|
|
21
21
|
helper_method :meetings, :meeting, :registration, :registration_qr_code_image, :search, :tab_panel_items, :withdrawn_meetings?
|
|
22
22
|
|
|
23
23
|
before_action :add_additional_csp_directives, only: [:show]
|
|
24
|
+
before_action :authenticate_user!, only: [:new, :create, :edit, :update, :withdraw]
|
|
24
25
|
|
|
25
26
|
def new
|
|
26
27
|
enforce_permission_to :create, :meeting
|
data/config/locales/ar.yml
CHANGED
|
@@ -121,7 +121,6 @@ ar:
|
|
|
121
121
|
global:
|
|
122
122
|
announcement: إعلان
|
|
123
123
|
comments_enabled: تم تمكين التعليقات
|
|
124
|
-
comments_max_length: الحد الأقصى لطول التعليقات (اترك 0 لاستعمال القيمة الافتراضية)
|
|
125
124
|
creation_enabled_for_participants: يمكن للمشاركين إنشاء اجتماعات
|
|
126
125
|
default_registration_terms: شروط التسجيل الافتراضية
|
|
127
126
|
enable_pads_creation: تمكين إنشاء منصات
|
data/config/locales/bg.yml
CHANGED
|
@@ -146,7 +146,6 @@ bg:
|
|
|
146
146
|
global:
|
|
147
147
|
announcement: Обявление
|
|
148
148
|
comments_enabled: Коментарите са активирани
|
|
149
|
-
comments_max_length: Максимална дължина на коментарите (Оставете 0 за стойност по подразбиране)
|
|
150
149
|
creation_enabled_for_participants: Участниците могат да създават срещи
|
|
151
150
|
default_registration_terms: Условия за регистрация по подразбиране
|
|
152
151
|
enable_pads_creation: Активирай създаване на бележки
|
data/config/locales/ca-IT.yml
CHANGED
|
@@ -50,8 +50,6 @@ ca-IT:
|
|
|
50
50
|
meeting_registration_invite:
|
|
51
51
|
email: Correu electrònic
|
|
52
52
|
name: Nom
|
|
53
|
-
response:
|
|
54
|
-
add_documents: Afegir documents
|
|
55
53
|
validate_registration_code:
|
|
56
54
|
code: Codi
|
|
57
55
|
errors:
|
|
@@ -169,7 +167,7 @@ ca-IT:
|
|
|
169
167
|
announcement: Avís
|
|
170
168
|
clear_all: Netejar-ho tot
|
|
171
169
|
comments_enabled: Comentaris habilitats
|
|
172
|
-
comments_max_length:
|
|
170
|
+
comments_max_length: Caràcters màxims per comentari (deixar a 0 el valor predeterminat)
|
|
173
171
|
creation_enabled_for_participants: Les participants poden crear trobades
|
|
174
172
|
default_registration_terms: Termes de registre per defecte
|
|
175
173
|
define_taxonomy_filters: Si us plau, defineix algunes filtres per aquest espai de participació abans de fer servir aquesta configuració.
|
data/config/locales/ca.yml
CHANGED
|
@@ -50,8 +50,6 @@ ca:
|
|
|
50
50
|
meeting_registration_invite:
|
|
51
51
|
email: Correu electrònic
|
|
52
52
|
name: Nom
|
|
53
|
-
response:
|
|
54
|
-
add_documents: Afegir documents
|
|
55
53
|
validate_registration_code:
|
|
56
54
|
code: Codi
|
|
57
55
|
errors:
|
|
@@ -169,7 +167,7 @@ ca:
|
|
|
169
167
|
announcement: Avís
|
|
170
168
|
clear_all: Netejar-ho tot
|
|
171
169
|
comments_enabled: Comentaris habilitats
|
|
172
|
-
comments_max_length:
|
|
170
|
+
comments_max_length: Caràcters màxims per comentari (deixar a 0 el valor predeterminat)
|
|
173
171
|
creation_enabled_for_participants: Les participants poden crear trobades
|
|
174
172
|
default_registration_terms: Termes de registre per defecte
|
|
175
173
|
define_taxonomy_filters: Si us plau, defineix algunes filtres per aquest espai de participació abans de fer servir aquesta configuració.
|
data/config/locales/cs.yml
CHANGED
|
@@ -50,8 +50,6 @@ cs:
|
|
|
50
50
|
meeting_registration_invite:
|
|
51
51
|
email: E-mail
|
|
52
52
|
name: Jméno
|
|
53
|
-
response:
|
|
54
|
-
add_documents: Přidat dokumenty
|
|
55
53
|
validate_registration_code:
|
|
56
54
|
code: Kód
|
|
57
55
|
errors:
|
|
@@ -174,7 +172,6 @@ cs:
|
|
|
174
172
|
announcement: Oznámení
|
|
175
173
|
clear_all: Vymazat vše
|
|
176
174
|
comments_enabled: Komentáře povoleny
|
|
177
|
-
comments_max_length: Maximální délka komentáře (ponechte 0 pro výchozí hodnotu)
|
|
178
175
|
creation_enabled_for_participants: Účastníci mohou vytvářet schůzky
|
|
179
176
|
default_registration_terms: Výchozí podmínky registrace
|
|
180
177
|
define_taxonomy_filters: Před použitím tohoto nastavení prosím definujte některé filtry pro tento participační prostor.
|
|
@@ -397,6 +394,7 @@ cs:
|
|
|
397
394
|
assign: Přiřadit
|
|
398
395
|
link_a_space: Propojit prostor
|
|
399
396
|
private_meeting_warning: Propojené prostory nebudou použity, pokud je schůzka soukromá a netransparentní.
|
|
397
|
+
restricted_space_warning: Propojené prostory nebudou použity, pokud schůzka patří do soukromého netransparentního prostoru.
|
|
400
398
|
select: Vyberte prostor
|
|
401
399
|
table:
|
|
402
400
|
actions: Akce
|
data/config/locales/de.yml
CHANGED
|
@@ -50,8 +50,6 @@ de:
|
|
|
50
50
|
meeting_registration_invite:
|
|
51
51
|
email: E-Mail
|
|
52
52
|
name: Name
|
|
53
|
-
response:
|
|
54
|
-
add_documents: Dokumente hinzufügen
|
|
55
53
|
validate_registration_code:
|
|
56
54
|
code: Code
|
|
57
55
|
errors:
|
|
@@ -169,7 +167,6 @@ de:
|
|
|
169
167
|
announcement: Ankündigung
|
|
170
168
|
clear_all: Alles löschen
|
|
171
169
|
comments_enabled: Kommentare aktiviert
|
|
172
|
-
comments_max_length: Maximale Länge der Kommentare (0 für Standardwert)
|
|
173
170
|
creation_enabled_for_participants: Teilnehmende können Veranstaltungen erstellen
|
|
174
171
|
default_registration_terms: Standard-Registrierungsbedingungen
|
|
175
172
|
define_taxonomy_filters: Bitte definieren Sie einige Filter für diesen partizipativen Bereich, bevor Sie diese Einstellung verwenden.
|
data/config/locales/el.yml
CHANGED
|
@@ -123,7 +123,6 @@ el:
|
|
|
123
123
|
global:
|
|
124
124
|
announcement: Ανακοίνωση
|
|
125
125
|
comments_enabled: Τα σχόλια ενεργοποιήθηκαν
|
|
126
|
-
comments_max_length: Μέγιστο μέγεθος σχολίων (Αφήστε το 0 για την προκαθορισμένη τιμή)
|
|
127
126
|
creation_enabled_for_participants: Οι συμμετέχοντες μπορούν να δημιουργήσουν συναντήσεις
|
|
128
127
|
default_registration_terms: Προεπιλεγμένοι όροι εγγραφής
|
|
129
128
|
enable_pads_creation: Ενεργοποίηση δημιουργίας πινάκων σημειώσεων
|
data/config/locales/en.yml
CHANGED
|
@@ -50,8 +50,6 @@ en:
|
|
|
50
50
|
meeting_registration_invite:
|
|
51
51
|
email: Email
|
|
52
52
|
name: Name
|
|
53
|
-
response:
|
|
54
|
-
add_documents: Add documents
|
|
55
53
|
validate_registration_code:
|
|
56
54
|
code: Code
|
|
57
55
|
errors:
|
|
@@ -169,7 +167,7 @@ en:
|
|
|
169
167
|
announcement: Announcement
|
|
170
168
|
clear_all: Clear all
|
|
171
169
|
comments_enabled: Comments enabled
|
|
172
|
-
comments_max_length:
|
|
170
|
+
comments_max_length: Max characters per comment (Leave 0 for default value)
|
|
173
171
|
creation_enabled_for_participants: Participants can create meetings
|
|
174
172
|
default_registration_terms: Default registration terms
|
|
175
173
|
define_taxonomy_filters: Please define some filters for this participatory space before using this setting.
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -50,8 +50,6 @@ es-MX:
|
|
|
50
50
|
meeting_registration_invite:
|
|
51
51
|
email: Correo electrónico
|
|
52
52
|
name: Nombre
|
|
53
|
-
response:
|
|
54
|
-
add_documents: Añadir documentos
|
|
55
53
|
validate_registration_code:
|
|
56
54
|
code: Código
|
|
57
55
|
errors:
|
|
@@ -169,7 +167,7 @@ es-MX:
|
|
|
169
167
|
announcement: Anuncio
|
|
170
168
|
clear_all: Limpiar todo
|
|
171
169
|
comments_enabled: Comentarios habilitados
|
|
172
|
-
comments_max_length:
|
|
170
|
+
comments_max_length: Caracteres máximos por comentario (dejar 0 para el valor predeterminado)
|
|
173
171
|
creation_enabled_for_participants: Las participantes pueden crear encuentros
|
|
174
172
|
default_registration_terms: Términos de registro predeterminados
|
|
175
173
|
define_taxonomy_filters: Por favor, define algunos filtros para este espacio de participación antes de utilizar esta configuración.
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -50,8 +50,6 @@ es-PY:
|
|
|
50
50
|
meeting_registration_invite:
|
|
51
51
|
email: Correo electrónico
|
|
52
52
|
name: Nombre
|
|
53
|
-
response:
|
|
54
|
-
add_documents: Añadir documentos
|
|
55
53
|
validate_registration_code:
|
|
56
54
|
code: Código
|
|
57
55
|
errors:
|
|
@@ -169,7 +167,7 @@ es-PY:
|
|
|
169
167
|
announcement: Anuncio
|
|
170
168
|
clear_all: Limpiar todo
|
|
171
169
|
comments_enabled: Comentarios habilitados
|
|
172
|
-
comments_max_length:
|
|
170
|
+
comments_max_length: Caracteres máximos por comentario (dejar 0 para el valor predeterminado)
|
|
173
171
|
creation_enabled_for_participants: Las participantes pueden crear encuentros
|
|
174
172
|
default_registration_terms: Términos de registro predeterminados
|
|
175
173
|
define_taxonomy_filters: Por favor, define algunos filtros para este espacio de participación antes de utilizar esta configuración.
|
data/config/locales/es.yml
CHANGED
|
@@ -50,8 +50,6 @@ es:
|
|
|
50
50
|
meeting_registration_invite:
|
|
51
51
|
email: Correo electrónico
|
|
52
52
|
name: Nombre
|
|
53
|
-
response:
|
|
54
|
-
add_documents: Añadir documentos
|
|
55
53
|
validate_registration_code:
|
|
56
54
|
code: Código
|
|
57
55
|
errors:
|
|
@@ -169,7 +167,7 @@ es:
|
|
|
169
167
|
announcement: Aviso
|
|
170
168
|
clear_all: Limpiar todo
|
|
171
169
|
comments_enabled: Comentarios habilitados
|
|
172
|
-
comments_max_length:
|
|
170
|
+
comments_max_length: Caracteres máximos por comentario (dejar 0 para el valor predeterminado)
|
|
173
171
|
creation_enabled_for_participants: Las participantes pueden crear encuentros
|
|
174
172
|
default_registration_terms: Términos de registro predeterminados
|
|
175
173
|
define_taxonomy_filters: Por favor, define algunos filtros para este espacio de participación antes de utilizar esta configuración.
|
data/config/locales/eu.yml
CHANGED
|
@@ -50,8 +50,6 @@ eu:
|
|
|
50
50
|
meeting_registration_invite:
|
|
51
51
|
email: Helbide elektronikoa
|
|
52
52
|
name: Izena
|
|
53
|
-
response:
|
|
54
|
-
add_documents: Dokumentuak gehitu
|
|
55
53
|
validate_registration_code:
|
|
56
54
|
code: Kodea
|
|
57
55
|
errors:
|
|
@@ -169,7 +167,7 @@ eu:
|
|
|
169
167
|
announcement: Iragarpena
|
|
170
168
|
clear_all: Garbitu dena
|
|
171
169
|
comments_enabled: Iruzkinak gaituta
|
|
172
|
-
comments_max_length:
|
|
170
|
+
comments_max_length: Iruzkin bakoitzeko gehieneko karaktereak (utzi 0 aurrez zehaztutako baliorako)
|
|
173
171
|
creation_enabled_for_participants: Parte-hartzaileek topaketak sortu ahal dituzte
|
|
174
172
|
default_registration_terms: Izen-emate baldintzak lehenetsiak
|
|
175
173
|
define_taxonomy_filters: Mesedez, eszenatoki hau erabili aurretik, zehaztu partaidetza-espazio honetarako iragazki batzuk.
|
data/config/locales/fi-plain.yml
CHANGED
data/config/locales/fi.yml
CHANGED
data/config/locales/fr-CA.yml
CHANGED
|
@@ -50,8 +50,6 @@ fr-CA:
|
|
|
50
50
|
meeting_registration_invite:
|
|
51
51
|
email: Email
|
|
52
52
|
name: Nom
|
|
53
|
-
response:
|
|
54
|
-
add_documents: Ajouter des documents
|
|
55
53
|
validate_registration_code:
|
|
56
54
|
code: Code
|
|
57
55
|
errors:
|
|
@@ -168,7 +166,7 @@ fr-CA:
|
|
|
168
166
|
global:
|
|
169
167
|
announcement: Annonce
|
|
170
168
|
comments_enabled: Activer le module de commentaire
|
|
171
|
-
comments_max_length:
|
|
169
|
+
comments_max_length: Nombre maximum de caractères par commentaire (Laisser 0 pour la valeur par défaut)
|
|
172
170
|
creation_enabled_for_participants: Les participants peuvent créer des réunions
|
|
173
171
|
default_registration_terms: Conditions d'inscription par défaut
|
|
174
172
|
define_taxonomy_filters: Veuillez définir des filtres pour cet espace participatif avant d'utiliser ce paramètre.
|
data/config/locales/fr.yml
CHANGED
|
@@ -50,8 +50,6 @@ fr:
|
|
|
50
50
|
meeting_registration_invite:
|
|
51
51
|
email: Email
|
|
52
52
|
name: Nom
|
|
53
|
-
response:
|
|
54
|
-
add_documents: Ajouter des documents
|
|
55
53
|
validate_registration_code:
|
|
56
54
|
code: Code
|
|
57
55
|
errors:
|
|
@@ -168,7 +166,7 @@ fr:
|
|
|
168
166
|
global:
|
|
169
167
|
announcement: Annonce
|
|
170
168
|
comments_enabled: Activer le module de commentaire
|
|
171
|
-
comments_max_length:
|
|
169
|
+
comments_max_length: Nombre maximum de caractères par commentaire (Laisser 0 pour la valeur par défaut)
|
|
172
170
|
creation_enabled_for_participants: Les participants peuvent créer des rencontres
|
|
173
171
|
default_registration_terms: Conditions d'inscription par défaut
|
|
174
172
|
define_taxonomy_filters: Veuillez définir des filtres pour cet espace participatif avant d'utiliser ce paramètre.
|
data/config/locales/hu.yml
CHANGED
|
@@ -92,7 +92,6 @@ hu:
|
|
|
92
92
|
global:
|
|
93
93
|
announcement: Közlemény
|
|
94
94
|
comments_enabled: Megjegyzések engedélyezve
|
|
95
|
-
comments_max_length: Kommentek maximális hossza (Hagyjon 0 -t az alapértékhez)
|
|
96
95
|
creation_enabled_for_participants: A résztvevők létrehozhatnak találkozókat
|
|
97
96
|
default_registration_terms: Alapértelmezett regisztrációs feltételek
|
|
98
97
|
enable_pads_creation: A közös dokumentum létrehozásának engedélyezése
|
data/config/locales/it.yml
CHANGED
|
@@ -86,7 +86,6 @@ it:
|
|
|
86
86
|
global:
|
|
87
87
|
announcement: Annuncio
|
|
88
88
|
comments_enabled: Commenti abilitati
|
|
89
|
-
comments_max_length: Lunghezza massima dei commenti (Lasciare 0 per il valore predefinito)
|
|
90
89
|
creation_enabled_for_participants: I partecipanti possono creare riunioni
|
|
91
90
|
default_registration_terms: Termini di registrazione predefiniti
|
|
92
91
|
enable_pads_creation: Abilita la creazione di pad
|
data/config/locales/ja.yml
CHANGED
|
@@ -50,8 +50,6 @@ ja:
|
|
|
50
50
|
meeting_registration_invite:
|
|
51
51
|
email: Eメールアドレス
|
|
52
52
|
name: 名前
|
|
53
|
-
response:
|
|
54
|
-
add_documents: ドキュメントを追加
|
|
55
53
|
validate_registration_code:
|
|
56
54
|
code: コード
|
|
57
55
|
errors:
|
|
@@ -166,7 +164,7 @@ ja:
|
|
|
166
164
|
announcement: お知らせ
|
|
167
165
|
clear_all: すべてクリア
|
|
168
166
|
comments_enabled: コメントが有効
|
|
169
|
-
comments_max_length:
|
|
167
|
+
comments_max_length: 各コメントの最大文字数 (0はデフォルト値のまま)
|
|
170
168
|
creation_enabled_for_participants: 出席者はミーティングを作成できます
|
|
171
169
|
default_registration_terms: デフォルトの登録条件
|
|
172
170
|
define_taxonomy_filters: この設定を使用する前に、参加型スペースのフィルターをいくつか定義してください。
|
|
@@ -392,6 +390,7 @@ ja:
|
|
|
392
390
|
assign: 割り当て
|
|
393
391
|
link_a_space: スペースをリンク
|
|
394
392
|
private_meeting_warning: ミーティングが非公開で透明性のない場合、リンクされたスペースは適用されません。
|
|
393
|
+
restricted_space_warning: ミーティングが制限されたスペースに属している場合、リンクされたスペースは適用されません。
|
|
395
394
|
select: スペースを選択
|
|
396
395
|
table:
|
|
397
396
|
actions: アクション
|
data/config/locales/lb.yml
CHANGED
|
@@ -83,7 +83,6 @@ lb:
|
|
|
83
83
|
global:
|
|
84
84
|
announcement: Ankündigung
|
|
85
85
|
comments_enabled: Kommentare aktiviert
|
|
86
|
-
comments_max_length: Maximale Länge der Kommentare (0 für Standardwert)
|
|
87
86
|
creation_enabled_for_participants: Teilnehmer können Besprechungen erstellen
|
|
88
87
|
default_registration_terms: Standard-Registrierungsbedingungen
|
|
89
88
|
enable_pads_creation: Aktivieren Sie die Pads-Erstellung
|
data/config/locales/lt.yml
CHANGED
|
@@ -132,7 +132,6 @@ lt:
|
|
|
132
132
|
global:
|
|
133
133
|
announcement: Pranešimas
|
|
134
134
|
comments_enabled: Komentarai aktyvuoti
|
|
135
|
-
comments_max_length: Maksimalus komentarų ilgis (numatytoji vertė – 0)
|
|
136
135
|
creation_enabled_for_participants: Dalyviai gali sukurti susitikimus
|
|
137
136
|
default_registration_terms: Numatytos registracijos sąlygos
|
|
138
137
|
enable_pads_creation: Leisti bendrų dokumentų kūrimą
|
data/config/locales/nl.yml
CHANGED
|
@@ -92,7 +92,6 @@ nl:
|
|
|
92
92
|
global:
|
|
93
93
|
announcement: Aankondiging
|
|
94
94
|
comments_enabled: Reacties ingeschakeld
|
|
95
|
-
comments_max_length: Commentaar maximale lengte (laat 0 voor standaard waarde)
|
|
96
95
|
creation_enabled_for_participants: Deelnemers kunnen vergaderingen aanmaken
|
|
97
96
|
default_registration_terms: Standaard registratievoorwaarden
|
|
98
97
|
enable_pads_creation: Schakel het maken van pads in
|
data/config/locales/no.yml
CHANGED
|
@@ -84,7 +84,6 @@
|
|
|
84
84
|
global:
|
|
85
85
|
announcement: Kunngjøring
|
|
86
86
|
comments_enabled: Kommentarer aktivert
|
|
87
|
-
comments_max_length: Maks lengde på kommentarer (Sett 0 for standardverdi)
|
|
88
87
|
creation_enabled_for_participants: Deltakere kan opprette møter
|
|
89
88
|
default_registration_terms: Standard registreringsvilkår
|
|
90
89
|
enable_pads_creation: Aktiver oppretting av pads
|
data/config/locales/pl.yml
CHANGED
|
@@ -152,7 +152,6 @@ pl:
|
|
|
152
152
|
global:
|
|
153
153
|
announcement: Ogłoszenie
|
|
154
154
|
comments_enabled: Komentarze włączone
|
|
155
|
-
comments_max_length: Maksymalna długość komentarzy (Pozostaw 0 dla wartości domyślnej)
|
|
156
155
|
creation_enabled_for_participants: Uczestnicy mogą tworzyć spotkania
|
|
157
156
|
default_registration_terms: Domyślne warunki rejestracji
|
|
158
157
|
enable_pads_creation: Włącz tworzenie padów
|
data/config/locales/pt-BR.yml
CHANGED
|
@@ -50,8 +50,6 @@ pt-BR:
|
|
|
50
50
|
meeting_registration_invite:
|
|
51
51
|
email: E-mail
|
|
52
52
|
name: Nome
|
|
53
|
-
response:
|
|
54
|
-
add_documents: Adicionar documentos
|
|
55
53
|
validate_registration_code:
|
|
56
54
|
code: Código
|
|
57
55
|
errors:
|
|
@@ -169,7 +167,6 @@ pt-BR:
|
|
|
169
167
|
announcement: Anúncio
|
|
170
168
|
clear_all: Limpar tudo
|
|
171
169
|
comments_enabled: Comentários ativados
|
|
172
|
-
comments_max_length: Tamanho máximo de comentários (deixe 0 para o valor padrão)
|
|
173
170
|
creation_enabled_for_participants: Os participantes podem criar reuniões
|
|
174
171
|
default_registration_terms: Termos de registro padrão
|
|
175
172
|
define_taxonomy_filters: Por favor, defina alguns filtros para este espaço participativo antes de usar esta configuração.
|
data/config/locales/pt.yml
CHANGED
|
@@ -85,7 +85,6 @@ pt:
|
|
|
85
85
|
global:
|
|
86
86
|
announcement: Anúncio
|
|
87
87
|
comments_enabled: Comentários ativados
|
|
88
|
-
comments_max_length: Comprimento máximo dos comentários (Deixar 0 para o valor predefinido)
|
|
89
88
|
creation_enabled_for_participants: Os participantes podem criar reuniões
|
|
90
89
|
default_registration_terms: Termos de registo predefinidos
|
|
91
90
|
enable_pads_creation: Ativar criação de blocos
|
data/config/locales/ro-RO.yml
CHANGED
|
@@ -127,7 +127,6 @@ ro:
|
|
|
127
127
|
global:
|
|
128
128
|
announcement: Anunţ
|
|
129
129
|
comments_enabled: Comentarii activate
|
|
130
|
-
comments_max_length: Lungimea maximă a comentariilor (Leave 0 pentru valoarea implicită)
|
|
131
130
|
creation_enabled_for_participants: Participanții pot crea întâlniri
|
|
132
131
|
default_registration_terms: Condiții de înregistrare implicite
|
|
133
132
|
enable_pads_creation: Activează crearea de pad-uri
|
data/config/locales/sk.yml
CHANGED
|
@@ -50,8 +50,6 @@ sk:
|
|
|
50
50
|
meeting_registration_invite:
|
|
51
51
|
email: E-mail
|
|
52
52
|
name: Meno
|
|
53
|
-
response:
|
|
54
|
-
add_documents: Pridať dokumenty
|
|
55
53
|
validate_registration_code:
|
|
56
54
|
code: Kód
|
|
57
55
|
errors:
|
|
@@ -175,7 +173,6 @@ sk:
|
|
|
175
173
|
announcement: Oznámenie
|
|
176
174
|
clear_all: Vymazať všetko
|
|
177
175
|
comments_enabled: Komentáre povolené
|
|
178
|
-
comments_max_length: Maximálna dĺžka komentárov (Ponechajte 0 pre predvolenú hodnotu)
|
|
179
176
|
creation_enabled_for_participants: Účastníci môžu vytvárať stretnutia
|
|
180
177
|
default_registration_terms: Východiskové podmienky registrácia
|
|
181
178
|
define_taxonomy_filters: Pred použitím tohto nastavenia definujte nejaké filtre pre tento participatívny priestor.
|
data/config/locales/sv.yml
CHANGED
|
@@ -50,8 +50,6 @@ sv:
|
|
|
50
50
|
meeting_registration_invite:
|
|
51
51
|
email: E-post
|
|
52
52
|
name: Namn
|
|
53
|
-
response:
|
|
54
|
-
add_documents: Lägg till dokument
|
|
55
53
|
validate_registration_code:
|
|
56
54
|
code: Kod
|
|
57
55
|
errors:
|
|
@@ -169,7 +167,6 @@ sv:
|
|
|
169
167
|
announcement: Meddelande
|
|
170
168
|
clear_all: Återställ
|
|
171
169
|
comments_enabled: Aktivera kommentarer
|
|
172
|
-
comments_max_length: Maximal kommentarslängd (ange 0 för att använda standardvärdet)
|
|
173
170
|
creation_enabled_for_participants: Deltagarna kan skapa möten
|
|
174
171
|
default_registration_terms: Villkor för standardanmälan
|
|
175
172
|
define_taxonomy_filters: Ställ in filter innan du använder den här inställningen.
|
data/config/locales/tr-TR.yml
CHANGED
|
@@ -65,7 +65,6 @@ tr:
|
|
|
65
65
|
global:
|
|
66
66
|
announcement: Duyuru
|
|
67
67
|
comments_enabled: Yorumlar etkin
|
|
68
|
-
comments_max_length: Maksimum yorum uzunluğu (Varsayılan değer için 0 bırakın)
|
|
69
68
|
creation_enabled_for_participants: Katılımcılar toplantı oluşturabilir
|
|
70
69
|
default_registration_terms: Varsayılan kayıt şartları
|
|
71
70
|
enable_pads_creation: Altlık oluşturmayı etkinleştirin
|
data/config/locales/zh-CN.yml
CHANGED
data/config/locales/zh-TW.yml
CHANGED
data/decidim-meetings.gemspec
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
$LOAD_PATH.push File.expand_path("lib", __dir__)
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
|
-
version = "0.32.0
|
|
6
|
+
version = "0.32.0"
|
|
7
7
|
s.version = version
|
|
8
8
|
s.authors = ["Josep Jaume Rey Peroy", "Marc Riera Casals", "Oriol Gual Oliva"]
|
|
9
9
|
s.email = ["josepjaume@gmail.com", "mrc2407@gmail.com", "oriolgual@gmail.com"]
|
|
@@ -52,7 +52,7 @@ module Decidim
|
|
|
52
52
|
end
|
|
53
53
|
|
|
54
54
|
def authorized?(attributes:, locale:, toggle_translations:)
|
|
55
|
-
unless super && allowed_to?(:create, :meeting, Meeting.new(component: current_component), { current_user:, current_component: })
|
|
55
|
+
unless super && current_user.present? && allowed_to?(:create, :meeting, Meeting.new(component: current_component), { current_user:, current_component: })
|
|
56
56
|
raise Decidim::Api::Errors::MutationNotAuthorizedError, I18n.t("decidim.api.errors.unauthorized_mutation")
|
|
57
57
|
end
|
|
58
58
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-meetings
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.32.0
|
|
4
|
+
version: 0.32.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
@@ -17,28 +17,28 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - '='
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 0.32.0
|
|
20
|
+
version: 0.32.0
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - '='
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 0.32.0
|
|
27
|
+
version: 0.32.0
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: decidim-forms
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
31
31
|
requirements:
|
|
32
32
|
- - '='
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: 0.32.0
|
|
34
|
+
version: 0.32.0
|
|
35
35
|
type: :runtime
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
39
|
- - '='
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: 0.32.0
|
|
41
|
+
version: 0.32.0
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: icalendar
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -59,56 +59,56 @@ dependencies:
|
|
|
59
59
|
requirements:
|
|
60
60
|
- - '='
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: 0.32.0
|
|
62
|
+
version: 0.32.0
|
|
63
63
|
type: :development
|
|
64
64
|
prerelease: false
|
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
|
67
67
|
- - '='
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 0.32.0
|
|
69
|
+
version: 0.32.0
|
|
70
70
|
- !ruby/object:Gem::Dependency
|
|
71
71
|
name: decidim-assemblies
|
|
72
72
|
requirement: !ruby/object:Gem::Requirement
|
|
73
73
|
requirements:
|
|
74
74
|
- - '='
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
|
-
version: 0.32.0
|
|
76
|
+
version: 0.32.0
|
|
77
77
|
type: :development
|
|
78
78
|
prerelease: false
|
|
79
79
|
version_requirements: !ruby/object:Gem::Requirement
|
|
80
80
|
requirements:
|
|
81
81
|
- - '='
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
|
-
version: 0.32.0
|
|
83
|
+
version: 0.32.0
|
|
84
84
|
- !ruby/object:Gem::Dependency
|
|
85
85
|
name: decidim-dev
|
|
86
86
|
requirement: !ruby/object:Gem::Requirement
|
|
87
87
|
requirements:
|
|
88
88
|
- - '='
|
|
89
89
|
- !ruby/object:Gem::Version
|
|
90
|
-
version: 0.32.0
|
|
90
|
+
version: 0.32.0
|
|
91
91
|
type: :development
|
|
92
92
|
prerelease: false
|
|
93
93
|
version_requirements: !ruby/object:Gem::Requirement
|
|
94
94
|
requirements:
|
|
95
95
|
- - '='
|
|
96
96
|
- !ruby/object:Gem::Version
|
|
97
|
-
version: 0.32.0
|
|
97
|
+
version: 0.32.0
|
|
98
98
|
- !ruby/object:Gem::Dependency
|
|
99
99
|
name: decidim-participatory_processes
|
|
100
100
|
requirement: !ruby/object:Gem::Requirement
|
|
101
101
|
requirements:
|
|
102
102
|
- - '='
|
|
103
103
|
- !ruby/object:Gem::Version
|
|
104
|
-
version: 0.32.0
|
|
104
|
+
version: 0.32.0
|
|
105
105
|
type: :development
|
|
106
106
|
prerelease: false
|
|
107
107
|
version_requirements: !ruby/object:Gem::Requirement
|
|
108
108
|
requirements:
|
|
109
109
|
- - '='
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
|
-
version: 0.32.0
|
|
111
|
+
version: 0.32.0
|
|
112
112
|
description: A meetings component for decidim's participatory spaces.
|
|
113
113
|
email:
|
|
114
114
|
- josepjaume@gmail.com
|