decidim-comments 0.29.2 → 0.30.0.rc2

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.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/comments/comment/actions.erb +0 -8
  3. data/app/cells/decidim/comments/comment/show.erb +41 -5
  4. data/app/cells/decidim/comments/comment_cell.rb +44 -0
  5. data/app/cells/decidim/comments/comment_form/comment_as.erb +24 -6
  6. data/app/cells/decidim/comments/comment_form/opinion.erb +0 -4
  7. data/app/cells/decidim/comments/comment_form/show.erb +31 -29
  8. data/app/cells/decidim/comments/comment_form_cell.rb +7 -2
  9. data/app/cells/decidim/comments/comment_thread/show.erb +1 -1
  10. data/app/cells/decidim/comments/comments/add_comment.erb +12 -14
  11. data/app/cells/decidim/comments/comments/comments_in_single_column.erb +6 -0
  12. data/app/cells/decidim/comments/comments/order_control.erb +32 -9
  13. data/app/cells/decidim/comments/comments/show.erb +7 -7
  14. data/app/cells/decidim/comments/comments_cell.rb +56 -12
  15. data/app/cells/decidim/comments/two_columns_comments/column.erb +20 -0
  16. data/app/cells/decidim/comments/two_columns_comments/show.erb +11 -0
  17. data/app/cells/decidim/comments/two_columns_comments_cell.rb +86 -0
  18. data/app/forms/decidim/comments/comment_form.rb +14 -0
  19. data/app/models/decidim/comments/comment.rb +9 -7
  20. data/app/packs/entrypoints/decidim_comments.js +1 -0
  21. data/app/packs/src/decidim/comments/comments.component.js +151 -24
  22. data/app/packs/src/decidim/comments/comments.component.test.js +2 -1
  23. data/app/packs/src/decidim/comments/comments.js +95 -12
  24. data/app/packs/src/decidim/comments/comments_dropdown.js +57 -0
  25. data/app/packs/src/decidim/comments/comments_mobile_modal.js +46 -0
  26. data/app/packs/stylesheets/comments.scss +203 -50
  27. data/app/queries/decidim/comments/metrics/comment_participants_metric_measure.rb +1 -1
  28. data/app/queries/decidim/comments/metrics/comments_metric_manage.rb +22 -17
  29. data/app/views/decidim/comments/comments/create.js.erb +9 -1
  30. data/config/locales/ar.yml +0 -1
  31. data/config/locales/bg.yml +0 -1
  32. data/config/locales/ca.yml +35 -2
  33. data/config/locales/cs.yml +37 -2
  34. data/config/locales/de.yml +35 -2
  35. data/config/locales/el.yml +0 -1
  36. data/config/locales/en.yml +35 -2
  37. data/config/locales/es-MX.yml +35 -2
  38. data/config/locales/es-PY.yml +35 -2
  39. data/config/locales/es.yml +35 -2
  40. data/config/locales/eu.yml +46 -13
  41. data/config/locales/fi-plain.yml +35 -2
  42. data/config/locales/fi.yml +35 -2
  43. data/config/locales/fr-CA.yml +8 -2
  44. data/config/locales/fr.yml +8 -2
  45. data/config/locales/gl.yml +0 -1
  46. data/config/locales/hu.yml +0 -1
  47. data/config/locales/id-ID.yml +0 -1
  48. data/config/locales/is-IS.yml +0 -1
  49. data/config/locales/it.yml +1 -1
  50. data/config/locales/ja.yml +34 -2
  51. data/config/locales/lb.yml +0 -1
  52. data/config/locales/lt.yml +0 -1
  53. data/config/locales/lv.yml +0 -1
  54. data/config/locales/nl.yml +0 -1
  55. data/config/locales/no.yml +0 -1
  56. data/config/locales/pl.yml +0 -2
  57. data/config/locales/pt-BR.yml +0 -1
  58. data/config/locales/pt.yml +0 -1
  59. data/config/locales/ro-RO.yml +92 -58
  60. data/config/locales/ru.yml +0 -1
  61. data/config/locales/sk.yml +0 -1
  62. data/config/locales/sv.yml +35 -2
  63. data/config/locales/tr-TR.yml +0 -1
  64. data/config/locales/uk.yml +0 -1
  65. data/config/locales/zh-CN.yml +0 -1
  66. data/config/locales/zh-TW.yml +0 -1
  67. data/decidim-comments.gemspec +1 -1
  68. data/lib/decidim/api/comment_mutation_type.rb +2 -2
  69. data/lib/decidim/api/comment_type.rb +12 -45
  70. data/lib/decidim/api/commentable_interface.rb +4 -16
  71. data/lib/decidim/api/commentable_mutation_type.rb +2 -3
  72. data/lib/decidim/comments/commentable.rb +11 -0
  73. data/lib/decidim/comments/engine.rb +7 -1
  74. data/lib/decidim/comments/test/factories.rb +8 -0
  75. data/lib/decidim/comments/test/shared_examples/comment_event.rb +1 -1
  76. data/lib/decidim/comments/test/shared_examples/comment_voted_event.rb +2 -2
  77. data/lib/decidim/comments/test/shared_examples/create_comment_context.rb +1 -1
  78. data/lib/decidim/comments/test/shared_examples/translatable_comment.rb +2 -2
  79. data/lib/decidim/comments/version.rb +1 -1
  80. metadata +16 -10
