decidim-system 0.19.0 → 0.22.0

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

Potentially problematic release.


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

Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/decidim/system/application.js.es6 +2 -1
  3. data/app/assets/stylesheets/decidim/system/_foundation_and_overrides.scss +1 -0
  4. data/app/assets/stylesheets/decidim/system/_sidebar.scss +0 -2
  5. data/app/commands/decidim/system/create_default_content_blocks.rb +1 -1
  6. data/app/commands/decidim/system/register_organization.rb +1 -0
  7. data/app/commands/decidim/system/update_organization.rb +1 -0
  8. data/app/controllers/decidim/system/organizations_controller.rb +8 -1
  9. data/app/forms/decidim/system/update_organization_form.rb +31 -0
  10. data/app/views/decidim/system/devise/shared/_links.html.erb +1 -1
  11. data/app/views/decidim/system/organizations/_omniauth_provider.html.erb +23 -0
  12. data/app/views/decidim/system/organizations/_omniauth_settings.html.erb +11 -0
  13. data/app/views/decidim/system/organizations/_smtp_settings.html.erb +5 -1
  14. data/app/views/decidim/system/organizations/edit.html.erb +1 -0
  15. data/app/views/decidim/system/organizations/new.html.erb +1 -0
  16. data/app/views/layouts/decidim/system/_header.html.erb +1 -0
  17. data/app/views/layouts/decidim/system/_js_configuration.html.erb +9 -0
  18. data/app/views/layouts/decidim/system/application.html.erb +2 -0
  19. data/config/locales/ar.yml +11 -0
  20. data/config/locales/bg-BG.yml +8 -0
  21. data/config/locales/ca.yml +25 -0
  22. data/config/locales/cs.yml +26 -1
  23. data/config/locales/da-DK.yml +1 -0
  24. data/config/locales/de.yml +26 -0
  25. data/config/locales/el-GR.yml +1 -0
  26. data/config/locales/el.yml +101 -0
  27. data/config/locales/en.yml +25 -0
  28. data/config/locales/es-MX.yml +25 -0
  29. data/config/locales/es-PY.yml +25 -0
  30. data/config/locales/es.yml +25 -0
  31. data/config/locales/et-EE.yml +1 -0
  32. data/config/locales/fi-plain.yml +25 -0
  33. data/config/locales/fi.yml +25 -0
  34. data/config/locales/fr-CA.yml +101 -0
  35. data/config/locales/fr.yml +25 -0
  36. data/config/locales/ga-IE.yml +1 -0
  37. data/config/locales/hr-HR.yml +1 -0
  38. data/config/locales/hu.yml +18 -0
  39. data/config/locales/is-IS.yml +55 -0
  40. data/config/locales/it.yml +26 -1
  41. data/config/locales/ja-JP.yml +101 -0
  42. data/config/locales/lt-LT.yml +1 -0
  43. data/config/locales/lv-LV.yml +101 -0
  44. data/config/locales/mt-MT.yml +1 -0
  45. data/config/locales/nl.yml +25 -0
  46. data/config/locales/no.yml +83 -0
  47. data/config/locales/pl.yml +29 -3
  48. data/config/locales/pt-BR.yml +1 -1
  49. data/config/locales/pt.yml +50 -24
  50. data/config/locales/ro-RO.yml +101 -0
  51. data/config/locales/ru.yml +5 -0
  52. data/config/locales/sk-SK.yml +90 -0
  53. data/config/locales/sk.yml +95 -0
  54. data/config/locales/sl.yml +51 -0
  55. data/config/locales/sr-CS.yml +26 -0
  56. data/config/locales/sv.yml +25 -0
  57. data/lib/decidim/system/test/factories.rb +11 -0
  58. data/lib/decidim/system/version.rb +1 -1
  59. metadata +33 -17
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-system
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.22.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: 2019-10-21 00:00:00.000000000 Z
13
+ date: 2020-09-01 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.19.0
35
+ version: 0.22.0
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.19.0
42
+ version: 0.22.0
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: devise
45
45
  requirement: !ruby/object:Gem::Requirement
@@ -102,48 +102,42 @@ dependencies:
102
102
  requirements:
103
103
  - - "~>"
104
104
  - !ruby/object:Gem::Version
105
- version: '1.12'
106
- - - ">="
107
- - !ruby/object:Gem::Version
108
- version: 1.12.1
105
+ version: 2.3.0
109
106
  type: :runtime
110
107
  prerelease: false
111
108
  version_requirements: !ruby/object:Gem::Requirement
112
109
  requirements:
113
110
  - - "~>"
114
111
  - !ruby/object:Gem::Version
115
- version: '1.12'
116
- - - ">="
117
- - !ruby/object:Gem::Version
118
- version: 1.12.1
112
+ version: 2.3.0
119
113
  - !ruby/object:Gem::Dependency
120
114
  name: sassc-rails
121
115
  requirement: !ruby/object:Gem::Requirement
122
116
  requirements:
123
117
  - - "~>"
124
118
  - !ruby/object:Gem::Version
125
- version: '1.3'
119
+ version: 2.1.2
126
120
  type: :runtime
