decidim-system 0.26.10 → 0.27.0.rc1
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.
- checksums.yaml +4 -4
- data/README.md +21 -9
- data/app/commands/decidim/system/create_admin.rb +1 -1
- data/app/commands/decidim/system/create_default_content_blocks.rb +1 -1
- data/app/commands/decidim/system/create_default_pages.rb +1 -1
- data/app/commands/decidim/system/create_oauth_application.rb +1 -1
- data/app/commands/decidim/system/destroy_oauth_application.rb +1 -1
- data/app/commands/decidim/system/populate_help.rb +3 -3
- data/app/commands/decidim/system/register_organization.rb +5 -2
- data/app/commands/decidim/system/update_admin.rb +1 -1
- data/app/commands/decidim/system/update_oauth_application.rb +1 -1
- data/app/commands/decidim/system/update_organization.rb +1 -1
- data/app/controllers/decidim/system/application_controller.rb +0 -1
- data/app/forms/decidim/system/admin_form.rb +1 -1
- data/app/forms/decidim/system/file_upload_settings_form.rb +19 -19
- data/app/forms/decidim/system/update_organization_form.rb +4 -3
- data/app/helpers/decidim/system/application_helper.rb +0 -4
- data/app/packs/entrypoints/decidim_system.js +1 -0
- data/app/packs/stylesheets/decidim/system/application.scss +1 -0
- data/app/views/decidim/system/admins/edit.html.erb +0 -2
- data/app/views/decidim/system/admins/index.html.erb +1 -5
- data/app/views/decidim/system/admins/new.html.erb +0 -2
- data/app/views/decidim/system/admins/show.html.erb +2 -2
- data/app/views/decidim/system/dashboard/show.html.erb +0 -2
- data/app/views/decidim/system/devise/passwords/edit.html.erb +2 -2
- data/app/views/decidim/system/devise/passwords/new.html.erb +2 -2
- data/app/views/decidim/system/devise/sessions/new.html.erb +2 -2
- data/app/views/decidim/system/devise/shared/_links.html.erb +11 -5
- data/app/views/decidim/system/oauth_applications/edit.html.erb +0 -2
- data/app/views/decidim/system/oauth_applications/index.html.erb +0 -2
- data/app/views/decidim/system/oauth_applications/new.html.erb +0 -2
- data/app/views/decidim/system/oauth_applications/show.html.erb +0 -2
- data/app/views/decidim/system/organizations/edit.html.erb +0 -6
- data/app/views/decidim/system/organizations/index.html.erb +0 -2
- data/app/views/decidim/system/organizations/new.html.erb +3 -5
- data/app/views/layouts/decidim/system/_login_items.html.erb +1 -1
- data/app/views/layouts/decidim/system/application.html.erb +2 -3
- data/app/views/layouts/decidim/system/login.html.erb +1 -1
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +4 -89
- data/config/locales/bg.yml +1 -3
- data/config/locales/ca.yml +4 -31
- data/config/locales/cs.yml +4 -31
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +6 -33
- data/config/locales/el.yml +3 -94
- data/config/locales/en.yml +2 -30
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +3 -30
- data/config/locales/es-PY.yml +3 -30
- data/config/locales/es.yml +3 -30
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +20 -47
- data/config/locales/fi-plain.yml +3 -30
- data/config/locales/fi.yml +7 -34
- data/config/locales/fr-CA.yml +3 -30
- data/config/locales/fr.yml +3 -30
- data/config/locales/ga-IE.yml +1 -2
- data/config/locales/gl.yml +3 -2
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +4 -21
- data/config/locales/id-ID.yml +4 -2
- data/config/locales/is-IS.yml +4 -3
- data/config/locales/it.yml +3 -2
- data/config/locales/ja.yml +3 -30
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +1 -5
- data/config/locales/lt.yml +1 -189
- data/config/locales/lv.yml +4 -2
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +4 -2
- data/config/locales/no.yml +3 -2
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +3 -2
- data/config/locales/pt-BR.yml +4 -3
- data/config/locales/pt.yml +3 -2
- data/config/locales/ro-RO.yml +3 -10
- data/config/locales/ru.yml +4 -2
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +4 -2
- data/config/locales/sl.yml +2 -2
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +3 -2
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +4 -3
- data/config/locales/uk.yml +4 -2
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +3 -2
- data/config/locales/zh-TW.yml +1 -189
- data/db/seeds.rb +2 -2
- data/lib/decidim/system/engine.rb +0 -1
- data/lib/decidim/system/test/factories.rb +3 -3
- data/lib/decidim/system/version.rb +1 -1
- metadata +10 -25
- data/config/environment.rb +0 -3
- data/config/locales/fa-IR.yml +0 -10
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/ka-GE.yml +0 -1
- data/config/locales/kaa.yml +0 -10
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
- data/config/locales/sq-AL.yml +0 -1
- data/config/locales/th-TH.yml +0 -1
data/config/locales/sk.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
sk:
|
2
3
|
decidim:
|
3
4
|
system:
|
@@ -22,8 +23,6 @@ sk:
|
|
22
23
|
new:
|
23
24
|
create: Vytvoriť
|
24
25
|
title: Nový správca
|
25
|
-
show:
|
26
|
-
edit: Upraviť
|
27
26
|
update:
|
28
27
|
error: Pri aktualizácii správcu nastala chyba.
|
29
28
|
success: Správca úspešne aktualizovaný
|
@@ -51,6 +50,7 @@ sk:
|
|
51
50
|
name: Meno
|
52
51
|
omniauth_settings: Nastavenia Omniauth
|
53
52
|
smtp_settings: Nastavenie SMTP
|
53
|
+
name: Organizácia
|
54
54
|
organizations:
|
55
55
|
create:
|
56
56
|
error: Pri vytváraní novej organizácie došlo k chybe.
|
@@ -60,6 +60,8 @@ sk:
|
|
60
60
|
index:
|
61
61
|
title: Organizácie
|
62
62
|
new:
|
63
|
+
reference_prefix_hint: Referenčná predpona je použitá pre unikátne identifikovanie zdrojov naprieč všetkými organizáciami
|
64
|
+
secondary_hosts_hint: Zadajte každý host na nový riadok
|
63
65
|
title: Nová organizácia
|
64
66
|
omniauth_settings:
|
65
67
|
decidim:
|
data/config/locales/sl.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
sl:
|
2
3
|
decidim:
|
3
4
|
system:
|
@@ -22,8 +23,6 @@ sl:
|
|
22
23
|
new:
|
23
24
|
create: Ustvari
|
24
25
|
title: Nov skrbnik
|
25
|
-
show:
|
26
|
-
edit: Uredi
|
27
26
|
update:
|
28
27
|
error: Pojavila se je težava pri urejanju skrbnika.
|
29
28
|
success: Skrbnik uspešno posodobljen
|
@@ -44,6 +43,7 @@ sl:
|
|
44
43
|
created_at: Ustvarjen ob
|
45
44
|
name: Ime
|
46
45
|
smtp_settings: SMTP nastavitve
|
46
|
+
name: Organizacija
|
47
47
|
organizations:
|
48
48
|
create:
|
49
49
|
error: Pojavila se je težava pri kreiranju organizacije.
|
data/config/locales/so-SO.yml
CHANGED
data/config/locales/sr-CS.yml
CHANGED
data/config/locales/sv.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
sv:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -54,8 +55,6 @@ sv:
|
|
54
55
|
new:
|
55
56
|
create: Skapa
|
56
57
|
title: Ny administratör
|
57
|
-
show:
|
58
|
-
edit: Redigera
|
59
58
|
update:
|
60
59
|
error: Det gick inte att uppdatera administratören.
|
61
60
|
success: Administratören har uppdaterats
|
@@ -135,6 +134,8 @@ sv:
|
|
135
134
|
index:
|
136
135
|
title: Organisationer
|
137
136
|
new:
|
137
|
+
reference_prefix_hint: Referensprefixet används för att unikt identifiera resurser i alla organisationer
|
138
|
+
secondary_hosts_hint: Ange var och en av dem på en ny rad
|
138
139
|
title: Ny organisation
|
139
140
|
omniauth_settings:
|
140
141
|
decidim:
|
data/config/locales/sw-KE.yml
CHANGED
data/config/locales/ti-ER.yml
CHANGED
data/config/locales/tr-TR.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
tr:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -54,8 +55,6 @@ tr:
|
|
54
55
|
new:
|
55
56
|
create: Oluştur
|
56
57
|
title: Yeni yönetici
|
57
|
-
show:
|
58
|
-
edit: Düzenle
|
59
58
|
update:
|
60
59
|
error: Bu yönetici güncellenirken bir sorun oluştu.
|
61
60
|
success: Yönetici başarıyla güncellendi
|
@@ -91,7 +90,7 @@ tr:
|
|
91
90
|
name: Adı
|
92
91
|
omniauth_settings: Omniauth ayarları
|
93
92
|
smtp_settings: SMTP ayarları
|
94
|
-
name:
|
93
|
+
name: organizasyon
|
95
94
|
oauth_applications:
|
96
95
|
create:
|
97
96
|
error: Bu uygulama oluşturulurken bir hata oluştu.
|
@@ -140,6 +139,8 @@ tr:
|
|
140
139
|
index:
|
141
140
|
title: Organizasyonlar
|
142
141
|
new:
|
142
|
+
reference_prefix_hint: Başvuru öneki, tüm kuruluştaki kaynakları benzersiz şekilde tanımlamak için kullanılır
|
143
|
+
secondary_hosts_hint: Her birini yeni bir satıra girin
|
143
144
|
title: Yeni organizasyon
|
144
145
|
omniauth_settings:
|
145
146
|
decidim:
|
data/config/locales/uk.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
uk:
|
2
3
|
decidim:
|
3
4
|
system:
|
@@ -22,8 +23,6 @@ uk:
|
|
22
23
|
new:
|
23
24
|
create: Додати
|
24
25
|
title: Додати адміністратора
|
25
|
-
show:
|
26
|
-
edit: Редагувати
|
27
26
|
update:
|
28
27
|
error: При спробі оновити цього адміністратора сталася помилка.
|
29
28
|
success: Адміністратора успішно оновлено
|
@@ -49,6 +48,7 @@ uk:
|
|
49
48
|
fields:
|
50
49
|
created_at: 'Додано:'
|
51
50
|
name: Ім'я
|
51
|
+
name: Організація
|
52
52
|
organizations:
|
53
53
|
create:
|
54
54
|
error: При спробі додати нову організацію сталася помилка.
|
@@ -58,6 +58,8 @@ uk:
|
|
58
58
|
index:
|
59
59
|
title: Організації
|
60
60
|
new:
|
61
|
+
reference_prefix_hint: Довідковий префікс використовується для унікального визначення ресурсів в усіх організаціях
|
62
|
+
secondary_hosts_hint: Введіть кожен з них в новому рядку
|
61
63
|
title: Додати організацію
|
62
64
|
update:
|
63
65
|
error: При спробі оновити цю організацію сталася помилка.
|
data/config/locales/val-ES.yml
CHANGED
data/config/locales/vi.yml
CHANGED
data/config/locales/zh-CN.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
zh-CN:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -47,8 +48,6 @@ zh-CN:
|
|
47
48
|
new:
|
48
49
|
create: 创建
|
49
50
|
title: 新管理员
|
50
|
-
show:
|
51
|
-
edit: 编辑
|
52
51
|
update:
|
53
52
|
error: 更新此管理员时出错。
|
54
53
|
success: 管理员更新成功
|
@@ -133,6 +132,8 @@ zh-CN:
|
|
133
132
|
index:
|
134
133
|
title: 组织
|
135
134
|
new:
|
135
|
+
reference_prefix_hint: 引用前缀被用来独特地识别所有组织的资源
|
136
|
+
secondary_hosts_hint: 在新行中输入其中每一个
|
136
137
|
title: 新建组织
|
137
138
|
omniauth_settings:
|
138
139
|
decidim:
|
data/config/locales/zh-TW.yml
CHANGED
@@ -1,190 +1,2 @@
|
|
1
|
+
---
|
1
2
|
zh-TW:
|
2
|
-
activemodel:
|
3
|
-
attributes:
|
4
|
-
oauth_application:
|
5
|
-
name: '"OAuth應用程式名稱'
|
6
|
-
organization_logo: 組織標誌 (方形)
|
7
|
-
organization_name: 組織
|
8
|
-
organization_url: 組織網址 URL
|
9
|
-
redirect_uri: 重新導向 URI
|
10
|
-
organization:
|
11
|
-
address: SMTP 主機名稱
|
12
|
-
from_email: 電子郵件地址
|
13
|
-
from_label: 標籤
|
14
|
-
password: 密碼
|
15
|
-
port: 通訊埠
|
16
|
-
user_name: 使用者名稱
|
17
|
-
organization_file_uploads:
|
18
|
-
allowed_content_types:
|
19
|
-
admin: 管理員 MIME 類型
|
20
|
-
default: 預設 MIME 類型
|
21
|
-
allowed_file_extensions:
|
22
|
-
admin: 管理員檔案副檔名
|
23
|
-
default: 預設檔案副檔名
|
24
|
-
image: 圖片檔案副檔名
|
25
|
-
maximum_file_size:
|
26
|
-
avatar: 頭像檔案大小
|
27
|
-
default: 預設檔案大小
|
28
|
-
errors:
|
29
|
-
models:
|
30
|
-
oauth_application:
|
31
|
-
attributes:
|
32
|
-
redirect_uri:
|
33
|
-
must_be_ssl: 重導向 URI 必須是 SSL URI
|
34
|
-
decidim:
|
35
|
-
system:
|
36
|
-
actions:
|
37
|
-
confirm_destroy: 是否確定要刪除這個?
|
38
|
-
destroy: 刪除
|
39
|
-
edit: 編輯
|
40
|
-
new: 新的
|
41
|
-
save: 儲存
|
42
|
-
title: 操作
|
43
|
-
admins:
|
44
|
-
create:
|
45
|
-
error: 新增管理員時發生問題
|
46
|
-
success: 管理員創建成功
|
47
|
-
destroy:
|
48
|
-
success: 管理員成功刪除
|
49
|
-
edit:
|
50
|
-
title: 編輯管理貝
|
51
|
-
update: 更新
|
52
|
-
index:
|
53
|
-
title: 管理員
|
54
|
-
new:
|
55
|
-
create: 建立
|
56
|
-
title: 新增管理員
|
57
|
-
show:
|
58
|
-
edit: 編輯
|
59
|
-
update:
|
60
|
-
error: 更新此管理員時發生問題。
|
61
|
-
success: 管理員已成功更新
|
62
|
-
dashboard:
|
63
|
-
show:
|
64
|
-
current_organizations: 目前組織
|
65
|
-
default_pages:
|
66
|
-
placeholders:
|
67
|
-
content: 請在管理員儀表板的 %{page} 靜態頁面上新增有意義的內容。
|
68
|
-
title: 預設的 %{page} 標題
|
69
|
-
menu:
|
70
|
-
admins: 管理員
|
71
|
-
dashboard: 儀表板
|
72
|
-
oauth_applications: Oauth 應用程式
|
73
|
-
organizations: 組織
|
74
|
-
models:
|
75
|
-
admin:
|
76
|
-
fields:
|
77
|
-
created_at: 建立於
|
78
|
-
email: 電子郵件
|
79
|
-
name: 管理員
|
80
|
-
validations:
|
81
|
-
email_uniqueness: 已有相同電子郵件的其他管理員存在
|
82
|
-
oauth_application:
|
83
|
-
fields:
|
84
|
-
created_at: 建立於
|
85
|
-
name: OAuth 應用程式名稱
|
86
|
-
organization_name: 組織
|
87
|
-
name: Oauth 應用程式
|
88
|
-
organization:
|
89
|
-
actions:
|
90
|
-
save_and_invite: 建立組織並邀請管理員
|
91
|
-
fields:
|
92
|
-
created_at: 建立於
|
93
|
-
file_upload_settings: 檔案上傳設定
|
94
|
-
name: 姓名
|
95
|
-
omniauth_settings: Omniauth 設置
|
96
|
-
smtp_settings: SMTP設定
|
97
|
-
name: 組織
|
98
|
-
oauth_applications:
|
99
|
-
create:
|
100
|
-
error: 創建應用程序時出現問題。
|
101
|
-
success: 應用程序已成功創建。
|
102
|
-
destroy:
|
103
|
-
error: 刪除應用程式時發生問題。
|
104
|
-
success: 應用程式已成功刪除。
|
105
|
-
edit:
|
106
|
-
save: 儲存
|
107
|
-
title: 編輯應用程式
|
108
|
-
form:
|
109
|
-
select_organization: 選擇一個組織。
|
110
|
-
index:
|
111
|
-
confirm_delete: 你確定要刪除這個應用程式?
|
112
|
-
title: Oauth 應用程式
|
113
|
-
new:
|
114
|
-
save: 儲存
|
115
|
-
title: 新增應用程式
|
116
|
-
update:
|
117
|
-
error: 更新應用程式時發生問題。
|
118
|
-
success: 應用程式已成功更新。
|
119
|
-
organizations:
|
120
|
-
advanced_settings:
|
121
|
-
hide: 隱藏進階設定
|
122
|
-
show: 顯示進階設定
|
123
|
-
create:
|
124
|
-
error: 創建新組織時發生問題。
|
125
|
-
success: 組織創建成功。
|
126
|
-
edit:
|
127
|
-
secondary_hosts_hint: 請在新的一行輸入每一個
|
128
|
-
file_upload_settings:
|
129
|
-
content_types:
|
130
|
-
admin_hint: 這些MIME類型允許管理員部分上傳。管理員用戶應該意識到上傳某些文檔格式的風險,因此您可以期望他們對文件上傳更加謹慎。
|
131
|
-
default_hint: 這些MIME類型默認情況下允許所有用戶使用。
|
132
|
-
intro_html: 您可以使用星號符號添加通配符來匹配 MIME 類型,例如<code>image/*</code>。
|
133
|
-
title: 允許的 MIME 類型
|
134
|
-
file_extensions:
|
135
|
-
admin_hint: 這些檔案副檔名可用於管理員區塊上傳。管理員用戶應該意識到上傳某些文件格式的風險,因此您可以期望他們在文件上傳時更加謹慎。
|
136
|
-
default_hint: 這些檔案副檔名預設是允許所有使用者上傳的。
|
137
|
-
image_hint: 這些檔案副檔名是用於任何類型的圖片上傳。
|
138
|
-
title: 允許的文件擴展名
|
139
|
-
file_sizes:
|
140
|
-
avatar_hint: 以 (MB) 為單位。此檔案大小限制用於頭像圖片上傳。
|
141
|
-
default_hint: 以兆位元組(MB) 為單位。此檔案大小限制是預設的,除非另有指定,否則適用於所有檔案上傳。
|
142
|
-
title: 最大的文件大小
|
143
|
-
intro: |
|
144
|
-
請在考慮更改這些設置時格外小心。允許的內容類型越少越好。
|
145
|
-
允許特定的文件擴展名或MIME類型可能會使系統使用者面臨安全風險,也可能會影響網站的可訪問性。
|
146
|
-
index:
|
147
|
-
title: 組織
|
148
|
-
new:
|
149
|
-
reference_prefix_hint: 參考前綴用於唯一標識所有組織中的資源.
|
150
|
-
secondary_hosts_hint: 請在新的一行輸入每一個.
|
151
|
-
title: 新增組織
|
152
|
-
omniauth_settings:
|
153
|
-
decidim:
|
154
|
-
client_id: 客戶端ID
|
155
|
-
client_secret: 客戶端金鑰
|
156
|
-
site_url: 網站 URL
|
157
|
-
enabled: 已啟用
|
158
|
-
enabled_by_default: 這個提供者是默認啟用的。它可以被編輯,但不能被禁用。
|
159
|
-
facebook:
|
160
|
-
app_id: 應用程式 ID
|
161
|
-
app_secret: 應用程式密鑰
|
162
|
-
google_oauth2:
|
163
|
-
client_id: 客戶端ID
|
164
|
-
client_secret: 客戶端金鑰
|
165
|
-
icon: 圖示
|
166
|
-
icon_path: 圖示路徑
|
167
|
-
twitter:
|
168
|
-
api_key: API 金鑰
|
169
|
-
api_secret: API 秘密
|
170
|
-
smtp_settings:
|
171
|
-
fieldsets:
|
172
|
-
sender: 寄件者
|
173
|
-
instructions:
|
174
|
-
from_label: '郵件發送者將會是:"您的組織名稱 <your-organization@example.org>"。若要使用「電子郵件地址」作為標籤,請留空'
|
175
|
-
placeholder:
|
176
|
-
from_email: your-organization@example.org
|
177
|
-
from_label: 你的組織名稱
|
178
|
-
update:
|
179
|
-
error: 更新此組織時發生問題。
|
180
|
-
success: 組織已成功更新。
|
181
|
-
users_registration_mode:
|
182
|
-
disabled: 只能使用外部帳戶進行存取
|
183
|
-
enabled: 允許參與者註冊和登錄
|
184
|
-
existing: 不允許參與者註冊,但允許現有參與者登錄
|
185
|
-
shared:
|
186
|
-
notices:
|
187
|
-
no_organization_warning_html: 你必須先建立一個組織才能開始。請確認在繼續前已閱讀 %{guide}。
|
188
|
-
our_getting_started_guide: 我們的入門指南
|
189
|
-
titles:
|
190
|
-
dashboard: 儀表板
|
data/db/seeds.rb
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
if !Rails.env.production? || ENV
|
3
|
+
if !Rails.env.production? || ENV.fetch("SEED", nil)
|
4
4
|
print "Creating seeds for decidim-system...\n" unless Rails.env.test?
|
5
5
|
|
6
|
-
password = ENV
|
6
|
+
password = ENV.fetch("DECIDIM_SYSTEM_USER_PASSWORD", "decidim123456789")
|
7
7
|
|
8
8
|
Decidim::System::Admin.find_or_initialize_by(email: "system@example.org").update!(
|
9
9
|
password: password,
|
@@ -4,8 +4,8 @@ require "decidim/core/test/factories"
|
|
4
4
|
|
5
5
|
FactoryBot.define do
|
6
6
|
factory :admin, class: "Decidim::System::Admin" do
|
7
|
-
sequence(:email) { |n| "admin#{n}@
|
8
|
-
password { "
|
9
|
-
password_confirmation { "
|
7
|
+
sequence(:email) { |n| "admin#{n}@example.org" }
|
8
|
+
password { "decidim123456789" }
|
9
|
+
password_confirmation { "decidim123456789" }
|
10
10
|
end
|
11
11
|
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.
|
4
|
+
version: 0.27.0.rc1
|
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:
|
13
|
+
date: 2022-06-27 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.
|
35
|
+
version: 0.27.0.rc1
|
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.
|
42
|
+
version: 0.27.0.rc1
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: devise
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
@@ -75,9 +75,6 @@ dependencies:
|
|
75
75
|
- - "~>"
|
76
76
|
- !ruby/object:Gem::Version
|
77
77
|
version: '2.0'
|
78
|
-
- - ">="
|
79
|
-
- !ruby/object:Gem::Version
|
80
|
-
version: 2.0.9
|
81
78
|
type: :runtime
|
82
79
|
prerelease: false
|
83
80
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -85,23 +82,20 @@ dependencies:
|
|
85
82
|
- - "~>"
|
86
83
|
- !ruby/object:Gem::Version
|
87
84
|
version: '2.0'
|
88
|
-
- - ">="
|
89
|
-
- !ruby/object:Gem::Version
|
90
|
-
version: 2.0.9
|
91
85
|
- !ruby/object:Gem::Dependency
|
92
86
|
name: decidim-dev
|
93
87
|
requirement: !ruby/object:Gem::Requirement
|
94
88
|
requirements:
|
95
89
|
- - '='
|
96
90
|
- !ruby/object:Gem::Version
|
97
|
-
version: 0.
|
91
|
+
version: 0.27.0.rc1
|
98
92
|
type: :development
|
99
93
|
prerelease: false
|
100
94
|
version_requirements: !ruby/object:Gem::Requirement
|
101
95
|
requirements:
|
102
96
|
- - '='
|
103
97
|
- !ruby/object:Gem::Version
|
104
|
-
version: 0.
|
98
|
+
version: 0.27.0.rc1
|
105
99
|
description: System administration to create new organization in an installation.
|
106
100
|
email:
|
107
101
|
- josepjaume@gmail.com
|
@@ -190,7 +184,6 @@ files:
|
|
190
184
|
- app/views/layouts/decidim/system/login.html.erb
|
191
185
|
- config/assets.rb
|
192
186
|
- config/brakeman.ignore
|
193
|
-
- config/environment.rb
|
194
187
|
- config/locales/am-ET.yml
|
195
188
|
- config/locales/ar-SA.yml
|
196
189
|
- config/locales/ar.yml
|
@@ -213,7 +206,6 @@ files:
|
|
213
206
|
- config/locales/et-EE.yml
|
214
207
|
- config/locales/et.yml
|
215
208
|
- config/locales/eu.yml
|
216
|
-
- config/locales/fa-IR.yml
|
217
209
|
- config/locales/fi-pl.yml
|
218
210
|
- config/locales/fi-plain.yml
|
219
211
|
- config/locales/fi.yml
|
@@ -222,7 +214,6 @@ files:
|
|
222
214
|
- config/locales/fr.yml
|
223
215
|
- config/locales/ga-IE.yml
|
224
216
|
- config/locales/gl.yml
|
225
|
-
- config/locales/gn-PY.yml
|
226
217
|
- config/locales/hr-HR.yml
|
227
218
|
- config/locales/hr.yml
|
228
219
|
- config/locales/hu.yml
|
@@ -231,13 +222,10 @@ files:
|
|
231
222
|
- config/locales/is.yml
|
232
223
|
- config/locales/it.yml
|
233
224
|
- config/locales/ja.yml
|
234
|
-
- config/locales/ka-GE.yml
|
235
|
-
- config/locales/kaa.yml
|
236
225
|
- config/locales/ko-KR.yml
|
237
226
|
- config/locales/ko.yml
|
238
227
|
- config/locales/lb-LU.yml
|
239
228
|
- config/locales/lb.yml
|
240
|
-
- config/locales/lo-LA.yml
|
241
229
|
- config/locales/lt-LT.yml
|
242
230
|
- config/locales/lt.yml
|
243
231
|
- config/locales/lv.yml
|
@@ -245,7 +233,6 @@ files:
|
|
245
233
|
- config/locales/mt.yml
|
246
234
|
- config/locales/nl.yml
|
247
235
|
- config/locales/no.yml
|
248
|
-
- config/locales/oc-FR.yml
|
249
236
|
- config/locales/om-ET.yml
|
250
237
|
- config/locales/pl.yml
|
251
238
|
- config/locales/pt-BR.yml
|
@@ -257,11 +244,9 @@ files:
|
|
257
244
|
- config/locales/sk.yml
|
258
245
|
- config/locales/sl.yml
|
259
246
|
- config/locales/so-SO.yml
|
260
|
-
- config/locales/sq-AL.yml
|
261
247
|
- config/locales/sr-CS.yml
|
262
248
|
- config/locales/sv.yml
|
263
249
|
- config/locales/sw-KE.yml
|
264
|
-
- config/locales/th-TH.yml
|
265
250
|
- config/locales/ti-ER.yml
|
266
251
|
- config/locales/tr-TR.yml
|
267
252
|
- config/locales/uk.yml
|
@@ -290,14 +275,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
290
275
|
requirements:
|
291
276
|
- - ">="
|
292
277
|
- !ruby/object:Gem::Version
|
293
|
-
version: '
|
278
|
+
version: '3.0'
|
294
279
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
295
280
|
requirements:
|
296
|
-
- - "
|
281
|
+
- - ">"
|
297
282
|
- !ruby/object:Gem::Version
|
298
|
-
version:
|
283
|
+
version: 1.3.1
|
299
284
|
requirements: []
|
300
|
-
rubygems_version: 3.
|
285
|
+
rubygems_version: 3.2.22
|
301
286
|
signing_key:
|
302
287
|
specification_version: 4
|
303
288
|
summary: Decidim system administration
|
data/config/environment.rb
DELETED
data/config/locales/fa-IR.yml
DELETED
data/config/locales/gn-PY.yml
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
gn:
|
data/config/locales/ka-GE.yml
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
ka:
|
data/config/locales/kaa.yml
DELETED
data/config/locales/lo-LA.yml
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
lo:
|
data/config/locales/oc-FR.yml
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
oc:
|
data/config/locales/sq-AL.yml
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
sq:
|
data/config/locales/th-TH.yml
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
th:
|