decidim-conferences 0.26.5 → 0.26.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/app/commands/decidim/conferences/admin/destroy_conference_admin.rb +5 -0
  3. data/app/controllers/decidim/conferences/admin/conference_invites_controller.rb +8 -12
  4. data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +8 -10
  5. data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +1 -1
  6. data/app/controllers/decidim/conferences/admin/media_links_controller.rb +1 -1
  7. data/app/controllers/decidim/conferences/admin/partners_controller.rb +1 -1
  8. data/app/controllers/decidim/conferences/admin/registration_type_publications_controller.rb +1 -1
  9. data/app/controllers/decidim/conferences/admin/registration_types_controller.rb +1 -1
  10. data/app/controllers/decidim/conferences/conference_registrations_controller.rb +1 -1
  11. data/app/views/decidim/conferences/admin/conference_copies/new.html.erb +1 -0
  12. data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +1 -0
  13. data/app/views/decidim/conferences/admin/conference_invites/new.html.erb +1 -0
  14. data/app/views/decidim/conferences/admin/conference_registrations/index.html.erb +1 -0
  15. data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +1 -0
  16. data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +1 -0
  17. data/app/views/decidim/conferences/admin/conference_speakers/new.html.erb +1 -0
  18. data/app/views/decidim/conferences/admin/conference_user_roles/edit.html.erb +1 -0
  19. data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +1 -0
  20. data/app/views/decidim/conferences/admin/conference_user_roles/new.html.erb +1 -0
  21. data/app/views/decidim/conferences/admin/conferences/_form.html.erb +3 -3
  22. data/app/views/decidim/conferences/admin/conferences/edit.html.erb +1 -0
  23. data/app/views/decidim/conferences/admin/conferences/index.html.erb +1 -0
  24. data/app/views/decidim/conferences/admin/conferences/new.html.erb +1 -0
  25. data/app/views/decidim/conferences/admin/diplomas/edit.html.erb +1 -0
  26. data/app/views/decidim/conferences/admin/media_links/edit.html.erb +1 -0
  27. data/app/views/decidim/conferences/admin/media_links/index.html.erb +1 -0
  28. data/app/views/decidim/conferences/admin/media_links/new.html.erb +1 -0
  29. data/app/views/decidim/conferences/admin/partners/_form.html.erb +1 -2
  30. data/app/views/decidim/conferences/admin/partners/edit.html.erb +1 -0
  31. data/app/views/decidim/conferences/admin/partners/index.html.erb +1 -0
  32. data/app/views/decidim/conferences/admin/partners/new.html.erb +1 -0
  33. data/app/views/decidim/conferences/admin/registration_types/edit.html.erb +1 -0
  34. data/app/views/decidim/conferences/admin/registration_types/index.html.erb +1 -0
  35. data/app/views/decidim/conferences/admin/registration_types/new.html.erb +1 -0
  36. data/app/views/decidim/conferences/conferences/show.html.erb +2 -2
  37. data/config/environment.rb +0 -0
  38. data/config/locales/ar.yml +1 -1
  39. data/config/locales/ca.yml +1 -1
  40. data/config/locales/cs.yml +1 -1
  41. data/config/locales/de.yml +7 -0
  42. data/config/locales/el.yml +13 -1
  43. data/config/locales/es-MX.yml +1 -1
  44. data/config/locales/es-PY.yml +1 -1
  45. data/config/locales/eu.yml +37 -31
  46. data/config/locales/fa-IR.yml +1 -0
  47. data/config/locales/fi-plain.yml +1 -1
  48. data/config/locales/fi.yml +2 -2
  49. data/config/locales/gl.yml +0 -1
  50. data/config/locales/hu.yml +67 -1
  51. data/config/locales/id-ID.yml +0 -1
  52. data/config/locales/it.yml +1 -2
  53. data/config/locales/kaa.yml +20 -0
  54. data/config/locales/lb.yml +0 -1
  55. data/config/locales/lt.yml +0 -1
  56. data/config/locales/lv.yml +0 -1
  57. data/config/locales/nl.yml +1 -2
  58. data/config/locales/no.yml +0 -1
  59. data/config/locales/pl.yml +0 -1
  60. data/config/locales/pt-BR.yml +0 -1
  61. data/config/locales/pt.yml +0 -1
  62. data/config/locales/ro-RO.yml +0 -1
  63. data/config/locales/sk.yml +0 -1
  64. data/config/locales/sv.yml +1 -1
  65. data/config/locales/tr-TR.yml +1 -1
  66. data/config/locales/zh-CN.yml +0 -1
  67. data/config/locales/zh-TW.yml +611 -0
  68. data/lib/decidim/conferences/version.rb +1 -1
  69. metadata +13 -10
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-conferences
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.5
4
+ version: 0.26.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Isaac Massot Gil
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-13 00:00:00.000000000 Z
11
+ date: 2023-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: decidim-core
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.26.5
19
+ version: 0.26.8
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.26.5
26
+ version: 0.26.8
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: decidim-meetings
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.26.5
33
+ version: 0.26.8
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.26.5
40
+ version: 0.26.8
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: wicked_pdf
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -72,28 +72,28 @@ dependencies:
72
72
  requirements:
73
73
  - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: 0.26.5
75
+ version: 0.26.8
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - '='
81
81
  - !ruby/object:Gem::Version
82
- version: 0.26.5
82
+ version: 0.26.8
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: decidim-dev
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - '='
88
88
  - !ruby/object:Gem::Version
89
- version: 0.26.5
89
+ version: 0.26.8
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - '='
95
95
  - !ruby/object:Gem::Version
96
- version: 0.26.5
96
+ version: 0.26.8
97
97
  description: Conferences component for decidim.
98
98
  email:
99
99
  - isaac.mg@coditramuntana.com
@@ -332,6 +332,7 @@ files:
332
332
  - app/views/layouts/decidim/conference.html.erb
333
333
  - app/views/layouts/decidim/diploma.html.erb
334
334
  - config/assets.rb
335
+ - config/environment.rb
335
336
  - config/initializers/wicked_pdf.rb
336
337
  - config/locales/am-ET.yml
337
338
  - config/locales/ar-SA.yml
@@ -355,6 +356,7 @@ files:
355
356
  - config/locales/et-EE.yml
356
357
  - config/locales/et.yml
357
358
  - config/locales/eu.yml
359
+ - config/locales/fa-IR.yml
358
360
  - config/locales/fi-pl.yml
359
361
  - config/locales/fi-plain.yml
360
362
  - config/locales/fi.yml
@@ -373,6 +375,7 @@ files:
373
375
  - config/locales/it.yml
374
376
  - config/locales/ja.yml
375
377
  - config/locales/ka-GE.yml
378
+ - config/locales/kaa.yml
376
379
  - config/locales/ko-KR.yml
377
380
  - config/locales/ko.yml
378
381
  - config/locales/lb-LU.yml