127
121
  prerelease: false
128
122
  version_requirements: !ruby/object:Gem::Requirement
129
123
  requirements:
130
124
  - - "~>"
131
125
  - !ruby/object:Gem::Version
132
- version: '1.3'
126
+ version: 2.1.2
133
127
  - !ruby/object:Gem::Dependency
134
128
  name: decidim-dev
135
129
  requirement: !ruby/object:Gem::Requirement
136
130
  requirements:
137
131
  - - '='
138
132
  - !ruby/object:Gem::Version
139
- version: 0.19.0
133
+ version: 0.22.0
140
134
  type: :development
141
135
  prerelease: false
142
136
  version_requirements: !ruby/object:Gem::Requirement
143
137
  requirements:
144
138
  - - '='
145
139
  - !ruby/object:Gem::Version
146
- version: 0.19.0
140
+ version: 0.22.0
147
141
  description: System administration to create new organization in an installation.
148
142
  email:
149
143
  - josepjaume@gmail.com
@@ -199,6 +193,8 @@ files:
199
193
  - app/views/decidim/system/devise/passwords/new.html.erb
200
194
  - app/views/decidim/system/devise/sessions/new.html.erb
201
195
  - app/views/decidim/system/devise/shared/_links.html.erb
196
+ - app/views/decidim/system/organizations/_omniauth_provider.html.erb
197
+ - app/views/decidim/system/organizations/_omniauth_settings.html.erb
202
198
  - app/views/decidim/system/organizations/_smtp_settings.html.erb
203
199
  - app/views/decidim/system/organizations/edit.html.erb
204
200
  - app/views/decidim/system/organizations/index.html.erb
@@ -206,36 +202,55 @@ files:
206
202
  - app/views/decidim/system/organizations/show.html.erb
207
203
  - app/views/decidim/system/shared/_notices.html.erb
208
204
  - app/views/layouts/decidim/system/_header.html.erb
205
+ - app/views/layouts/decidim/system/_js_configuration.html.erb
209
206
  - app/views/layouts/decidim/system/_login_items.html.erb
210
207
  - app/views/layouts/decidim/system/_sidebar.html.erb
211
208
  - app/views/layouts/decidim/system/application.html.erb
212
209
  - app/views/layouts/decidim/system/login.html.erb
213
210
  - config/locales/ar-SA.yml
214
211
  - config/locales/ar.yml
212
+ - config/locales/bg-BG.yml
215
213
  - config/locales/ca.yml
216
214
  - config/locales/cs-CZ.yml
217
215
  - config/locales/cs.yml
216
+ - config/locales/da-DK.yml
218
217
  - config/locales/de.yml
218
+ - config/locales/el-GR.yml
219
+ - config/locales/el.yml
219
220
  - config/locales/en.yml
220
221
  - config/locales/eo-UY.yml
221
222
  - config/locales/es-MX.yml
222
223
  - config/locales/es-PY.yml
223
224
  - config/locales/es.yml
225
+ - config/locales/et-EE.yml
224
226
  - config/locales/eu.yml
225
227
  - config/locales/fi-pl.yml
226
228
  - config/locales/fi-plain.yml
227
229
  - config/locales/fi.yml
230
+ - config/locales/fr-CA.yml
228
231
  - config/locales/fr.yml
232
+ - config/locales/ga-IE.yml
229
233
  - config/locales/gl.yml
234
+ - config/locales/hr-HR.yml
230
235
  - config/locales/hu.yml
231
236
  - config/locales/id-ID.yml
237
+ - config/locales/is-IS.yml
232
238
  - config/locales/it.yml
239
+ - config/locales/ja-JP.yml
240
+ - config/locales/lt-LT.yml
241
+ - config/locales/lv-LV.yml
242
+ - config/locales/mt-MT.yml
233
243
  - config/locales/nl.yml
234
244
  - config/locales/no.yml
235
245
  - config/locales/pl.yml
236
246
  - config/locales/pt-BR.yml
237
247
  - config/locales/pt.yml
248
+ - config/locales/ro-RO.yml
238
249
  - config/locales/ru.yml
250
+ - config/locales/sk-SK.yml
251
+ - config/locales/sk.yml
252
+ - config/locales/sl.yml
253
+ - config/locales/sr-CS.yml
239
254
  - config/locales/sv.yml
240
255
  - config/locales/tr-TR.yml
241
256
  - config/locales/uk.yml
@@ -244,6 +259,7 @@ files:
244
259
  - db/seeds.rb
245
260
  - lib/decidim/system.rb
246
261
  - lib/decidim/system/engine.rb
262
+ - lib/decidim/system/test/factories.rb
247
263
  - lib/decidim/system/version.rb
248
264
  homepage: https://github.com/decidim/decidim
249
265
  licenses:
@@ -264,7 +280,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
264
280
  - !ruby/object:Gem::Version
265
281
  version: '0'
266
282
  requirements: []
267
- rubygems_version: 3.0.3
283
+ rubygems_version: 3.1.2
268
284
  signing_key:
269
285
  specification_version: 4
270
286
  summary: Decidim system administration