decidim-pages 0.24.3 → 0.25.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fcb77ae20d3bea530ff5746dd9a62874d3254a90adac22f2c0b4b60198b17612
4
- data.tar.gz: 6e09c9b31558bc086d43761986e7540bd9268831025b0c7bfdc9a38ad023012a
3
+ metadata.gz: 22c3049665f358d29a55e760b361b5403b68d873c04a2e34d85c58dc22b494b3
4
+ data.tar.gz: c575956b6cdc9a44774576218eb947986db76789521a6bb7520cc7ca708cb44c
5
5
  SHA512:
6
- metadata.gz: 11e0b9b2f2db19045ffa94f10c12efc9a0cfe3ed94f1fd9d6204a0be2f5cb1d167a11302dfd3512118e94a44fbd44d2fceb4896962bd110e1bfc703356ae9fa0
7
- data.tar.gz: 31ac776404ae11b9f4a286e0fcb5beec84bfd2f37c7ba8fc466723357bac08897a139488e2cc3b182fab18726f1b8340f400d388ccc71820482a6d7edc47d8ad
6
+ metadata.gz: 4663fcf62154055c64adc4ea07bfbf1836329f200fc2612c863f4b02250e94c217099ce85d7ffa912a1a087e712eb63c641775647e88a69e22a8ea47b01556a1
7
+ data.tar.gz: 8ba9586d7d3aae0c79c5579bfe440446f95c57bdf87ade0c5f2b5c13da83d5a1109fa9ae20ee5f87cd71b9b6d3fee6a75cf4337e67496102dde6416e49efebf7
@@ -0,0 +1,2 @@
1
+ // Images
2
+ require.context("../images", true)
data/config/assets.rb ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ base_path = File.expand_path("..", __dir__)
4
+
5
+ Decidim::Webpacker.register_path("#{base_path}/app/packs")
6
+ Decidim::Webpacker.register_entrypoints(
7
+ decidim_pages: "#{base_path}/app/packs/entrypoints/decidim_pages.js"
8
+ )
@@ -28,3 +28,8 @@ ca:
28
28
  update:
29
29
  invalid: S'ha produït un error en desar la pàgina.
30
30
  success: Pàgina desada correctament.
31
+ home:
32
+ hero:
33
+ participate_title: Participa als processos de la plataforma
34
+ sub_hero:
35
+ register_title: Registra't per tenir un compte
@@ -30,3 +30,8 @@ cs:
30
30
  update:
31
31
  invalid: Při ukládání stránky došlo k chybám.
32
32
  success: Stránka byla úspěšně uložena.
33
+ home:
34
+ hero:
35
+ participate_title: Účast na procesech platformy
36
+ sub_hero:
37
+ register_title: Zaregistrujte se pro vytvoření účtu
@@ -28,3 +28,8 @@ de:
28
28
  update:
29
29
  invalid: Beim Speichern der Seite sind Fehler aufgetreten.
30
30
  success: Seite erfolgreich gespeichert
31
+ home:
32
+ hero:
33
+ participate_title: An den Prozessen der Plattform teilnehmen
34
+ sub_hero:
35
+ register_title: Registrieren
@@ -29,3 +29,8 @@ en:
29
29
  update:
30
30
  invalid: There was a problem saving the page.
31
31
  success: Page successfully saved.
32
+ home:
33
+ hero:
34
+ participate_title: Participate to the platform's processes
35
+ sub_hero:
36
+ register_title: Sign up to create an account
@@ -28,3 +28,8 @@ es-MX:
28
28
  update:
29
29
  invalid: Ha habido errores al guardar la página.
30
30
  success: Página guardada correctamente.
31
+ home:
32
+ hero:
33
+ participate_title: Participar en los procesos de la plataforma
34
+ sub_hero:
35
+ register_title: Regístrate para tener una cuenta
@@ -28,3 +28,8 @@ es-PY:
28
28
  update:
29
29
  invalid: Ha habido errores al guardar la página.
30
30
  success: Página guardada correctamente.
31
+ home:
32
+ hero:
33
+ participate_title: Participar en los procesos de la plataforma
34
+ sub_hero:
35
+ register_title: Regístrate para tener una cuenta
@@ -28,3 +28,8 @@ es:
28
28
  update:
29
29
  invalid: Se ha producido un error al guardar la página.
30
30
  success: Página guardada correctamente.
31
+ home:
32
+ hero:
33
+ participate_title: Participar en los procesos de la plataforma
34
+ sub_hero:
35
+ register_title: Regístrate para tener una cuenta
@@ -28,3 +28,8 @@ fi-pl:
28
28
  update:
29
29
  invalid: Sivun tallennuksessa tapahtui virheitä.
30
30
  success: Sivu tallennettu onnistuneesti.
31
+ home:
32
+ hero:
33
+ participate_title: Osallistu prosesseihin alustalla
34
+ sub_hero:
35
+ register_title: Luo oma tili alustalle
@@ -28,3 +28,8 @@ fi:
28
28
  update:
29
29
  invalid: Sivun tallennus epäonnistui.
30
30
  success: Sivun tallentaminen onnistui.
31
+ home:
32
+ hero:
33
+ participate_title: Osallistu prosesseihin alustalla
34
+ sub_hero:
35
+ register_title: Luo oma tili alustalle
@@ -28,3 +28,8 @@ fr-CA:
28
28
  update:
29
29
  invalid: Erreurs lors de la sauvegarde de la page.
30
30
  success: Page enregistrée avec succès.
31
+ home:
32
+ hero:
33
+ participate_title: Participer aux processus de la plateforme
34
+ sub_hero:
35
+ register_title: Inscrivez-vous pour créer un compte
@@ -0,0 +1,35 @@
1
+ fr-LU:
2
+ activerecord:
3
+ models:
4
+ decidim/pages/page:
5
+ one: Page
6
+ other: Pages
7
+ decidim:
8
+ admin_log:
9
+ page:
10
+ update: "%{user_name} a mis à jour la page %{resource_name} dans %{space_name}"
11
+ components:
12
+ pages:
13
+ name: Page
14
+ settings:
15
+ global:
16
+ announcement: Message d'annonce
17
+ step:
18
+ announcement: Message d'annonce
19
+ pages:
20
+ admin:
21
+ models:
22
+ components:
23
+ body: Corps du texte
24
+ pages:
25
+ edit:
26
+ save: Mettre à jour
27
+ title: Modifier la page
28
+ update:
29
+ invalid: Erreurs lors de la sauvegarde de la page.
30
+ success: Page enregistrée avec succès.
31
+ home:
32
+ hero:
33
+ participate_title: Participer aux processus de la plateforme
34
+ sub_hero:
35
+ register_title: Inscrivez-vous pour créer un compte
@@ -28,3 +28,8 @@ fr:
28
28
  update:
29
29
  invalid: Erreurs lors de la sauvegarde de la page.
30
30
  success: Page enregistrée avec succès.
31
+ home:
32
+ hero:
33
+ participate_title: Participer aux processus de la plateforme
34
+ sub_hero:
35
+ register_title: Inscrivez-vous pour créer un compte
@@ -28,3 +28,8 @@ gl:
28
28
  update:
29
29
  invalid: Produciuse un erro ao gardar a páxina.
30
30
  success: A páxina gardouse correctamente.
31
+ home:
32
+ hero:
33
+ participate_title: Participar nos procesos da plataforma
34
+ sub_hero:
35
+ register_title: Rexistrarse para crear unha conta
@@ -28,3 +28,8 @@ it:
28
28
  update:
29
29
  invalid: C'è stato un errore durante il salvataggio della pagina.
30
30
  success: La pagina è stata salvata correttamente.
31
+ home:
32
+ hero:
33
+ participate_title: Partecipa ai processi della piattaforma
34
+ sub_hero:
35
+ register_title: Registrati e crea un account
@@ -27,3 +27,8 @@ ja:
27
27
  update:
28
28
  invalid: ページの保存中に問題が発生しました。
29
29
  success: ページを保存しました。
30
+ home:
31
+ hero:
32
+ participate_title: プラットフォームのプロセスに参加する
33
+ sub_hero:
34
+ register_title: サインアップしてアカウントを作成
@@ -0,0 +1 @@
1
+ lb:
@@ -28,3 +28,8 @@ nl:
28
28
  update:
29
29
  invalid: Er zijn fouten opgetreden bij het opslaan van de pagina.
30
30
  success: Pagina is succesvol opgeslagen.
31
+ home:
32
+ hero:
33
+ participate_title: Neem deel aan de processen van het platform
34
+ sub_hero:
35
+ register_title: Meld je aan voor een account
@@ -28,3 +28,8 @@ pt:
28
28
  update:
29
29
  invalid: Ocorreu erros ao salvar a página.
30
30
  success: Página salva com sucesso.
31
+ home:
32
+ hero:
33
+ participate_title: Participar dos processos da plataforma
34
+ sub_hero:
35
+ register_title: Cadastre-se para criar uma conta
@@ -29,3 +29,8 @@ ro:
29
29
  update:
30
30
  invalid: A apărut o eroare la salvarea paginii.
31
31
  success: Pagină salvată cu succes.
32
+ home:
33
+ hero:
34
+ participate_title: Participă la procesele platformei
35
+ sub_hero:
36
+ register_title: Înregistrează-te pentru a crea un cont
@@ -5,7 +5,7 @@ require "decidim/components/namer"
5
5
  Decidim.register_component(:pages) do |component|
6
6
  component.engine = Decidim::Pages::Engine
7
7
  component.admin_engine = Decidim::Pages::AdminEngine
8
- component.icon = "decidim/pages/icon.svg"
8
+ component.icon = "media/images/decidim_pages.svg"
9
9
  component.permissions_class_name = "Decidim::Pages::Permissions"
10
10
 
11
11
  component.query_type = "Decidim::Pages::PagesType"
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "decidim/core"
4
+
3
5
  module Decidim
