decidim-blogs 0.21.0 → 0.23.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/images/decidim/blogs/icon.svg +1 -3
  3. data/app/cells/decidim/blogs/post_m/footer.erb +1 -1
  4. data/app/cells/decidim/blogs/post_m_cell.rb +6 -0
  5. data/app/controllers/decidim/blogs/posts_controller.rb +2 -0
  6. data/app/helpers/decidim/blogs/application_helper.rb +2 -0
  7. data/app/models/decidim/blogs/post.rb +13 -0
  8. data/app/types/decidim/blogs/blogs_type.rb +14 -16
  9. data/app/types/decidim/blogs/post_input_filter.rb +29 -0
  10. data/app/types/decidim/blogs/post_input_sort.rb +15 -0
  11. data/app/types/decidim/blogs/post_type.rb +4 -3
  12. data/app/views/decidim/blogs/posts/_posts.html.erb +4 -4
  13. data/app/views/decidim/blogs/posts/_sidebar_blog.html.erb +2 -2
  14. data/app/views/decidim/blogs/posts/show.html.erb +36 -9
  15. data/config/locales/am-ET.yml +1 -0
  16. data/config/locales/bg-BG.yml +13 -0
  17. data/config/locales/bg.yml +13 -0
  18. data/config/locales/ca.yml +5 -0
  19. data/config/locales/cs.yml +17 -12
  20. data/config/locales/da-DK.yml +1 -0
  21. data/config/locales/da.yml +1 -0
  22. data/config/locales/de.yml +8 -3
  23. data/config/locales/el.yml +83 -0
  24. data/config/locales/en.yml +5 -0
  25. data/config/locales/eo.yml +1 -0
  26. data/config/locales/es-MX.yml +5 -0
  27. data/config/locales/es-PY.yml +5 -0
  28. data/config/locales/es.yml +5 -0
  29. data/config/locales/et-EE.yml +1 -0
  30. data/config/locales/et.yml +1 -0
  31. data/config/locales/fi-plain.yml +5 -0
  32. data/config/locales/fi.yml +9 -4
  33. data/config/locales/fr-CA.yml +84 -0
  34. data/config/locales/fr.yml +5 -0
  35. data/config/locales/ga-IE.yml +1 -0
  36. data/config/locales/gl.yml +16 -11
  37. data/config/locales/hr-HR.yml +1 -0
  38. data/config/locales/hr.yml +1 -0
  39. data/config/locales/hu.yml +4 -0
  40. data/config/locales/is.yml +56 -0
  41. data/config/locales/it.yml +5 -0
  42. data/config/locales/ja-JP.yml +83 -0
  43. data/config/locales/ja.yml +83 -0
  44. data/config/locales/ko-KR.yml +1 -0
  45. data/config/locales/ko.yml +1 -0
  46. data/config/locales/lt-LT.yml +1 -0
  47. data/config/locales/lt.yml +1 -0
  48. data/config/locales/lv.yml +84 -0
  49. data/config/locales/mt-MT.yml +1 -0
  50. data/config/locales/mt.yml +1 -0
  51. data/config/locales/nl.yml +5 -0
  52. data/config/locales/no.yml +5 -0
  53. data/config/locales/om-ET.yml +1 -0
  54. data/config/locales/pl.yml +34 -29
  55. data/config/locales/pt-BR.yml +1 -1
  56. data/config/locales/pt.yml +29 -24
  57. data/config/locales/ro-RO.yml +85 -0
  58. data/config/locales/si-LK.yml +1 -0
  59. data/config/locales/sk-SK.yml +85 -0
  60. data/config/locales/sk.yml +85 -0
  61. data/config/locales/sl.yml +5 -0
  62. data/config/locales/so-SO.yml +1 -0
  63. data/config/locales/sr-CS.yml +13 -0
  64. data/config/locales/sv.yml +5 -0
  65. data/config/locales/sw-KE.yml +1 -0
  66. data/config/locales/ti-ER.yml +1 -0
  67. data/config/locales/tr-TR.yml +5 -0
  68. data/config/locales/vi-VN.yml +1 -0
  69. data/config/locales/vi.yml +1 -0
  70. data/config/locales/zh-CN.yml +83 -0
  71. data/config/locales/zh-TW.yml +1 -0
  72. data/db/migrate/20200128094730_add_endorsements_counter_cache_to_blogs.rb +7 -0
  73. data/db/migrate/20200320105910_index_foreign_keys_in_decidim_blogs_posts.rb +7 -0
  74. data/db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb +9 -0
  75. data/lib/decidim/blogs/component.rb +6 -0
  76. data/lib/decidim/blogs/test/factories.rb +8 -0
  77. data/lib/decidim/blogs/version.rb +1 -1
  78. metadata +70 -23