@@ -3,11 +3,11 @@ ro:
3
3
  activemodel:
4
4
  models:
5
5
  decidim/comments/comment_by_followed_user_event: Comentariu
6
- decidim/comments/comment_created_event: Comentează
7
- decidim/comments/comment_upvoted_event: Comentariu votat
6
+ decidim/comments/comment_created_event: Comentariu
7
+ decidim/comments/comment_upvoted_event: Comentariu votat favorabil
8
8
  decidim/comments/reply_created_event: Răspuns la comentariu
9
- decidim/comments/user_group_mentioned_event: Menționează
10
- decidim/comments/user_mentioned_event: Menționează
9
+ decidim/comments/user_group_mentioned_event: Menționați
10
+ decidim/comments/user_mentioned_event: Menționați
11
11
  activerecord:
12
12
  models:
13
13
  decidim/comments/comment:
@@ -19,6 +19,10 @@ ro:
19
19
  few: Voturi
20
20
  other: Voturi
21
21
  decidim:
22
+ admin:
23
+ admin_log:
24
+ changeset:
25
+ comments: Comentarii
22
26
  comments:
23
27
  admin:
24
28
  shared:
@@ -41,24 +45,26 @@ ro:
41
45
  error: A apărut o problemă la votarea comentariului.
42
46
  components:
43
47
  add_comment_form:
44
- account_message: <a href="%{sign_in_url}">Autentificați-vă cu</a> sau <a href="%{sign_up_url}">creați un cont</a> pentru a adăuga comentariul dumneavoastră.
48
+ account_message: Autentificați-vă sau creați un cont pentru a adăuga comentariul dumneavoastră.
49
+ add_comment: Adaugați comentariu
45
50
  form:
46
51
  body:
47
52
  label: Comentariu
48
- placeholder: Ce părere aveţi despre asta?
53
+ placeholder: Ce părere aveți despre asta?
49
54
  form_error: Textul este obligatoriu și nu poate fi mai lung de %{length} caractere.
50
55
  submit_reply: Publicați răspuns
51
56
  submit_root_comment: Publicați comentariu
52
57
  user_group_id:
53
58
  label: Comentați în calitate de
59
+ your_profile: Profilul dumneavoastră
54
60
  opinion:
55
- label: Opinia ta despre acest subiect
61
+ label: Opinia dumneavoastră despre acest subiect
56
62
  negative: Negativ
57
- negative_selected: Opinia ta despre acest subiect este negativă
63
+ negative_selected: Opinia dumneavoastră despre acest subiect este negativă
58
64
  neutral: Neutru
59
- neutral_selected: Opinia ta despre acest subiect este neutră
65
+ neutral_selected: Opinia dumneavoastră despre acest subiect este neutră
60
66
  positive: Pozitiv
61
- positive_selected: Opinia ta despre acest subiect este pozitivă
67
+ positive_selected: Opinia dumneavoastră despre acest subiect este pozitivă
62
68
  remaining_characters: "%{count} caractere rămase"
63
69
  remaining_characters_1: "%{count} caracter rămas"
64
70
  title: Adaugați comentariul dumneavoastră
@@ -66,12 +72,16 @@ ro:
66
72
  alignment:
67
73
  against: Împotrivă
68
74
  in_favor: Pentru
69
- cancel_reply: Anulează răspunsul
75
+ answers:
76
+ one: "%{count} răspuns"
77
+ few: "%{count} răspunsuri"
78
+ other: "%{count} răspunsuri"
79
+ cancel_reply: Anulați răspunsul
70
80
  comment_label: Comentariu %{comment_id}
71
81
  comment_label_reply: Comentariu %{comment_id} (răspuns la comentariul %{parent_comment_id})
72
82
  confirm_destroy: Sigur doriți să ștergeți acest comentariu?
73
- controls_label: Control comentariu
74
- delete: Șterge
83
+ controls_label: Controale comentariu
84
+ delete: Ștergeți
75
85
  deleted_at: Comentariu șters pe %{date}
76
86
  deleted_user: Participant șters
77
87
  edit: Actualizare
@@ -81,23 +91,24 @@ ro:
81
91
  few: Ascundeți %{count} răspunsuri
82
92
  other: Ascundeți %{count} răspunsuri
83
93
  moderated_at: Comentariu moderat pe %{date}
84
- reply: Răspunde
94
+ reply: Răspundeți
85
95
  report:
86
- action: Raportează
96
+ action: Raportați
87
97
  already_reported: Acest conținut este deja raportat și va fi revizuit de către un administrator.
88
- close: Închide
89
- description: Este acest conținut neadecvat?
90
- details: Observaţii suplimentare
98
+ close: Închideți
99
+ description: Acest conținut este neadecvat?
100
+ details: Observații suplimentare
91
101
  reasons:
92
102
  does_not_belong: Conține activitate ilegală, amenințări cu sinuciderea, informații personale sau altceva ce consideri că nu aparține de %{organization_name}.
93
103
  offensive: Conține rasism, sexism, insulte, atacuri personale, amenințări cu moartea, cereri de sinucidere sau orice formă de discurs de incitare la ură.
94
104
  spam: Conține clickbait, publicitate, escrocherii sau script rulat de roboți.
95
105
  title: Raportați conținut nepotrivit
96
106
  show_replies:
97
- one: Arată răspunsul
98
- few: Arată %{count} răspunsuri
99
- other: Arată %{count} răspunsuri
100
- single_comment_link_title: Obține linkul
107
+ one: Arătați răspunsul
108
+ few: Arătați %{count} răspunsuri
109
+ other: Arătați %{count} răspunsuri
110
+ single_comment_link_title: Obțineți linkul
111
+ sort_by: 'Sortare după: '
101
112
  comment_order_selector:
102
113
  order:
103
114
  best_rated: Cele mai apreciate
@@ -106,71 +117,94 @@ ro:
106
117
  recent: Recente
107
118
  title: 'Ordonare după:'
108
119
  comments:
109
- blocked_comments_for_unauthorized_user_warning: Trebuie să fii verificat pentru a trimite comentarii în acest moment, dar le poți citi pe cele anterioare.
110
- blocked_comments_for_user_warning: Nu poți comenta în acest moment, dar le poți citi pe cele anterioare.
111
- blocked_comments_warning: Comentariile sunt dezactivate în acest moment, dar le poți citi pe cele anterioare.
120
+ against: Împotrivă
121
+ blocked_comments_for_unauthorized_user_warning: Trebuie fiți verificat pentru a face comentarii în acest moment, dar le puteți citi pe cele anterioare.
122
+ blocked_comments_for_user_warning: Nu puteți comenta în acest moment, dar le puteți citi pe cele anterioare.
123
+ blocked_comments_warning: Comentariile sunt momentan dezactivate, doar administratorii pot răspunde sau publica altele noi.
112
124
  comment_details_title: Detaliile comentariului
113
- loading: Se încarcă comentariile...
114
- single_comment_warning: <a href="%{url}">Vezi toate comentariile</a>
115
- single_comment_warning_title: Poți vedea un singur comentariu
125
+ in_favor: Pentru
126
+ loading: Comentariile se încarcă ...
127
+ single_comment_warning: <a href="%{url}">Vedeți toate comentariile</a>
128
+ single_comment_warning_title: Puteți vedea un singur comentariu
116
129
  title:
117
130
  one: "%{count} comentariu"
118
131
  few: "%{count} comentarii"
119
132
  other: "%{count} comentarii"
133
+ top_comment_label: Cele mai votate
120
134
  down_vote_button:
121
135
  text: Nu sunt de acord cu acest comentariu
122
136
  edit_comment_modal_form:
123
- close: Închide
137
+ close: Închideți
124
138
  form:
125
139
  body:
126
140
  label: Comentariu
127
- placeholder: Ce părere ai despre asta?
128
- submit: Trimite
129
- title: Editează comentariul tău
141
+ placeholder: Ce părere aveţi despre asta?
142
+ submit: Actualizați
143
+ title: Modificați comentariul dumneavoastră
130
144
  up_vote_button:
131
145
  text: Sunt de acord cu acest comentariu
146
+ download_your_data:
147
+ help:
148
+ comment_votes:
149
+ comment: Id-ul comentariului care a fost votat
150
+ created_at: Data când a fost creat acest vot
151
+ id: Id-ul unic al votului
152
+ updated_at: Data când a fost actualizat ultima dată acest vot
153
+ weight: Ponderea votului (1 pentru, -1 împotriva)
154
+ comments:
155
+ alignment: Acest comentariu a fost pentru, împotrivă sau neutru
156
+ author: Numele participantului care a făcut acest comentariu
157
+ body: Comentariul în sine
158
+ commentable_id: Id-ul unic al resursei comentate
159
+ commentable_type: Tipul resursei comentate (dacă este întâlnire, propunere etc.)
160
+ created_at: Data când acest comentariu a fost creat
161
+ depth: Locul în care acest comentariu este în cele trei comentarii (dacă este un răspuns sau un răspuns la un răspuns)
162
+ id: Id-ul unic al comentariului
163
+ locale: Localizarea (limba) pe care participantul a folosit-o atunci când a lăsat acest comentariu
164
+ root_commentable_url: URL-ul resursei unde a fost lăsat acest comentariu
165
+ user_group: Numele grupului de utilizatori care a făcut acest comentariu (dacă există)
132
166
  events:
133
167
  comments:
134
168
  comment_by_followed_user:
135
- email_intro: "%{author_name} a lăsat un comentariu în %{resource_title}. Îl poți citi în această pagină:"
136
- email_outro: Ai primit această notificare deoarece urmărești pe „%{author_name}”. Poți anula abonarea de la acest utilizator de pe pagina sa de profil.
169
+ email_intro: "%{author_name} a lăsat un comentariu în %{resource_title}. Îl puteți citi pe această pagină:"
170
+ email_outro: Ați primit această notificare deoarece urmăriți activitatea lui %{author_name}. Puteți nu urmăriți acest utilizator de pe pagina lui de profil.
137
171
  email_subject: Există un nou comentariu de la %{author_name} pentru %{resource_title}
138
172
  notification_title: Există un comentariu nou de la <a href="%{author_path}">%{author_name} %{author_nickname}</a> pentru <a href="%{resource_path}">%{resource_title}</a>.
139
173
  comment_by_followed_user_group:
140
- email_intro: 'Grupul %{author_name} a lăsat un comentariu pentru %{resource_title}. Îl poți citi în această pagină:'
141
- email_outro: Ai primit această notificare deoarece urmărești grupul „%{author_name}”. Poți anula abonarea de la acest grup de pe pagina sa de profil.
174
+ email_intro: 'Grupul %{author_name} a lăsat un comentariu pentru %{resource_title}. Îl puteți citi în această pagină:'
175
+ email_outro: Ați primit această notificare deoarece urmăriți activitate lui %{author_name}. Puteți nu urmăriți acest grup de pe pagina sa de profil.
142
176
  email_subject: Există un nou comentariu de la %{author_name} pentru %{resource_title}
143
177
  notification_title: Există un comentariu nou de la <a href="%{author_path}">%{author_name} %{author_nickname}</a> pentru <a href="%{resource_path}">%{resource_title}</a>.
144
178
  comment_created:
145
179
  email_intro: "%{resource_title} a primit un comentariu. Poți citi comentariul pe această pagină:"
146
180
  email_outro: Ați primit această notificare deoarece urmăriți „%{resource_title}” sau pe autorii săi. Puteți anula abonarea de la link-ul anterior.
147
- email_subject: Există un nou comentariu de la %{author_name} pentru %{resource_title}
148
- notification_title: Există un nou comentariu de la <a href="%{author_path}">%{author_name} %{author_nickname}</a> pentru <a href="%{resource_path}">%{resource_title}</a>
181
+ email_subject: Există un comentariu nou de la %{author_name} pentru %{resource_title}
182
+ notification_title: Există un comentariu nou de la <a href="%{author_path}">%{author_name} %{author_nickname}</a> pentru <a href="%{resource_path}">%{resource_title}</a>
149
183
  comment_downvoted:
150
- email_intro: Comentariul tău pentru "%{resource_title}" a primit un vot nefavorabil. Acesta are acum un total de %{upvotes} voturi favorabile şi %{downvotes} voturi nefaborabile.
151
- email_outro: Ai primit această notificare deoarece ești autorul acestui comentariu.
152
- email_subject: Comentariul tău pentru "%{resource_title}" a primit un vot nefavorabil.
153
- notification_title: Comentariul tău <a href="%{resource_path}"></a> pentru "%{resource_title}" a primit un vot nefavorabil. Acum are un total de %{upvotes} voturi favorabile și %{downvotes} voturi nefavorabile.
184
+ email_intro: Comentariul dumneavoastră pentru "%{resource_title}" a primit un vot nefavorabil. Acesta are acum un total de %{upvotes} voturi favorabile și %{downvotes} voturi nefavorabile.
185
+ email_outro: Ați primit această notificare deoarece sunteți autorul acestui comentariu.
186
+ email_subject: Comentariul dumneavoastră pentru "%{resource_title}" a primit un vot nefavorabil.
187
+ notification_title: Comentariul dumneavoastră <a href="%{resource_path}"></a> pentru "%{resource_title}" a primit un vot nefavorabil. Acum are un total de %{upvotes} voturi favorabile și %{downvotes} voturi nefavorabile.
154
188
  comment_upvoted:
155
- email_intro: Comentariul tău pentru "%{resource_title}" a primit un vot favorabil. Acesta are acum un total de %{upvotes} voturi favorabile și %{downvotes} voturi nefavorabile.
156
- email_outro: Ai primit această notificare deoarece ești autorul acestui comentariu.
157
- email_subject: Comentariul tău pentru "%{resource_title}" a primit un vot favorabil.
158
- notification_title: Comentariul tău <a href="%{resource_path}"></a> în "%{resource_title}" a primit un vot favorabil. Acum are un total de %{upvotes} voturi faborabile și %{downvotes} voturi nefavorabile.
189
+ email_intro: Comentariul dumneavoastră pentru "%{resource_title}" a primit un vot favorabil. Acesta are acum un total de %{upvotes} voturi favorabile și %{downvotes} voturi nefavorabile.
190
+ email_outro: Ați primit această notificare deoarece sunteți autorul acestui comentariu.
191
+ email_subject: Comentariul dumneavoastră pentru "%{resource_title}" a primit un vot favorabil.
192
+ notification_title: Comentariul dumneavoastră <a href="%{resource_path}"></a> în "%{resource_title}" a primit un vot favorabil. Acum are un total de %{upvotes} voturi favorabile și %{downvotes} voturi nefavorabile.
159
193
  reply_created:
160
- email_intro: "%{author_name} a răspuns la comentariul tău pentru %{resource_title}. Îl poți citi în această pagină:"
161
- email_outro: Ai primit această notificare deoarece comentariul tău a primit un răspuns.
162
- email_subject: "%{author_name} a răspuns la comentariul tău pentru %{resource_title}"
163
- notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> a răspuns la comentariul tău pentru <a href="%{resource_path}">%{resource_title}</a>
194
+ email_intro: "%{author_name} a răspuns la comentariul dumneavoastră pentru %{resource_title}. Îl poți citi în această pagină:"
195
+ email_outro: Ați primit această notificare deoarece comentariul dumneavoastră a fost răspuns.
196
+ email_subject: "%{author_name} a răspuns la comentariul dumneavoastră pentru %{resource_title}"
197
+ notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> a răspuns la comentariul dumneavoastră pentru <a href="%{resource_path}">%{resource_title}</a>
164
198
  user_group_mentioned:
165
- email_intro: Un grup de care aparți a fost menționat
166
- email_outro: Ai primit această notificare deoarece ești un membru al grupului %{group_name} care a fost menționat în %{resource_title}.
167
- email_subject: Ai fost menționat în %{resource_title} ca membru al %{group_name}
168
- notification_title: Ai fost menționat în <a href="%{resource_path}">%{resource_title}</a> de <a href="%{author_path}">%{author_name} %{author_nickname}</a> ca membru al <a href="%{group_path}">%{group_name} %{group_nickname}</a>
199
+ email_intro: Un grup căruia îi aparțineți a fost menționat
200
+ email_outro: Ați primit această notificare deoarece sunteți un membru al grupului %{group_name} care a fost menționat în %{resource_title}.
201
+ email_subject: Ai fost menționat(ă) în %{resource_title} ca membru al %{group_name}
202
+ notification_title: Ai fost menționat(ă) în <a href="%{resource_path}">%{resource_title}</a> de <a href="%{author_path}">%{author_name} %{author_nickname}</a> ca membru al <a href="%{group_path}">%{group_name} %{group_nickname}</a>
169
203
  user_mentioned:
170
- email_intro: Ai fost menționat(ă)
171
- email_outro: Ai primit această notificare deoarece ai fost menționat în %{resource_title}.
172
- email_subject: Ai fost menționat în %{resource_title}
173
- notification_title: Ai fost menționat în <a href="%{resource_path}">%{resource_title}</a> de către <a href="%{author_path}">%{author_name} %{author_nickname}</a>
204
+ email_intro: Ați fost menționat(ă)
205
+ email_outro: Ați primit această notificare deoarece ați fost menționat(ă) în %{resource_title}.
206
+ email_subject: Ați fost menționat(ă) în %{resource_title}
207
+ notification_title: Ați fost menționat(ă) în <a href="%{resource_path}">%{resource_title}</a> de către <a href="%{author_path}">%{author_name} %{author_nickname}</a>
174
208
  metrics:
175
209
  comments:
176
210
  description: Numărul de comentarii generate de participanți
@@ -61,7 +61,6 @@ ru:
61
61
  title: 'Упорядочить по:'
62
62
  comments:
63
63
  blocked_comments_for_user_warning: Сейчас вам недоступно комментирование, но вы можете прочесть предыдущие комментарии.
64
- blocked_comments_warning: Комментарии сейчас отключены, но вы можете прочитать предыдущие.
65
64
  loading: Загрузка комментариев ...
66
65
  events:
67
66
  comments:
@@ -61,7 +61,6 @@ sk:
61
61
  title: 'Zoradiť podľa:'
62
62
  comments:
63
63
  blocked_comments_for_user_warning: V súčasnosti nemôžete komentovať, ale môžete si prečítať predchádzajúce komentáre.
64
- blocked_comments_warning: Komentáre nie sú v súčasnosti povolené, ale môžete si prečítať predchádzajúce komentáre.
65
64
  comment_details_title: Podrobnosti komentára
66
65
  loading: Nahrávanie komentárov...
67
66
  single_comment_warning_title: Zobrazujete jeden komentár
@@ -17,6 +17,10 @@ sv:
17
17
  one: Röst
18
18
  other: Röster
19
19
  decidim:
20
+ admin:
21
+ admin_log:
22
+ changeset:
23
+ comments: Kommentarer
20
24
  comments:
21
25
  admin:
22
26
  shared:
@@ -39,7 +43,8 @@ sv:
39
43
  error: Det gick inte att rösta om kommentaren.
40
44
  components:
41
45
  add_comment_form:
42
- account_message: <a href="%{sign_in_url}">Logga in</a> eller <a href="%{sign_up_url}">skapa ett konto</a> för kommentera.
46
+ account_message: Logga in eller skapa ett konto för kommentera.
47
+ add_comment: Kommentera
43
48
  form:
44
49
  body:
45
50
  label: Kommentera
@@ -49,6 +54,7 @@ sv:
49
54
  submit_root_comment: Publicera kommentar
50
55
  user_group_id:
51
56
  label: Kommentera som
57
+ your_profile: Din profil
52
58
  opinion:
53
59
  label: Din åsikt om frågan
54
60
  negative: Negativ
@@ -64,6 +70,9 @@ sv:
64
70
  alignment:
65
71
  against: Mot
66
72
  in_favor: För
73
+ answers:
74
+ one: "%{count} svar"
75
+ other: "%{count} svar"
67
76
  cancel_reply: Avbryt svar
68
77
  comment_label: Kommentar %{comment_id}
69
78
  comment_label_reply: Kommentar %{comment_id} (svar på kommentar %{parent_comment_id})
@@ -94,6 +103,7 @@ sv:
94
103
  one: Visa svar
95
104
  other: Visa %{count} svar
96
105
  single_comment_link_title: Hämta länk
106
+ sort_by: 'Sortera efter: '
97
107
  comment_order_selector:
98
108
  order:
99
109
  best_rated: Bästa betyg
@@ -102,16 +112,19 @@ sv:
102
112
  recent: Senaste
103
113
  title: 'Sortera efter:'
104
114
  comments:
115
+ against: Mot
105
116
  blocked_comments_for_unauthorized_user_warning: Du behöver verifiera dig för att kunna kommentera just nu, men du kan läsa tidigare kommentarer.
106
117
  blocked_comments_for_user_warning: Du kan inte kommentera just nu, men du kan läsa tidigare kommentarer.
