decidim-admin 0.23.1 → 0.23.6

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of decidim-admin might be problematic. Click here for more details.

Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/decidim/admin/bundle.js +6 -6
  3. data/app/assets/javascripts/decidim/admin/bundle.js.map +1 -1
  4. data/app/assets/javascripts/decidim/admin/subform_multi_toggler.component.js.es6 +2 -2
  5. data/app/assets/javascripts/decidim/admin/subform_toggler.component.js.es6 +2 -2
  6. data/app/assets/stylesheets/decidim/admin/modules/_buttons.scss +1 -0
  7. data/app/commands/decidim/admin/create_participatory_space_admin_user_actions.rb +98 -0
  8. data/app/forms/decidim/admin/participatory_space_private_user_csv_import_form.rb +4 -5
  9. data/app/forms/decidim/admin/participatory_space_private_user_form.rb +0 -5
  10. data/app/forms/decidim/admin/selective_newsletter_form.rb +6 -0
  11. data/app/queries/decidim/admin/newsletter_recipients.rb +0 -7
  12. data/app/views/decidim/admin/area_types/index.html.erb +2 -2
  13. data/app/views/decidim/admin/areas/index.html.erb +1 -1
  14. data/app/views/decidim/admin/components/_form.html.erb +1 -1
  15. data/app/views/decidim/admin/newsletters/index.html.erb +1 -1
  16. data/app/views/decidim/admin/newsletters/select_recipients_to_deliver.html.erb +1 -1
  17. data/app/views/decidim/admin/newsletters/show.html.erb +1 -1
  18. data/app/views/decidim/admin/scopes/index.html.erb +1 -1
  19. data/app/views/decidim/admin/shared/_gallery.html.erb +1 -1
  20. data/app/views/decidim/admin/static_pages/_topic.html.erb +3 -3
  21. data/app/views/decidim/admin/users/index.html.erb +2 -2
  22. data/app/views/layouts/decidim/admin/newsletters.erb +1 -1
  23. data/app/views/layouts/decidim/admin/pages.html.erb +2 -2
  24. data/config/locales/ar.yml +0 -4
  25. data/config/locales/bg.yml +0 -4
  26. data/config/locales/ca.yml +2 -4
  27. data/config/locales/cs.yml +47 -49
  28. data/config/locales/de.yml +22 -23
  29. data/config/locales/el.yml +7 -4
  30. data/config/locales/en.yml +2 -4
  31. data/config/locales/es-MX.yml +2 -4
  32. data/config/locales/es-PY.yml +2 -4
  33. data/config/locales/es.yml +2 -4
  34. data/config/locales/eu.yml +18 -18
  35. data/config/locales/fi-plain.yml +2 -4
  36. data/config/locales/fi.yml +2 -4
  37. data/config/locales/fr-CA.yml +2 -4
  38. data/config/locales/fr.yml +3 -5
  39. data/config/locales/gl.yml +151 -1
  40. data/config/locales/hu.yml +0 -4
  41. data/config/locales/is-IS.yml +17 -3
  42. data/config/locales/it.yml +15 -4
  43. data/config/locales/ja.yml +5 -7
  44. data/config/locales/lv.yml +0 -4
  45. data/config/locales/nl.yml +10 -7
  46. data/config/locales/no.yml +7 -6
  47. data/config/locales/pl.yml +18 -19
  48. data/config/locales/pt.yml +0 -4
  49. data/config/locales/ro-RO.yml +130 -119
  50. data/config/locales/ru.yml +0 -4
  51. data/config/locales/si-LK.yml +1 -0
  52. data/config/locales/sk.yml +0 -4
  53. data/config/locales/sl.yml +0 -4
  54. data/config/locales/sr-CS.yml +0 -4
  55. data/config/locales/sv.yml +4 -6
  56. data/config/locales/sw-KE.yml +1 -0
  57. data/config/locales/tr-TR.yml +127 -9
  58. data/config/locales/zh-CN.yml +0 -4
  59. data/lib/decidim/admin/version.rb +1 -1
  60. metadata +14 -11
@@ -30,7 +30,6 @@ zh-CN:
30
30
  body: 正文内容
31
31
  subject: 议 题
32
32
  organization:
33
- address: SMTP hostname
34
33
  alert_color: 警告
35
34
  badges_enabled: 启用徽章
36
35
  comments_max_length: 评论最大长度 (默认值留0)
@@ -66,8 +65,6 @@ zh-CN:
66
65
  omnipresent_banner_short_description: 简短描述
67
66
  omnipresent_banner_title: 标题