@@ -0,0 +1 @@
1
+ vi:
@@ -0,0 +1 @@
1
+ vi:
@@ -0,0 +1,83 @@
1
+ zh-CN:
2
+ activemodel:
3
+ models:
4
+ decidim/blogs/create_post_event: 新博客文章
5
+ activerecord:
6
+ models:
7
+ decidim/blogs/post:
8
+ other: 员额
9
+ decidim:
10
+ blogs:
11
+ actions:
12
+ confirm_destroy: 您确定要删除此帖子?
13
+ destroy: 删除
14
+ edit: 编辑
15
+ new: 新建帖子
16
+ title: 行动
17
+ admin:
18
+ models:
19
+ components:
20
+ body: 正文内容
21
+ post:
22
+ name: 帖子
23
+ posts:
24
+ create:
25
+ invalid: 创建这个帖子时出错
26
+ success: 帖子创建成功
27
+ destroy:
28
+ success: 帖子已成功删除
29
+ edit:
30
+ save: 更新
31
+ index:
32
+ title: 员额
33
+ new:
34
+ create: 创建
35
+ title: 创建帖子
36
+ update:
37
+ invalid: 保存帖子时出错。
38
+ success: 帖子保存成功
39
+ last_activity:
40
+ new_post_at_html: "<span>在 %{link}的新帖</span>"
41
+ models:
42
+ post:
43
+ fields:
44
+ author: 作者
45
+ body: 正文内容
46
+ created_at: 创建于
47
+ title: 标题
48
+ posts:
49
+ show:
50
+ back: 返回列表
51
+ comments: 评论
52
+ view: 查看
53
+ sidebar_blog:
54
+ comments: 评论
55
+ most_commented_posts: 评论最多的帖子
56
+ read_more: 阅读更多
57
+ components:
58
+ blogs:
59
+ name: 博客
60
+ settings:
61
+ global:
62
+ announcement: 通 知
63
+ comments_enabled: 评论已启用
64
+ comments_max_length: 评论最大长度 (默认值留0)
65
+ step:
66
+ announcement: 通 知
67
+ comments_blocked: 评论已阻止
68
+ endorsements_blocked: 已阻止授权
69
+ endorsements_enabled: 授权已启用
70
+ events:
71
+ blogs:
72
+ post_created:
73
+ email_intro: 帖子"%{resource_title}" 已经发布在"%{participatory_space_title}",您关注的是这个帖子。
74
+ email_outro: 您收到此通知是因为您正在关注 "%{participatory_space_title}"。您可以从上一个链接取消关注它。
75
+ email_subject: 新帖子发布于 %{participatory_space_title}
76
+ notification_title: 帖子 <a href="%{resource_path}">%{resource_title}</a> 已经在 %{participatory_space_title} 中发布
77
+ pages:
78
+ home:
79
+ statistics:
80
+ posts_count: 员额
81
+ participatory_processes:
82
+ statistics:
83
+ posts_count: 员额
@@ -0,0 +1 @@
1
+ zh-TW:
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ class AddEndorsementsCounterCacheToBlogs < ActiveRecord::Migration[5.2]
4
+ def change
5
+ add_column :decidim_blogs_posts, :endorsements_count, :integer, null: false, default: 0
6
+ end
7
+ end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ class IndexForeignKeysInDecidimBlogsPosts < ActiveRecord::Migration[5.2]
4
+ def change
5
+ add_index :decidim_blogs_posts, :decidim_user_group_id
6
+ end
7
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ class AddCommentableCounterCacheToPosts < ActiveRecord::Migration[5.2]
4
+ def change
5
+ add_column :decidim_blogs_posts, :comments_count, :integer, null: false, default: 0, index: true
6
+ Decidim::Blogs::Post.reset_column_information
7
+ Decidim::Blogs::Post.find_each(&:update_comments_count)
8
+ end
9
+ end
@@ -18,19 +18,25 @@ Decidim.register_component(:blogs) do |component|
18
18
  Decidim::Blogs::Post.where(component: components).count