107
- blocked_comments_warning: Kommentarer är inaktiverade just nu, men du kan läsa de föregående.
118
+ blocked_comments_warning: Kommentarer är inaktiverade, endast administratörer kan svara eller skriva nya.
108
119
  comment_details_title: Kommentarsdetaljer
120
+ in_favor: För
109
121
  loading: Laddar kommentarer...
110
122
  single_comment_warning: <a href="%{url}">Visa alla kommentarer</a>
111
123
  single_comment_warning_title: Du visar en enda kommentar
112
124
  title:
113
125
  one: "%{count} kommentar"
114
126
  other: "%{count} kommentarer"
127
+ top_comment_label: Mest stöd
115
128
  down_vote_button:
116
129
  text: Jag instämmer inte i denna kommentar
117
130
  edit_comment_modal_form:
@@ -124,6 +137,26 @@ sv:
124
137
  title: Redigera din kommentar
125
138
  up_vote_button:
126
139
  text: Jag instämmer i denna kommentar
140
+ download_your_data:
141
+ help:
142
+ comment_votes:
143
+ comment: Id för kommentaren som gillades
144
+ created_at: Datum då denna omröstning skapades
145
+ id: Röstens id
146
+ updated_at: Datum då rösten senaste uppdaterades
147
+ weight: Röstens vikt (1 för uppröstning, -1 för nedröstning)
148
+ comments:
149
+ alignment: Positiva, negativa eller neutrala kommentarer
150
+ author: Namn på den som kommenterat
151
+ body: Kommentaren
152
+ commentable_id: Kommentarens unika id
153
+ commentable_type: Vad som kommenterades (resultat, förslag etc)
154
+ created_at: Datum för kommentaren
155
+ depth: Kommentarens plats i en hierarki av kommentarer (om den är ett svar på en annan kommentar)
156
+ id: Id för kommentaren
157
+ locale: Kommentarförfattarens språk
158
+ root_commentable_url: URL till innehållet för kommentaren
159
+ user_group: Namn på gruppen som kommenterat (om det var en grupp)
127
160
  events:
128
161
  comments:
129
162
  comment_by_followed_user:
@@ -64,7 +64,6 @@ tr:
64
64
  title: 'Tarafından sipariş:'
65
65
  comments:
66
66
  blocked_comments_for_user_warning: Şu anda yorum yapamıyorsunuz, ancak öncekileri okuyabilirsiniz.
67
- blocked_comments_warning: Yorumlar şu anda devre dışı, ancak öncekileri okuyabilirsiniz.
68
67
  comment_details_title: Yorum ayrıntıları
69
68
  loading: Yorumlar yükleniyor ...
70
69
  single_comment_warning_title: Tek bir yorum görüyorsunuz
@@ -60,7 +60,6 @@ uk:
60
60
  recent: Нещодавнє
61
61
  title: 'Впорядкувати за:'
62
62
  comments:
63
- blocked_comments_warning: Коментарі зараз вимкнені, але ви можете прочитати попередні.
64
63
  loading: Завантаження коментарів...
65
64
  events:
66
65
  comments:
@@ -56,7 +56,6 @@ zh-CN:
56
56
  title: '排序方式:'
57
57
  comments:
58
58
  blocked_comments_for_user_warning: 您此时无法评论,但您可以阅读前面的评论。
59
- blocked_comments_warning: 评论此时被禁用,但您可以阅读前面的评论。
60
59
  comment_details_title: 评论详情
61
60
  loading: 正在加载评论...
62
61
  single_comment_warning_title: 您正在看到一个评论
@@ -89,7 +89,6 @@ zh-TW:
89
89
  comments:
90
90
  blocked_comments_for_unauthorized_user_warning: 目前需要驗證您的身份才能發表評論,但您可以閱讀先前的評論。
91
91
  blocked_comments_for_user_warning: 目前您無法發表評論,但您可以閱讀先前的評論。
92
- blocked_comments_warning: 目前無法發表評論,但您可以閱讀先前的評論。
93
92
  comment_details_title: 評論詳細資料
94
93
  loading: 正在加載評論…
95
94
  single_comment_warning: <a href="%{url}">查看所有評論</a>
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
  "homepage_uri" => "https://decidim.org",
20
20
  "source_code_uri" => "https://github.com/decidim/decidim"
21
21
  }
22
- s.required_ruby_version = "~> 3.2.0"
22
+ s.required_ruby_version = "~> 3.3.0"
23
23
 
24
24
  s.name = "decidim-comments"
25
25
  s.summary = "Decidim comments module"
@@ -6,14 +6,14 @@ module Decidim
6
6
  graphql_name "CommentMutation"
7
7
  description "A comment which includes its available mutations"
8
8
 
9
+ field :down_vote, Decidim::Comments::CommentType, "The comment that is downvoted", null: true
9
10
  field :id, GraphQL::Types::ID, "The Comment's unique ID", null: false
11
+ field :up_vote, Decidim::Comments::CommentType, "The comment that is upvoted", null: true
10
12
 
11
- field :up_vote, Decidim::Comments::CommentType, null: true
12
13
  def up_vote(args: {})
13
14
  VoteCommentResolver.new(weight: 1).call(object, args, context)
14
15
  end
15
16
 
16
- field :down_vote, Decidim::Comments::CommentType, null: true
17
17
  def down_vote(args: {})
18
18
  VoteCommentResolver.new(weight: -1).call(object, args, context)
19
19
  end
@@ -4,37 +4,24 @@ module Decidim
4
4
  module Comments
5
5
  # This type represents a comment on a commentable object.
6
6
  class CommentType < Decidim::Api::Types::BaseObject
7
- description "A comment"
8
-
7
+ implements Decidim::Core::TimestampsInterface
9
8
  implements Decidim::Comments::CommentableInterface
10
- field :author, Decidim::Core::AuthorInterface, "The resource author", null: false
11
-
12
- field :id, GraphQL::Types::ID, "The Comment's unique ID", null: false
13
-
14
- field :sgid, GraphQL::Types::String, "The Comment's signed global id", null: false
15
-
16
- field :body, GraphQL::Types::String, "The comment message", null: false
17
-
18
- field :formatted_body, GraphQL::Types::String, "The comment message ready to display (it is expected to include HTML)", null: false
19
9
 
20
- field :created_at, GraphQL::Types::String, "The creation date of the comment", null: false
21
-
22
- field :formatted_created_at, GraphQL::Types::String, "The creation date of the comment in relative format", null: false
10
+ description "A comment"
23
11
 
24
12
  field :alignment, GraphQL::Types::Int, "The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'", null: true
25
-
26
- field :up_votes, GraphQL::Types::Int, "The number of comment's upVotes", null: false
27
-
28
- field :up_voted, GraphQL::Types::Boolean, "Check if the current user has upvoted the comment", null: false
29
-
30
- field :down_votes, GraphQL::Types::Int, "The number of comment's downVotes", null: false
31
-
13
+ field :already_reported, GraphQL::Types::Boolean, "Check if the current user has reported the comment", null: false
14
+ field :author, Decidim::Core::AuthorInterface, "The resource author", null: false
15
+ field :body, GraphQL::Types::String, "The comment message", null: false, method: :translated_body
32
16
  field :down_voted, GraphQL::Types::Boolean, "Check if the current user has downvoted the comment", null: false
33
-
17
+ field :down_votes, GraphQL::Types::Int, "The number of comment's downVotes", null: false, method: :down_votes_count
18
+ field :formatted_body, GraphQL::Types::String, "The comment message ready to display (it is expected to include HTML)", null: false
19
+ field :formatted_created_at, GraphQL::Types::String, "The creation date of the comment in relative format", null: false, method: :friendly_created_at
34
20
  field :has_comments, GraphQL::Types::Boolean, "Check if the commentable has comments", method: :has_comments?, null: false
35
-
36
- field :already_reported, GraphQL::Types::Boolean, "Check if the current user has reported the comment", null: false
37
-
21
+ field :id, GraphQL::Types::ID, "The Comment's unique ID", null: false
22
+ field :sgid, GraphQL::Types::String, "The Comment's signed global id", null: false
23
+ field :up_voted, GraphQL::Types::Boolean, "Check if the current user has upvoted the comment", null: false
24
+ field :up_votes, GraphQL::Types::Int, "The number of comment's upVotes", null: false, method: :up_votes_count
38
25
  field :user_allowed_to_comment, GraphQL::Types::Boolean, "Check if the current user can comment", null: false
39
26
 
40
27
  def author
@@ -45,30 +32,10 @@ module Decidim
45
32
  object.to_sgid.to_s
46
33
  end
47
34
 
48
- def body
49
- object.translated_body
50
- end
51
-
52
- def created_at
53
- object.created_at.iso8601
54
- end
55
-
56
- def formatted_created_at
57
- object.friendly_created_at
58
- end
59
-
60
- def up_votes
61
- object.up_votes_count
62
- end
63
-
64
35
  def up_voted
65
36
  object.up_voted_by?(context[:current_user])
66
37
  end
67
38
 
68
- def down_votes
69
- object.down_votes_count
70
- end
71
-
72
39
  def down_voted
73
40
  object.down_voted_by?(context[:current_user])
74
41
  end
@@ -8,40 +8,28 @@ module Decidim
8
8
  description "A commentable interface"
9
9
 
10
10
  field :id, GraphQL::Types::ID, "The commentable's ID", null: false
11
-
12
11
  field :type, GraphQL::Types::String, "The commentable's class name. i.e. `Decidim::ParticipatoryProcess`", method: :commentable_type, null: false
13
-
14
12
  field :accepts_new_comments, GraphQL::Types::Boolean, "Whether the object can have new comments or not", method: :accepts_new_comments?, null: false
15
-
16
13
  field :comments_have_alignment, GraphQL::Types::Boolean, "Whether the object comments have alignment or not", method: :comments_have_alignment?, null: false
17
-
18
14
  field :comments_have_votes, GraphQL::Types::Boolean, "Whether the object comments have votes or not", method: :comments_have_votes?, null: false
19
-
20
- field :comments, [Decidim::Comments::CommentType, { null: false }], null: false do
15
+ field :total_comments_count, GraphQL::Types::Int, description: "The number of comments in all levels this resource holds", method: :comments_count, null: false
16
+ field :has_comments, GraphQL::Types::Boolean, "Check if the commentable has comments", null: false
17
+ field :user_allowed_to_comment, GraphQL::Types::Boolean, "Check if the current user can comment", null: false
18
+ field :comments, [Decidim::Comments::CommentType, { null: false }], "The list of replies in this comment", null: false do
21
19
  argument :order_by, GraphQL::Types::String, "Order the comments", required: false
