decidim-admin 0.27.5 → 0.27.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.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/app/commands/decidim/admin/destroy_category.rb +1 -1
  3. data/app/controllers/decidim/admin/application_controller.rb +1 -0
  4. data/app/controllers/decidim/admin/conflicts_controller.rb +6 -0
  5. data/app/controllers/decidim/admin/impersonatable_users_controller.rb +1 -1
  6. data/app/controllers/decidim/admin/managed_users/impersonation_logs_controller.rb +2 -0
  7. data/app/events/decidim/component_published_event.rb +11 -0
  8. data/app/events/decidim/resource_hidden_event.rb +5 -1
  9. data/app/helpers/decidim/admin/admin_terms_helper.rb +1 -1
  10. data/app/helpers/decidim/admin/newsletters_helper.rb +1 -1
  11. data/app/packs/images/decidim/admin/.keep +0 -0
  12. data/app/views/decidim/admin/categories/index.html.erb +7 -1
  13. data/app/views/decidim/admin/resource_permissions/edit.html.erb +2 -2
  14. data/app/views/layouts/decidim/admin/_header.html.erb +3 -0
  15. data/app/views/layouts/decidim/admin/_js_configuration.html.erb +1 -0
  16. data/config/locales/ar.yml +1 -7
  17. data/config/locales/bg.yml +153 -0
  18. data/config/locales/cs.yml +2 -2
  19. data/config/locales/de.yml +1 -1
  20. data/config/locales/el.yml +0 -8
  21. data/config/locales/es-MX.yml +1 -1
  22. data/config/locales/es-PY.yml +1 -1
  23. data/config/locales/es.yml +1 -1
  24. data/config/locales/eu.yml +2 -2
  25. data/config/locales/fi.yml +2 -2
  26. data/config/locales/fr-CA.yml +1 -1
  27. data/config/locales/ga-IE.yml +0 -4
  28. data/config/locales/gl.yml +1 -7
  29. data/config/locales/he-IL.yml +53 -0
  30. data/config/locales/hu.yml +24 -11
  31. data/config/locales/id-ID.yml +3 -0
  32. data/config/locales/is-IS.yml +3 -0
  33. data/config/locales/it.yml +0 -8
  34. data/config/locales/ja.yml +2 -2
  35. data/config/locales/ko.yml +720 -0
  36. data/config/locales/lb.yml +1 -9
  37. data/config/locales/lt.yml +0 -8
  38. data/config/locales/lv.yml +6 -0
  39. data/config/locales/nl.yml +0 -8
  40. data/config/locales/no.yml +4 -8
  41. data/config/locales/pl.yml +11 -3
  42. data/config/locales/pt-BR.yml +19 -9
  43. data/config/locales/pt.yml +1 -9
  44. data/config/locales/ro-RO.yml +0 -8
  45. data/config/locales/ru.yml +3 -0
  46. data/config/locales/sk.yml +3 -0
  47. data/config/locales/sl.yml +3 -0
  48. data/config/locales/sq-AL.yml +67 -0
  49. data/config/locales/sr-CS.yml +3 -0
  50. data/config/locales/sv.yml +0 -8
  51. data/config/locales/tr-TR.yml +3 -0
  52. data/config/locales/uk.yml +3 -0
  53. data/config/locales/zh-CN.yml +3 -0
  54. data/config/locales/zh-TW.yml +0 -8
  55. data/decidim-admin.gemspec +36 -0
  56. data/lib/decidim/admin/test/commands/destroy_category_examples.rb +9 -0
  57. data/lib/decidim/admin/version.rb +1 -1
  58. metadata +17 -15
  59. data/config/environment.rb +0 -3
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.5
4
+ version: 0.27.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josep Jaume Rey Peroy
8
8
  - Marc Riera Casals
9
9
  - Oriol Gual Oliva
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-12-20 00:00:00.000000000 Z
13
+ date: 2024-04-30 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.27.5
35
+ version: 0.27.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.27.5
42
+ version: 0.27.6
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: devise
45
45
  requirement: !ruby/object:Gem::Requirement