19
19
  end
20
20
 
21
+ component.actions = %w(endorse vote create withdraw amend)
22
+
21
23
  component.settings(:global) do |settings|
22
24
  settings.attribute :announcement, type: :text, translated: true, editor: true
23
25
  settings.attribute :comments_enabled, type: :boolean, default: true
26
+ settings.attribute :comments_max_length, type: :integer, required: false
24
27
  end
25
28
 
26
29
  component.settings(:step) do |settings|
27
30
  settings.attribute :announcement, type: :text, translated: true, editor: true
28
31
  settings.attribute :comments_blocked, type: :boolean, default: false
32
+ settings.attribute :endorsements_enabled, type: :boolean, default: true
33
+ settings.attribute :endorsements_blocked, type: :boolean
29
34
  end
30
35
 
31
36
  component.register_resource(:blogpost) do |resource|
32
37
  resource.model_class_name = "Decidim::Blogs::Post"
33
38
  resource.card = "decidim/blogs/post"
39
+ resource.actions = %w(endorse vote amend)
34
40
  resource.searchable = true
35
41
  end
36
42
 
@@ -16,5 +16,13 @@ FactoryBot.define do
16
16
  body { Decidim::Faker::Localized.wrapped("<p>", "</p>") { generate_localized_title } }
17
17
  component { build(:component, manifest_name: "blogs") }
18
18
  author { build(:user, :confirmed, organization: component.organization) }
19
+
20
+ trait :with_endorsements do
21
+ after :create do |post|
22
+ 5.times.collect do
23
+ create(:endorsement, resource: post, author: build(:user, organization: post.participatory_space.organization))
24
+ end
25
+ end
26
+ end
19
27
  end
20
28
  end
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-pages version.
5
5
  module Blogs
6
6
  def self.version
7
- "0.21.0"
7
+ "0.23.2"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-blogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.23.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Isaac Massot Gil
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-08 00:00:00.000000000 Z
11
+ date: 2021-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: decidim-admin
@@ -16,42 +16,42 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.21.0
19
+ version: 0.23.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.21.0
26
+ version: 0.23.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: decidim-comments
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.21.0
33
+ version: 0.23.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.21.0
40
+ version: 0.23.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: decidim-core
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 0.21.0
47
+ version: 0.23.2
48
48
  type: :runtime
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.21.0
54
+ version: 0.23.2
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: httparty
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -86,70 +86,76 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '1.1'
89
+ version: '1.2'
90
+ - - ">="
91
+ - !ruby/object:Gem::Version
92
+ version: 1.2.1
90
93
  type: :runtime
91
94
  prerelease: false
92
95
  version_requirements: !ruby/object:Gem::Requirement
93
96
  requirements:
94
97
  - - "~>"
95
98
  - !ruby/object:Gem::Version
96
- version: '1.1'
99
+ version: '1.2'
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: 1.2.1
97
103
  - !ruby/object:Gem::Dependency
98
104
  name: decidim-admin
99
105
  requirement: !ruby/object:Gem::Requirement
100
106
  requirements:
101
107
  - - '='
102
108
  - !ruby/object:Gem::Version
