decidim-system 0.21.0 → 0.22.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.

Potentially problematic release.


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

Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/decidim/system/application.js.es6 +1 -0
  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/controllers/decidim/system/organizations_controller.rb +7 -1
  7. data/app/forms/decidim/system/update_organization_form.rb +10 -0
  8. data/app/views/decidim/system/organizations/_omniauth_provider.html.erb +4 -0
  9. data/app/views/decidim/system/organizations/_smtp_settings.html.erb +5 -1
  10. data/app/views/layouts/decidim/system/_header.html.erb +1 -0
  11. data/app/views/layouts/decidim/system/_js_configuration.html.erb +9 -0
  12. data/app/views/layouts/decidim/system/application.html.erb +2 -0
  13. data/config/locales/bg-BG.yml +8 -0
  14. data/config/locales/ca.yml +11 -0
  15. data/config/locales/cs.yml +12 -1
  16. data/config/locales/da-DK.yml +1 -0
  17. data/config/locales/de.yml +26 -0
  18. data/config/locales/el.yml +100 -0
  19. data/config/locales/en.yml +11 -0
  20. data/config/locales/es-MX.yml +11 -0
  21. data/config/locales/es-PY.yml +11 -0
  22. data/config/locales/es.yml +11 -0
  23. data/config/locales/et-EE.yml +1 -0
  24. data/config/locales/fi-plain.yml +11 -0
  25. data/config/locales/fi.yml +11 -0
  26. data/config/locales/fr-CA.yml +101 -0
  27. data/config/locales/fr.yml +25 -0
  28. data/config/locales/ga-IE.yml +1 -0
  29. data/config/locales/hr-HR.yml +1 -0
  30. data/config/locales/hu.yml +4 -0
  31. data/config/locales/it.yml +12 -1
  32. data/config/locales/ja-JP.yml +101 -0
  33. data/config/locales/lt-LT.yml +1 -0
  34. data/config/locales/lv-LV.yml +101 -0
  35. data/config/locales/mt-MT.yml +1 -0
  36. data/config/locales/nl.yml +15 -0
  37. data/config/locales/no.yml +1 -1
  38. data/config/locales/pl.yml +29 -3
  39. data/config/locales/pt-BR.yml +1 -1
  40. data/config/locales/pt.yml +50 -24
  41. data/config/locales/ro-RO.yml +101 -0
  42. data/config/locales/sk-SK.yml +90 -0
  43. data/config/locales/sk.yml +95 -0
  44. data/config/locales/sl.yml +51 -0
  45. data/config/locales/sr-CS.yml +26 -0
  46. data/config/locales/sv.yml +25 -0
  47. data/lib/decidim/system/test/factories.rb +11 -0
  48. data/lib/decidim/system/version.rb +1 -1
  49. metadata +27 -16
@@ -0,0 +1,51 @@
1
+ sl:
2
+ decidim:
3
+ system:
4
+ actions:
5
+ confirm_destroy: Ali ste prepričani, da želite izbrisati to?
6
+ destroy: Izbriši
7
+ edit: Uredi
8
+ new: Nov
9
+ save: Shrani
10
+ title: Dejanja
11
+ admins:
12
+ create:
13
+ error: Pojavila se je težava pri kreiranju skrbnika.
14
+ success: Skrbnik uspešno kreiran
15
+ destroy:
16
+ success: Skrbnik uspešno izbrisan
17
+ edit:
18
+ title: Uredi skrbnika
19
+ update: Posodobi
20
+ index:
21
+ title: Skrbniki
22
+ new:
23
+ create: Ustvari
24
+ title: Nov skrbnik
25
+ update:
26
+ error: Pojavila se je težava pri urejanju skrbnika.
27
+ success: Skrbnik uspešno posodobljen
28
+ menu:
29
+ admins: Skrbniki
30
+ dashboard: Nadzorna plošča
31
+ organizations: Organizacije
32
+ models:
33
+ admin:
34
+ fields:
35
+ created_at: Ustvarjen ob
36
+ email: Email
37
+ name: Skrbnik
38
+ organization:
39
+ actions:
40
+ save_and_invite: Ustvari organizacijo in povabi skrbnika
41
+ fields:
42
+ created_at: Ustvarjen ob
43
+ name: Ime
44
+ smtp_settings: SMTP nastavitve
45
+ name: Organizacija
46
+ organizations:
47
+ create:
48
+ error: Pojavila se je težava pri kreiranju organizacije.
49
+ success: Organizacija uspešno kreirana.
50
+ index:
51
+ title: Organizacije
@@ -0,0 +1,26 @@
1
+ sr:
2
+ decidim:
3
+ system:
4
+ models:
5
+ organization:
6
+ fields:
7
+ omniauth_settings: Omniauth podešavanja
8
+ organizations:
9
+ omniauth_settings:
10
+ decidim:
11
+ client_id: Identitet klijenta
12
+ client_secret: Tajni ključ klijenta
13
+ site_url: URL stranice
14
+ enabled: Omogućeno
15
+ enabled_by_default: Ovaj davalac usluga je automatski omogućen. Možete ga izmeniti, ali ne i isključiti.
16
+ facebook:
17
+ app_id: Identitet aplikacije
18
+ app_secret: Tajni ključ aplikacije
19
+ google_oauth2:
20
+ client_id: Identitet klijenta
21
+ client_secret: Tajni ključ klijenta
22
+ icon: Ikona
23
+ icon_path: Put ikone
24
+ twitter:
25
+ api_key: API ključ
26
+ api_secret: API tajni ključ
@@ -47,6 +47,7 @@ sv:
47
47
  fields:
48
48
  created_at: Skapad
49
49
  name: Namn
50
+ omniauth_settings: Omniauth-inställningar
50
51
  smtp_settings: SMTP-inställningar
51
52
  name: Organisation
52
53
  organizations:
@@ -61,6 +62,30 @@ sv:
61
62
  reference_prefix_hint: Referensprefixet används för att unikt identifiera resurser i alla organisationer
62
63
  secondary_hosts_hint: Ange var och en av dem på en ny rad
63
64
  title: Ny organisation
65
+ omniauth_settings:
66
+ decidim:
67
+ client_id: Klient ID
68
+ client_secret: Klient hemlig
69
+ site_url: Webbplatsens URL
70
+ enabled: Aktiverad
71
+ enabled_by_default: Denna leverantör är aktiverad som standard. Den kan redigeras men inte inaktiveras.
72
+ facebook:
73
+ app_id: App-ID
74
+ app_secret: App-hemlighet
75
+ google_oauth2:
76
+ client_id: Klient-ID
77
+ client_secret: Klient-hemlighet
78
+ icon: Symbol
79
+ icon_path: Sökväg till symbol
80
+ twitter:
81
+ api_key: API-nyckel
82
+ api_secret: API-hemlighet
83
+ smtp_settings:
84
+ instructions:
85
+ from_label: 'E-postavsändare kommer att vara: "din-organisation-namn <your-organization@your-provider.org>". Lämna tomt för att använda ''from_email'' som etikett'
86
+ placeholder:
87
+ from_email: ditt-organisation@ditt-leverantör.org
88
+ from_label: din-organisation-namn
64
89
  update:
65
90
  error: Det gick inte att uppdatera organisationen.
66
91
  success: Organisationen har uppdaterats.
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "decidim/core/test/factories"
4
+
5
+ FactoryBot.define do
6
+ factory :admin, class: "Decidim::System::Admin" do
7
+ sequence(:email) { |n| "admin#{n}@citizen.corp" }
8
+ password { "password1234" }
9
+ password_confirmation { "password1234" }
10
+ end
11
+ end
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-system version.
5
5
  module System
6
6
  def self.version
7
- "0.21.0"
7
+ "0.22.0"
8
8
  end
9
9
  end
10
10
  end
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.21.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: 2020-04-08 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.21.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.21.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.21.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.21.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
@@ -208,15 +202,18 @@ files:
208
202
  - app/views/decidim/system/organizations/show.html.erb
209
203
  - app/views/decidim/system/shared/_notices.html.erb
210
204
  - app/views/layouts/decidim/system/_header.html.erb
205
+ - app/views/layouts/decidim/system/_js_configuration.html.erb
211
206
  - app/views/layouts/decidim/system/_login_items.html.erb
212
207
  - app/views/layouts/decidim/system/_sidebar.html.erb
213
208
  - app/views/layouts/decidim/system/application.html.erb
214
209
  - app/views/layouts/decidim/system/login.html.erb
215
210
  - config/locales/ar-SA.yml
216
211
  - config/locales/ar.yml
212
+ - config/locales/bg-BG.yml
217
213
  - config/locales/ca.yml
218
214
  - config/locales/cs-CZ.yml
219
215
  - config/locales/cs.yml
216
+ - config/locales/da-DK.yml
220
217
  - config/locales/de.yml
221
218
  - config/locales/el-GR.yml
222
219
  - config/locales/el.yml
@@ -225,22 +222,35 @@ files:
225
222
  - config/locales/es-MX.yml
226
223
  - config/locales/es-PY.yml
227
224
  - config/locales/es.yml
225
+ - config/locales/et-EE.yml
228
226
  - config/locales/eu.yml
229
227
  - config/locales/fi-pl.yml
230
228
  - config/locales/fi-plain.yml
231
229
  - config/locales/fi.yml
230
+ - config/locales/fr-CA.yml
232
231
  - config/locales/fr.yml
232
+ - config/locales/ga-IE.yml
233
233
  - config/locales/gl.yml
234
+ - config/locales/hr-HR.yml
234
235
  - config/locales/hu.yml
235
236
  - config/locales/id-ID.yml
236
237
  - config/locales/is-IS.yml
237
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
238
243
  - config/locales/nl.yml
239
244
  - config/locales/no.yml
240
245
  - config/locales/pl.yml
241
246
  - config/locales/pt-BR.yml
242
247
  - config/locales/pt.yml
248
+ - config/locales/ro-RO.yml
243
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
244
254
  - config/locales/sv.yml
245
255
  - config/locales/tr-TR.yml
246
256
  - config/locales/uk.yml
@@ -249,6 +259,7 @@ files:
249
259
  - db/seeds.rb
250
260
  - lib/decidim/system.rb
251
261
  - lib/decidim/system/engine.rb
262
+ - lib/decidim/system/test/factories.rb
252
263
  - lib/decidim/system/version.rb
253
264
  homepage: https://github.com/decidim/decidim
254
265
  licenses: