decidim-comments 0.28.0.rc4 → 0.28.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/models/decidim/comments/comment.rb +1 -0
- data/app/packs/stylesheets/comments.scss +1 -1
- data/config/environment.rb +3 -0
- data/config/locales/de.yml +1 -1
- data/config/locales/pt-BR.yml +2 -0
- data/config/locales/ro-RO.yml +2 -0
- data/lib/decidim/comments/version.rb +1 -1
- metadata +12 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b3b1d43c2cc461e99009bcc30c168382b996b92811ce6309aa5b42f56caaff7
|
|
4
|
+
data.tar.gz: aabe481592164317440bb4d865c7bc50b9d24baaf244386aa2fda2802cd481b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e174a71860cbd31fea5cee3dc7b93d59463396f46147d530f81e5b69569c6d3990b41055eb069405260ae952ed88d852b45c39e4f9fea7e6635d580e9fabcc50
|
|
7
|
+
data.tar.gz: 7181c8c9c711e14d7edf86ad680dc002c75e33fda2c160dbd30c3d15bb49f13216d921b431ab6c7957d8feb69e7b27c3d92c875367e630ae58b283b9ad7f38ff
|
|
@@ -29,6 +29,7 @@ module Decidim
|
|
|
29
29
|
translatable_fields :body
|
|
30
30
|
|
|
31
31
|
parent_item_foreign_key :decidim_commentable_id
|
|
32
|
+
parent_item_polymorphic_type_key :decidim_commentable_type
|
|
32
33
|
|
|
33
34
|
belongs_to :commentable, foreign_key: "decidim_commentable_id", foreign_type: "decidim_commentable_type", polymorphic: true
|
|
34
35
|
belongs_to :root_commentable, foreign_key: "decidim_root_commentable_id", foreign_type: "decidim_root_commentable_type", polymorphic: true, touch: true
|
data/config/locales/de.yml
CHANGED
|
@@ -65,7 +65,7 @@ de:
|
|
|
65
65
|
against: Gegen
|
|
66
66
|
in_favor: Zugunsten
|
|
67
67
|
cancel_reply: Antwort abbrechen
|
|
68
|
-
confirm_destroy:
|
|
68
|
+
confirm_destroy: Sind Sie sich sicher, dass Sie diesen Kommentar löschen möchten?
|
|
69
69
|
delete: Löschen
|
|
70
70
|
deleted_at: Kommentar gelöscht am %{date}
|
|
71
71
|
deleted_user: Gelöschter Benutzer
|
data/config/locales/pt-BR.yml
CHANGED
|
@@ -4,6 +4,7 @@ pt-BR:
|
|
|
4
4
|
models:
|
|
5
5
|
decidim/comments/comment_by_followed_user_event: Comente
|
|
6
6
|
decidim/comments/comment_created_event: Comentário
|
|
7
|
+
decidim/comments/comment_upvoted_event: Comentário valorizado positivamente
|
|
7
8
|
decidim/comments/reply_created_event: Resposta
|
|
8
9
|
decidim/comments/user_group_mentioned_event: Mencionar
|
|
9
10
|
decidim/comments/user_mentioned_event: Mencionar
|
|
@@ -55,6 +56,7 @@ pt-BR:
|
|
|
55
56
|
edit: Editar
|
|
56
57
|
edited: Editado
|
|
57
58
|
hide_replies: Ocultar respostas
|
|
59
|
+
moderated_at: Comentário moderado em %{date}
|
|
58
60
|
reply: Resposta
|
|
59
61
|
report:
|
|
60
62
|
action: Relatório
|
data/config/locales/ro-RO.yml
CHANGED
|
@@ -39,6 +39,7 @@ ro:
|
|
|
39
39
|
error: A apărut o problemă la votarea comentariului.
|
|
40
40
|
components:
|
|
41
41
|
add_comment_form:
|
|
42
|
+
account_message: <a href="%{sign_in_url}">Conectați-vă cu contul dumneavoastră</a> sau <a href="%{sign_up_url}">înregistrați-vă</a> pentru a adăuga un comentariu.
|
|
42
43
|
form:
|
|
43
44
|
body:
|
|
44
45
|
label: Comentariu
|
|
@@ -61,6 +62,7 @@ ro:
|
|
|
61
62
|
alignment:
|
|
62
63
|
against: Împotrivă
|
|
63
64
|
in_favor: Pentru
|
|
65
|
+
cancel_reply: Anulează răspunsul
|
|
64
66
|
confirm_destroy: Sigur dorești să ştergi acest comentariu?
|
|
65
67
|
delete: Șterge
|
|
66
68
|
deleted_at: Comentariu șters la %{date}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-comments
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.28.0
|
|
4
|
+
version: 0.28.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2023-12-
|
|
13
|
+
date: 2023-12-20 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: decidim-core
|
|
@@ -18,14 +18,14 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.28.0
|
|
21
|
+
version: 0.28.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - '='
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 0.28.0
|
|
28
|
+
version: 0.28.0
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: redcarpet
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -52,28 +52,28 @@ dependencies:
|
|
|
52
52
|
requirements:
|
|
53
53
|
- - '='
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
|
-
version: 0.28.0
|
|
55
|
+
version: 0.28.0
|
|
56
56
|
type: :development
|
|
57
57
|
prerelease: false
|
|
58
58
|
version_requirements: !ruby/object:Gem::Requirement
|
|
59
59
|
requirements:
|
|
60
60
|
- - '='
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: 0.28.0
|
|
62
|
+
version: 0.28.0
|
|
63
63
|
- !ruby/object:Gem::Dependency
|
|
64
64
|
name: decidim-dev
|
|
65
65
|
requirement: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
|
67
67
|
- - '='
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 0.28.0
|
|
69
|
+
version: 0.28.0
|
|
70
70
|
type: :development
|
|
71
71
|
prerelease: false
|
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
73
73
|
requirements:
|
|
74
74
|
- - '='
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
|
-
version: 0.28.0
|
|
76
|
+
version: 0.28.0
|
|
77
77
|
description: Pluggable comments system for some components.
|
|
78
78
|
email:
|
|
79
79
|
- josepjaume@gmail.com
|
|
@@ -168,6 +168,7 @@ files:
|
|
|
168
168
|
- app/views/decidim/comments/votes/create.js.erb
|
|
169
169
|
- app/views/decidim/comments/votes/error.js.erb
|
|
170
170
|
- config/assets.rb
|
|
171
|
+
- config/environment.rb
|
|
171
172
|
- config/locales/am-ET.yml
|
|
172
173
|
- config/locales/ar-SA.yml
|
|
173
174
|
- config/locales/ar.yml
|
|
@@ -314,11 +315,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
314
315
|
version: '3.1'
|
|
315
316
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
316
317
|
requirements:
|
|
317
|
-
- - "
|
|
318
|
+
- - ">="
|
|
318
319
|
- !ruby/object:Gem::Version
|
|
319
|
-
version:
|
|
320
|
+
version: '0'
|
|
320
321
|
requirements: []
|
|
321
|
-
rubygems_version: 3.4.
|
|
322
|
+
rubygems_version: 3.4.22
|
|
322
323
|
signing_key:
|
|
323
324
|
specification_version: 4
|
|
324
325
|
summary: Decidim comments module
|