103
- version: 0.21.0
109
+ version: 0.23.2
104
110
  type: :development
105
111
  prerelease: false
106
112
  version_requirements: !ruby/object:Gem::Requirement
107
113
  requirements:
108
114
  - - '='
109
115
  - !ruby/object:Gem::Version
110
- version: 0.21.0
116
+ version: 0.23.2
111
117
  - !ruby/object:Gem::Dependency
112
118
  name: decidim-assemblies
113
119
  requirement: !ruby/object:Gem::Requirement
114
120
  requirements:
115
121
  - - '='
116
122
  - !ruby/object:Gem::Version
117
- version: 0.21.0
123
+ version: 0.23.2
118
124
  type: :development
119
125
  prerelease: false
120
126
  version_requirements: !ruby/object:Gem::Requirement
121
127
  requirements:
122
128
  - - '='
123
129
  - !ruby/object:Gem::Version
124
- version: 0.21.0
130
+ version: 0.23.2
125
131
  - !ruby/object:Gem::Dependency
126
132
  name: decidim-dev
127
133
  requirement: !ruby/object:Gem::Requirement
128
134
  requirements:
129
135
  - - '='
130
136
  - !ruby/object:Gem::Version
131
- version: 0.21.0
137
+ version: 0.23.2
132
138
  type: :development
133
139
  prerelease: false
134
140
  version_requirements: !ruby/object:Gem::Requirement
135
141
  requirements:
136
142
  - - '='
137
143
  - !ruby/object:Gem::Version
138
- version: 0.21.0
144
+ version: 0.23.2
139
145
  - !ruby/object:Gem::Dependency
140
146
  name: decidim-participatory_processes
141
147
  requirement: !ruby/object:Gem::Requirement
142
148
  requirements:
143
149
  - - '='
144
150
  - !ruby/object:Gem::Version
145
- version: 0.21.0
151
+ version: 0.23.2
146
152
  type: :development
147
153
  prerelease: false
148
154
  version_requirements: !ruby/object:Gem::Requirement
149
155
  requirements:
150
156
  - - '='
151
157
  - !ruby/object:Gem::Version
152
- version: 0.21.0
158
+ version: 0.23.2
153
159
  description: A Blog component for decidim's participatory spaces.
154
160
  email:
155
161
  - isaac.mg@coditramuntana.com
@@ -182,6 +188,8 @@ files:
182
188
  - app/permissions/decidim/blog/permissions.rb
183
189
  - app/presenters/decidim/blogs/post_presenter.rb
184
190
  - app/types/decidim/blogs/blogs_type.rb
191
+ - app/types/decidim/blogs/post_input_filter.rb
192
+ - app/types/decidim/blogs/post_input_sort.rb
185
193
  - app/types/decidim/blogs/post_type.rb
186
194
  - app/views/decidim/blogs/admin/posts/_form.html.erb
187
195
  - app/views/decidim/blogs/admin/posts/edit.html.erb
@@ -192,42 +200,81 @@ files:
192
200
  - app/views/decidim/blogs/posts/_sidebar_blog.html.erb
193
201
  - app/views/decidim/blogs/posts/index.html.erb
194
202
  - app/views/decidim/blogs/posts/show.html.erb
203
+ - config/locales/am-ET.yml
195
204
  - config/locales/ar-SA.yml
196
205
  - config/locales/ar.yml
206
+ - config/locales/bg-BG.yml
207
+ - config/locales/bg.yml
197
208
  - config/locales/ca.yml
198
209
  - config/locales/cs-CZ.yml
199
210
  - config/locales/cs.yml
211
+ - config/locales/da-DK.yml
212
+ - config/locales/da.yml
200
213
  - config/locales/de.yml
201
214
  - config/locales/el-GR.yml
202
215
  - config/locales/el.yml
203
216
  - config/locales/en.yml
204
217
  - config/locales/eo-UY.yml
218
+ - config/locales/eo.yml
205
219
  - config/locales/es-MX.yml
206
220
  - config/locales/es-PY.yml
