@kitconcept/core 1.0.0-alpha.3 → 1.0.0-alpha.30
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.
- package/.changelog.draft +3 -7
- package/CHANGELOG.md +165 -0
- package/locales/de/LC_MESSAGES/volto.po +90 -0
- package/locales/en/LC_MESSAGES/volto.po +90 -0
- package/locales/es/LC_MESSAGES/volto.po +90 -0
- package/locales/pt_BR/LC_MESSAGES/volto.po +90 -0
- package/locales/volto.pot +91 -1
- package/package.json +15 -7
- package/src/components/Controlpanels/UpgradeControlPanel.jsx +355 -0
- package/src/config/slots.ts +19 -0
- package/src/customizations/volto/components/manage/Controlpanels/UpgradeControlPanel.jsx +7 -0
- package/src/helpers/BlocksConfigMerger.test.ts +98 -0
- package/src/helpers/BlocksConfigMerger.ts +42 -0
- package/src/index.ts +15 -1
- package/src/slots/ConfigInjector/ConfigInjector.tsx +32 -0
- package/src/slots/TTWCustomCSS/TTWCustomCSS.tsx +28 -0
- package/src/types.d.ts +22 -0
package/.changelog.draft
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
## 1.0.0-alpha.
|
|
1
|
+
## 1.0.0-alpha.30 (2025-09-18)
|
|
2
2
|
|
|
3
3
|
### Feature
|
|
4
4
|
|
|
5
|
-
-
|
|
5
|
+
- Transfer core features from intranet distribution to here: TTWCustomCSS and TTWBlocksConfig. @sneridagh [#53](https://github.com/kitconcept/kitconcept-core/issue/53)
|
|
6
6
|
|
|
7
7
|
### Bugfix
|
|
8
8
|
|
|
9
|
-
-
|
|
10
|
-
|
|
11
|
-
### Internal
|
|
12
|
-
|
|
13
|
-
- Set `filterBlobs` to true in mrs.developer.json. @sneridagh
|
|
9
|
+
- Better buttons in slider add item. Refresh content button in slider. @sneridagh
|
|
14
10
|
|
|
15
11
|
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,171 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 1.0.0-alpha.30 (2025-09-18)
|
|
12
|
+
|
|
13
|
+
### Feature
|
|
14
|
+
|
|
15
|
+
- Transfer core features from intranet distribution to here: TTWCustomCSS and TTWBlocksConfig. @sneridagh [#53](https://github.com/kitconcept/kitconcept-core/issue/53)
|
|
16
|
+
|
|
17
|
+
### Bugfix
|
|
18
|
+
|
|
19
|
+
- Better buttons in slider add item. Refresh content button in slider. @sneridagh
|
|
20
|
+
|
|
21
|
+
## 1.0.0-alpha.29 (2025-09-17)
|
|
22
|
+
|
|
23
|
+
## 1.0.0-alpha.28 (2025-09-16)
|
|
24
|
+
|
|
25
|
+
### Bugfix
|
|
26
|
+
|
|
27
|
+
- Fixed theme CSS properties injection in add/edit view. Several CSS fixes. Use VLT 7b4 and plonegovbr/social-media 2.0.0a8. @sneridagh
|
|
28
|
+
|
|
29
|
+
## 1.0.0-alpha.27 (2025-09-15)
|
|
30
|
+
|
|
31
|
+
## 1.0.0-alpha.26 (2025-09-15)
|
|
32
|
+
|
|
33
|
+
## 1.0.0-alpha.25 (2025-09-12)
|
|
34
|
+
|
|
35
|
+
### Bugfix
|
|
36
|
+
|
|
37
|
+
- Update to @kitconcept/volto-light-theme 7.0.0-beta.2. @davisagli
|
|
38
|
+
- Update to Volto 18.26.0. @davisagli
|
|
39
|
+
|
|
40
|
+
## 1.0.0-alpha.24 (2025-09-12)
|
|
41
|
+
|
|
42
|
+
## 1.0.0-alpha.23 (2025-09-08)
|
|
43
|
+
|
|
44
|
+
### Bugfix
|
|
45
|
+
|
|
46
|
+
- Fixed slider flag position button in simple variant. Changed svg events calendar variant. Update VLT 7a28. @sneridagh
|
|
47
|
+
|
|
48
|
+
## 1.0.0-alpha.22 (2025-09-04)
|
|
49
|
+
|
|
50
|
+
### Bugfix
|
|
51
|
+
|
|
52
|
+
- Fix person grid teasers in edit mode. Update VLT 7a27. @sneridagh
|
|
53
|
+
|
|
54
|
+
## 1.0.0-alpha.21 (2025-09-03)
|
|
55
|
+
|
|
56
|
+
### Bugfix
|
|
57
|
+
|
|
58
|
+
- Fix image widget and new slider variant. Update to VLT 7a26. @sneridagh
|
|
59
|
+
|
|
60
|
+
## 1.0.0-alpha.20 (2025-09-03)
|
|
61
|
+
|
|
62
|
+
### Internal
|
|
63
|
+
|
|
64
|
+
- Due to a problem with the last release, re-releasing. @sneridagh
|
|
65
|
+
|
|
66
|
+
## 1.0.0-alpha.19 (2025-09-03)
|
|
67
|
+
|
|
68
|
+
### Feature
|
|
69
|
+
|
|
70
|
+
- Update to Volto 18.25.0 @sneridagh
|
|
71
|
+
|
|
72
|
+
## 1.0.0-alpha.18 (2025-09-01)
|
|
73
|
+
|
|
74
|
+
### Bugfix
|
|
75
|
+
|
|
76
|
+
- Several VLT bugfixes. Update to VLT 7a25. @sneridagh
|
|
77
|
+
|
|
78
|
+
## 1.0.0-alpha.17 (2025-08-26)
|
|
79
|
+
|
|
80
|
+
### Bugfix
|
|
81
|
+
|
|
82
|
+
- Fixed person images for search block. Update to VLT 7a24. @sneridagh
|
|
83
|
+
|
|
84
|
+
## 1.0.0-alpha.16 (2025-08-25)
|
|
85
|
+
|
|
86
|
+
### Feature
|
|
87
|
+
|
|
88
|
+
- Update to Volto 18.24.0 and VLT 7a23. @sneridagh [#36](https://github.com/kitconcept/kitconcept-core/issue/36)
|
|
89
|
+
|
|
90
|
+
## 1.0.0-alpha.15 (2025-07-25)
|
|
91
|
+
|
|
92
|
+
### Internal
|
|
93
|
+
|
|
94
|
+
- Update to VLT 7a19 @sneridagh
|
|
95
|
+
|
|
96
|
+
## 1.0.0-alpha.14 (2025-07-23)
|
|
97
|
+
|
|
98
|
+
### Internal
|
|
99
|
+
|
|
100
|
+
- Revert #31 @sneridagh [#32](https://github.com/kitconcept/kitconcept-core/issue/32)
|
|
101
|
+
- Update to VLT 7a18. @sneridagh
|
|
102
|
+
|
|
103
|
+
## 1.0.0-alpha.13 (2025-07-17)
|
|
104
|
+
|
|
105
|
+
### Internal
|
|
106
|
+
|
|
107
|
+
- Update VLT 7a15. @sneridagh
|
|
108
|
+
|
|
109
|
+
## 1.0.0-alpha.12 (2025-07-10)
|
|
110
|
+
|
|
111
|
+
### Internal
|
|
112
|
+
|
|
113
|
+
- Added new event calendar block.
|
|
114
|
+
Added `footer_main_logo_inversed` image field to kitconcept.footer behavior, and related frontend code.
|
|
115
|
+
Several fixes.
|
|
116
|
+
Update to VLT 7a14. @sneridagh
|
|
117
|
+
|
|
118
|
+
## 1.0.0-alpha.11 (2025-06-18)
|
|
119
|
+
|
|
120
|
+
### Bugfix
|
|
121
|
+
|
|
122
|
+
- Fixed default `selectedItemAttrs` for Teaser to include Person specific attributes. @sneridagh
|
|
123
|
+
Update to use VLT 7a13.
|
|
124
|
+
|
|
125
|
+
## 1.0.0-alpha.10 (2025-06-18)
|
|
126
|
+
|
|
127
|
+
### Feature
|
|
128
|
+
|
|
129
|
+
- Add `volto-carousel-block` and `volto-logos-block` as addons. @jnptk
|
|
130
|
+
|
|
131
|
+
### Internal
|
|
132
|
+
|
|
133
|
+
- Update to VLT 7a12. Fixes several CSS issues with persons variants. @sneridagh
|
|
134
|
+
|
|
135
|
+
## 1.0.0-alpha.9 (2025-06-13)
|
|
136
|
+
|
|
137
|
+
### Internal
|
|
138
|
+
|
|
139
|
+
- Update Volto 18.23.0 and VLT 7a11. @sneridagh
|
|
140
|
+
|
|
141
|
+
## 1.0.0-alpha.8 (2025-06-10)
|
|
142
|
+
|
|
143
|
+
### Internal
|
|
144
|
+
|
|
145
|
+
- Update to VLT 7a10. Fixes CSS styling Person Teaser top. @sneridagh
|
|
146
|
+
|
|
147
|
+
## 1.0.0-alpha.7 (2025-06-09)
|
|
148
|
+
|
|
149
|
+
### Internal
|
|
150
|
+
|
|
151
|
+
- Update to VLT 7a9 - Fixed Person Teaser CSS. @sneridagh
|
|
152
|
+
|
|
153
|
+
## 1.0.0-alpha.6 (2025-06-06)
|
|
154
|
+
|
|
155
|
+
### Breaking
|
|
156
|
+
|
|
157
|
+
- Use VLT 7a6. @sneridagh
|
|
158
|
+
|
|
159
|
+
### Internal
|
|
160
|
+
|
|
161
|
+
- Update volto-authomatic 3.0.0-alpha.3. Fixed CSS in login form. @sneridagh
|
|
162
|
+
- Use VLT 7a8. @sneridagh
|
|
163
|
+
|
|
164
|
+
## 1.0.0-alpha.5 (2025-05-23)
|
|
165
|
+
|
|
166
|
+
### Feature
|
|
167
|
+
|
|
168
|
+
- Customize UpgradeControlPanel to use our VersionOverview component. @ericof
|
|
169
|
+
|
|
170
|
+
### Bugfix
|
|
171
|
+
|
|
172
|
+
- Fixed the color in links in slate block in edit mode. @sneridagh
|
|
173
|
+
|
|
174
|
+
## 1.0.0-alpha.4 (2025-05-16)
|
|
175
|
+
|
|
11
176
|
## 1.0.0-alpha.3 (2025-05-15)
|
|
12
177
|
|
|
13
178
|
### Feature
|
|
@@ -16,6 +16,36 @@ msgstr ""
|
|
|
16
16
|
msgid "Add-ons"
|
|
17
17
|
msgstr ""
|
|
18
18
|
|
|
19
|
+
#. Default: "Back"
|
|
20
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
21
|
+
msgid "Back"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
#. Default: "Configuration Versions"
|
|
25
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
26
|
+
msgid "Configuration Versions"
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
29
|
+
#. Default: "Current active configuration"
|
|
30
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
31
|
+
msgid "Current active configuration"
|
|
32
|
+
msgstr ""
|
|
33
|
+
|
|
34
|
+
#. Default: "Dry run selected, transaction aborted."
|
|
35
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
36
|
+
msgid "Dry run selected, transaction aborted."
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
#. Default: "Latest available configuration"
|
|
40
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
41
|
+
msgid "Latest available configuration"
|
|
42
|
+
msgstr ""
|
|
43
|
+
|
|
44
|
+
#. Default: "More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide."
|
|
45
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
46
|
+
msgid "More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide."
|
|
47
|
+
msgstr ""
|
|
48
|
+
|
|
19
49
|
#. Default: "No addons found"
|
|
20
50
|
#: components/Controlpanels/VersionOverview
|
|
21
51
|
msgid "No addons found"
|
|
@@ -26,6 +56,11 @@ msgstr ""
|
|
|
26
56
|
msgid "Package Version"
|
|
27
57
|
msgstr ""
|
|
28
58
|
|
|
59
|
+
#. Default: "Please ensure you have a backup of your site before performing the upgrade."
|
|
60
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
61
|
+
msgid "Please ensure you have a backup of your site before performing the upgrade."
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
29
64
|
#. Default: "Profile Version (File system)"
|
|
30
65
|
#: components/Controlpanels/VersionOverview
|
|
31
66
|
msgid "Profile Version (File system)"
|
|
@@ -36,7 +71,62 @@ msgstr ""
|
|
|
36
71
|
msgid "Profile Version (Installed)"
|
|
37
72
|
msgstr ""
|
|
38
73
|
|
|
74
|
+
#. Default: "The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient."
|
|
75
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
76
|
+
msgid "The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient."
|
|
77
|
+
msgstr ""
|
|
78
|
+
|
|
79
|
+
#. Default: "The site configuration is outdated and needs to be upgraded."
|
|
80
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
81
|
+
msgid "The site configuration is outdated and needs to be upgraded."
|
|
82
|
+
msgstr ""
|
|
83
|
+
|
|
84
|
+
#. Default: "There was an error with the upgrade."
|
|
85
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
86
|
+
msgid "There was an error with the upgrade."
|
|
87
|
+
msgstr ""
|
|
88
|
+
|
|
89
|
+
#. Default: "Upgrade"
|
|
90
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
91
|
+
msgid "Upgrade"
|
|
92
|
+
msgstr ""
|
|
93
|
+
|
|
94
|
+
#. Default: "Upgrade Plone Site"
|
|
95
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
96
|
+
msgid "Upgrade Plone Site"
|
|
97
|
+
msgstr "Seite aktualisieren"
|
|
98
|
+
|
|
99
|
+
#. Default: "Upgrade Report"
|
|
100
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
101
|
+
msgid "Upgrade Report"
|
|
102
|
+
msgstr ""
|
|
103
|
+
|
|
104
|
+
#. Default: "Upgrade Steps"
|
|
105
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
106
|
+
msgid "Upgrade Steps"
|
|
107
|
+
msgstr ""
|
|
108
|
+
|
|
109
|
+
#. Default: "Upgrade kitconcept.core"
|
|
110
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
111
|
+
msgid "Upgrade kitconcept.core"
|
|
112
|
+
msgstr ""
|
|
113
|
+
|
|
114
|
+
#. Default: "Upgrade your Site"
|
|
115
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
116
|
+
msgid "Upgrade your Site"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
#. Default: "Version Overview"
|
|
120
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
121
|
+
msgid "Version Overview"
|
|
122
|
+
msgstr ""
|
|
123
|
+
|
|
39
124
|
#. Default: "You are running in 'debug mode'. This mode is intended for sites that are under development. This allows many configuration changes to be immediately visible, but will make your site run more slowly. To turn off debug mode, stop the server, set 'debug-mode=off' in your buildout.cfg, re-run bin/buildout and then restart the server process."
|
|
40
125
|
#: components/Controlpanels/VersionOverview
|
|
41
126
|
msgid "Warning Regarding debug mode"
|
|
42
127
|
msgstr ""
|
|
128
|
+
|
|
129
|
+
#. Default: "Your site is up to date."
|
|
130
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
131
|
+
msgid "Your site is up to date."
|
|
132
|
+
msgstr ""
|
|
@@ -16,6 +16,36 @@ msgstr ""
|
|
|
16
16
|
msgid "Add-ons"
|
|
17
17
|
msgstr ""
|
|
18
18
|
|
|
19
|
+
#. Default: "Back"
|
|
20
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
21
|
+
msgid "Back"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
#. Default: "Configuration Versions"
|
|
25
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
26
|
+
msgid "Configuration Versions"
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
29
|
+
#. Default: "Current active configuration"
|
|
30
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
31
|
+
msgid "Current active configuration"
|
|
32
|
+
msgstr ""
|
|
33
|
+
|
|
34
|
+
#. Default: "Dry run selected, transaction aborted."
|
|
35
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
36
|
+
msgid "Dry run selected, transaction aborted."
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
#. Default: "Latest available configuration"
|
|
40
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
41
|
+
msgid "Latest available configuration"
|
|
42
|
+
msgstr ""
|
|
43
|
+
|
|
44
|
+
#. Default: "More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide."
|
|
45
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
46
|
+
msgid "More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide."
|
|
47
|
+
msgstr ""
|
|
48
|
+
|
|
19
49
|
#. Default: "No addons found"
|
|
20
50
|
#: components/Controlpanels/VersionOverview
|
|
21
51
|
msgid "No addons found"
|
|
@@ -26,6 +56,11 @@ msgstr ""
|
|
|
26
56
|
msgid "Package Version"
|
|
27
57
|
msgstr ""
|
|
28
58
|
|
|
59
|
+
#. Default: "Please ensure you have a backup of your site before performing the upgrade."
|
|
60
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
61
|
+
msgid "Please ensure you have a backup of your site before performing the upgrade."
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
29
64
|
#. Default: "Profile Version (File system)"
|
|
30
65
|
#: components/Controlpanels/VersionOverview
|
|
31
66
|
msgid "Profile Version (File system)"
|
|
@@ -36,7 +71,62 @@ msgstr ""
|
|
|
36
71
|
msgid "Profile Version (Installed)"
|
|
37
72
|
msgstr ""
|
|
38
73
|
|
|
74
|
+
#. Default: "The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient."
|
|
75
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
76
|
+
msgid "The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient."
|
|
77
|
+
msgstr ""
|
|
78
|
+
|
|
79
|
+
#. Default: "The site configuration is outdated and needs to be upgraded."
|
|
80
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
81
|
+
msgid "The site configuration is outdated and needs to be upgraded."
|
|
82
|
+
msgstr ""
|
|
83
|
+
|
|
84
|
+
#. Default: "There was an error with the upgrade."
|
|
85
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
86
|
+
msgid "There was an error with the upgrade."
|
|
87
|
+
msgstr ""
|
|
88
|
+
|
|
89
|
+
#. Default: "Upgrade"
|
|
90
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
91
|
+
msgid "Upgrade"
|
|
92
|
+
msgstr ""
|
|
93
|
+
|
|
94
|
+
#. Default: "Upgrade Plone Site"
|
|
95
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
96
|
+
msgid "Upgrade Plone Site"
|
|
97
|
+
msgstr ""
|
|
98
|
+
|
|
99
|
+
#. Default: "Upgrade Report"
|
|
100
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
101
|
+
msgid "Upgrade Report"
|
|
102
|
+
msgstr ""
|
|
103
|
+
|
|
104
|
+
#. Default: "Upgrade Steps"
|
|
105
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
106
|
+
msgid "Upgrade Steps"
|
|
107
|
+
msgstr ""
|
|
108
|
+
|
|
109
|
+
#. Default: "Upgrade kitconcept.core"
|
|
110
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
111
|
+
msgid "Upgrade kitconcept.core"
|
|
112
|
+
msgstr ""
|
|
113
|
+
|
|
114
|
+
#. Default: "Upgrade your Site"
|
|
115
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
116
|
+
msgid "Upgrade your Site"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
#. Default: "Version Overview"
|
|
120
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
121
|
+
msgid "Version Overview"
|
|
122
|
+
msgstr ""
|
|
123
|
+
|
|
39
124
|
#. Default: "You are running in 'debug mode'. This mode is intended for sites that are under development. This allows many configuration changes to be immediately visible, but will make your site run more slowly. To turn off debug mode, stop the server, set 'debug-mode=off' in your buildout.cfg, re-run bin/buildout and then restart the server process."
|
|
40
125
|
#: components/Controlpanels/VersionOverview
|
|
41
126
|
msgid "Warning Regarding debug mode"
|
|
42
127
|
msgstr ""
|
|
128
|
+
|
|
129
|
+
#. Default: "Your site is up to date."
|
|
130
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
131
|
+
msgid "Your site is up to date."
|
|
132
|
+
msgstr ""
|
|
@@ -23,6 +23,36 @@ msgstr ""
|
|
|
23
23
|
msgid "Add-ons"
|
|
24
24
|
msgstr ""
|
|
25
25
|
|
|
26
|
+
#. Default: "Back"
|
|
27
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
28
|
+
msgid "Back"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
#. Default: "Configuration Versions"
|
|
32
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
33
|
+
msgid "Configuration Versions"
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
#. Default: "Current active configuration"
|
|
37
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
38
|
+
msgid "Current active configuration"
|
|
39
|
+
msgstr ""
|
|
40
|
+
|
|
41
|
+
#. Default: "Dry run selected, transaction aborted."
|
|
42
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
43
|
+
msgid "Dry run selected, transaction aborted."
|
|
44
|
+
msgstr ""
|
|
45
|
+
|
|
46
|
+
#. Default: "Latest available configuration"
|
|
47
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
48
|
+
msgid "Latest available configuration"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
51
|
+
#. Default: "More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide."
|
|
52
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
53
|
+
msgid "More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide."
|
|
54
|
+
msgstr ""
|
|
55
|
+
|
|
26
56
|
#. Default: "No addons found"
|
|
27
57
|
#: components/Controlpanels/VersionOverview
|
|
28
58
|
msgid "No addons found"
|
|
@@ -33,6 +63,11 @@ msgstr ""
|
|
|
33
63
|
msgid "Package Version"
|
|
34
64
|
msgstr ""
|
|
35
65
|
|
|
66
|
+
#. Default: "Please ensure you have a backup of your site before performing the upgrade."
|
|
67
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
68
|
+
msgid "Please ensure you have a backup of your site before performing the upgrade."
|
|
69
|
+
msgstr ""
|
|
70
|
+
|
|
36
71
|
#. Default: "Profile Version (File system)"
|
|
37
72
|
#: components/Controlpanels/VersionOverview
|
|
38
73
|
msgid "Profile Version (File system)"
|
|
@@ -43,7 +78,62 @@ msgstr ""
|
|
|
43
78
|
msgid "Profile Version (Installed)"
|
|
44
79
|
msgstr ""
|
|
45
80
|
|
|
81
|
+
#. Default: "The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient."
|
|
82
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
83
|
+
msgid "The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient."
|
|
84
|
+
msgstr ""
|
|
85
|
+
|
|
86
|
+
#. Default: "The site configuration is outdated and needs to be upgraded."
|
|
87
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
88
|
+
msgid "The site configuration is outdated and needs to be upgraded."
|
|
89
|
+
msgstr ""
|
|
90
|
+
|
|
91
|
+
#. Default: "There was an error with the upgrade."
|
|
92
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
93
|
+
msgid "There was an error with the upgrade."
|
|
94
|
+
msgstr ""
|
|
95
|
+
|
|
96
|
+
#. Default: "Upgrade"
|
|
97
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
98
|
+
msgid "Upgrade"
|
|
99
|
+
msgstr ""
|
|
100
|
+
|
|
101
|
+
#. Default: "Upgrade Plone Site"
|
|
102
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
103
|
+
msgid "Upgrade Plone Site"
|
|
104
|
+
msgstr ""
|
|
105
|
+
|
|
106
|
+
#. Default: "Upgrade Report"
|
|
107
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
108
|
+
msgid "Upgrade Report"
|
|
109
|
+
msgstr ""
|
|
110
|
+
|
|
111
|
+
#. Default: "Upgrade Steps"
|
|
112
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
113
|
+
msgid "Upgrade Steps"
|
|
114
|
+
msgstr ""
|
|
115
|
+
|
|
116
|
+
#. Default: "Upgrade kitconcept.core"
|
|
117
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
118
|
+
msgid "Upgrade kitconcept.core"
|
|
119
|
+
msgstr ""
|
|
120
|
+
|
|
121
|
+
#. Default: "Upgrade your Site"
|
|
122
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
123
|
+
msgid "Upgrade your Site"
|
|
124
|
+
msgstr ""
|
|
125
|
+
|
|
126
|
+
#. Default: "Version Overview"
|
|
127
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
128
|
+
msgid "Version Overview"
|
|
129
|
+
msgstr ""
|
|
130
|
+
|
|
46
131
|
#. Default: "You are running in 'debug mode'. This mode is intended for sites that are under development. This allows many configuration changes to be immediately visible, but will make your site run more slowly. To turn off debug mode, stop the server, set 'debug-mode=off' in your buildout.cfg, re-run bin/buildout and then restart the server process."
|
|
47
132
|
#: components/Controlpanels/VersionOverview
|
|
48
133
|
msgid "Warning Regarding debug mode"
|
|
49
134
|
msgstr ""
|
|
135
|
+
|
|
136
|
+
#. Default: "Your site is up to date."
|
|
137
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
138
|
+
msgid "Your site is up to date."
|
|
139
|
+
msgstr ""
|
|
@@ -21,6 +21,36 @@ msgstr ""
|
|
|
21
21
|
msgid "Add-ons"
|
|
22
22
|
msgstr ""
|
|
23
23
|
|
|
24
|
+
#. Default: "Back"
|
|
25
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
26
|
+
msgid "Back"
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
29
|
+
#. Default: "Configuration Versions"
|
|
30
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
31
|
+
msgid "Configuration Versions"
|
|
32
|
+
msgstr ""
|
|
33
|
+
|
|
34
|
+
#. Default: "Current active configuration"
|
|
35
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
36
|
+
msgid "Current active configuration"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
#. Default: "Dry run selected, transaction aborted."
|
|
40
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
41
|
+
msgid "Dry run selected, transaction aborted."
|
|
42
|
+
msgstr ""
|
|
43
|
+
|
|
44
|
+
#. Default: "Latest available configuration"
|
|
45
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
46
|
+
msgid "Latest available configuration"
|
|
47
|
+
msgstr ""
|
|
48
|
+
|
|
49
|
+
#. Default: "More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide."
|
|
50
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
51
|
+
msgid "More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide."
|
|
52
|
+
msgstr ""
|
|
53
|
+
|
|
24
54
|
#. Default: "No addons found"
|
|
25
55
|
#: components/Controlpanels/VersionOverview
|
|
26
56
|
msgid "No addons found"
|
|
@@ -31,6 +61,11 @@ msgstr ""
|
|
|
31
61
|
msgid "Package Version"
|
|
32
62
|
msgstr ""
|
|
33
63
|
|
|
64
|
+
#. Default: "Please ensure you have a backup of your site before performing the upgrade."
|
|
65
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
66
|
+
msgid "Please ensure you have a backup of your site before performing the upgrade."
|
|
67
|
+
msgstr ""
|
|
68
|
+
|
|
34
69
|
#. Default: "Profile Version (File system)"
|
|
35
70
|
#: components/Controlpanels/VersionOverview
|
|
36
71
|
msgid "Profile Version (File system)"
|
|
@@ -41,7 +76,62 @@ msgstr ""
|
|
|
41
76
|
msgid "Profile Version (Installed)"
|
|
42
77
|
msgstr ""
|
|
43
78
|
|
|
79
|
+
#. Default: "The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient."
|
|
80
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
81
|
+
msgid "The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient."
|
|
82
|
+
msgstr ""
|
|
83
|
+
|
|
84
|
+
#. Default: "The site configuration is outdated and needs to be upgraded."
|
|
85
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
86
|
+
msgid "The site configuration is outdated and needs to be upgraded."
|
|
87
|
+
msgstr ""
|
|
88
|
+
|
|
89
|
+
#. Default: "There was an error with the upgrade."
|
|
90
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
91
|
+
msgid "There was an error with the upgrade."
|
|
92
|
+
msgstr ""
|
|
93
|
+
|
|
94
|
+
#. Default: "Upgrade"
|
|
95
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
96
|
+
msgid "Upgrade"
|
|
97
|
+
msgstr ""
|
|
98
|
+
|
|
99
|
+
#. Default: "Upgrade Plone Site"
|
|
100
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
101
|
+
msgid "Upgrade Plone Site"
|
|
102
|
+
msgstr ""
|
|
103
|
+
|
|
104
|
+
#. Default: "Upgrade Report"
|
|
105
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
106
|
+
msgid "Upgrade Report"
|
|
107
|
+
msgstr ""
|
|
108
|
+
|
|
109
|
+
#. Default: "Upgrade Steps"
|
|
110
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
111
|
+
msgid "Upgrade Steps"
|
|
112
|
+
msgstr ""
|
|
113
|
+
|
|
114
|
+
#. Default: "Upgrade kitconcept.core"
|
|
115
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
116
|
+
msgid "Upgrade kitconcept.core"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
#. Default: "Upgrade your Site"
|
|
120
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
121
|
+
msgid "Upgrade your Site"
|
|
122
|
+
msgstr ""
|
|
123
|
+
|
|
124
|
+
#. Default: "Version Overview"
|
|
125
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
126
|
+
msgid "Version Overview"
|
|
127
|
+
msgstr ""
|
|
128
|
+
|
|
44
129
|
#. Default: "You are running in 'debug mode'. This mode is intended for sites that are under development. This allows many configuration changes to be immediately visible, but will make your site run more slowly. To turn off debug mode, stop the server, set 'debug-mode=off' in your buildout.cfg, re-run bin/buildout and then restart the server process."
|
|
45
130
|
#: components/Controlpanels/VersionOverview
|
|
46
131
|
msgid "Warning Regarding debug mode"
|
|
47
132
|
msgstr ""
|
|
133
|
+
|
|
134
|
+
#. Default: "Your site is up to date."
|
|
135
|
+
#: components/Controlpanels/UpgradeControlPanel
|
|
136
|
+
msgid "Your site is up to date."
|
|
137
|
+
msgstr ""
|