decidim-core 0.27.4 → 0.27.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/upload_modal/modal.erb +4 -1
- data/app/cells/decidim/upload_modal_cell.rb +8 -4
- data/app/cells/decidim/version_cell.rb +1 -1
- data/app/cells/decidim/versions_list_cell.rb +1 -1
- data/app/commands/decidim/endorse_resource.rb +2 -0
- data/app/commands/decidim/search.rb +1 -1
- data/app/commands/decidim/unendorse_resource.rb +1 -1
- data/app/controllers/concerns/decidim/force_authentication.rb +6 -2
- data/app/controllers/decidim/devise/registrations_controller.rb +1 -1
- data/app/controllers/decidim/links_controller.rb +1 -1
- data/app/controllers/decidim/searches_controller.rb +1 -1
- data/app/controllers/decidim/user_timeline_controller.rb +1 -1
- data/app/forms/decidim/account_form.rb +1 -1
- data/app/forms/decidim/notifications_settings_form.rb +0 -8
- data/app/forms/decidim/registration_form.rb +1 -1
- data/app/helpers/decidim/decidim_form_helper.rb +1 -0
- data/app/helpers/decidim/omniauth_helper.rb +2 -0
- data/app/helpers/decidim/resource_helper.rb +2 -0
- data/app/helpers/decidim/short_link_helper.rb +1 -1
- data/app/jobs/decidim/download_your_data_export_job.rb +2 -1
- data/app/jobs/decidim/open_data_job.rb +2 -0
- data/app/models/decidim/user.rb +9 -1
- data/app/packs/images/decidim/icons.svg +1 -1
- data/app/packs/images/decidim/vendor/social-share-button/x.svg +6 -0
- data/app/packs/src/decidim/autocomplete.js +11 -2
- data/app/packs/src/decidim/data_picker.js +1 -0
- data/app/packs/src/decidim/direct_uploads/upload_field.js +6 -4
- data/app/packs/src/decidim/direct_uploads/upload_modal.js +10 -8
- data/app/packs/src/decidim/direct_uploads/uploader.js +4 -1
- data/app/packs/src/decidim/geocoding/attach_input.js +4 -1
- data/app/packs/src/decidim/geocoding/provider/here.js +17 -21
- data/app/packs/src/decidim/geocoding/provider/photon.js +1 -1
- data/app/packs/src/decidim/utilities/text.js +17 -0
- data/app/packs/stylesheets/decidim/_variables.scss +1 -1
- data/app/packs/stylesheets/decidim/vendor/_social_share_button.scss +4 -0
- data/app/views/decidim/notifications_settings/show.html.erb +1 -1
- data/app/views/decidim/scopes/_scopes_picker_input.html.erb +1 -1
- data/app/views/decidim/searches/_filters.html.erb +3 -1
- data/app/views/decidim/shared/_share_modal.html.erb +1 -1
- data/app/views/decidim/shared/participatory_space_filters/_filters.html.erb +1 -1
- data/app/views/layouts/decidim/_social_media_links.html.erb +2 -2
- data/config/environment.rb +3 -0
- data/config/locales/ar.yml +8 -14
- data/config/locales/bg.yml +4 -16
- data/config/locales/ca.yml +12 -8
- data/config/locales/cs.yml +18 -14
- data/config/locales/de.yml +39 -35
- data/config/locales/el.yml +10 -13
- data/config/locales/en.yml +5 -1
- data/config/locales/eo.yml +2 -3
- data/config/locales/es-MX.yml +14 -10
- data/config/locales/es-PY.yml +14 -10
- data/config/locales/es.yml +10 -6
- data/config/locales/eu.yml +491 -342
- data/config/locales/fi-plain.yml +7 -3
- data/config/locales/fi.yml +18 -14
- data/config/locales/fr-CA.yml +15 -11
- data/config/locales/fr.yml +10 -6
- data/config/locales/ga-IE.yml +5 -5
- data/config/locales/gl.yml +2 -19
- data/config/locales/hu.yml +23 -16
- data/config/locales/id-ID.yml +4 -19
- data/config/locales/is-IS.yml +4 -2
- data/config/locales/it.yml +14 -14
- data/config/locales/ja.yml +23 -20
- data/config/locales/lb.yml +14 -14
- data/config/locales/lt.yml +56 -8
- data/config/locales/lv.yml +4 -16
- data/config/locales/nl.yml +12 -12
- data/config/locales/no.yml +7 -7
- data/config/locales/pl.yml +20 -6
- data/config/locales/pt-BR.yml +159 -6
- data/config/locales/pt.yml +7 -7
- data/config/locales/ro-RO.yml +4 -7
- data/config/locales/ru.yml +4 -17
- data/config/locales/sk.yml +5 -17
- data/config/locales/sl.yml +0 -5
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sv.yml +33 -15
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +17 -12
- data/config/locales/uk.yml +3 -14
- data/config/locales/zh-CN.yml +6 -7
- data/config/locales/zh-TW.yml +0 -6
- data/db/migrate/20231027142329_change_default_value_for_decidim_endorsements.rb +11 -0
- data/db/seeds.rb +1 -0
- data/lib/decidim/core/test/factories.rb +2 -1
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +24 -0
- data/lib/decidim/core/test/shared_examples/errors.rb +2 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/core.rb +1 -1
- data/lib/decidim/endorsable.rb +1 -1
- data/lib/decidim/exporters.rb +10 -1
- data/lib/decidim/form_builder.rb +1 -0
- data/lib/decidim/has_category.rb +2 -2
- data/lib/tasks/upgrade/decidim_deduplicate_endorsements.rake +53 -0
- data/lib/tasks/upgrade/decidim_fix_short_url_resolver.rake +22 -0
- metadata +14 -10
- data/app/helpers/decidim/layout_helper.rb.orig +0 -225
- data/app/packs/stylesheets/decidim/modules/_dropdown_menu.scss +0 -9
- data/app/views/decidim/devise/registrations/new.html.erb.orig +0 -231
data/config/locales/zh-CN.yml
CHANGED
@@ -386,7 +386,6 @@ zh-CN:
|
|
386
386
|
already_have_an_account?: 已经有一个帐户?
|
387
387
|
newsletter: 接收附带相关信息的时事通讯
|
388
388
|
newsletter_title: 联系人权限
|
389
|
-
sign_in: 登录
|
390
389
|
sign_up: 注册
|
391
390
|
sign_up_as:
|
392
391
|
legend: 注册为
|
@@ -432,7 +431,6 @@ zh-CN:
|
|
432
431
|
download_data: 下载数据
|
433
432
|
request_data: 请求数据
|
434
433
|
endorsable:
|
435
|
-
endorsements: 授权
|
436
434
|
endorsements_count: 批准次数
|
437
435
|
endorsement_buttons_cell:
|
438
436
|
already_endorsed: 已批准
|
@@ -635,6 +633,10 @@ zh-CN:
|
|
635
633
|
file_validation:
|
636
634
|
allowed_file_extensions: '允许的文件扩展名: %{extensions}'
|
637
635
|
max_file_size: '最大文件大小: %{megabytes}MB'
|
636
|
+
upload:
|
637
|
+
labels:
|
638
|
+
cancel: 取消
|
639
|
+
save: 保存
|
638
640
|
gamification:
|
639
641
|
all_badges_link: 查看所有可用的徽章。
|
640
642
|
badges:
|
@@ -959,7 +961,6 @@ zh-CN:
|
|
959
961
|
proposals: 建议
|
960
962
|
proposals_explanation: 提出建议、支持现有建议并促进你想要看到的更改。
|
961
963
|
footer_sub_hero:
|
962
|
-
footer_sub_hero_body: 让我们建设一个更加开放、透明和协作的社会。<br /> 加入、参与和决定。
|
963
964
|
footer_sub_hero_headline: 欢迎使用 %{organization} 参与式平台。
|
964
965
|
register: 注册
|
965
966
|
hero:
|
@@ -1334,8 +1335,6 @@ zh-CN:
|
|
1334
1335
|
updated: 您的帐户已成功更新。
|
1335
1336
|
sessions:
|
1336
1337
|
already_signed_out: 已成功注销。
|
1337
|
-
new:
|
1338
|
-
sign_in: 登录
|
1339
1338
|
signed_in: 登录成功。
|
1340
1339
|
signed_out: 已成功注销。
|
1341
1340
|
shared:
|
@@ -1344,7 +1343,6 @@ zh-CN:
|
|
1344
1343
|
didn_t_receive_confirmation_instructions: 没有收到确认说明?
|
1345
1344
|
didn_t_receive_unlock_instructions: 没有收到解锁指令?
|
1346
1345
|
forgot_your_password: 忘记密码?
|
1347
|
-
sign_in: 登录
|
1348
1346
|
sign_in_with_provider: 使用 %{provider} 登录
|
1349
1347
|
sign_up: 注册
|
1350
1348
|
minimum_password_length:
|
@@ -1414,8 +1412,9 @@ zh-CN:
|
|
1414
1412
|
facebook: "%{organization} 在 Facebook"
|
1415
1413
|
github: "%{organization} 在 GitHub"
|
1416
1414
|
instagram: "%{organization} 在 Instagram"
|
1417
|
-
twitter: "%{organization} 在 Twitter"
|
1418
1415
|
youtube: "%{organization} 在 YouTube"
|
1416
|
+
upload_modal:
|
1417
|
+
close_modal: 关闭模式
|
1419
1418
|
user_menu:
|
1420
1419
|
account: '用户帐户: %{name}'
|
1421
1420
|
admin_dashboard: 管理员控制面板
|
data/config/locales/zh-TW.yml
CHANGED
@@ -519,7 +519,6 @@ zh-TW:
|
|
519
519
|
newsletter: 偶爾收到包含相關信息的時事通訊。
|
520
520
|
newsletter_title: 聯絡人權限
|
521
521
|
nickname_help: 在 %{organization} 中的別名。只能包含字母、數字、'-' 和 '_'。
|
522
|
-
sign_in: 登入
|
523
522
|
sign_up: 註冊登記
|
524
523
|
sign_up_as:
|
525
524
|
legend: 註冊登記為
|
@@ -1208,7 +1207,6 @@ zh-TW:
|
|
1208
1207
|
proposals: 提案
|
1209
1208
|
proposals_explanation: 提出建議、支持現有建議並推動您希望看到的變化。
|
1210
1209
|
footer_sub_hero:
|
1211
|
-
footer_sub_hero_body: 一起建立更加開放、透明和協作的社會。<br /> 加入、參與和做出決策。
|
1212
1210
|
footer_sub_hero_headline: 歡迎來到 %{organization} 的參與平台。
|
1213
1211
|
register: 註冊
|
1214
1212
|
hero:
|
@@ -1638,8 +1636,6 @@ zh-TW:
|
|
1638
1636
|
updated: 您的帳號已成功升級。
|
1639
1637
|
sessions:
|
1640
1638
|
already_signed_out: 已成功登出。
|
1641
|
-
new:
|
1642
|
-
sign_in: 登入
|
1643
1639
|
signed_in: 已成功登入。
|
1644
1640
|
signed_out: 已成功登出。
|
1645
1641
|
shared:
|
@@ -1648,7 +1644,6 @@ zh-TW:
|
|
1648
1644
|
didn_t_receive_confirmation_instructions: 沒有收到確認的說明嗎?
|
1649
1645
|
didn_t_receive_unlock_instructions: 沒有收到解鎖說明?
|
1650
1646
|
forgot_your_password: 忘記密碼了嗎?
|
1651
|
-
sign_in: 登入
|
1652
1647
|
sign_in_with_provider: 用%{provider} 登錄
|
1653
1648
|
sign_up: 註冊登記
|
1654
1649
|
minimum_password_length:
|
@@ -1773,7 +1768,6 @@ zh-TW:
|
|
1773
1768
|
facebook: "%{organization} 在 Facebook"
|
1774
1769
|
github: "%{organization} 在 GitHub"
|
1775
1770
|
instagram: "%{organization} 在 Instagram"
|
1776
|
-
twitter: "%{organization} 在 Twitter"
|
1777
1771
|
youtube: "%{organization} 在 YouTube"
|
1778
1772
|
timeout_modal:
|
1779
1773
|
body: 您已經閒置了 %{minutes} 分鐘。如果您繼續閒置,為了您的安全,您將被自動登出。
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
class ChangeDefaultValueForDecidimEndorsements < ActiveRecord::Migration[6.1]
|
4
|
+
def up
|
5
|
+
change_column_default :decidim_endorsements, :decidim_user_group_id, 0
|
6
|
+
end
|
7
|
+
|
8
|
+
def down
|
9
|
+
change_column_default :decidim_endorsements, :decidim_user_group_id, nil
|
10
|
+
end
|
11
|
+
end
|
data/db/seeds.rb
CHANGED
@@ -37,6 +37,7 @@ if !Rails.env.production? || ENV.fetch("SEED", nil)
|
|
37
37
|
port: ENV.fetch("SMTP_PORT", nil) || ENV.fetch("DECIDIM_SMTP_PORT", "25")
|
38
38
|
},
|
39
39
|
host: ENV.fetch("DECIDIM_HOST", "localhost"),
|
40
|
+
secondary_hosts: ENV.fetch("DECIDIM_HOST", "localhost") == "localhost" ? ["0.0.0.0", "127.0.0.1"] : nil,
|
40
41
|
external_domain_whitelist: ["decidim.org", "github.com"],
|
41
42
|
description: Decidim::Faker::Localized.wrapped("<p>", "</p>") do
|
42
43
|
Decidim::Faker::Localized.sentence(word_count: 15)
|
@@ -364,7 +364,8 @@ FactoryBot.define do
|
|
364
364
|
published_at { Time.current }
|
365
365
|
settings do
|
366
366
|
{
|
367
|
-
dummy_global_translatable_text: generate_localized_title
|
367
|
+
dummy_global_translatable_text: generate_localized_title,
|
368
|
+
comments_max_length: participatory_space.organization.comments_max_length || organization.comments_max_length
|
368
369
|
}
|
369
370
|
end
|
370
371
|
|
@@ -838,5 +838,29 @@ shared_examples "comments" do
|
|
838
838
|
expect(page).to have_link "#decidim", href: "/search?term=%23decidim"
|
839
839
|
end
|
840
840
|
end
|
841
|
+
|
842
|
+
describe "export_serializer" do
|
843
|
+
let(:comment) { comments.first }
|
844
|
+
|
845
|
+
it "returns the serializer for the comment" do
|
846
|
+
expect(comment.class.export_serializer).to eq(Decidim::Comments::CommentSerializer)
|
847
|
+
end
|
848
|
+
|
849
|
+
context "with instance" do
|
850
|
+
subject { comment.class.export_serializer.new(comment).serialize }
|
851
|
+
|
852
|
+
it { is_expected.to have_key(:id) }
|
853
|
+
it { is_expected.to have_key(:created_at) }
|
854
|
+
it { is_expected.to have_key(:body) }
|
855
|
+
it { is_expected.to have_key(:locale) }
|
856
|
+
it { is_expected.to have_key(:author) }
|
857
|
+
it { is_expected.to have_key(:alignment) }
|
858
|
+
it { is_expected.to have_key(:depth) }
|
859
|
+
it { is_expected.to have_key(:user_group) }
|
860
|
+
it { is_expected.to have_key(:commentable_id) }
|
861
|
+
it { is_expected.to have_key(:commentable_type) }
|
862
|
+
it { is_expected.to have_key(:root_commentable_url) }
|
863
|
+
end
|
864
|
+
end
|
841
865
|
end
|
842
866
|
end
|
data/lib/decidim/core/version.rb
CHANGED
data/lib/decidim/core.rb
CHANGED
@@ -585,7 +585,7 @@ module Decidim
|
|
585
585
|
#
|
586
586
|
# Returns an Array[ComponentManifest].
|
587
587
|
def self.component_manifests
|
588
|
-
component_registry.manifests
|
588
|
+
component_registry.manifests.sort_by(&:name)
|
589
589
|
end
|
590
590
|
|
591
591
|
# Public: Finds all registered participatory space manifest's via the
|
data/lib/decidim/endorsable.rb
CHANGED
data/lib/decidim/exporters.rb
CHANGED
@@ -9,6 +9,11 @@ module Decidim
|
|
9
9
|
autoload :PDF, "decidim/exporters/pdf"
|
10
10
|
autoload :ExportData, "decidim/exporters/export_data"
|
11
11
|
|
12
|
+
# Lock the export formats to one of the available exporters
|
13
|
+
EXPORT_FORMATS = [:JSON, :CSV, :Excel, :PDF, :FormPDF].freeze
|
14
|
+
|
15
|
+
class UnknownFormatError < StandardError; end
|
16
|
+
|
12
17
|
# Necessary for the i18n normalizer to locate strings not directly invoked in views:
|
13
18
|
|
14
19
|
# i18n-tasks-use t('decidim.admin.exports.formats.JSON')
|
@@ -19,7 +24,11 @@ module Decidim
|
|
19
24
|
#
|
20
25
|
# format - The exporter format as a string. i.e "CSV"
|
21
26
|
def self.find_exporter(format)
|
22
|
-
|
27
|
+
raise UnknownFormatError unless format.respond_to?(:to_sym)
|
28
|
+
raise UnknownFormatError unless EXPORT_FORMATS.include?(format.to_sym)
|
29
|
+
raise UnknownFormatError unless const_defined?(format.to_sym)
|
30
|
+
|
31
|
+
const_get(format.to_sym)
|
23
32
|
end
|
24
33
|
end
|
25
34
|
end
|
data/lib/decidim/form_builder.rb
CHANGED
@@ -317,6 +317,7 @@ module Decidim
|
|
317
317
|
template = ""
|
318
318
|
template += "<label>#{label_for(attribute) + required_for_attribute(attribute)}</label>" unless options[:label] == false
|
319
319
|
template += @template.render("decidim/scopes/scopes_picker_input",
|
320
|
+
values_options: { delete_button: true, class: "label primary" },
|
320
321
|
picker_options: picker_options,
|
321
322
|
prompt_params: prompt_params,
|
322
323
|
scopes: scopes,
|
data/lib/decidim/has_category.rb
CHANGED
@@ -26,11 +26,11 @@ module Decidim
|
|
26
26
|
cat_ids = parent_ids.dup
|
27
27
|
cat_ids.prepend(nil) if categories.include?("without")
|
28
28
|
|
29
|
-
subquery =
|
29
|
+
subquery = left_outer_joins(:category).where(decidim_categories: { id: cat_ids })
|
30
30
|
return subquery if parent_ids.none?
|
31
31
|
|
32
32
|
subquery.or(
|
33
|
-
|
33
|
+
left_outer_joins(:category).where(decidim_categories: { parent_id: parent_ids })
|
34
34
|
)
|
35
35
|
}
|
36
36
|
|
@@ -0,0 +1,53 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
namespace :decidim do
|
4
|
+
namespace :upgrade do
|
5
|
+
desc "Remove duplicated endorsements"
|
6
|
+
task fix_duplicate_endorsements: :environment do
|
7
|
+
logger = Logger.new($stdout)
|
8
|
+
logger.info("Removing duplicate endorsements...")
|
9
|
+
has_count = 0
|
10
|
+
|
11
|
+
columns = [:resource_type, :resource_id, :decidim_author_type, :decidim_author_id, :decidim_user_group_id]
|
12
|
+
|
13
|
+
get_duplicates(columns).each do |issue|
|
14
|
+
while row_count(issue) > 1
|
15
|
+
find_next(issue)&.destroy
|
16
|
+
has_count += 1
|
17
|
+
logger.info("Removed duplicate endorsement for #{issue.resource_type} #{issue.resource_id}")
|
18
|
+
end
|
19
|
+
end
|
20
|
+
|
21
|
+
logger.info("Patch remaining endorsements.")
|
22
|
+
Decidim::Endorsement.where(decidim_user_group_id: nil).update(decidim_user_group_id: 0)
|
23
|
+
logger.info("Process terminated, #{has_count} endorsements have been removed.")
|
24
|
+
logger.info("Done")
|
25
|
+
end
|
26
|
+
|
27
|
+
private
|
28
|
+
|
29
|
+
def get_duplicates(*columns)
|
30
|
+
Decidim::Endorsement.select("#{columns.join(",")}, COUNT(*)").group(columns).having("COUNT(*) > 1")
|
31
|
+
end
|
32
|
+
|
33
|
+
def row_count(issue)
|
34
|
+
Decidim::Endorsement.where(
|
35
|
+
resource_type: issue.resource_type,
|
36
|
+
resource_id: issue.resource_id,
|
37
|
+
decidim_author_type: issue.decidim_author_type,
|
38
|
+
decidim_author_id: issue.decidim_author_id,
|
39
|
+
decidim_user_group_id: issue.decidim_user_group_id
|
40
|
+
).count
|
41
|
+
end
|
42
|
+
|
43
|
+
def find_next(issue)
|
44
|
+
Decidim::Endorsement.find_by(
|
45
|
+
resource_type: issue.resource_type,
|
46
|
+
resource_id: issue.resource_id,
|
47
|
+
decidim_author_type: issue.decidim_author_type,
|
48
|
+
decidim_author_id: issue.decidim_author_id,
|
49
|
+
decidim_user_group_id: issue.decidim_user_group_id
|
50
|
+
)
|
51
|
+
end
|
52
|
+
end
|
53
|
+
end
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
namespace :decidim do
|
4
|
+
namespace :upgrade do
|
5
|
+
desc "Fix wrongly mapped short links components"
|
6
|
+
task fix_short_urls: :environment do
|
7
|
+
logger = Logger.new($stdout)
|
8
|
+
logger.info("Fixing wrongly mapped short links...")
|
9
|
+
|
10
|
+
Decidim::ShortLink.where(target_type: "Decidim::Component").find_each do |short_url|
|
11
|
+
real_component = Decidim::Component.find_by(id: short_url.target_id)
|
12
|
+
|
13
|
+
next if real_component.nil?
|
14
|
+
next if short_url.mounted_engine_name == real_component.mounted_engine
|
15
|
+
|
16
|
+
logger.info("Fixing #{short_url.identifier}: #{short_url.mounted_engine_name} to #{real_component.mounted_engine}")
|
17
|
+
short_url.update(mounted_engine_name: real_component.mounted_engine)
|
18
|
+
end
|
19
|
+
logger.info("Done fixing wrongly mapped short links.")
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
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.27.
|
4
|
+
version: 0.27.5
|
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: 2023-
|
13
|
+
date: 2023-12-20 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: active_link_to
|
@@ -740,28 +740,28 @@ dependencies:
|
|
740
740
|
requirements:
|
741
741
|
- - '='
|
742
742
|
- !ruby/object:Gem::Version
|
743
|
-
version: 0.27.
|
743
|
+
version: 0.27.5
|
744
744
|
type: :runtime
|
745
745
|
prerelease: false
|
746
746
|
version_requirements: !ruby/object:Gem::Requirement
|
747
747
|
requirements:
|
748
748
|
- - '='
|
749
749
|
- !ruby/object:Gem::Version
|
750
|
-
version: 0.27.
|
750
|
+
version: 0.27.5
|
751
751
|
- !ruby/object:Gem::Dependency
|
752
752
|
name: decidim-dev
|
753
753
|
requirement: !ruby/object:Gem::Requirement
|
754
754
|
requirements:
|
755
755
|
- - '='
|
756
756
|
- !ruby/object:Gem::Version
|
757
|
-
version: 0.27.
|
757
|
+
version: 0.27.5
|
758
758
|
type: :development
|
759
759
|
prerelease: false
|
760
760
|
version_requirements: !ruby/object:Gem::Requirement
|
761
761
|
requirements:
|
762
762
|
- - '='
|
763
763
|
- !ruby/object:Gem::Version
|
764
|
-
version: 0.27.
|
764
|
+
version: 0.27.5
|
765
765
|
description: Adds core features so other engines can hook into the framework.
|
766
766
|
email:
|
767
767
|
- josepjaume@gmail.com
|
@@ -1201,7 +1201,6 @@ files:
|
|
1201
1201
|
- app/helpers/decidim/icon_helper.rb
|
1202
1202
|
- app/helpers/decidim/language_chooser_helper.rb
|
1203
1203
|
- app/helpers/decidim/layout_helper.rb
|
1204
|
-
- app/helpers/decidim/layout_helper.rb.orig
|
1205
1204
|
- app/helpers/decidim/localized_locales_helper.rb
|
1206
1205
|
- app/helpers/decidim/map_helper.rb
|
1207
1206
|
- app/helpers/decidim/markup_helper.rb
|
@@ -1396,6 +1395,7 @@ files:
|
|
1396
1395
|
- app/packs/images/decidim/vendor/social-share-button/wechat.svg
|
1397
1396
|
- app/packs/images/decidim/vendor/social-share-button/weibo.svg
|
1398
1397
|
- app/packs/images/decidim/vendor/social-share-button/whatsapp.svg
|
1398
|
+
- app/packs/images/decidim/vendor/social-share-button/x.svg
|
1399
1399
|
- app/packs/images/decidim/vendor/social-share-button/xing.svg
|
1400
1400
|
- app/packs/src/decidim/account_form.js
|
1401
1401
|
- app/packs/src/decidim/ajax_modals.js
|
@@ -1495,6 +1495,7 @@ files:
|
|
1495
1495
|
- app/packs/src/decidim/sw/sw.js
|
1496
1496
|
- app/packs/src/decidim/tooltip_keep_on_hover.js
|
1497
1497
|
- app/packs/src/decidim/user_registrations.js
|
1498
|
+
- app/packs/src/decidim/utilities/text.js
|
1498
1499
|
- app/packs/src/decidim/vendor/foundation-datepicker.js
|
1499
1500
|
- app/packs/src/decidim/vendor/image-resize.min.js
|
1500
1501
|
- app/packs/src/decidim/vendor/image-upload.min.js
|
@@ -1564,7 +1565,6 @@ files:
|
|
1564
1565
|
- app/packs/stylesheets/decidim/modules/_datepicker.scss
|
1565
1566
|
- app/packs/stylesheets/decidim/modules/_definition-data.scss
|
1566
1567
|
- app/packs/stylesheets/decidim/modules/_docs-manager.scss
|
1567
|
-
- app/packs/stylesheets/decidim/modules/_dropdown_menu.scss
|
1568
1568
|
- app/packs/stylesheets/decidim/modules/_extra.scss
|
1569
1569
|
- app/packs/stylesheets/decidim/modules/_filter-tags.scss
|
1570
1570
|
- app/packs/stylesheets/decidim/modules/_filters.scss
|
@@ -1828,7 +1828,6 @@ files:
|
|
1828
1828
|
- app/views/decidim/devise/passwords/edit.html.erb
|
1829
1829
|
- app/views/decidim/devise/passwords/new.html.erb
|
1830
1830
|
- app/views/decidim/devise/registrations/new.html.erb
|
1831
|
-
- app/views/decidim/devise/registrations/new.html.erb.orig
|
1832
1831
|
- app/views/decidim/devise/sessions/new.html.erb
|
1833
1832
|
- app/views/decidim/devise/shared/_links.html.erb
|
1834
1833
|
- app/views/decidim/devise/shared/_newsletter_modal.html.erb
|
@@ -2076,9 +2075,11 @@ files:
|
|
2076
2075
|
- config/locales/sk.yml
|
2077
2076
|
- config/locales/sl.yml
|
2078
2077
|
- config/locales/so-SO.yml
|
2078
|
+
- config/locales/sq-AL.yml
|
2079
2079
|
- config/locales/sr-CS.yml
|
2080
2080
|
- config/locales/sv.yml
|
2081
2081
|
- config/locales/sw-KE.yml
|
2082
|
+
- config/locales/th-TH.yml
|
2082
2083
|
- config/locales/ti-ER.yml
|
2083
2084
|
- config/locales/tr-TR.yml
|
2084
2085
|
- config/locales/uk.yml
|
@@ -2296,6 +2297,7 @@ files:
|
|
2296
2297
|
- db/migrate/20220427142214_drop_emails_on_notifications_flag_from_user.rb
|
2297
2298
|
- db/migrate/20220518094535_add_previous_passwords_to_users.rb
|
2298
2299
|
- db/migrate/20220524195530_create_decidim_short_links.rb
|
2300
|
+
- db/migrate/20231027142329_change_default_value_for_decidim_endorsements.rb
|
2299
2301
|
- db/seeds.rb
|
2300
2302
|
- db/seeds/homepage_image.jpg
|
2301
2303
|
- lib/decidim/action_authorization.rb
|
@@ -2688,7 +2690,9 @@ files:
|
|
2688
2690
|
- lib/tasks/decidim_reminders_tasks.rake
|
2689
2691
|
- lib/tasks/decidim_tasks.rake
|
2690
2692
|
- lib/tasks/decidim_webpacker_tasks.rake
|
2693
|
+
- lib/tasks/upgrade/decidim_deduplicate_endorsements.rake
|
2691
2694
|
- lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake
|
2695
|
+
- lib/tasks/upgrade/decidim_fix_short_url_resolver.rake
|
2692
2696
|
- lib/tasks/upgrade/decidim_moderation_tasks.rake
|
2693
2697
|
- lib/tasks/upgrade/decidim_user_moderation.rake
|
2694
2698
|
homepage: https://github.com/decidim/decidim
|
@@ -2710,7 +2714,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2710
2714
|
- !ruby/object:Gem::Version
|
2711
2715
|
version: '0'
|
2712
2716
|
requirements: []
|
2713
|
-
rubygems_version: 3.
|
2717
|
+
rubygems_version: 3.4.22
|
2714
2718
|
signing_key:
|
2715
2719
|
specification_version: 4
|
2716
2720
|
summary: The core of the Decidim framework.
|