207
221
  - config/locales/es.yml
222
+ - config/locales/et-EE.yml
223
+ - config/locales/et.yml
208
224
  - config/locales/eu.yml
209
225
  - config/locales/fi-pl.yml
210
226
  - config/locales/fi-plain.yml
211
227
  - config/locales/fi.yml
228
+ - config/locales/fr-CA.yml
212
229
  - config/locales/fr.yml
230
+ - config/locales/ga-IE.yml
213
231
  - config/locales/gl.yml
232
+ - config/locales/hr-HR.yml
233
+ - config/locales/hr.yml
214
234
  - config/locales/hu.yml
215
235
  - config/locales/id-ID.yml
216
236
  - config/locales/is-IS.yml
237
+ - config/locales/is.yml
217
238
  - config/locales/it.yml
239
+ - config/locales/ja-JP.yml
240
+ - config/locales/ja.yml
241
+ - config/locales/ko-KR.yml
242
+ - config/locales/ko.yml
243
+ - config/locales/lt-LT.yml
244
+ - config/locales/lt.yml
245
+ - config/locales/lv.yml
246
+ - config/locales/mt-MT.yml
247
+ - config/locales/mt.yml
218
248
  - config/locales/nl.yml
219
249
  - config/locales/no.yml
250
+ - config/locales/om-ET.yml
220
251
  - config/locales/pl.yml
221
252
  - config/locales/pt-BR.yml
222
253
  - config/locales/pt.yml
254
+ - config/locales/ro-RO.yml
223
255
  - config/locales/ru.yml
256
+ - config/locales/si-LK.yml
257
+ - config/locales/sk-SK.yml
258
+ - config/locales/sk.yml
259
+ - config/locales/sl.yml
260
+ - config/locales/so-SO.yml
261
+ - config/locales/sr-CS.yml
224
262
  - config/locales/sv.yml
263
+ - config/locales/sw-KE.yml
264
+ - config/locales/ti-ER.yml
225
265
  - config/locales/tr-TR.yml
226
266
  - config/locales/uk.yml
267
+ - config/locales/vi-VN.yml
268
+ - config/locales/vi.yml
269
+ - config/locales/zh-CN.yml
270
+ - config/locales/zh-TW.yml
227
271
  - db/migrate/20171129131353_create_decidim_blogs_posts.rb
228
272
  - db/migrate/20171211084630_add_author_to_decidim_blogs_posts.rb
229
273
  - db/migrate/20181017084519_make_blogposts_authors_polymorphics.rb
230
274
  - db/migrate/20191212162606_add_user_group_author_to_blogs.rb
275
+ - db/migrate/20200128094730_add_endorsements_counter_cache_to_blogs.rb
276
+ - db/migrate/20200320105910_index_foreign_keys_in_decidim_blogs_posts.rb
277
+ - db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
231
278
  - lib/decidim/blogs.rb
232
279
  - lib/decidim/blogs/admin.rb
233
280
  - lib/decidim/blogs/admin_engine.rb
@@ -239,7 +286,7 @@ homepage: https://github.com/decidim/decidim
239
286
  licenses:
240
287
  - AGPL-3.0
241
288
  metadata: {}
242
- post_install_message:
289
+ post_install_message:
243
290
  rdoc_options: []
244
291
  require_paths:
245
292
  - lib
@@ -247,15 +294,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
247
294
  requirements:
248
295
  - - ">="
249
296
  - !ruby/object:Gem::Version
250
- version: '2.5'
297
+ version: '2.6'
251
298
  required_rubygems_version: !ruby/object:Gem::Requirement
252
299
  requirements:
253
300
  - - ">="
254
301
  - !ruby/object:Gem::Version
255
302
  version: '0'
256
303
  requirements: []
257
- rubygems_version: 3.1.2
258
- signing_key:
304
+ rubygems_version: 3.0.3
305
+ signing_key:
259
306
  specification_version: 4
260
307
  summary: Decidim blogs module
261
308
  test_files: []