68
67
  omnipresent_banner_url: 网址
69
- password: 密码
70
- port: 端口
71
68
  primary_color: 主要的
72
69
  reference_prefix: 参考前缀
73
70
  rich_text_editor_in_public_views: 为参与者启用富文本编辑器
@@ -79,7 +76,6 @@ zh-CN:
79
76
  tos_version: 服务条款版本
80
77
  twitter_handler: Twitter handler
81
78
  user_groups_enabled: 启用组
82
- user_name: 用户名
83
79
  warning_color: 警告
84
80
  welcome_notification_body: 欢迎通知机构
85
81
  welcome_notification_subject: 欢迎通知主题
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-admin version.
5
5
  module Admin
6
6
  def self.version
7
- "0.23.1"
7
+ "0.23.6"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.1
4
+ version: 0.23.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josep Jaume Rey Peroy
8
8
  - Marc Riera Casals
9
9
  - Oriol Gual Oliva
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2020-11-12 00:00:00.000000000 Z
13
+ date: 2021-05-10 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: active_link_to
@@ -32,14 +32,14 @@ dependencies:
32
32
  requirements:
33
33
  - - '='
34
34
  - !ruby/object:Gem::Version
35
- version: 0.23.1
35
+ version: 0.23.6
36
36
  type: :runtime
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - '='
41
41
  - !ruby/object:Gem::Version
42
- version: 0.23.1
42
+ version: 0.23.6
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: devise
45
45
  requirement: !ruby/object:Gem::Requirement
@@ -130,28 +130,28 @@ dependencies:
130
130
  requirements:
131
131
  - - '='
132
132
  - !ruby/object:Gem::Version
133
- version: 0.23.1
133
+ version: 0.23.6
134
134
  type: :development
135
135
  prerelease: false
136
136
  version_requirements: !ruby/object:Gem::Requirement
137
137
  requirements:
138
138
  - - '='
139
139
  - !ruby/object:Gem::Version
140
- version: 0.23.1
140
+ version: 0.23.6
141
141
  - !ruby/object:Gem::Dependency
142
142
  name: decidim-participatory_processes
143
143
  requirement: !ruby/object:Gem::Requirement
144
144
  requirements:
145
145
  - - '='
146
146
  - !ruby/object:Gem::Version
147
- version: 0.23.1
147
+ version: 0.23.6
148
148
  type: :development
149
149
  prerelease: false
150
150
  version_requirements: !ruby/object:Gem::Requirement
151
151
  requirements:
152
152
  - - '='
153
153
  - !ruby/object:Gem::Version
154
- version: 0.23.1
154
+ version: 0.23.6
155
155
  description: Organization administration to manage a single organization.
156
156
  email:
157
157
  - josepjaume@gmail.com
@@ -281,6 +281,7 @@ files:
281
281
  - app/commands/decidim/admin/create_category.rb
282
282
  - app/commands/decidim/admin/create_component.rb
283
283
  - app/commands/decidim/admin/create_newsletter.rb
284
+ - app/commands/decidim/admin/create_participatory_space_admin_user_actions.rb
284
285
  - app/commands/decidim/admin/create_participatory_space_private_user.rb
285
286
  - app/commands/decidim/admin/create_scope.rb
286
287
  - app/commands/decidim/admin/create_scope_type.rb
@@ -613,12 +614,14 @@ files:
613
614
  - config/locales/pt.yml
614
615
  - config/locales/ro-RO.yml
615
616
  - config/locales/ru.yml
617
+ - config/locales/si-LK.yml
616
618
  - config/locales/sk-SK.yml
617
619
  - config/locales/sk.yml
618
620
  - config/locales/sl.yml
619
621
  - config/locales/so-SO.yml
620
622
  - config/locales/sr-CS.yml
621
623
  - config/locales/sv.yml
624
+ - config/locales/sw-KE.yml
622
625
  - config/locales/ti-ER.yml
623
626
  - config/locales/tr-TR.yml
624
627
  - config/locales/uk.yml
@@ -662,7 +665,7 @@ homepage: https://github.com/decidim/decidim
662
665
  licenses:
663
666
  - AGPL-3.0
664
667
  metadata: {}
665
- post_install_message:
668
+ post_install_message:
666
669
  rdoc_options: []
667
670
  require_paths:
668
671
  - lib
@@ -678,7 +681,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
678
681
  version: '0'
679
682
  requirements: []
680
683
  rubygems_version: 3.0.3
681
- signing_key:
684
+ signing_key:
682
685
  specification_version: 4
683
686
  summary: Decidim organization administration
684
687
  test_files: []