decidim-core 0.31.0 → 0.31.1
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 +4 -4
- data/app/cells/decidim/card_g/show.erb +1 -1
- data/app/cells/decidim/notification/deleted.erb +12 -0
- data/app/cells/decidim/notification/not_available.erb +12 -0
- data/app/cells/decidim/notification_cell.rb +5 -1
- data/app/cells/decidim/share_widget/modal.erb +1 -1
- data/app/commands/decidim/destroy_account.rb +49 -4
- data/app/events/decidim/welcome_notification_event.rb +1 -1
- data/app/jobs/decidim/remove_search_indexes_job.rb +18 -0
- data/app/mailers/decidim/notifications_digest_mailer.rb +18 -1
- data/app/models/decidim/component.rb +3 -0
- data/app/models/decidim/notification.rb +12 -0
- data/app/models/decidim/user.rb +4 -0
- data/app/models/decidim/user_base_entity.rb +1 -1
- data/app/packs/src/decidim/controllers/multiple_mentions/controller.js +25 -2
- data/app/packs/src/decidim/editor/extensions/link/index.js +0 -1
- data/app/packs/src/decidim/editor/index.js +5 -1
- data/app/packs/src/decidim/editor/test/extensions/link.test.js +2 -2
- data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_link.js +1 -1
- data/app/packs/stylesheets/decidim/_conversations.scss +1 -1
- data/app/packs/stylesheets/decidim/_modal.scss +5 -1
- data/app/packs/stylesheets/decidim/_modal_fingerprint.scss +1 -1
- data/app/presenters/decidim/log/user_presenter.rb +2 -1
- data/app/presenters/decidim/organization_presenter.rb +4 -0
- data/app/presenters/decidim/user_presenter.rb +6 -1
- data/app/views/decidim/manifests/show.json.erb +1 -0
- data/app/views/decidim/pages/_tabbed.html.erb +1 -1
- data/app/views/decidim/shared/_orders.html.erb +1 -1
- data/app/views/layouts/decidim/header/_main_links_mobile_account.html.erb +15 -1
- data/config/locales/ar.yml +0 -4
- data/config/locales/bg.yml +0 -8
- data/config/locales/ca-IT.yml +13 -11
- data/config/locales/ca.yml +13 -11
- data/config/locales/cs.yml +19 -19
- data/config/locales/de.yml +9 -20
- data/config/locales/el.yml +0 -3
- data/config/locales/en.yml +19 -17
- data/config/locales/es-MX.yml +12 -10
- data/config/locales/es-PY.yml +12 -10
- data/config/locales/es.yml +11 -9
- data/config/locales/eu.yml +41 -40
- data/config/locales/fa-IR.yml +3 -0
- data/config/locales/fi-plain.yml +11 -8
- data/config/locales/fi.yml +11 -8
- data/config/locales/fr-CA.yml +20 -11
- data/config/locales/fr.yml +20 -11
- data/config/locales/ga-IE.yml +0 -4
- data/config/locales/gl.yml +0 -3
- data/config/locales/hu.yml +0 -6
- data/config/locales/id-ID.yml +0 -3
- data/config/locales/it.yml +0 -3
- data/config/locales/ja.yml +24 -22
- data/config/locales/ko.yml +3 -0
- data/config/locales/lb.yml +0 -3
- data/config/locales/lt.yml +0 -5
- data/config/locales/lv.yml +0 -3
- data/config/locales/mt.yml +3 -0
- data/config/locales/nl.yml +0 -3
- data/config/locales/no.yml +0 -3
- data/config/locales/pl.yml +11 -7
- data/config/locales/pt-BR.yml +626 -5
- data/config/locales/pt.yml +0 -3
- data/config/locales/ro-RO.yml +480 -121
- data/config/locales/ru.yml +0 -3
- data/config/locales/sk.yml +0 -3
- data/config/locales/sv.yml +28 -13
- data/config/locales/tr-TR.yml +0 -5
- data/config/locales/uk.yml +0 -3
- data/config/locales/vi.yml +3 -0
- data/config/locales/zh-CN.yml +0 -3
- data/config/locales/zh-TW.yml +0 -5
- data/db/data/20251125144141_add_short_name_to_organizations.rb +35 -0
- data/db/migrate/20251031150928_add_short_name_to_organization.rb +7 -0
- data/decidim-core.gemspec +1 -0
- data/lib/decidim/core/seeds.rb +2 -2
- data/lib/decidim/core/test/factories.rb +25 -0
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +27 -1
- data/lib/decidim/core/test/shared_examples/fingerprint_examples.rb +13 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/events/base_event.rb +4 -0
- data/lib/decidim/has_private_users.rb +1 -0
- data/lib/decidim/seeds.rb +1 -1
- data/lib/tasks/decidim_procfile.rake +1 -1
- data/lib/tasks/upgrade/decidim_remove_deleted_users_left_data_tasks.rake +30 -0
- data/lib/tasks/upgrade/fix_deleted_private_follows.rake +26 -0
- metadata +27 -6
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.31.
|
|
4
|
+
version: 0.31.1
|
|
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: 2026-01-28 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: concurrent-ruby
|
|
@@ -138,6 +138,20 @@ dependencies:
|
|
|
138
138
|
- - "~>"
|
|
139
139
|
- !ruby/object:Gem::Version
|
|
140
140
|
version: 5.1.2
|
|
141
|
+
- !ruby/object:Gem::Dependency
|
|
142
|
+
name: connection_pool
|
|
143
|
+
requirement: !ruby/object:Gem::Requirement
|
|
144
|
+
requirements:
|
|
145
|
+
- - "<"
|
|
146
|
+
- !ruby/object:Gem::Version
|
|
147
|
+
version: '3'
|
|
148
|
+
type: :runtime
|
|
149
|
+
prerelease: false
|
|
150
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
151
|
+
requirements:
|
|
152
|
+
- - "<"
|
|
153
|
+
- !ruby/object:Gem::Version
|
|
154
|
+
version: '3'
|
|
141
155
|
- !ruby/object:Gem::Dependency
|
|
142
156
|
name: data_migrate
|
|
143
157
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -814,28 +828,28 @@ dependencies:
|
|
|
814
828
|
requirements:
|
|
815
829
|
- - '='
|
|
816
830
|
- !ruby/object:Gem::Version
|
|
817
|
-
version: 0.31.
|
|
831
|
+
version: 0.31.1
|
|
818
832
|
type: :development
|
|
819
833
|
prerelease: false
|
|
820
834
|
version_requirements: !ruby/object:Gem::Requirement
|
|
821
835
|
requirements:
|
|
822
836
|
- - '='
|
|
823
837
|
- !ruby/object:Gem::Version
|
|
824
|
-
version: 0.31.
|
|
838
|
+
version: 0.31.1
|
|
825
839
|
- !ruby/object:Gem::Dependency
|
|
826
840
|
name: decidim-dev
|
|
827
841
|
requirement: !ruby/object:Gem::Requirement
|
|
828
842
|
requirements:
|
|
829
843
|
- - '='
|
|
830
844
|
- !ruby/object:Gem::Version
|
|
831
|
-
version: 0.31.
|
|
845
|
+
version: 0.31.1
|
|
832
846
|
type: :development
|
|
833
847
|
prerelease: false
|
|
834
848
|
version_requirements: !ruby/object:Gem::Requirement
|
|
835
849
|
requirements:
|
|
836
850
|
- - '='
|
|
837
851
|
- !ruby/object:Gem::Version
|
|
838
|
-
version: 0.31.
|
|
852
|
+
version: 0.31.1
|
|
839
853
|
description: Adds core features so other engines can hook into the framework.
|
|
840
854
|
email:
|
|
841
855
|
- josepjaume@gmail.com
|
|
@@ -1058,7 +1072,9 @@ files:
|
|
|
1058
1072
|
- app/cells/decidim/newsletter_templates/image_text_cta_cell.rb
|
|
1059
1073
|
- app/cells/decidim/newsletter_templates/image_text_cta_settings_form/show.erb
|
|
1060
1074
|
- app/cells/decidim/newsletter_templates/image_text_cta_settings_form_cell.rb
|
|
1075
|
+
- app/cells/decidim/notification/deleted.erb
|
|
1061
1076
|
- app/cells/decidim/notification/moderated.erb
|
|
1077
|
+
- app/cells/decidim/notification/not_available.erb
|
|
1062
1078
|
- app/cells/decidim/notification/show.erb
|
|
1063
1079
|
- app/cells/decidim/notification_actions/base_cell.rb
|
|
1064
1080
|
- app/cells/decidim/notification_actions/buttons/show.erb
|
|
@@ -1403,6 +1419,7 @@ files:
|
|
|
1403
1419
|
- app/jobs/decidim/open_data_job.rb
|
|
1404
1420
|
- app/jobs/decidim/process_inactive_participant_job.rb
|
|
1405
1421
|
- app/jobs/decidim/reminder_generator_job.rb
|
|
1422
|
+
- app/jobs/decidim/remove_search_indexes_job.rb
|
|
1406
1423
|
- app/jobs/decidim/resend_confirmation_instructions_job.rb
|
|
1407
1424
|
- app/jobs/decidim/update_search_indexes_job.rb
|
|
1408
1425
|
- app/jobs/decidim/user_report_job.rb
|
|
@@ -2242,6 +2259,7 @@ files:
|
|
|
2242
2259
|
- config/locales/zh-TW.yml
|
|
2243
2260
|
- config/routes.rb
|
|
2244
2261
|
- db/data/20251108232118_add_dummy_migration.rb
|
|
2262
|
+
- db/data/20251125144141_add_short_name_to_organizations.rb
|
|
2245
2263
|
- db/migrate/20160817115213_devise_create_decidim_users.rb
|
|
2246
2264
|
- db/migrate/20160919104837_create_decidim_organizations.rb
|
|
2247
2265
|
- db/migrate/20160920140207_devise_invitable_add_to_decidim_users.rb
|
|
@@ -2488,6 +2506,7 @@ files:
|
|
|
2488
2506
|
- db/migrate/20250609073104_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
|
|
2489
2507
|
- db/migrate/20250613122148_remove_hashtag_table_from_core.rb
|
|
2490
2508
|
- db/migrate/20250819110800_convert_private_exports_id_to_uuid.rb
|
|
2509
|
+
- db/migrate/20251031150928_add_short_name_to_organization.rb
|
|
2491
2510
|
- db/seeds.rb
|
|
2492
2511
|
- db/seeds/Exampledocument.pdf
|
|
2493
2512
|
- db/seeds/avatars/001.jpg
|
|
@@ -3056,7 +3075,9 @@ files:
|
|
|
3056
3075
|
- lib/tasks/upgrade/decidim_migrate_wysiwyg_content.rake
|
|
3057
3076
|
- lib/tasks/upgrade/decidim_moderation_tasks.rake
|
|
3058
3077
|
- lib/tasks/upgrade/decidim_paper_trail_valuation_assignment.rake
|
|
3078
|
+
- lib/tasks/upgrade/decidim_remove_deleted_users_left_data_tasks.rake
|
|
3059
3079
|
- lib/tasks/upgrade/decidim_user_moderation.rake
|
|
3080
|
+
- lib/tasks/upgrade/fix_deleted_private_follows.rake
|
|
3060
3081
|
- lib/tasks/upgrade/migrations.rake
|
|
3061
3082
|
- lib/tasks/upgrade/user_groups_migration.rake
|
|
3062
3083
|
homepage: https://decidim.org
|