22
20
  argument :single_comment_id, GraphQL::Types::String, "ID of the single comment to look at", required: false
23
21
  end
24
22
 
25
- field :total_comments_count, GraphQL::Types::Int, description: "The number of comments in all levels this resource holds", null: false
26
-
27
23
  def comments(order_by: nil, single_comment_id: nil)
28
24
  SortedComments.for(object, order_by:, id: single_comment_id).not_hidden
29
25
  end
30
26
 
31
- def total_comments_count
32
- object.comments_count
33
- end
34
-
35
- field :has_comments, GraphQL::Types::Boolean, "Check if the commentable has comments", null: false
36
-
37
27
  # rubocop:disable Naming/PredicateName
38
28
  def has_comments
39
29
  object.comment_threads.not_hidden.size.positive?
40
30
  end
41
31
  # rubocop:enable Naming/PredicateName
42
32
 
43
- field :user_allowed_to_comment, GraphQL::Types::Boolean, "Check if the current user can comment", null: false
44
-
45
33
  def user_allowed_to_comment
46
34
  object.commentable? && object.user_allowed_to_comment?(context[:current_user])
47
35
  end
@@ -5,13 +5,12 @@ module Decidim
5
5
  class CommentableMutationType < Decidim::Api::Types::BaseObject
6
6
  description "A commentable which includes its available mutations"
7
7
 
8
- field :id, GraphQL::Types::ID, "The Commentable's unique ID", null: false
9
-
10
8
  field :add_comment, Decidim::Comments::CommentType, description: "Add a new comment to a commentable", null: true do
11
- argument :body, GraphQL::Types::String, "The comments's body", required: true
12
9
  argument :alignment, GraphQL::Types::Int, "The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'", default_value: 0, required: false
10
+ argument :body, GraphQL::Types::String, "The comments's body", required: true
13
11
  argument :user_group_id, GraphQL::Types::ID, "The comment's user group id. Replaces the author.", required: false
14
12
  end
13
+ field :id, GraphQL::Types::ID, "The Commentable's unique ID", null: false
15
14
 
16
15
  def add_comment(body:, alignment: nil, user_group_id: nil)
17
16
  params = { "comment" => { "body" => body, "alignment" => alignment, "user_group_id" => user_group_id, "commentable" => object } }
@@ -67,6 +67,17 @@ module Decidim
67
67
  update_columns(comments_count:, updated_at: Time.current)
68
68
  end
69
69
  # rubocop:enable Rails/SkipsModelValidations
70
+
71
+ # Public: Returns an array with extra actions available for a comment and a user.
72
+ # Returns an array of hashes with the following keys:
73
+ # - label: The label to be displayed in the UI.
74
+ # - url: The action to be performed when the user clicks the label.
75
+ # - method: The HTTP method to be used when performing the action (optional).
76
+ # - icon: The icon to be displayed next to the label (optional).
77
+ # - data: Any "data-*" attributes to be included in the link (optional).
78
+ def actions_for_comment(_comment, _current_user)
79
+ []
80
+ end
70
81
  end
71
82
  end
72
83
  end
@@ -4,7 +4,6 @@ require "rails"
4
4
  require "active_support/all"
5
5
 
6
6
  require "decidim/core"
7
- require "foundation_rails_helper"
8
7
 
9
8
  require "decidim/comments/query_extensions"
10
9
  require "decidim/comments/mutation_extensions"
@@ -21,6 +20,12 @@ module Decidim
21
20
  end
22
21
  end
23
22
 
23
+ initializer "decidim_comments.mount_routes" do
24
+ Decidim::Core::Engine.routes do
25
+ mount Decidim::Comments::Engine, at: "/", as: "decidim_comments"
26
+ end
27
+ end
28
+
24
29
  initializer "decidim_comments.query_extensions" do
25
30
  Decidim::Api::QueryType.include QueryExtensions
26
31
  end
@@ -42,6 +47,7 @@ module Decidim
42
47
 
43
48
  Decidim.icons.register(name: "Decidim::Comments::Comment", icon: "chat-1-line", description: "Comment", category: "activity", engine: :comments)
44
49
  Decidim.icons.register(name: "comments_count", icon: "wechat-line", description: "Comments Count", category: "activity", engine: :comments)
50
+ Decidim.icons.register(name: "star-s-line", icon: "star-s-line", description: "Most upvoted comment", category: "activity", engine: :comments)
45
51
 
46
52
  Decidim.icons.register(name: "thumb-up-line", icon: "thumb-up-line", description: "Upvote comment button", **common_parameters)
47
53
  Decidim.icons.register(name: "thumb-up-fill", icon: "thumb-up-fill", description: "User upvoted comment", **common_parameters)
@@ -46,6 +46,14 @@ FactoryBot.define do
46
46
  create(:moderation, reportable: comment, hidden_at: 2.days.ago, skip_injection: evaluator.skip_injection)
47
47
  end
48
48
  end
49
+
50
+ trait :in_favor do
51
+ alignment { 1 }
52
+ end
53
+
54
+ trait :against do
55
+ alignment { -1 }
56
+ end
49
57
  end
50
58
 
51
59
  factory :comment_vote, class: "Decidim::Comments::CommentVote" do