4
6
  module Pages
5
7
  # This is the engine that runs on the public interface of `decidim-pages`.
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-pages version.
5
5
  module Pages
6
6
  def self.version
7
- "0.24.3"
7
+ "0.25.0.rc1"
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-pages
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.3
4
+ version: 0.25.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: 2021-06-01 00:00:00.000000000 Z
13
+ date: 2021-07-28 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: decidim-core
@@ -18,42 +18,42 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 0.24.3
21
+ version: 0.25.0.rc1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - '='
27
27
  - !ruby/object:Gem::Version
28
- version: 0.24.3
28
+ version: 0.25.0.rc1
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: decidim-dev
31
31
  requirement: !ruby/object:Gem::Requirement
32
32
  requirements:
33
33
  - - '='
34
34
  - !ruby/object:Gem::Version
35
- version: 0.24.3
35
+ version: 0.25.0.rc1
36
36
  type: :development
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.24.3
42
+ version: 0.25.0.rc1
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: decidim-participatory_processes
45
45
  requirement: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - '='
48
48
  - !ruby/object:Gem::Version
49
- version: 0.24.3
49
+ version: 0.25.0.rc1
50
50
  type: :development
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - '='
55
55
  - !ruby/object:Gem::Version
56
- version: 0.24.3
56
+ version: 0.25.0.rc1
57
57
  description: A pages component for decidim's participatory processes.
58
58
  email:
59
59
  - josepjaume@gmail.com
@@ -65,7 +65,6 @@ extra_rdoc_files: []
65
65
  files:
66
66
  - README.md
67
67
  - Rakefile
68
- - app/assets/images/decidim/pages/icon.svg
69
68
  - app/commands/decidim/pages/admin/update_page.rb
70
69
  - app/commands/decidim/pages/copy_page.rb
71
70
  - app/commands/decidim/pages/create_page.rb
@@ -77,11 +76,14 @@ files:
77
76
  - app/helpers/decidim/pages/application_helper.rb
78
77
  - app/models/decidim/pages/application_record.rb
79
78
  - app/models/decidim/pages/page.rb
79
+ - app/packs/entrypoints/decidim_pages.js
80
+ - app/packs/images/decidim/pages/decidim_pages.svg
80
81
  - app/permissions/decidim/pages/permissions.rb
81
82
  - app/presenters/decidim/pages/admin_log/page_presenter.rb
82
83
  - app/views/decidim/pages/admin/pages/_form.html.erb
83
84
  - app/views/decidim/pages/admin/pages/edit.html.erb
84
85
  - app/views/decidim/pages/application/show.html.erb
86
+ - config/assets.rb
85
87
  - config/locales/am-ET.yml
86
88
  - config/locales/ar-SA.yml
87
89
  - config/locales/ar.yml
@@ -108,6 +110,7 @@ files:
108
110
  - config/locales/fi-plain.yml
109
111
  - config/locales/fi.yml
110
112
  - config/locales/fr-CA.yml
113
+ - config/locales/fr-LU.yml
111
114
  - config/locales/fr.yml
112
115
  - config/locales/ga-IE.yml
113
116
  - config/locales/gl.yml
@@ -118,10 +121,10 @@ files:
118
121
  - config/locales/is-IS.yml
119
122
  - config/locales/is.yml
120
123
  - config/locales/it.yml
121
- - config/locales/ja-JP.yml
122
124
  - config/locales/ja.yml
123
125
  - config/locales/ko-KR.yml
124
126
  - config/locales/ko.yml
127
+ - config/locales/lb-LU.yml
125
128
  - config/locales/lt-LT.yml
126
129
  - config/locales/lt.yml
127
130
  - config/locales/lv.yml
@@ -179,11 +182,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
179
182
  version: '2.7'
180
183
  required_rubygems_version: !ruby/object:Gem::Requirement
181
184
  requirements:
182
- - - ">="
185
+ - - ">"
183
186
  - !ruby/object:Gem::Version
184
- version: '0'
187
+ version: 1.3.1
185
188
  requirements: []
186
- rubygems_version: 3.1.2
189
+ rubygems_version: 3.1.4
187
190
  signing_key:
188
191
  specification_version: 4
189
192
  summary: Decidim pages module
@@ -1,29 +0,0 @@
1
- ja:
2
- activerecord:
3
- models:
4
- decidim/pages/page:
5
- other: ページ
6
- decidim:
7
- admin_log:
8
- page:
9
- update: "%{user_name} が %{resource_name} の %{space_name} ページを更新しました"
10
- components:
11
- pages:
12
- name: ページ
13
- settings:
14
- global:
15
- announcement: お知らせ
16
- step:
17
- announcement: お知らせ
18
- pages:
19
- admin:
20
- models:
21
- components:
22
- body: 本文
23
- pages:
24
- edit:
25
- save: 更新
26
- title: ページを編集
27
- update:
28
- invalid: ページの保存中に問題が発生しました。
29
- success: ページを保存しました。