alchemy_cms 7.2.7 → 7.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +97 -14
- data/Gemfile +4 -3
- data/Rakefile +1 -0
- data/alchemy_cms.gemspec +7 -7
- data/app/assets/builds/alchemy/admin/print.css +1 -0
- data/app/assets/builds/alchemy/admin/print.css.map +1 -0
- data/app/assets/builds/alchemy/admin.css +1 -0
- data/app/assets/builds/alchemy/admin.css.map +1 -0
- data/app/assets/builds/alchemy/welcome.css +1 -0
- data/app/assets/builds/alchemy/welcome.css.map +1 -0
- data/app/assets/builds/tinymce/skins/content/alchemy/content.css +1 -0
- data/app/assets/builds/tinymce/skins/content/alchemy/content.css.map +1 -0
- data/app/assets/builds/tinymce/skins/content/alchemy/content.min.css +1 -0
- data/app/assets/builds/tinymce/skins/content/alchemy/content.min.css.map +1 -0
- data/app/assets/builds/tinymce/skins/ui/alchemy/skin.css +1 -0
- data/app/assets/builds/tinymce/skins/ui/alchemy/skin.css.map +1 -0
- data/app/assets/builds/tinymce/skins/ui/alchemy/skin.min.css +1 -0
- data/app/assets/builds/tinymce/skins/ui/alchemy/skin.min.css.map +1 -0
- data/app/assets/config/alchemy_manifest.js +1 -5
- data/app/assets/javascripts/alchemy/alchemy.dialog.js.coffee +4 -0
- data/app/assets/stylesheets/alchemy/{_custom-properties.scss → _custom-properties.css} +28 -25
- data/app/assets/stylesheets/alchemy/_deprecated_variables.scss +41 -0
- data/app/assets/stylesheets/alchemy/_deprecation.scss +17 -0
- data/app/assets/stylesheets/alchemy/_extends.scss +1 -1
- data/app/assets/stylesheets/alchemy/_mixins.scss +20 -23
- data/app/assets/stylesheets/alchemy/_variables.scss +98 -94
- data/app/assets/stylesheets/alchemy/{archive.scss → admin/archive.scss} +23 -23
- data/app/assets/stylesheets/alchemy/{attachment-select.scss → admin/attachment-select.scss} +2 -2
- data/app/assets/stylesheets/alchemy/{attachments.scss → admin/attachments.scss} +4 -4
- data/app/assets/stylesheets/alchemy/{base.scss → admin/base.scss} +9 -9
- data/app/assets/stylesheets/alchemy/{buttons.scss → admin/buttons.scss} +3 -3
- data/app/assets/stylesheets/alchemy/{clipboard.scss → admin/clipboard.scss} +9 -6
- data/app/assets/stylesheets/alchemy/{dashboard.scss → admin/dashboard.scss} +8 -8
- data/app/assets/stylesheets/alchemy/{dialogs.scss → admin/dialogs.scss} +20 -20
- data/app/assets/stylesheets/alchemy/{elements.scss → admin/elements.scss} +128 -88
- data/app/assets/stylesheets/alchemy/{errors.scss → admin/errors.scss} +22 -6
- data/app/assets/stylesheets/alchemy/{flash.scss → admin/flash.scss} +3 -3
- data/app/assets/stylesheets/alchemy/{flatpickr.scss → admin/flatpickr.scss} +55 -35
- data/app/assets/stylesheets/alchemy/{form_fields.scss → admin/form_fields.scss} +8 -6
- data/app/assets/stylesheets/alchemy/{forms.scss → admin/forms.scss} +20 -16
- data/app/assets/stylesheets/alchemy/{frame.scss → admin/frame.scss} +9 -9
- data/app/assets/stylesheets/alchemy/{image_library.scss → admin/image_library.scss} +34 -33
- data/app/assets/stylesheets/alchemy/admin/labels.scss +3 -0
- data/app/assets/stylesheets/alchemy/{list_filter.scss → admin/list_filter.scss} +4 -4
- data/app/assets/stylesheets/alchemy/{lists.scss → admin/lists.scss} +9 -7
- data/app/assets/stylesheets/alchemy/{navigation.scss → admin/navigation.scss} +17 -17
- data/app/assets/stylesheets/alchemy/{node-select.scss → admin/node-select.scss} +5 -5
- data/app/assets/stylesheets/alchemy/{nodes.scss → admin/nodes.scss} +11 -11
- data/app/assets/stylesheets/alchemy/{notices.scss → admin/notices.scss} +11 -7
- data/app/assets/stylesheets/alchemy/{page-select.scss → admin/page-select.scss} +10 -10
- data/app/assets/stylesheets/alchemy/{pagination.scss → admin/pagination.scss} +10 -10
- data/app/assets/stylesheets/alchemy/{print.scss → admin/print.scss} +2 -6
- data/app/assets/stylesheets/alchemy/{resource_info.scss → admin/resource_info.scss} +6 -7
- data/app/assets/stylesheets/alchemy/{search.scss → admin/search.scss} +6 -6
- data/app/assets/stylesheets/alchemy/{selects.scss → admin/selects.scss} +46 -39
- data/app/assets/stylesheets/alchemy/{shoelace.scss → admin/shoelace.scss} +10 -10
- data/app/assets/stylesheets/alchemy/{sitemap.scss → admin/sitemap.scss} +18 -19
- data/app/assets/stylesheets/alchemy/{tables.scss → admin/tables.scss} +26 -22
- data/app/assets/stylesheets/alchemy/admin/tags.scss +158 -0
- data/app/assets/stylesheets/alchemy/{toolbar.scss → admin/toolbar.scss} +10 -10
- data/app/assets/stylesheets/alchemy/{typography.scss → admin/typography.scss} +3 -3
- data/app/assets/stylesheets/alchemy/{upload.scss → admin/upload.scss} +1 -1
- data/app/assets/stylesheets/alchemy/admin.scss +40 -45
- data/app/assets/stylesheets/alchemy/welcome.scss +57 -0
- data/app/assets/stylesheets/tinymce/skins/content/alchemy/{content.min.scss → content.scss} +5 -4
- data/app/assets/stylesheets/tinymce/skins/ui/alchemy/{skin.min.scss → skin.scss} +40 -40
- data/app/components/alchemy/admin/resource/action.rb +46 -0
- data/app/components/alchemy/admin/resource/cell.rb +34 -0
- data/app/components/alchemy/admin/resource/header.rb +46 -0
- data/app/components/alchemy/admin/resource/table.rb +153 -0
- data/app/components/alchemy/ingredients/datetime_view.rb +2 -2
- data/app/controllers/alchemy/admin/base_controller.rb +2 -1
- data/app/controllers/alchemy/admin/elements_controller.rb +7 -3
- data/app/controllers/alchemy/admin/legacy_page_urls_controller.rb +1 -1
- data/app/controllers/alchemy/admin/pages_controller.rb +1 -1
- data/app/controllers/alchemy/admin/pictures_controller.rb +2 -2
- data/app/controllers/alchemy/admin/resources_controller.rb +2 -2
- data/app/controllers/alchemy/base_controller.rb +2 -0
- data/app/controllers/concerns/alchemy/admin/uploader_responses.rb +2 -11
- data/app/decorators/alchemy/ingredient_editor.rb +17 -0
- data/app/helpers/alchemy/admin/pages_helper.rb +6 -10
- data/app/helpers/alchemy/base_helper.rb +2 -2
- data/app/helpers/alchemy/elements_block_helper.rb +13 -1
- data/app/helpers/alchemy/pages_helper.rb +2 -2
- data/app/javascript/alchemy_admin/components/element_editor.js +23 -31
- data/app/javascript/alchemy_admin/components/preview_window.js +2 -3
- data/app/javascript/alchemy_admin/picture_selector.js +38 -10
- data/app/models/alchemy/attachment.rb +0 -8
- data/app/models/alchemy/element/dom_id.rb +1 -0
- data/app/models/alchemy/element/element_ingredients.rb +0 -73
- data/app/models/alchemy/element/presenters.rb +4 -1
- data/app/models/alchemy/element.rb +6 -0
- data/app/models/alchemy/elements_repository.rb +2 -2
- data/app/models/alchemy/ingredient_validator.rb +10 -0
- data/app/models/alchemy/page/page_scopes.rb +1 -1
- data/app/models/alchemy/picture.rb +0 -10
- data/app/views/alchemy/admin/attachments/_files_list.html.erb +74 -16
- data/app/views/alchemy/admin/clipboard/index.html.erb +38 -33
- data/app/views/alchemy/admin/dashboard/_dashboard.html.erb +3 -0
- data/app/views/alchemy/admin/dashboard/_left_column.html.erb +4 -0
- data/app/views/alchemy/admin/dashboard/_right_column.html.erb +9 -0
- data/app/views/alchemy/admin/dashboard/_top.html.erb +12 -0
- data/app/views/alchemy/admin/dashboard/index.html.erb +1 -25
- data/app/views/alchemy/admin/elements/_element.html.erb +1 -2
- data/app/views/alchemy/admin/elements/_form.html.erb +1 -1
- data/app/views/alchemy/admin/ingredients/_picture_fields.html.erb +10 -3
- data/app/views/alchemy/admin/ingredients/update.turbo_stream.erb +7 -0
- data/app/views/alchemy/admin/languages/_table.html.erb +16 -42
- data/app/views/alchemy/admin/nodes/_form.html.erb +1 -1
- data/app/views/alchemy/admin/pages/_table.html.erb +92 -27
- data/app/views/alchemy/admin/pages/edit.html.erb +6 -8
- data/app/views/alchemy/admin/pages/index.html.erb +0 -4
- data/app/views/alchemy/admin/pictures/_form.html.erb +14 -12
- data/app/views/alchemy/admin/pictures/index.html.erb +1 -11
- data/app/views/alchemy/admin/pictures/update.turbo_stream.erb +6 -0
- data/app/views/alchemy/admin/resources/_resource_table.html.erb +3 -0
- data/app/views/alchemy/admin/resources/_table.html.erb +2 -0
- data/app/views/alchemy/admin/resources/index.html.erb +1 -1
- data/app/views/alchemy/admin/sites/index.html.erb +1 -1
- data/app/views/alchemy/admin/styleguide/index.html.erb +0 -4
- data/app/views/alchemy/admin/tags/index.html.erb +15 -14
- data/app/views/alchemy/base/403.html.erb +6 -0
- data/app/views/alchemy/base/500.html.erb +14 -12
- data/app/views/alchemy/ingredients/_datetime_editor.html.erb +13 -11
- data/app/views/alchemy/ingredients/_headline_editor.html.erb +29 -22
- data/app/views/alchemy/ingredients/_link_editor.html.erb +17 -11
- data/app/views/alchemy/ingredients/_page_editor.html.erb +1 -0
- data/app/views/alchemy/ingredients/_picture_editor.html.erb +3 -4
- data/app/views/alchemy/ingredients/_richtext_editor.html.erb +5 -1
- data/app/views/alchemy/ingredients/_select_editor.html.erb +2 -1
- data/app/views/alchemy/ingredients/_text_editor.html.erb +20 -14
- data/app/views/alchemy/ingredients/shared/_picture_css_class.html.erb +6 -0
- data/app/views/layouts/alchemy/admin.html.erb +4 -2
- data/bin/setup +2 -0
- data/bin/start +1 -1
- data/bun.lockb +0 -0
- data/config/alchemy/config.yml +9 -0
- data/config/locales/alchemy.en.yml +8 -29
- data/config/routes.rb +22 -22
- data/lib/alchemy/config.rb +3 -3
- data/lib/alchemy/install/tasks.rb +5 -2
- data/lib/alchemy/resources_helper.rb +3 -1
- data/lib/alchemy/test_support/capybara_helpers.rb +8 -5
- data/lib/alchemy/test_support/shared_uploader_examples.rb +0 -1
- data/lib/alchemy/upgrader/seven_point_three.rb +52 -0
- data/lib/alchemy/version.rb +1 -1
- data/lib/alchemy_cms.rb +1 -1
- data/lib/generators/alchemy/install/files/article.css +25 -0
- data/lib/generators/alchemy/install/files/custom.css +4 -0
- data/lib/generators/alchemy/install/install_generator.rb +6 -6
- data/lib/tasks/alchemy/upgrade.rake +29 -1
- data/vendor/assets/stylesheets/alchemy_admin/select2.css +1 -0
- data/vendor/assets/stylesheets/jquery.Jcrop.min.css +2 -0
- data/vendor/javascript/shoelace.min.js +62 -63
- data/vendor/javascript/tinymce.min.js +1 -1
- metadata +132 -105
- data/app/assets/images/alchemy/lupe.cur +0 -0
- data/app/assets/stylesheets/alchemy/labels.scss +0 -3
- data/app/assets/stylesheets/alchemy/tags.scss +0 -155
- data/app/assets/stylesheets/alchemy/welcome.sass +0 -49
- data/app/views/alchemy/admin/attachments/_attachment.html.erb +0 -81
- data/app/views/alchemy/admin/languages/_language.html.erb +0 -50
- data/app/views/alchemy/admin/pages/_table_row.html.erb +0 -111
- data/app/views/alchemy/admin/pages/list/_table.html.erb +0 -31
- data/app/views/alchemy/admin/pictures/update.js.erb +0 -6
- data/app/views/alchemy/admin/tags/_tag.html.erb +0 -32
- data/app/views/alchemy/base/update.js.erb +0 -5
- data/lib/generators/alchemy/install/files/all.css +0 -11
- data/lib/generators/alchemy/install/files/article.scss +0 -30
- data/package.json +0 -52
- data/vendor/assets/stylesheets/alchemy_admin/select2.scss +0 -741
- data/vendor/assets/stylesheets/jquery.Jcrop.min.scss +0 -2
- /data/app/assets/stylesheets/alchemy/{fonts.scss → _fonts.scss} +0 -0
- /data/app/assets/stylesheets/alchemy/{hints.scss → admin/hints.scss} +0 -0
- /data/app/assets/stylesheets/alchemy/{icons.scss → admin/icons.scss} +0 -0
- /data/app/assets/stylesheets/alchemy/{images.scss → admin/images.scss} +0 -0
- /data/app/assets/stylesheets/alchemy/{preview_window.scss → admin/preview_window.scss} +0 -0
- /data/app/assets/stylesheets/alchemy/{spinner.scss → admin/spinner.scss} +0 -0
- /data/app/views/alchemy/admin/dashboard/{_locked_pages.html.erb → widgets/_locked_pages.html.erb} +0 -0
- /data/app/views/alchemy/admin/dashboard/{_recent_pages.html.erb → widgets/_recent_pages.html.erb} +0 -0
- /data/app/views/alchemy/admin/dashboard/{_sites.html.erb → widgets/_sites.html.erb} +0 -0
- /data/app/views/alchemy/admin/dashboard/{_users.html.erb → widgets/_users.html.erb} +0 -0
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alchemy_cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.
|
4
|
+
version: 7.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thomas von Deyen
|
@@ -13,7 +13,7 @@ authors:
|
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
|
-
date: 2024-
|
16
|
+
date: 2024-09-11 00:00:00.000000000 Z
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
19
19
|
name: actionmailer
|
@@ -24,7 +24,7 @@ dependencies:
|
|
24
24
|
version: '7.0'
|
25
25
|
- - "<"
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: '7.
|
27
|
+
version: '7.3'
|
28
28
|
type: :runtime
|
29
29
|
prerelease: false
|
30
30
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -34,7 +34,7 @@ dependencies:
|
|
34
34
|
version: '7.0'
|
35
35
|
- - "<"
|
36
36
|
- !ruby/object:Gem::Version
|
37
|
-
version: '7.
|
37
|
+
version: '7.3'
|
38
38
|
- !ruby/object:Gem::Dependency
|
39
39
|
name: actionpack
|
40
40
|
requirement: !ruby/object:Gem::Requirement
|
@@ -44,7 +44,7 @@ dependencies:
|
|
44
44
|
version: '7.0'
|
45
45
|
- - "<"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: '7.
|
47
|
+
version: '7.3'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -54,7 +54,7 @@ dependencies:
|
|
54
54
|
version: '7.0'
|
55
55
|
- - "<"
|
56
56
|
- !ruby/object:Gem::Version
|
57
|
-
version: '7.
|
57
|
+
version: '7.3'
|
58
58
|
- !ruby/object:Gem::Dependency
|
59
59
|
name: actionview
|
60
60
|
requirement: !ruby/object:Gem::Requirement
|
@@ -64,7 +64,7 @@ dependencies:
|
|
64
64
|
version: '7.0'
|
65
65
|
- - "<"
|
66
66
|
- !ruby/object:Gem::Version
|
67
|
-
version: '7.
|
67
|
+
version: '7.3'
|
68
68
|
type: :runtime
|
69
69
|
prerelease: false
|
70
70
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -74,7 +74,7 @@ dependencies:
|
|
74
74
|
version: '7.0'
|
75
75
|
- - "<"
|
76
76
|
- !ruby/object:Gem::Version
|
77
|
-
version: '7.
|
77
|
+
version: '7.3'
|
78
78
|
- !ruby/object:Gem::Dependency
|
79
79
|
name: activejob
|
80
80
|
requirement: !ruby/object:Gem::Requirement
|
@@ -84,7 +84,7 @@ dependencies:
|
|
84
84
|
version: '7.0'
|
85
85
|
- - "<"
|
86
86
|
- !ruby/object:Gem::Version
|
87
|
-
version: '7.
|
87
|
+
version: '7.3'
|
88
88
|
type: :runtime
|
89
89
|
prerelease: false
|
90
90
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -94,7 +94,7 @@ dependencies:
|
|
94
94
|
version: '7.0'
|
95
95
|
- - "<"
|
96
96
|
- !ruby/object:Gem::Version
|
97
|
-
version: '7.
|
97
|
+
version: '7.3'
|
98
98
|
- !ruby/object:Gem::Dependency
|
99
99
|
name: activemodel
|
100
100
|
requirement: !ruby/object:Gem::Requirement
|
@@ -104,7 +104,7 @@ dependencies:
|
|
104
104
|
version: '7.0'
|
105
105
|
- - "<"
|
106
106
|
- !ruby/object:Gem::Version
|
107
|
-
version: '7.
|
107
|
+
version: '7.3'
|
108
108
|
type: :runtime
|
109
109
|
prerelease: false
|
110
110
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -114,7 +114,7 @@ dependencies:
|
|
114
114
|
version: '7.0'
|
115
115
|
- - "<"
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: '7.
|
117
|
+
version: '7.3'
|
118
118
|
- !ruby/object:Gem::Dependency
|
119
119
|
name: activerecord
|
120
120
|
requirement: !ruby/object:Gem::Requirement
|
@@ -124,7 +124,7 @@ dependencies:
|
|
124
124
|
version: '7.0'
|
125
125
|
- - "<"
|
126
126
|
- !ruby/object:Gem::Version
|
127
|
-
version: '7.
|
127
|
+
version: '7.3'
|
128
128
|
type: :runtime
|
129
129
|
prerelease: false
|
130
130
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -134,7 +134,7 @@ dependencies:
|
|
134
134
|
version: '7.0'
|
135
135
|
- - "<"
|
136
136
|
- !ruby/object:Gem::Version
|
137
|
-
version: '7.
|
137
|
+
version: '7.3'
|
138
138
|
- !ruby/object:Gem::Dependency
|
139
139
|
name: activesupport
|
140
140
|
requirement: !ruby/object:Gem::Requirement
|
@@ -144,7 +144,7 @@ dependencies:
|
|
144
144
|
version: '7.0'
|
145
145
|
- - "<"
|
146
146
|
- !ruby/object:Gem::Version
|
147
|
-
version: '7.
|
147
|
+
version: '7.3'
|
148
148
|
type: :runtime
|
149
149
|
prerelease: false
|
150
150
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -154,7 +154,7 @@ dependencies:
|
|
154
154
|
version: '7.0'
|
155
155
|
- - "<"
|
156
156
|
- !ruby/object:Gem::Version
|
157
|
-
version: '7.
|
157
|
+
version: '7.3'
|
158
158
|
- !ruby/object:Gem::Dependency
|
159
159
|
name: railties
|
160
160
|
requirement: !ruby/object:Gem::Requirement
|
@@ -164,7 +164,7 @@ dependencies:
|
|
164
164
|
version: '7.0'
|
165
165
|
- - "<"
|
166
166
|
- !ruby/object:Gem::Version
|
167
|
-
version: '7.
|
167
|
+
version: '7.3'
|
168
168
|
type: :runtime
|
169
169
|
prerelease: false
|
170
170
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -174,7 +174,7 @@ dependencies:
|
|
174
174
|
version: '7.0'
|
175
175
|
- - "<"
|
176
176
|
- !ruby/object:Gem::Version
|
177
|
-
version: '7.
|
177
|
+
version: '7.3'
|
178
178
|
- !ruby/object:Gem::Dependency
|
179
179
|
name: active_model_serializers
|
180
180
|
requirement: !ruby/object:Gem::Requirement
|
@@ -216,6 +216,9 @@ dependencies:
|
|
216
216
|
- - "~>"
|
217
217
|
- !ruby/object:Gem::Version
|
218
218
|
version: '3.1'
|
219
|
+
- - ">="
|
220
|
+
- !ruby/object:Gem::Version
|
221
|
+
version: 3.7.0
|
219
222
|
type: :runtime
|
220
223
|
prerelease: false
|
221
224
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -223,6 +226,9 @@ dependencies:
|
|
223
226
|
- - "~>"
|
224
227
|
- !ruby/object:Gem::Version
|
225
228
|
version: '3.1'
|
229
|
+
- - ">="
|
230
|
+
- !ruby/object:Gem::Version
|
231
|
+
version: 3.7.0
|
226
232
|
- !ruby/object:Gem::Dependency
|
227
233
|
name: cancancan
|
228
234
|
requirement: !ruby/object:Gem::Requirement
|
@@ -263,6 +269,20 @@ dependencies:
|
|
263
269
|
- - "<"
|
264
270
|
- !ruby/object:Gem::Version
|
265
271
|
version: '6.0'
|
272
|
+
- !ruby/object:Gem::Dependency
|
273
|
+
name: csv
|
274
|
+
requirement: !ruby/object:Gem::Requirement
|
275
|
+
requirements:
|
276
|
+
- - "~>"
|
277
|
+
- !ruby/object:Gem::Version
|
278
|
+
version: '3.3'
|
279
|
+
type: :runtime
|
280
|
+
prerelease: false
|
281
|
+
version_requirements: !ruby/object:Gem::Requirement
|
282
|
+
requirements:
|
283
|
+
- - "~>"
|
284
|
+
- !ruby/object:Gem::Version
|
285
|
+
version: '3.3'
|
266
286
|
- !ruby/object:Gem::Dependency
|
267
287
|
name: dragonfly
|
268
288
|
requirement: !ruby/object:Gem::Requirement
|
@@ -413,20 +433,6 @@ dependencies:
|
|
413
433
|
- - "<"
|
414
434
|
- !ruby/object:Gem::Version
|
415
435
|
version: '5.0'
|
416
|
-
- !ruby/object:Gem::Dependency
|
417
|
-
name: sassc-rails
|
418
|
-
requirement: !ruby/object:Gem::Requirement
|
419
|
-
requirements:
|
420
|
-
- - "~>"
|
421
|
-
- !ruby/object:Gem::Version
|
422
|
-
version: '2.1'
|
423
|
-
type: :runtime
|
424
|
-
prerelease: false
|
425
|
-
version_requirements: !ruby/object:Gem::Requirement
|
426
|
-
requirements:
|
427
|
-
- - "~>"
|
428
|
-
- !ruby/object:Gem::Version
|
429
|
-
version: '2.1'
|
430
436
|
- !ruby/object:Gem::Dependency
|
431
437
|
name: simple_form
|
432
438
|
requirement: !ruby/object:Gem::Requirement
|
@@ -448,25 +454,25 @@ dependencies:
|
|
448
454
|
- !ruby/object:Gem::Version
|
449
455
|
version: '6'
|
450
456
|
- !ruby/object:Gem::Dependency
|
451
|
-
name: sprockets
|
457
|
+
name: sprockets-rails
|
452
458
|
requirement: !ruby/object:Gem::Requirement
|
453
459
|
requirements:
|
454
460
|
- - ">="
|
455
461
|
- !ruby/object:Gem::Version
|
456
|
-
version: '3.
|
462
|
+
version: '3.5'
|
457
463
|
- - "<"
|
458
464
|
- !ruby/object:Gem::Version
|
459
|
-
version: '
|
465
|
+
version: '4'
|
460
466
|
type: :runtime
|
461
467
|
prerelease: false
|
462
468
|
version_requirements: !ruby/object:Gem::Requirement
|
463
469
|
requirements:
|
464
470
|
- - ">="
|
465
471
|
- !ruby/object:Gem::Version
|
466
|
-
version: '3.
|
472
|
+
version: '3.5'
|
467
473
|
- - "<"
|
468
474
|
- !ruby/object:Gem::Version
|
469
|
-
version: '
|
475
|
+
version: '4'
|
470
476
|
- !ruby/object:Gem::Dependency
|
471
477
|
name: turbo-rails
|
472
478
|
requirement: !ruby/object:Gem::Requirement
|
@@ -603,16 +609,16 @@ dependencies:
|
|
603
609
|
name: rspec-rails
|
604
610
|
requirement: !ruby/object:Gem::Requirement
|
605
611
|
requirements:
|
606
|
-
- - "
|
612
|
+
- - "~>"
|
607
613
|
- !ruby/object:Gem::Version
|
608
|
-
version:
|
614
|
+
version: '6.1'
|
609
615
|
type: :development
|
610
616
|
prerelease: false
|
611
617
|
version_requirements: !ruby/object:Gem::Requirement
|
612
618
|
requirements:
|
613
|
-
- - "
|
619
|
+
- - "~>"
|
614
620
|
- !ruby/object:Gem::Version
|
615
|
-
version:
|
621
|
+
version: '6.1'
|
616
622
|
- !ruby/object:Gem::Dependency
|
617
623
|
name: simplecov
|
618
624
|
requirement: !ruby/object:Gem::Requirement
|
@@ -699,13 +705,26 @@ files:
|
|
699
705
|
- Rakefile
|
700
706
|
- SECURITY.md
|
701
707
|
- alchemy_cms.gemspec
|
708
|
+
- app/assets/builds/alchemy/admin.css
|
709
|
+
- app/assets/builds/alchemy/admin.css.map
|
710
|
+
- app/assets/builds/alchemy/admin/print.css
|
711
|
+
- app/assets/builds/alchemy/admin/print.css.map
|
712
|
+
- app/assets/builds/alchemy/welcome.css
|
713
|
+
- app/assets/builds/alchemy/welcome.css.map
|
714
|
+
- app/assets/builds/tinymce/skins/content/alchemy/content.css
|
715
|
+
- app/assets/builds/tinymce/skins/content/alchemy/content.css.map
|
716
|
+
- app/assets/builds/tinymce/skins/content/alchemy/content.min.css
|
717
|
+
- app/assets/builds/tinymce/skins/content/alchemy/content.min.css.map
|
718
|
+
- app/assets/builds/tinymce/skins/ui/alchemy/skin.css
|
719
|
+
- app/assets/builds/tinymce/skins/ui/alchemy/skin.css.map
|
720
|
+
- app/assets/builds/tinymce/skins/ui/alchemy/skin.min.css
|
721
|
+
- app/assets/builds/tinymce/skins/ui/alchemy/skin.min.css.map
|
702
722
|
- app/assets/config/alchemy_manifest.js
|
703
723
|
- app/assets/images/alchemy/alchemy-logo.png
|
704
724
|
- app/assets/images/alchemy/alchemy-logo.svg
|
705
725
|
- app/assets/images/alchemy/favicon.ico
|
706
726
|
- app/assets/images/alchemy/icon-white.svg
|
707
727
|
- app/assets/images/alchemy/icon.svg
|
708
|
-
- app/assets/images/alchemy/lupe.cur
|
709
728
|
- app/assets/images/alchemy/missing-image.svg
|
710
729
|
- app/assets/javascripts/alchemy/admin.js
|
711
730
|
- app/assets/javascripts/alchemy/alchemy.dialog.js.coffee
|
@@ -717,56 +736,58 @@ files:
|
|
717
736
|
- app/assets/javascripts/alchemy/templates/page_folder.hbs
|
718
737
|
- app/assets/javascripts/tinymce/icons/remixicons/icons.js
|
719
738
|
- app/assets/javascripts/tinymce/plugins/alchemy_link/plugin.min.js
|
720
|
-
- app/assets/stylesheets/alchemy/_custom-properties.
|
739
|
+
- app/assets/stylesheets/alchemy/_custom-properties.css
|
721
740
|
- app/assets/stylesheets/alchemy/_defaults.scss
|
741
|
+
- app/assets/stylesheets/alchemy/_deprecated_variables.scss
|
742
|
+
- app/assets/stylesheets/alchemy/_deprecation.scss
|
722
743
|
- app/assets/stylesheets/alchemy/_extends.scss
|
744
|
+
- app/assets/stylesheets/alchemy/_fonts.scss
|
723
745
|
- app/assets/stylesheets/alchemy/_mixins.scss
|
724
746
|
- app/assets/stylesheets/alchemy/_variables.scss
|
725
747
|
- app/assets/stylesheets/alchemy/admin.scss
|
726
|
-
- app/assets/stylesheets/alchemy/archive.scss
|
727
|
-
- app/assets/stylesheets/alchemy/attachment-select.scss
|
728
|
-
- app/assets/stylesheets/alchemy/attachments.scss
|
729
|
-
- app/assets/stylesheets/alchemy/base.scss
|
730
|
-
- app/assets/stylesheets/alchemy/buttons.scss
|
731
|
-
- app/assets/stylesheets/alchemy/clipboard.scss
|
732
|
-
- app/assets/stylesheets/alchemy/dashboard.scss
|
733
|
-
- app/assets/stylesheets/alchemy/dialogs.scss
|
734
|
-
- app/assets/stylesheets/alchemy/elements.scss
|
735
|
-
- app/assets/stylesheets/alchemy/errors.scss
|
736
|
-
- app/assets/stylesheets/alchemy/flash.scss
|
737
|
-
- app/assets/stylesheets/alchemy/flatpickr.scss
|
738
|
-
- app/assets/stylesheets/alchemy/
|
739
|
-
- app/assets/stylesheets/alchemy/
|
740
|
-
- app/assets/stylesheets/alchemy/
|
741
|
-
- app/assets/stylesheets/alchemy/
|
742
|
-
- app/assets/stylesheets/alchemy/
|
743
|
-
- app/assets/stylesheets/alchemy/
|
744
|
-
- app/assets/stylesheets/alchemy/
|
745
|
-
- app/assets/stylesheets/alchemy/
|
746
|
-
- app/assets/stylesheets/alchemy/
|
747
|
-
- app/assets/stylesheets/alchemy/
|
748
|
-
- app/assets/stylesheets/alchemy/
|
749
|
-
- app/assets/stylesheets/alchemy/
|
750
|
-
- app/assets/stylesheets/alchemy/
|
751
|
-
- app/assets/stylesheets/alchemy/
|
752
|
-
- app/assets/stylesheets/alchemy/
|
753
|
-
- app/assets/stylesheets/alchemy/
|
754
|
-
- app/assets/stylesheets/alchemy/
|
755
|
-
- app/assets/stylesheets/alchemy/
|
756
|
-
- app/assets/stylesheets/alchemy/
|
757
|
-
- app/assets/stylesheets/alchemy/
|
758
|
-
- app/assets/stylesheets/alchemy/
|
759
|
-
- app/assets/stylesheets/alchemy/
|
760
|
-
- app/assets/stylesheets/alchemy/
|
761
|
-
- app/assets/stylesheets/alchemy/
|
762
|
-
- app/assets/stylesheets/alchemy/
|
763
|
-
- app/assets/stylesheets/alchemy/
|
764
|
-
- app/assets/stylesheets/alchemy/
|
765
|
-
- app/assets/stylesheets/alchemy/
|
766
|
-
- app/assets/stylesheets/alchemy/
|
767
|
-
- app/assets/stylesheets/alchemy/
|
768
|
-
- app/assets/stylesheets/alchemy/
|
769
|
-
- app/assets/stylesheets/tinymce/skins/content/alchemy/content.min.scss
|
748
|
+
- app/assets/stylesheets/alchemy/admin/archive.scss
|
749
|
+
- app/assets/stylesheets/alchemy/admin/attachment-select.scss
|
750
|
+
- app/assets/stylesheets/alchemy/admin/attachments.scss
|
751
|
+
- app/assets/stylesheets/alchemy/admin/base.scss
|
752
|
+
- app/assets/stylesheets/alchemy/admin/buttons.scss
|
753
|
+
- app/assets/stylesheets/alchemy/admin/clipboard.scss
|
754
|
+
- app/assets/stylesheets/alchemy/admin/dashboard.scss
|
755
|
+
- app/assets/stylesheets/alchemy/admin/dialogs.scss
|
756
|
+
- app/assets/stylesheets/alchemy/admin/elements.scss
|
757
|
+
- app/assets/stylesheets/alchemy/admin/errors.scss
|
758
|
+
- app/assets/stylesheets/alchemy/admin/flash.scss
|
759
|
+
- app/assets/stylesheets/alchemy/admin/flatpickr.scss
|
760
|
+
- app/assets/stylesheets/alchemy/admin/form_fields.scss
|
761
|
+
- app/assets/stylesheets/alchemy/admin/forms.scss
|
762
|
+
- app/assets/stylesheets/alchemy/admin/frame.scss
|
763
|
+
- app/assets/stylesheets/alchemy/admin/hints.scss
|
764
|
+
- app/assets/stylesheets/alchemy/admin/icons.scss
|
765
|
+
- app/assets/stylesheets/alchemy/admin/image_library.scss
|
766
|
+
- app/assets/stylesheets/alchemy/admin/images.scss
|
767
|
+
- app/assets/stylesheets/alchemy/admin/labels.scss
|
768
|
+
- app/assets/stylesheets/alchemy/admin/list_filter.scss
|
769
|
+
- app/assets/stylesheets/alchemy/admin/lists.scss
|
770
|
+
- app/assets/stylesheets/alchemy/admin/navigation.scss
|
771
|
+
- app/assets/stylesheets/alchemy/admin/node-select.scss
|
772
|
+
- app/assets/stylesheets/alchemy/admin/nodes.scss
|
773
|
+
- app/assets/stylesheets/alchemy/admin/notices.scss
|
774
|
+
- app/assets/stylesheets/alchemy/admin/page-select.scss
|
775
|
+
- app/assets/stylesheets/alchemy/admin/pagination.scss
|
776
|
+
- app/assets/stylesheets/alchemy/admin/preview_window.scss
|
777
|
+
- app/assets/stylesheets/alchemy/admin/print.scss
|
778
|
+
- app/assets/stylesheets/alchemy/admin/resource_info.scss
|
779
|
+
- app/assets/stylesheets/alchemy/admin/search.scss
|
780
|
+
- app/assets/stylesheets/alchemy/admin/selects.scss
|
781
|
+
- app/assets/stylesheets/alchemy/admin/shoelace.scss
|
782
|
+
- app/assets/stylesheets/alchemy/admin/sitemap.scss
|
783
|
+
- app/assets/stylesheets/alchemy/admin/spinner.scss
|
784
|
+
- app/assets/stylesheets/alchemy/admin/tables.scss
|
785
|
+
- app/assets/stylesheets/alchemy/admin/tags.scss
|
786
|
+
- app/assets/stylesheets/alchemy/admin/toolbar.scss
|
787
|
+
- app/assets/stylesheets/alchemy/admin/typography.scss
|
788
|
+
- app/assets/stylesheets/alchemy/admin/upload.scss
|
789
|
+
- app/assets/stylesheets/alchemy/welcome.scss
|
790
|
+
- app/assets/stylesheets/tinymce/skins/content/alchemy/content.scss
|
770
791
|
- app/assets/stylesheets/tinymce/skins/skintool.json
|
771
792
|
- app/assets/stylesheets/tinymce/skins/ui/alchemy/content.css
|
772
793
|
- app/assets/stylesheets/tinymce/skins/ui/alchemy/content.inline.css
|
@@ -775,9 +796,9 @@ files:
|
|
775
796
|
- app/assets/stylesheets/tinymce/skins/ui/alchemy/content.mobile.css
|
776
797
|
- app/assets/stylesheets/tinymce/skins/ui/alchemy/content.mobile.min.css
|
777
798
|
- app/assets/stylesheets/tinymce/skins/ui/alchemy/fonts/tinymce-mobile.woff
|
778
|
-
- app/assets/stylesheets/tinymce/skins/ui/alchemy/skin.min.scss
|
779
799
|
- app/assets/stylesheets/tinymce/skins/ui/alchemy/skin.mobile.css
|
780
800
|
- app/assets/stylesheets/tinymce/skins/ui/alchemy/skin.mobile.min.css
|
801
|
+
- app/assets/stylesheets/tinymce/skins/ui/alchemy/skin.scss
|
781
802
|
- app/components/alchemy/admin/attachment_select.rb
|
782
803
|
- app/components/alchemy/admin/icon.rb
|
783
804
|
- app/components/alchemy/admin/link_dialog/anchor_tab.rb
|
@@ -790,6 +811,10 @@ files:
|
|
790
811
|
- app/components/alchemy/admin/message.rb
|
791
812
|
- app/components/alchemy/admin/node_select.rb
|
792
813
|
- app/components/alchemy/admin/page_select.rb
|
814
|
+
- app/components/alchemy/admin/resource/action.rb
|
815
|
+
- app/components/alchemy/admin/resource/cell.rb
|
816
|
+
- app/components/alchemy/admin/resource/header.rb
|
817
|
+
- app/components/alchemy/admin/resource/table.rb
|
793
818
|
- app/components/alchemy/admin/tags_autocomplete.rb
|
794
819
|
- app/components/alchemy/admin/toolbar_button.rb
|
795
820
|
- app/components/alchemy/ingredients/audio_view.rb
|
@@ -1010,7 +1035,6 @@ files:
|
|
1010
1035
|
- app/views/alchemy/_menubar.html.erb
|
1011
1036
|
- app/views/alchemy/_preview_mode_code.html.erb
|
1012
1037
|
- app/views/alchemy/admin/attachments/_archive_overlay.html.erb
|
1013
|
-
- app/views/alchemy/admin/attachments/_attachment.html.erb
|
1014
1038
|
- app/views/alchemy/admin/attachments/_file_to_assign.html.erb
|
1015
1039
|
- app/views/alchemy/admin/attachments/_files_list.html.erb
|
1016
1040
|
- app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
|
@@ -1027,13 +1051,17 @@ files:
|
|
1027
1051
|
- app/views/alchemy/admin/clipboard/insert.js.erb
|
1028
1052
|
- app/views/alchemy/admin/clipboard/remove.js.erb
|
1029
1053
|
- app/views/alchemy/admin/crop.html.erb
|
1030
|
-
- app/views/alchemy/admin/dashboard/
|
1031
|
-
- app/views/alchemy/admin/dashboard/
|
1032
|
-
- app/views/alchemy/admin/dashboard/
|
1033
|
-
- app/views/alchemy/admin/dashboard/
|
1054
|
+
- app/views/alchemy/admin/dashboard/_dashboard.html.erb
|
1055
|
+
- app/views/alchemy/admin/dashboard/_left_column.html.erb
|
1056
|
+
- app/views/alchemy/admin/dashboard/_right_column.html.erb
|
1057
|
+
- app/views/alchemy/admin/dashboard/_top.html.erb
|
1034
1058
|
- app/views/alchemy/admin/dashboard/help.html.erb
|
1035
1059
|
- app/views/alchemy/admin/dashboard/index.html.erb
|
1036
1060
|
- app/views/alchemy/admin/dashboard/info.html.erb
|
1061
|
+
- app/views/alchemy/admin/dashboard/widgets/_locked_pages.html.erb
|
1062
|
+
- app/views/alchemy/admin/dashboard/widgets/_recent_pages.html.erb
|
1063
|
+
- app/views/alchemy/admin/dashboard/widgets/_sites.html.erb
|
1064
|
+
- app/views/alchemy/admin/dashboard/widgets/_users.html.erb
|
1037
1065
|
- app/views/alchemy/admin/elements/_add_nested_element_form.html.erb
|
1038
1066
|
- app/views/alchemy/admin/elements/_element.html.erb
|
1039
1067
|
- app/views/alchemy/admin/elements/_footer.html.erb
|
@@ -1053,7 +1081,6 @@ files:
|
|
1053
1081
|
- app/views/alchemy/admin/ingredients/edit.html.erb
|
1054
1082
|
- app/views/alchemy/admin/ingredients/update.turbo_stream.erb
|
1055
1083
|
- app/views/alchemy/admin/languages/_form.html.erb
|
1056
|
-
- app/views/alchemy/admin/languages/_language.html.erb
|
1057
1084
|
- app/views/alchemy/admin/languages/_table.html.erb
|
1058
1085
|
- app/views/alchemy/admin/languages/edit.html.erb
|
1059
1086
|
- app/views/alchemy/admin/languages/index.html.erb
|
@@ -1095,14 +1122,12 @@ files:
|
|
1095
1122
|
- app/views/alchemy/admin/pages/_publication_fields.html.erb
|
1096
1123
|
- app/views/alchemy/admin/pages/_sitemap.html.erb
|
1097
1124
|
- app/views/alchemy/admin/pages/_table.html.erb
|
1098
|
-
- app/views/alchemy/admin/pages/_table_row.html.erb
|
1099
1125
|
- app/views/alchemy/admin/pages/_toolbar.html.erb
|
1100
1126
|
- app/views/alchemy/admin/pages/configure.html.erb
|
1101
1127
|
- app/views/alchemy/admin/pages/edit.html.erb
|
1102
1128
|
- app/views/alchemy/admin/pages/flush.js.erb
|
1103
1129
|
- app/views/alchemy/admin/pages/index.html.erb
|
1104
1130
|
- app/views/alchemy/admin/pages/info.html.erb
|
1105
|
-
- app/views/alchemy/admin/pages/list/_table.html.erb
|
1106
1131
|
- app/views/alchemy/admin/pages/locked.html.erb
|
1107
1132
|
- app/views/alchemy/admin/pages/new.html.erb
|
1108
1133
|
- app/views/alchemy/admin/pages/show.html.erb
|
@@ -1134,12 +1159,13 @@ files:
|
|
1134
1159
|
- app/views/alchemy/admin/pictures/index.html.erb
|
1135
1160
|
- app/views/alchemy/admin/pictures/index.js.erb
|
1136
1161
|
- app/views/alchemy/admin/pictures/show.html.erb
|
1137
|
-
- app/views/alchemy/admin/pictures/update.
|
1162
|
+
- app/views/alchemy/admin/pictures/update.turbo_stream.erb
|
1138
1163
|
- app/views/alchemy/admin/resources/_filter.html.erb
|
1139
1164
|
- app/views/alchemy/admin/resources/_filter_bar.html.erb
|
1140
1165
|
- app/views/alchemy/admin/resources/_form.html.erb
|
1141
1166
|
- app/views/alchemy/admin/resources/_per_page_select.html.erb
|
1142
1167
|
- app/views/alchemy/admin/resources/_resource.html.erb
|
1168
|
+
- app/views/alchemy/admin/resources/_resource_table.html.erb
|
1143
1169
|
- app/views/alchemy/admin/resources/_table.html.erb
|
1144
1170
|
- app/views/alchemy/admin/resources/_table_header.html.erb
|
1145
1171
|
- app/views/alchemy/admin/resources/_tag_list.html.erb
|
@@ -1153,7 +1179,6 @@ files:
|
|
1153
1179
|
- app/views/alchemy/admin/sites/new.html.erb
|
1154
1180
|
- app/views/alchemy/admin/styleguide/index.html.erb
|
1155
1181
|
- app/views/alchemy/admin/tags/_radio_tag.html.erb
|
1156
|
-
- app/views/alchemy/admin/tags/_tag.html.erb
|
1157
1182
|
- app/views/alchemy/admin/tags/edit.html.erb
|
1158
1183
|
- app/views/alchemy/admin/tags/index.html.erb
|
1159
1184
|
- app/views/alchemy/admin/tags/new.html.erb
|
@@ -1161,12 +1186,12 @@ files:
|
|
1161
1186
|
- app/views/alchemy/admin/uploader/_button.html.erb
|
1162
1187
|
- app/views/alchemy/admin/uploader/_setup.html.erb
|
1163
1188
|
- app/views/alchemy/attachments/show.html.erb
|
1189
|
+
- app/views/alchemy/base/403.html.erb
|
1164
1190
|
- app/views/alchemy/base/500.html.erb
|
1165
1191
|
- app/views/alchemy/base/error_notice.html.erb
|
1166
1192
|
- app/views/alchemy/base/error_notice.js.erb
|
1167
1193
|
- app/views/alchemy/base/permission_denied.js.erb
|
1168
1194
|
- app/views/alchemy/base/redirect.js.erb
|
1169
|
-
- app/views/alchemy/base/update.js.erb
|
1170
1195
|
- app/views/alchemy/breadcrumb/_page.html.erb
|
1171
1196
|
- app/views/alchemy/breadcrumb/_separator.html.erb
|
1172
1197
|
- app/views/alchemy/breadcrumb/_wrapper.html.erb
|
@@ -1203,6 +1228,7 @@ files:
|
|
1203
1228
|
- app/views/alchemy/ingredients/_video_view.html.erb
|
1204
1229
|
- app/views/alchemy/ingredients/shared/_anchor.html.erb
|
1205
1230
|
- app/views/alchemy/ingredients/shared/_link_tools.html.erb
|
1231
|
+
- app/views/alchemy/ingredients/shared/_picture_css_class.html.erb
|
1206
1232
|
- app/views/alchemy/ingredients/shared/_picture_tools.html.erb
|
1207
1233
|
- app/views/alchemy/language_links/_language.html.erb
|
1208
1234
|
- app/views/alchemy/language_links/_spacer.html.erb
|
@@ -1229,6 +1255,7 @@ files:
|
|
1229
1255
|
- bin/rspec
|
1230
1256
|
- bin/setup
|
1231
1257
|
- bin/start
|
1258
|
+
- bun.lockb
|
1232
1259
|
- bundles/shoelace.js
|
1233
1260
|
- bundles/tinymce.js
|
1234
1261
|
- config/alchemy/config.yml
|
@@ -1321,6 +1348,7 @@ files:
|
|
1321
1348
|
- lib/alchemy/test_support/shared_uploader_examples.rb
|
1322
1349
|
- lib/alchemy/tinymce.rb
|
1323
1350
|
- lib/alchemy/upgrader.rb
|
1351
|
+
- lib/alchemy/upgrader/seven_point_three.rb
|
1324
1352
|
- lib/alchemy/upgrader/seven_point_zero.rb
|
1325
1353
|
- lib/alchemy/upgrader/tasks/.keep
|
1326
1354
|
- lib/alchemy/version.rb
|
@@ -1338,10 +1366,10 @@ files:
|
|
1338
1366
|
- lib/generators/alchemy/install/files/_standard.html.erb
|
1339
1367
|
- lib/generators/alchemy/install/files/alchemy.en.yml
|
1340
1368
|
- lib/generators/alchemy/install/files/alchemy_admin.js
|
1341
|
-
- lib/generators/alchemy/install/files/all.css
|
1342
1369
|
- lib/generators/alchemy/install/files/all.js
|
1343
1370
|
- lib/generators/alchemy/install/files/application.html.erb
|
1344
|
-
- lib/generators/alchemy/install/files/article.
|
1371
|
+
- lib/generators/alchemy/install/files/article.css
|
1372
|
+
- lib/generators/alchemy/install/files/custom.css
|
1345
1373
|
- lib/generators/alchemy/install/install_generator.rb
|
1346
1374
|
- lib/generators/alchemy/install/templates/dragonfly.rb.tt
|
1347
1375
|
- lib/generators/alchemy/install/templates/elements.yml.tt
|
@@ -1375,14 +1403,13 @@ files:
|
|
1375
1403
|
- lib/tasks/alchemy/tidy.rake
|
1376
1404
|
- lib/tasks/alchemy/upgrade.rake
|
1377
1405
|
- lib/tasks/alchemy/usage.rake
|
1378
|
-
- package.json
|
1379
1406
|
- rollup.config.mjs
|
1380
1407
|
- vendor/assets/fonts/remixicon.symbol.svg
|
1381
1408
|
- vendor/assets/images/Jcrop.gif
|
1382
1409
|
- vendor/assets/javascripts/jquery_plugins/jquery.Jcrop.min.js
|
1383
1410
|
- vendor/assets/javascripts/jquery_plugins/select2.js
|
1384
|
-
- vendor/assets/stylesheets/alchemy_admin/select2.
|
1385
|
-
- vendor/assets/stylesheets/jquery.Jcrop.min.
|
1411
|
+
- vendor/assets/stylesheets/alchemy_admin/select2.css
|
1412
|
+
- vendor/assets/stylesheets/jquery.Jcrop.min.css
|
1386
1413
|
- vendor/assets/stylesheets/tinymce/skins/content/default/content.min.css
|
1387
1414
|
- vendor/javascript/clipboard.min.js
|
1388
1415
|
- vendor/javascript/flatpickr.min.js
|
@@ -1424,7 +1451,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1424
1451
|
requirements:
|
1425
1452
|
- - ">="
|
1426
1453
|
- !ruby/object:Gem::Version
|
1427
|
-
version: 3.
|
1454
|
+
version: 3.1.0
|
1428
1455
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1429
1456
|
requirements:
|
1430
1457
|
- - ">="
|
Binary file
|