@@ -94,28 +94,28 @@ dependencies:
94
94
  requirements:
95
95
  - - '='
96
96
  - !ruby/object:Gem::Version
97
- version: 0.27.5
97
+ version: 0.27.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.27.5
104
+ version: 0.27.6
105
105
  - !ruby/object:Gem::Dependency
106
106
  name: decidim-participatory_processes
107
107
  requirement: !ruby/object:Gem::Requirement
108
108
  requirements:
109
109
  - - '='
110
110
  - !ruby/object:Gem::Version
111
- version: 0.27.5
111
+ version: 0.27.6
112
112
  type: :development
113
113
  prerelease: false
114
114
  version_requirements: !ruby/object:Gem::Requirement
115
115
  requirements:
116
116
  - - '='
117
117
  - !ruby/object:Gem::Version
118
- version: 0.27.5
118
+ version: 0.27.6
119
119
  description: Organization administration to manage a single organization.
120
120
  email:
121
121
  - josepjaume@gmail.com
@@ -331,6 +331,7 @@ files:
331
331
  - app/models/decidim/admin/fake_newsletter.rb
332
332
  - app/packs/entrypoints/decidim_admin.js
333
333
  - app/packs/entrypoints/decidim_admin.scss
334
+ - app/packs/images/decidim/admin/.keep
334
335
  - app/packs/src/decidim/admin/admin_autocomplete.js
335
336
  - app/packs/src/decidim/admin/application.js
336
337
  - app/packs/src/decidim/admin/auto_buttons_by_position.component.js
@@ -589,7 +590,6 @@ files:
589
590
  - app/views/layouts/decidim/admin/users.html.erb
590
591
  - config/assets.rb
591
592
  - config/brakeman.ignore
592
- - config/environment.rb
593
593
  - config/locales/am-ET.yml
594
594
  - config/locales/ar-SA.yml
595
595
  - config/locales/ar.yml
@@ -622,6 +622,7 @@ files:
622
622
  - config/locales/ga-IE.yml
623
623
  - config/locales/gl.yml
624
624
  - config/locales/gn-PY.yml
625
+ - config/locales/he-IL.yml
625
626
  - config/locales/hr-HR.yml
626
627
  - config/locales/hr.yml
627
628
  - config/locales/hu.yml
@@ -675,6 +676,7 @@ files:
675
676
  - db/migrate/20171219154507_add_officialization_to_users.rb
676
677
  - db/migrate/20180413233318_add_reason_to_decidim_impersonation_logs.rb
677
678
  - db/migrate/20191118112040_add_accepted_admin_terms_at_field_to_users.rb
679
+ - decidim-admin.gemspec
678
680
  - lib/decidim/admin.rb
679
681
  - lib/decidim/admin/components.rb
680
682
  - lib/decidim/admin/engine.rb
@@ -714,23 +716,23 @@ homepage: https://github.com/decidim/decidim
714
716
  licenses:
715
717
  - AGPL-3.0
716
718
  metadata: {}
717
- post_install_message:
719
+ post_install_message:
718
720
  rdoc_options: []
719
721
  require_paths:
720
722
  - lib
721
723
  required_ruby_version: !ruby/object:Gem::Requirement
722
724
  requirements:
723
- - - ">="
725
+ - - "~>"
724
726
  - !ruby/object:Gem::Version
725
- version: '3.0'
727
+ version: 3.0.0
726
728
  required_rubygems_version: !ruby/object:Gem::Requirement
727
729
  requirements:
728
730
  - - ">="
729
731
  - !ruby/object:Gem::Version
730
732
  version: '0'
731
733
  requirements: []
732
- rubygems_version: 3.4.22
733
- signing_key:
734
+ rubygems_version: 3.2.22
735
+ signing_key:
734
736
  specification_version: 4
735
737
  summary: Decidim organization administration
736
738
  test_files: []
@@ -1,3 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Empty line for playing nice with tpope/vim-rails