decidim-system 0.31.5 → 0.31.6

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: 1f0bbbcce7ab4ca4cec3bc917ce428e21e7cf1a12685e0ee8fcdfe529d12f3cd
4
- data.tar.gz: 277b8a7ea1d0829d88bfd749a9f6d442e5d84e2ef1c75adb7938aa36f098a0e9
3
+ metadata.gz: 506a85519df41755028e713aaef1a213f0518f5df0db462e462d6600f6c43097
4
+ data.tar.gz: 752ab5cc415f1b95668764e7e8f4ca2f997c681dc5727b92af80613a9b34c078
5
5
  SHA512:
6
- metadata.gz: cfcbfc38d25e06d9c5a1e824b3530ddff8363dd10ca6b8106a73babed9e2576488ee04068f2f26035c61cd297fdebc03705e8843d19554c84180eecfaef5fd8c
7
- data.tar.gz: 40143f26e14f5b11163590d788780a5dd9949a5f2464ff6a890cea5f051537f4252783226214e5c0f79750dd39b14898fb431fa8071f332e6df07308c5b5b283
6
+ metadata.gz: fc672f5373ffafe521feef2b421a5aeb0efb35d90844d85361979a0815ae1811fdc86590f211cf48fd333e3297102375911c1bcf6f3ee09bd5b2a5e51b917b92
7
+ data.tar.gz: 1e43864af079758b6fff9f7747856c9796ab85c7160df606a6e4800991f84b56a0bbe436b15c4a44474c34f682fb2f4f5e298555f9ae383e505007c76a917021
@@ -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
  }
@@ -11,7 +11,7 @@
11
11
  <%= render partial: "layouts/decidim/system/sidebar" %>
12
12
  </aside>
13
13
 
14
- <main class="grow">
14
+ <main class="grow" role="main">
15
15
  <div class="flex md:hidden items-center gap-2 bg-primary p-4 text-white font-bold text-lg">
16
16
  <button id="aside-trigger" class="flex-none md:hidden" data-controller="dropdown" data-target="aside-system" data-disabled-md="true">
17
17
  <%= icon "menu-line", class: "w-6 h-6 text-white fill-current" %>
@@ -164,7 +164,7 @@ eu:
164
164
  save_and_invite: Sortu antolatzailea eta gonbidatu administratzailea
165
165
  fields:
166
166
  content_security_policy: Edukien segurtasun-politika
167
- created_at: Tan sortua
167
+ created_at: Noiz sortua
168
168
  file_upload_settings: Fitxategiak igotzearen doikuntzak
169
169
  name: Izena
170
170
  omniauth_settings: Omniauth doikuntzak
@@ -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,8 +37,12 @@ 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 を定義する必要があります
44
+ secondary_hosts:
45
+ invalid: は無効な値です
42
46
  decidim:
43
47
  system:
44
48
  actions:
@@ -192,9 +196,8 @@ ja:
192
196
  user: "GraphQL API への呼び出し時に、与えられたトークンを使用してサインイン中のユーザーとして操作を行うための権限です。これは、現在のユーザーに関する情報を必要とするすべての api:write 操作や api:read 操作に必要です。\n"
193
197
  scopes_help_html: |
194
198
  選択したスコープは、認可プロセス中に接続されたアプリケーションがリクエストできるようになります。ユーザーが OAuth を利用してサインインする際には、認可リクエストの詳細が表示されます。 <br>
195
- スコープによって、付与されたアクセストークンを用いた認証後に利用できる機能が異なります。 <br>
199
+ スコープによって、付与されたアクセストークンを用いた認証後に利用できる機能が異なります。 <br>
196
200
  <strong>注意:</strong> 外部アプリケーションでユーザー認証のみを行いたい場合は、<strong>profile</strong> スコープだけで十分です。Decidim API と連携するアプリケーションには、他のスコープも必要になります。
197
-
198
201
  select_organization: 組織を選択
199
202
  index:
200
203
  confirm_delete: このアプリケーションを削除してもよろしいですか?
@@ -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.31.5"
7
+ "0.31.6"
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.31.5
4
+ version: 0.31.6
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: 2026-05-12 00:00:00.000000000 Z
13
+ date: 2026-07-06 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.31.5
35
+ version: 0.31.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.31.5
42
+ version: 0.31.6
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: devise
45
45
  requirement: !ruby/object:Gem::Requirement
@@ -94,14 +94,14 @@ dependencies:
94
94
  requirements:
95
95
  - - '='
96
96
  - !ruby/object:Gem::Version
97
- version: 0.31.5
97
+ version: 0.31.6
98
98
  type: :development
99
99
  prerelease: false
100
100
  version_requirements: !ruby/object:Gem::Requirement
101
101
  requirements:
102
102
  - - '='
103
103
  - !ruby/object:Gem::Version
104
- version: 0.31.5
104
+ version: 0.31.6
105
105
  description: System administration to create new organization in an installation.
106
106
  email:
107
107
  - josepjaume@gmail.com