decidim-core 0.25.0.rc1 → 0.25.0
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.
Potentially problematic release.
This version of decidim-core might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/models/decidim/user.rb +4 -0
- data/app/packs/src/decidim/external_link.js +6 -1
- data/app/packs/src/decidim/foundation-datepicker/js/locales/foundation-datepicker.lb.js +13 -0
- data/app/packs/src/decidim/foundation_datepicker_locales.js +2 -0
- data/app/packs/src/decidim/icon.js +1 -6
- data/app/packs/src/decidim/input_mentions.js +1 -6
- data/app/packs/src/decidim/input_multiple_mentions.js +1 -2
- data/app/presenters/decidim/resource_presenter.rb +32 -0
- data/app/services/decidim/log/diff_changeset_calculator.rb +7 -2
- data/app/views/layouts/decidim/_head.html.erb +1 -1
- data/app/views/layouts/decidim/_js_configuration.html.erb +1 -10
- data/app/views/layouts/decidim/_mini_footer.html.erb +2 -2
- data/app/views/layouts/decidim/widget.html.erb +1 -1
- data/config/locales/bg.yml +0 -1
- data/config/locales/ca.yml +10 -8
- data/config/locales/cs.yml +1 -1
- data/config/locales/de.yml +0 -1
- data/config/locales/el.yml +0 -1
- data/config/locales/es-MX.yml +16 -1
- data/config/locales/es-PY.yml +16 -1
- data/config/locales/es.yml +16 -1
- data/config/locales/eu.yml +459 -12
- data/config/locales/fi-plain.yml +1 -1
- data/config/locales/fi.yml +1 -1
- data/config/locales/fr-CA.yml +25 -1
- data/config/locales/fr.yml +27 -3
- data/config/locales/ga-IE.yml +387 -0
- data/config/locales/hu.yml +0 -1
- data/config/locales/it.yml +1 -1
- data/config/locales/ja.yml +1 -1
- data/config/locales/lb.yml +1701 -0
- data/config/locales/lv.yml +0 -1
- data/config/locales/nl.yml +0 -1
- data/config/locales/no.yml +0 -1
- data/config/locales/pl.yml +14 -7
- data/config/locales/pt-BR.yml +0 -1
- data/config/locales/pt.yml +150 -6
- data/config/locales/ro-RO.yml +5 -6
- data/config/locales/sk.yml +0 -1
- data/config/locales/sr-CS.yml +0 -3
- data/config/locales/sv.yml +4 -1
- data/config/locales/tr-TR.yml +0 -1
- data/config/locales/zh-CN.yml +0 -1
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +51 -1
- data/lib/decidim/core/test/shared_examples/map_examples.rb +1 -1
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/core.rb +1 -1
- data/lib/decidim/map/dynamic_map.rb +1 -1
- data/lib/decidim/map/provider/autocomplete/here.rb +1 -1
- data/lib/decidim/map/provider/autocomplete/osm.rb +1 -1
- data/lib/decidim/map/provider/dynamic_map/here.rb +1 -1
- data/lib/decidim/webpacker/webpacker.yml +13 -16
- data/lib/gem_overrides/rails/tasks/yarn.rake +9 -0
- data/lib/tasks/decidim_webpacker_tasks.rake +55 -27
- metadata +15 -17
data/config/locales/ro-RO.yml
CHANGED
@@ -71,7 +71,6 @@ ro:
|
|
71
71
|
'true': 'Da'
|
72
72
|
carrierwave:
|
73
73
|
errors:
|
74
|
-
general: Eroare la procesarea imaginii
|
75
74
|
image_too_big: Imaginea este prea mare
|
76
75
|
not_inside_organization: Fișierul nu este atașat niciunei organizații
|
77
76
|
date:
|
@@ -731,11 +730,11 @@ ro:
|
|
731
730
|
file:
|
732
731
|
explanation: 'Orientări pentru fișier:'
|
733
732
|
message_1: Are o imagine sau un document.
|
734
|
-
message_2: Pentru imagini, utilizați preferabil
|
733
|
+
message_2: Pentru imagini, utilizați preferabil formatul landscape, serviciul va decupa imaginea. Pentru fișierele CSV, separatorul de coloane trebuie să fie virgula
|
735
734
|
image:
|
736
735
|
explanation: 'Orientări pentru imagine:'
|
737
|
-
message_1:
|
738
|
-
message_2: Serviciul
|
736
|
+
message_1: De preferință o imagine landscape care să nu conțină vreun text.
|
737
|
+
message_2: Serviciul decupează imaginea.
|
739
738
|
file_validation:
|
740
739
|
allowed_file_extensions: 'Extensii de fișiere permise: %{extensions}'
|
741
740
|
max_file_size: 'Dimensiunea maximă a fișierului: %{megabytes}MB'
|
@@ -1098,7 +1097,7 @@ ro:
|
|
1098
1097
|
participate: Participă
|
1099
1098
|
welcome: Bine ai venit la %{organization}!
|
1100
1099
|
metrics:
|
1101
|
-
headline:
|
1100
|
+
headline: Indicatori
|
1102
1101
|
statistics:
|
1103
1102
|
headline: Starea curentă a %{organization}
|
1104
1103
|
sub_hero:
|
@@ -1111,7 +1110,7 @@ ro:
|
|
1111
1110
|
topics: Subiecte
|
1112
1111
|
participatory_space:
|
1113
1112
|
metrics:
|
1114
|
-
headline:
|
1113
|
+
headline: Indicatori
|
1115
1114
|
link: Arată toate măsurătorile
|
1116
1115
|
terms_and_conditions:
|
1117
1116
|
accept:
|
data/config/locales/sk.yml
CHANGED
data/config/locales/sr-CS.yml
CHANGED
data/config/locales/sv.yml
CHANGED
@@ -67,7 +67,6 @@ sv:
|
|
67
67
|
'true': 'Ja'
|
68
68
|
carrierwave:
|
69
69
|
errors:
|
70
|
-
general: Fel vid bearbetning av bild
|
71
70
|
image_too_big: Bilden är för stor
|
72
71
|
not_inside_organization: Den här filen är inte bifogad till någon organisation
|
73
72
|
date:
|
@@ -846,6 +845,10 @@ sv:
|
|
846
845
|
index:
|
847
846
|
last_activity: Senaste aktivitet
|
848
847
|
resource_type: Typ
|
848
|
+
links:
|
849
|
+
invalid_url: Ogiltig URL
|
850
|
+
warning:
|
851
|
+
close_modal: Stäng fönster
|
849
852
|
log:
|
850
853
|
base_presenter:
|
851
854
|
create: "%{user_name} skapade %{resource_name}"
|
data/config/locales/tr-TR.yml
CHANGED
data/config/locales/zh-CN.yml
CHANGED
@@ -143,9 +143,10 @@ shared_examples "comments" do
|
|
143
143
|
end
|
144
144
|
end
|
145
145
|
|
146
|
-
it "shows comment to the user
|
146
|
+
it "shows comment to the user, updates the comments counter and clears the comment textarea" do
|
147
147
|
expect(page).to have_comment_from(user, "This is a new comment", wait: 20)
|
148
148
|
expect(page).to have_selector("span.comments-count", text: "#{commentable.comments.count} COMMENTS")
|
149
|
+
expect(page).to have_field("add-comment-#{commentable.commentable_type.demodulize}-#{commentable.id}", with: "")
|
149
150
|
end
|
150
151
|
end
|
151
152
|
|
@@ -166,6 +167,55 @@ shared_examples "comments" do
|
|
166
167
|
end
|
167
168
|
end
|
168
169
|
|
170
|
+
context "when the user is writing a new comment while someone else comments" do
|
171
|
+
let(:new_comment_body) { "Hey, I just jumped in the conversation!" }
|
172
|
+
let(:new_comment) { build(:comment, commentable: commentable, body: new_comment_body) }
|
173
|
+
|
174
|
+
before do
|
175
|
+
within ".add-comment form" do
|
176
|
+
fill_in "add-comment-#{commentable.commentable_type.demodulize}-#{commentable.id}", with: "This is a new comment"
|
177
|
+
end
|
178
|
+
new_comment.save!
|
179
|
+
end
|
180
|
+
|
181
|
+
it "does not clear the current user's comment" do
|
182
|
+
expect(page).to have_content(new_comment.body.values.first, wait: 20)
|
183
|
+
expect(page).to have_field(
|
184
|
+
"add-comment-#{commentable.commentable_type.demodulize}-#{commentable.id}",
|
185
|
+
with: "This is a new comment"
|
186
|
+
)
|
187
|
+
end
|
188
|
+
|
189
|
+
context "when inside a thread reply form" do
|
190
|
+
let(:thread) { comments.first }
|
191
|
+
let(:new_reply_body) { "Hey, I just jumped inside the thread!" }
|
192
|
+
let(:new_reply) { build(:comment, commentable: thread, root_commentable: commentable, body: new_reply_body) }
|
193
|
+
|
194
|
+
before do
|
195
|
+
within "#comment_#{thread.id}" do
|
196
|
+
click_button "Reply"
|
197
|
+
|
198
|
+
within ".add-comment form" do
|
199
|
+
fill_in "add-comment-#{thread.commentable_type.demodulize}-#{thread.id}", with: "This is a new reply"
|
200
|
+
end
|
201
|
+
end
|
202
|
+
new_reply.save!
|
203
|
+
end
|
204
|
+
|
205
|
+
it "does not clear the current user's comment" do
|
206
|
+
expect(page).to have_content(new_reply.body.values.first, wait: 20)
|
207
|
+
expect(page).to have_field(
|
208
|
+
"add-comment-#{commentable.commentable_type.demodulize}-#{commentable.id}",
|
209
|
+
with: "This is a new comment"
|
210
|
+
)
|
211
|
+
expect(page).to have_field(
|
212
|
+
"add-comment-#{thread.commentable_type.demodulize}-#{thread.id}",
|
213
|
+
with: "This is a new reply"
|
214
|
+
)
|
215
|
+
end
|
216
|
+
end
|
217
|
+
end
|
218
|
+
|
169
219
|
context "when the user has verified organizations" do
|
170
220
|
let(:user_group) { create(:user_group, :verified) }
|
171
221
|
|
@@ -68,7 +68,7 @@ shared_context "with frontend map elements" do
|
|
68
68
|
<head>
|
69
69
|
<title>Map Test</title>
|
70
70
|
#{stylesheet_pack_tag "decidim_core"}
|
71
|
-
#{javascript_pack_tag "decidim_core"}
|
71
|
+
#{javascript_pack_tag "decidim_core", defer: false}
|
72
72
|
#{builder.stylesheet_snippets}
|
73
73
|
#{builder.javascript_snippets}
|
74
74
|
#{head_extra}
|
data/lib/decidim/core/version.rb
CHANGED
data/lib/decidim/core.rb
CHANGED
@@ -157,7 +157,7 @@ module Decidim
|
|
157
157
|
|
158
158
|
# Exposes a configuration option: The application available locales.
|
159
159
|
config_accessor :available_locales do
|
160
|
-
%w(en bg ar ca cs da de el eo es es-MX es-PY et eu fi-pl fi fr fr-CA ga gl hr hu id is it ja ko lt lv mt nl no pl pt pt-BR ro ru sk sl sr sv tr uk vi zh-CN zh-TW)
|
160
|
+
%w(en bg ar ca cs da de el eo es es-MX es-PY et eu fi-pl fi fr fr-CA ga gl hr hu id is it ja ko lb lt lv mt nl no pl pt pt-BR ro ru sk sl sr sv tr uk vi zh-CN zh-TW)
|
161
161
|
end
|
162
162
|
|
163
163
|
# Exposes a configuration option: The application default locale.
|
@@ -81,7 +81,7 @@ module Decidim
|
|
81
81
|
|
82
82
|
# @see Decidim::Map::View::Builder#javascript_snippets
|
83
83
|
def javascript_snippets
|
84
|
-
template.javascript_pack_tag("decidim_map_provider_default")
|
84
|
+
template.javascript_pack_tag("decidim_map_provider_default", defer: false)
|
85
85
|
end
|
86
86
|
end
|
87
87
|
end
|
@@ -10,7 +10,7 @@ module Decidim
|
|
10
10
|
class Builder < Decidim::Map::Autocomplete::Builder
|
11
11
|
# @see Decidim::Map::FrontendUtility::Builder#javascript_snippets
|
12
12
|
def javascript_snippets
|
13
|
-
template.javascript_pack_tag("decidim_geocoding_provider_here")
|
13
|
+
template.javascript_pack_tag("decidim_geocoding_provider_here", defer: false)
|
14
14
|
end
|
15
15
|
end
|
16
16
|
end
|
@@ -10,7 +10,7 @@ module Decidim
|
|
10
10
|
class Builder < Decidim::Map::Autocomplete::Builder
|
11
11
|
# @see Decidim::Map::FrontendUtility::Builder#javascript_snippets
|
12
12
|
def javascript_snippets
|
13
|
-
template.javascript_pack_tag("decidim_geocoding_provider_photon")
|
13
|
+
template.javascript_pack_tag("decidim_geocoding_provider_photon", defer: false)
|
14
14
|
end
|
15
15
|
end
|
16
16
|
end
|
@@ -41,7 +41,7 @@ module Decidim
|
|
41
41
|
class Builder < Decidim::Map::DynamicMap::Builder
|
42
42
|
# @see Decidim::Map::DynamicMap::Builder#javascript_snippets
|
43
43
|
def javascript_snippets
|
44
|
-
template.javascript_pack_tag("decidim_map_provider_here")
|
44
|
+
template.javascript_pack_tag("decidim_map_provider_here", defer: false)
|
45
45
|
end
|
46
46
|
end
|
47
47
|
end
|
@@ -29,29 +29,26 @@ development:
|
|
29
29
|
# Notice that we use a different port (to prevent blocking the default one) as
|
30
30
|
# there will be at least two webpack servers running
|
31
31
|
port: 3035
|
32
|
-
public: localhost:3035
|
33
|
-
# Inject browserside javascript that required by both HMR and Live(full) reload
|
34
|
-
inject_client: true
|
35
32
|
# Hot Module Replacement updates modules while the application is running without a full reload
|
36
33
|
hmr: false
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
34
|
+
client:
|
35
|
+
# Should we show a full-screen overlay in the browser when there are compiler errors or warnings?
|
36
|
+
overlay: true
|
37
|
+
# May also be a string
|
38
|
+
# webSocketURL:
|
39
|
+
# hostname: "0.0.0.0"
|
40
|
+
# pathname: "/ws"
|
41
|
+
# port: 8080
|
41
42
|
# Should we use gzip compression?
|
42
43
|
compress: true
|
43
44
|
# Note that apps that do not check the host are vulnerable to DNS rebinding attacks
|
44
|
-
|
45
|
-
|
46
|
-
use_local_ip: false
|
47
|
-
# When enabled, nothing except the initial startup information will be written to the console.
|
48
|
-
# This also means that errors or warnings from webpack are not visible.
|
49
|
-
quiet: false
|
50
|
-
pretty: false
|
45
|
+
allowed_hosts: "all"
|
46
|
+
pretty: true
|
51
47
|
headers:
|
52
48
|
'Access-Control-Allow-Origin': '*'
|
53
|
-
|
54
|
-
|
49
|
+
static:
|
50
|
+
watch:
|
51
|
+
ignored: '**/node_modules/**'
|
55
52
|
|
56
53
|
test:
|
57
54
|
<<: *default
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# This is overridden because of a bug in Rails 6.0 which forces the yarn:install
|
4
|
+
# task to the end of assets:precompile task which fails when bin/yarn has been
|
5
|
+
# removed from Decidim applications. This should be fixed with Rails 6.1.
|
6
|
+
#
|
7
|
+
# See:
|
8
|
+
# https://git.io/JEH9s (and the equivalent line in Rails 6.1)
|
9
|
+
# https://github.com/rails/rails/commit/87e9ae053d661daa3b8549e1cc9ea5ecd3b8ad62
|
@@ -1,5 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
require "decidim/gem_manager"
|
4
|
+
|
3
5
|
namespace :decidim do
|
4
6
|
namespace :webpacker do
|
5
7
|
desc "Installs Decidim webpacker files in Rails instance application"
|
@@ -53,12 +55,8 @@ namespace :decidim do
|
|
53
55
|
end
|
54
56
|
|
55
57
|
def install_decidim_npm
|
56
|
-
decidim_npm_packages.each do |type,
|
57
|
-
|
58
|
-
system! "npm i -D #{package}"
|
59
|
-
else
|
60
|
-
system! "npm i #{package}"
|
61
|
-
end
|
58
|
+
decidim_npm_packages.each do |type, packages|
|
59
|
+
system! "npm i --save-#{type} #{packages.join(" ")}"
|
62
60
|
end
|
63
61
|
end
|
64
62
|
|
@@ -71,32 +69,55 @@ namespace :decidim do
|
|
71
69
|
end
|
72
70
|
|
73
71
|
def decidim_npm_packages
|
72
|
+
gem_path = unreleased_gem_path
|
73
|
+
|
74
|
+
if gem_path
|
75
|
+
package_spec = "./packages/%s"
|
76
|
+
|
77
|
+
# The packages folder needs to be copied to the application folder
|
78
|
+
# because the linked dependencies are not installed when packages
|
79
|
+
# are installed using file references outside the application root
|
80
|
+
# where the `package.json` is located at. For more information, see:
|
81
|
+
# https://github.com/npm/cli/issues/2339
|
82
|
+
FileUtils.rm_rf(rails_app_path.join("packages"))
|
83
|
+
FileUtils.cp_r(gem_path.join("packages"), rails_app_path)
|
84
|
+
else
|
85
|
+
package_spec = "@decidim/%s@~#{Decidim::GemManager.semver_friendly_version(decidim_gemspec.version.to_s)}"
|
86
|
+
end
|
87
|
+
|
88
|
+
local_npm_dependencies.transform_values { |names| names.map { |name| format(package_spec, name) } }
|
89
|
+
end
|
90
|
+
|
91
|
+
def unreleased_gem_path
|
74
92
|
if decidim_gemspec.source.is_a?(Bundler::Source::Rubygems)
|
75
|
-
if released_version?
|
76
|
-
|
77
|
-
|
78
|
-
prod: "@decidim/all@~#{decidim_gemspec.version}"
|
79
|
-
}
|
80
|
-
else
|
81
|
-
gem_path = Pathname(decidim_gemspec.full_gem_path)
|
82
|
-
end
|
93
|
+
return if released_version?
|
94
|
+
|
95
|
+
gem_path = Pathname(decidim_gemspec.full_gem_path)
|
83
96
|
else
|
84
97
|
gem_path = decidim_gemspec.source.path
|
85
98
|
gem_path = Pathname(ENV["BUNDLE_GEMFILE"]).dirname.join(gem_path) if gem_path.relative?
|
86
99
|
end
|
87
100
|
|
88
|
-
|
89
|
-
|
90
|
-
# are installed using file references outside the application root
|
91
|
-
# where the `package.json` is located at. For more information, see:
|
92
|
-
# https://github.com/npm/cli/issues/2339
|
93
|
-
FileUtils.rm_rf(rails_app_path.join("packages"))
|
94
|
-
FileUtils.cp_r(gem_path.join("packages"), rails_app_path)
|
101
|
+
gem_path
|
102
|
+
end
|
95
103
|
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
104
|
+
def local_npm_dependencies
|
105
|
+
@local_npm_dependencies ||= begin
|
106
|
+
package_json = JSON.parse(File.read(decidim_path.join("package.json")))
|
107
|
+
|
108
|
+
{
|
109
|
+
prod: local_npm_dependencies_list(package_json["dependencies"]),
|
110
|
+
dev: local_npm_dependencies_list(package_json["devDependencies"])
|
111
|
+
}.freeze
|
112
|
+
end
|
113
|
+
end
|
114
|
+
|
115
|
+
def local_npm_dependencies_list(deps)
|
116
|
+
return [] unless deps
|
117
|
+
|
118
|
+
deps.values
|
119
|
+
.select { |ref| ref.starts_with?("file:packages/") }
|
120
|
+
.map { |ref| ref.delete_prefix("file:packages/") }
|
100
121
|
end
|
101
122
|
|
102
123
|
def decidim_path
|
@@ -149,8 +170,8 @@ namespace :decidim do
|
|
149
170
|
File.write(file, contents)
|
150
171
|
end
|
151
172
|
|
152
|
-
def system!(
|
153
|
-
system(
|
173
|
+
def system!(command)
|
174
|
+
system("cd #{rails_app_path} && #{command}") || abort("\n== Command #{command} failed ==")
|
154
175
|
end
|
155
176
|
end
|
156
177
|
end
|
@@ -164,3 +185,10 @@ if (config_path = Decidim::Webpacker.configuration.configuration_file)
|
|
164
185
|
config_path: Pathname.new(config_path)
|
165
186
|
)
|
166
187
|
end
|
188
|
+
|
189
|
+
# Remove the yarn install prerequisity from assets:precompile
|
190
|
+
Rake::Task["assets:precompile"].prerequisites.delete("webpacker:yarn_install")
|
191
|
+
|
192
|
+
# Add gem overrides path to the beginning in order to override rake tasks
|
193
|
+
# Needed because of a bug in Rails 6.0 (see the overridden task for details)
|
194
|
+
$LOAD_PATH.unshift "#{Gem.loaded_specs["decidim-core"].full_gem_path}/lib/gem_overrides"
|
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.25.0
|
4
|
+
version: 0.25.0
|
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-07
|
13
|
+
date: 2021-10-07 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: active_link_to
|
@@ -762,20 +762,14 @@ dependencies:
|
|
762
762
|
requirements:
|
763
763
|
- - "~>"
|
764
764
|
- !ruby/object:Gem::Version
|
765
|
-
version: 6.0.0.
|
766
|
-
- - "<"
|
767
|
-
- !ruby/object:Gem::Version
|
768
|
-
version: 6.0.0.c
|
765
|
+
version: 6.0.0.rc.5
|
769
766
|
type: :runtime
|
770
767
|
prerelease: false
|
771
768
|
version_requirements: !ruby/object:Gem::Requirement
|
772
769
|
requirements:
|
773
770
|
- - "~>"
|
774
771
|
- !ruby/object:Gem::Version
|
775
|
-
version: 6.0.0.
|
776
|
-
- - "<"
|
777
|
-
- !ruby/object:Gem::Version
|
778
|
-
version: 6.0.0.c
|
772
|
+
version: 6.0.0.rc.5
|
779
773
|
- !ruby/object:Gem::Dependency
|
780
774
|
name: wisper
|
781
775
|
requirement: !ruby/object:Gem::Requirement
|
@@ -796,28 +790,28 @@ dependencies:
|
|
796
790
|
requirements:
|
797
791
|
- - '='
|
798
792
|
- !ruby/object:Gem::Version
|
799
|
-
version: 0.25.0
|
793
|
+
version: 0.25.0
|
800
794
|
type: :runtime
|
801
795
|
prerelease: false
|
802
796
|
version_requirements: !ruby/object:Gem::Requirement
|
803
797
|
requirements:
|
804
798
|
- - '='
|
805
799
|
- !ruby/object:Gem::Version
|
806
|
-
version: 0.25.0
|
800
|
+
version: 0.25.0
|
807
801
|
- !ruby/object:Gem::Dependency
|
808
802
|
name: decidim-dev
|
809
803
|
requirement: !ruby/object:Gem::Requirement
|
810
804
|
requirements:
|
811
805
|
- - '='
|
812
806
|
- !ruby/object:Gem::Version
|
813
|
-
version: 0.25.0
|
807
|
+
version: 0.25.0
|
814
808
|
type: :development
|
815
809
|
prerelease: false
|
816
810
|
version_requirements: !ruby/object:Gem::Requirement
|
817
811
|
requirements:
|
818
812
|
- - '='
|
819
813
|
- !ruby/object:Gem::Version
|
820
|
-
version: 0.25.0
|
814
|
+
version: 0.25.0
|
821
815
|
description: Adds core features so other engines can hook into the framework.
|
822
816
|
email:
|
823
817
|
- josepjaume@gmail.com
|
@@ -1444,6 +1438,7 @@ files:
|
|
1444
1438
|
- app/packs/src/decidim/form_filter.component_for_testing.js
|
1445
1439
|
- app/packs/src/decidim/form_filter.js
|
1446
1440
|
- app/packs/src/decidim/form_validator.js
|
1441
|
+
- app/packs/src/decidim/foundation-datepicker/js/locales/foundation-datepicker.lb.js
|
1447
1442
|
- app/packs/src/decidim/foundation_datepicker_locales.js
|
1448
1443
|
- app/packs/src/decidim/gallery.js
|
1449
1444
|
- app/packs/src/decidim/geocoding.js
|
@@ -1675,6 +1670,7 @@ files:
|
|
1675
1670
|
- app/presenters/decidim/nil_presenter.rb
|
1676
1671
|
- app/presenters/decidim/official_author_presenter.rb
|
1677
1672
|
- app/presenters/decidim/resource_locator_presenter.rb
|
1673
|
+
- app/presenters/decidim/resource_presenter.rb
|
1678
1674
|
- app/presenters/decidim/stats_presenter.rb
|
1679
1675
|
- app/presenters/decidim/user_group_presenter.rb
|
1680
1676
|
- app/presenters/decidim/user_presenter.rb
|
@@ -2004,6 +2000,7 @@ files:
|
|
2004
2000
|
- config/locales/ko-KR.yml
|
2005
2001
|
- config/locales/ko.yml
|
2006
2002
|
- config/locales/lb-LU.yml
|
2003
|
+
- config/locales/lb.yml
|
2007
2004
|
- config/locales/lt-LT.yml
|
2008
2005
|
- config/locales/lt.yml
|
2009
2006
|
- config/locales/lv.yml
|
@@ -2556,6 +2553,7 @@ files:
|
|
2556
2553
|
- lib/decidim/webpacker/webpacker.yml
|
2557
2554
|
- lib/devise/models/decidim_newsletterable.rb
|
2558
2555
|
- lib/devise/models/decidim_validatable.rb
|
2556
|
+
- lib/gem_overrides/rails/tasks/yarn.rake
|
2559
2557
|
- lib/gem_overrides/webpacker/runner.rb
|
2560
2558
|
- lib/premailer/adapter/decidim.rb
|
2561
2559
|
- lib/tasks/decidim_active_storage_migration_tasks.rake
|
@@ -2580,11 +2578,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
2580
2578
|
version: '2.7'
|
2581
2579
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2582
2580
|
requirements:
|
2583
|
-
- - "
|
2581
|
+
- - ">="
|
2584
2582
|
- !ruby/object:Gem::Version
|
2585
|
-
version:
|
2583
|
+
version: '0'
|
2586
2584
|
requirements: []
|
2587
|
-
rubygems_version: 3.1.
|
2585
|
+
rubygems_version: 3.1.2
|
2588
2586
|
signing_key:
|
2589
2587
|
specification_version: 4
|
2590
2588
|
summary: The core of the Decidim framework.
|