decidim-system 0.32.0.rc3 → 0.32.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 625bfc54fd1f3c86b10cbdef90a78c19970e5e152525fb20298ae5a480e70784
4
- data.tar.gz: b044a9bff2f9ee412d9ef1442fea7aca68a2941fdc3738b3020ff1118d5420ce
3
+ metadata.gz: 203c8b2c817d888f7b373215e20acda133069d3b1b3ec5665dc01356f3bbc486
4
+ data.tar.gz: d4ab0fdf702bbeade7e62abc7608ac110215bc4ad976206980b0de05de53666c
5
5
  SHA512:
6
- metadata.gz: 529be80f4b375de7edecc67976e50281be4e3111c8bfc7672ddfa3062a879a28955e27ad3879f85619e4c63289e9c54cc7684ef65176f0c565c9c0cec12a52de
7
- data.tar.gz: 876ed9ae70a6be1e9f0c1ba6b868e7d1c8e8e31dd42c189dd65dd0254544f02cd30752b4b04b84562de00ab9a393113df7dd4eb5c8e7a575ab5407f5379a7de2
6
+ metadata.gz: df234ee8b16dc301cd86632c8d029268e4b29303f707f0da4ff8dabc5bcaa9ac026e4d078e4492a3c50b90f6e735ed733959ee3c68c404433c7b551fa0570ef4
7
+ data.tar.gz: f0e9ba27c826ce30d67a04e503bafee096ba1cb8b1cf531fca7cf0bd59725b3fc4ca5a1474e35fc85b4cf855fef791afd658d598f6af7f5c0be6ceb99ecb08d9
@@ -45,6 +45,7 @@ module Decidim
45
45
 
46
46
  def save_organization
47
47
  organization.name = form.name
48
+ organization.short_name = form.short_name
48
49
  organization.host = form.host
49
50
  organization.secondary_hosts = form.clean_secondary_hosts
50
51
  organization.force_users_to_authenticate_before_access_organization = form.force_users_to_authenticate_before_access_organization
@@ -82,7 +82,7 @@ module Decidim
82
82
  host: request.host,
83
83
  organization_admin_name: current_admin.email.split("@")[0],
84
84
  organization_admin_email: current_admin.email,
85
- available_locales: Decidim.available_locales.map(&:to_s),
85
+ available_locales: [Decidim.default_locale],
86
86
  default_locale: Decidim.default_locale,
87
87
  users_registration_mode: "enabled"
88
88
  }
@@ -241,7 +241,6 @@ eu:
241
241
  default_src_hint: |
242
242
  Default-src kanpoko eduki osorako konbentzio lehenetsia da, hala nola, JavaScript, irudiak, CSS, iturriak, dei asinkronikoak, markoak eta multimedia fitxategiak HTML5.
243
243
  Plataformak "'self' 'unsafe-inline'" erantsiko du, baina gehiago gehitzeko aukera duzu. Utzi zuriz, ziur ez bazaude.
244
-
245
244
  font_src: Font src
246
245
  font_src_hint: |
247
246
  font-src ereduko direktibak using @font-face erabiliz kargatu daitezkeen URLak murrizten ditu.
@@ -151,7 +151,7 @@ fr-CA:
151
151
  error_invitation: Il y a eu un problème lors de la création d'une nouvelle organisation. Vérifiez le nom de l'administrateur de votre organisation.
152
152
  success_html: |
153
153
  <p>
154
- Organisation créée avec succès.
154
+ Organisation créée avec succès.
155
155
  </p>
156
156
  <ol>
157
157
  <li>Vous devrez peut-être mettre à jour le code de votre application pour autoriser les requêtes à %{host}, vous devez ajouter ce qui suit à la configuration de votre environnement
@@ -37,6 +37,8 @@ ja:
37
37
  must_be_ssl: リダイレクト URI は SSL が有効な URI でなければなりません
38
38
  organization:
39
39
  attributes:
40
+ host:
41
+ invalid: は無効な値です
40
42
  password:
41
43
  secret_key: このフィールドを保存するには、環境変数 SECRET_KEY_BASE を定義する必要があります
42
44
  decidim:
@@ -192,9 +194,8 @@ ja:
192
194
  user: "GraphQL API への呼び出し時に、与えられたトークンを使用してサインイン中のユーザーとして操作を行うための権限です。これは、現在のユーザーに関する情報を必要とするすべての api:write 操作や api:read 操作に必要です。\n"
193
195
  scopes_help_html: |
194
196
  選択したスコープは、認可プロセス中に接続されたアプリケーションがリクエストできるようになります。ユーザーが OAuth を利用してサインインする際には、認可リクエストの詳細が表示されます。 <br>
195
- スコープによって、付与されたアクセストークンを用いた認証後に利用できる機能が異なります。 <br>
197
+ スコープによって、付与されたアクセストークンを用いた認証後に利用できる機能が異なります。 <br>
196
198
  <strong>注意:</strong> 外部アプリケーションでユーザー認証のみを行いたい場合は、<strong>profile</strong> スコープだけで十分です。Decidim API と連携するアプリケーションには、他のスコープも必要になります。
197
-
198
199
  select_organization: 組織を選択
199
200
  index:
200
201
  confirm_delete: このアプリケーションを削除してもよろしいですか?
@@ -3,7 +3,7 @@
3
3
  $LOAD_PATH.push File.expand_path("lib", __dir__)
4
4
 
5
5
  Gem::Specification.new do |s|
6
- version = "0.32.0.rc3"
6
+ version = "0.32.0"
7
7
  s.version = version
8
8
  s.authors = ["Josep Jaume Rey Peroy", "Marc Riera Casals", "Oriol Gual Oliva"]
9
9
  s.email = ["josepjaume@gmail.com", "mrc2407@gmail.com", "oriolgual@gmail.com"]
@@ -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.32.0.rc3"
7
+ "0.32.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.32.0.rc3
4
+ version: 0.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josep Jaume Rey Peroy
@@ -31,14 +31,14 @@ dependencies:
31
31
  requirements:
32
32
  - - '='
33
33
  - !ruby/object:Gem::Version
34
- version: 0.32.0.rc3
34
+ version: 0.32.0
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - '='
40
40
  - !ruby/object:Gem::Version
41
- version: 0.32.0.rc3
41
+ version: 0.32.0
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: devise
44
44
  requirement: !ruby/object:Gem::Requirement
@@ -99,14 +99,14 @@ dependencies:
99
99
  requirements:
100
100
  - - '='
101
101
  - !ruby/object:Gem::Version
102
- version: 0.32.0.rc3
102
+ version: 0.32.0
103
103
  type: :development
104
104
  prerelease: false
105
105
  version_requirements: !ruby/object:Gem::Requirement
106
106
  requirements:
107
107
  - - '='
108
108
  - !ruby/object:Gem::Version
109
- version: 0.32.0.rc3
109
+ version: 0.32.0
110
110
  description: System administration to create new organization in an installation.
111
111
  email:
112
112
  - josepjaume@gmail.com