imio.smartweb.common 1.2.27__py3-none-any.whl → 1.2.29__py3-none-any.whl
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.
- imio/smartweb/common/adapters.py +0 -1
- imio/smartweb/common/browser/collective_taxonomy_controlpanel.py +0 -3
- imio/smartweb/common/profiles/default/metadata.xml +1 -1
- imio/smartweb/common/profiles/default/{registry.xml → registry/registry.xml} +0 -95
- imio/smartweb/common/profiles/default/registry/tinymce.xml +172 -0
- imio/smartweb/common/tests/test_widgets.py +96 -37
- imio/smartweb/common/upgrades/configure.zcml +87 -48
- imio/smartweb/common/upgrades/profiles/1030_to_1031/registry/tinymce.xml +188 -0
- {imio.smartweb.common-1.2.27.dist-info → imio_smartweb_common-1.2.29.dist-info}/METADATA +23 -2
- {imio.smartweb.common-1.2.27.dist-info → imio_smartweb_common-1.2.29.dist-info}/RECORD +16 -14
- {imio.smartweb.common-1.2.27.dist-info → imio_smartweb_common-1.2.29.dist-info}/WHEEL +1 -1
- /imio.smartweb.common-1.2.27-py3.12-nspkg.pth → /imio.smartweb.common-1.2.29-py3.13-nspkg.pth +0 -0
- {imio.smartweb.common-1.2.27.dist-info → imio_smartweb_common-1.2.29.dist-info/licenses}/LICENSE.GPL +0 -0
- {imio.smartweb.common-1.2.27.dist-info → imio_smartweb_common-1.2.29.dist-info/licenses}/LICENSE.rst +0 -0
- {imio.smartweb.common-1.2.27.dist-info → imio_smartweb_common-1.2.29.dist-info}/namespace_packages.txt +0 -0
- {imio.smartweb.common-1.2.27.dist-info → imio_smartweb_common-1.2.29.dist-info}/top_level.txt +0 -0
imio/smartweb/common/adapters.py
CHANGED
|
@@ -4,7 +4,6 @@ from imio.smartweb.common.utils import get_image_format
|
|
|
4
4
|
from plone.namedfile.interfaces import IAvailableSizes
|
|
5
5
|
from plone.namedfile.interfaces import INamedImageField
|
|
6
6
|
from plone.namedfile.field import InvalidImageFile
|
|
7
|
-
from plone.namedfile.utils import get_contenttype
|
|
8
7
|
from zope.component import adapter
|
|
9
8
|
from zope.component import getUtility
|
|
10
9
|
from zope.interface import Interface
|
|
@@ -2,11 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
from collective.taxonomy.interfaces import ITaxonomy
|
|
4
4
|
from collective.taxonomy.jsonimpl import EditTaxonomyData as baseEditTaxonomyData
|
|
5
|
-
from imio.smartweb.locales import SmartwebMessageFactory as _
|
|
6
5
|
from plone import api
|
|
7
6
|
from zope.component import queryUtility
|
|
8
|
-
from zope.component import queryUtility
|
|
9
|
-
from plone import api
|
|
10
7
|
from Products.Five import BrowserView
|
|
11
8
|
|
|
12
9
|
|
|
@@ -64,101 +64,6 @@
|
|
|
64
64
|
</value>
|
|
65
65
|
</record>
|
|
66
66
|
|
|
67
|
-
<record name="plone.menu"
|
|
68
|
-
interface="Products.CMFPlone.interfaces.controlpanel.ITinyMCESchema">
|
|
69
|
-
<value>
|
|
70
|
-
{
|
|
71
|
-
"edit": {
|
|
72
|
-
"title": "Edit",
|
|
73
|
-
"items": "undo redo | cut copy paste | searchreplace selectall"
|
|
74
|
-
},
|
|
75
|
-
"view": {
|
|
76
|
-
"title": "View",
|
|
77
|
-
"items": "visualblocks preview fullscreen"
|
|
78
|
-
},
|
|
79
|
-
"table": {
|
|
80
|
-
"title": "Table",
|
|
81
|
-
"items": "inserttable deletetable | cell row column"
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
</value>
|
|
85
|
-
</record>
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
<record name="plone.content_css"
|
|
89
|
-
interface="Products.CMFPlone.interfaces.controlpanel.ITinyMCESchema">
|
|
90
|
-
<value purge="true">
|
|
91
|
-
<element>++theme++barceloneta/tinymce/tinymce-ui-content.css</element>
|
|
92
|
-
</value>
|
|
93
|
-
</record>
|
|
94
|
-
|
|
95
|
-
<record name="plone.menubar"
|
|
96
|
-
interface="Products.CMFPlone.interfaces.controlpanel.ITinyMCESchema">
|
|
97
|
-
<value purge="true">
|
|
98
|
-
<element>edit</element>
|
|
99
|
-
<element>view</element>
|
|
100
|
-
<element>table</element>
|
|
101
|
-
</value>
|
|
102
|
-
</record>
|
|
103
|
-
|
|
104
|
-
<record name="plone.other_settings"
|
|
105
|
-
interface="Products.CMFPlone.interfaces.controlpanel.ITinyMCESchema">
|
|
106
|
-
<value>
|
|
107
|
-
{
|
|
108
|
-
"paste_as_text": true,
|
|
109
|
-
"style_formats": [
|
|
110
|
-
{
|
|
111
|
-
"block": "p",
|
|
112
|
-
"title": "Paragraphe"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"block": "h2",
|
|
116
|
-
"title": "Titre 2"
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"block": "h3",
|
|
120
|
-
"title": "Titre 3"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"block": "h4",
|
|
124
|
-
"title": "Titre 4"
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"block": "mark",
|
|
128
|
-
"title": "Mise en évidence"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"block": "blockquote",
|
|
132
|
-
"title": "Citation"
|
|
133
|
-
}
|
|
134
|
-
]
|
|
135
|
-
}
|
|
136
|
-
</value>
|
|
137
|
-
</record>
|
|
138
|
-
|
|
139
|
-
<record name="plone.plugins"
|
|
140
|
-
interface="Products.CMFPlone.interfaces.controlpanel.ITinyMCESchema">
|
|
141
|
-
<value purge="true">
|
|
142
|
-
<element>autosave</element>
|
|
143
|
-
<element>fullscreen</element>
|
|
144
|
-
<element>lists</element>
|
|
145
|
-
<element>nonbreaking</element>
|
|
146
|
-
<element>paste</element>
|
|
147
|
-
<element>preview</element>
|
|
148
|
-
<element>searchreplace</element>
|
|
149
|
-
<element>tabfocus</element>
|
|
150
|
-
<element>table</element>
|
|
151
|
-
<element>visualblocks</element>
|
|
152
|
-
<element>wordcount</element>
|
|
153
|
-
</value>
|
|
154
|
-
</record>
|
|
155
|
-
|
|
156
|
-
<record name="plone.toolbar"
|
|
157
|
-
interface="Products.CMFPlone.interfaces.controlpanel.ITinyMCESchema">
|
|
158
|
-
<value>undo redo | styleselect | bold italic superscript | bullist numlist | nonbreaking | plonelink unlink | fullscreen</value>
|
|
159
|
-
</record>
|
|
160
|
-
|
|
161
|
-
|
|
162
67
|
<record name="imio.smartweb.cities">
|
|
163
68
|
<field type="plone.registry.field.Text">
|
|
164
69
|
<title i18n:translate="">Cities</title>
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<registry>
|
|
3
|
+
|
|
4
|
+
<!-- See TinyMCE 7 version used in https://github.com/plone/mockup/blob/master/package.json -->
|
|
5
|
+
|
|
6
|
+
<!-- See format documentation in https://www.tiny.cloud/docs/tinymce/latest/content-formatting/ -->
|
|
7
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
8
|
+
name="plone.formats"
|
|
9
|
+
>
|
|
10
|
+
<value>{}</value>
|
|
11
|
+
</record>
|
|
12
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
13
|
+
name="plone.header_styles"
|
|
14
|
+
>
|
|
15
|
+
<value>
|
|
16
|
+
<element>|</element>
|
|
17
|
+
</value>
|
|
18
|
+
</record>
|
|
19
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
20
|
+
name="plone.inline_styles"
|
|
21
|
+
>
|
|
22
|
+
<value>
|
|
23
|
+
<element>||</element>
|
|
24
|
+
</value>
|
|
25
|
+
</record>
|
|
26
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
27
|
+
name="plone.block_styles"
|
|
28
|
+
>
|
|
29
|
+
<value>
|
|
30
|
+
<element>|</element>
|
|
31
|
+
</value>
|
|
32
|
+
</record>
|
|
33
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
34
|
+
name="plone.alignment_styles"
|
|
35
|
+
>
|
|
36
|
+
<value>
|
|
37
|
+
<element>||</element>
|
|
38
|
+
</value>
|
|
39
|
+
</record>
|
|
40
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
41
|
+
name="plone.table_styles"
|
|
42
|
+
>
|
|
43
|
+
<value>
|
|
44
|
+
<element>|</element>
|
|
45
|
+
</value>
|
|
46
|
+
</record>
|
|
47
|
+
|
|
48
|
+
<!-- See possible values in https://www.tiny.cloud/docs/tinymce/latest/plugins/#open-source-plugins -->
|
|
49
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
50
|
+
name="plone.plugins"
|
|
51
|
+
>
|
|
52
|
+
<value purge="true">
|
|
53
|
+
<element>code</element>
|
|
54
|
+
<element>charmap</element>
|
|
55
|
+
<element>fullscreen</element>
|
|
56
|
+
<element>hr</element>
|
|
57
|
+
<element>lists</element>
|
|
58
|
+
<element>nonbreaking</element>
|
|
59
|
+
<element>noneditable</element>
|
|
60
|
+
<element>paste</element>
|
|
61
|
+
<element>searchreplace</element>
|
|
62
|
+
<element>table</element>
|
|
63
|
+
<element>visualblocks</element>
|
|
64
|
+
<element>visualchars</element>
|
|
65
|
+
<element>wordcount</element>
|
|
66
|
+
</value>
|
|
67
|
+
</record>
|
|
68
|
+
|
|
69
|
+
<!-- See possible values in https://www.tiny.cloud/docs/tinymce/latest/menus-configuration-options/#menubar -->
|
|
70
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
71
|
+
name="plone.menubar"
|
|
72
|
+
>
|
|
73
|
+
<value purge="true">
|
|
74
|
+
<element>edit</element>
|
|
75
|
+
<element>format</element>
|
|
76
|
+
<element>insert</element>
|
|
77
|
+
<element>table</element>
|
|
78
|
+
<element>view</element>
|
|
79
|
+
</value>
|
|
80
|
+
</record>
|
|
81
|
+
|
|
82
|
+
<!-- See possible values in https://www.tiny.cloud/docs/tinymce/latest/available-menu-items/ -->
|
|
83
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
84
|
+
name="plone.menu"
|
|
85
|
+
>
|
|
86
|
+
<value purge="true">
|
|
87
|
+
{
|
|
88
|
+
"file": {
|
|
89
|
+
"title": "File",
|
|
90
|
+
"items": ""
|
|
91
|
+
},
|
|
92
|
+
"tools": {
|
|
93
|
+
"title": "Tools",
|
|
94
|
+
"items": ""
|
|
95
|
+
},
|
|
96
|
+
"table": {
|
|
97
|
+
"title": "Table",
|
|
98
|
+
"items": ""
|
|
99
|
+
},
|
|
100
|
+
"edit": {
|
|
101
|
+
"title": "Edit",
|
|
102
|
+
"items": "undo redo | cut copy paste | searchreplace selectall"
|
|
103
|
+
},
|
|
104
|
+
"format": {
|
|
105
|
+
"title": "Format",
|
|
106
|
+
"items": ""
|
|
107
|
+
},
|
|
108
|
+
"insert": {
|
|
109
|
+
"title": "Insert",
|
|
110
|
+
"items": ""
|
|
111
|
+
},
|
|
112
|
+
"table": {
|
|
113
|
+
"title": "Table",
|
|
114
|
+
"items": "inserttable deletetable | cell row column"
|
|
115
|
+
},
|
|
116
|
+
"view": {
|
|
117
|
+
"title": "View",
|
|
118
|
+
"items": "visualblocks preview fullscreen"
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
</value>
|
|
122
|
+
</record>
|
|
123
|
+
|
|
124
|
+
<!-- See possible values in https://www.tiny.cloud/docs/tinymce/latest/available-toolbar-buttons/ -->
|
|
125
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
126
|
+
name="plone.toolbar"
|
|
127
|
+
>
|
|
128
|
+
<value>undo redo | styleselect | bold italic superscript | bullist numlist | nonbreaking | plonelink unlink | fullscreen</value>
|
|
129
|
+
</record>
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
<!-- See paste_as_text options in https://www.tiny.cloud/docs/tinymce/latest/copy-and-paste/#paste_as_text -->
|
|
133
|
+
<!-- See style_formats options in https://www.tiny.cloud/docs/tinymce/latest/user-formatting-options/#style_formats -->
|
|
134
|
+
<!-- See default table options in https://www.tiny.cloud/docs/tinymce/latest/table-options/ -->
|
|
135
|
+
<!-- See plugin table options in https://www.tiny.cloud/docs/tinymce/latest/table/ -->
|
|
136
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
137
|
+
name="plone.other_settings"
|
|
138
|
+
>
|
|
139
|
+
<value>
|
|
140
|
+
{
|
|
141
|
+
"paste_as_text": true,
|
|
142
|
+
"style_formats": [
|
|
143
|
+
{
|
|
144
|
+
"block": "p",
|
|
145
|
+
"title": "Paragraphe"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"block": "h2",
|
|
149
|
+
"title": "Titre 2"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"block": "h3",
|
|
153
|
+
"title": "Titre 3"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"block": "h4",
|
|
157
|
+
"title": "Titre 4"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"block": "mark",
|
|
161
|
+
"title": "Mise en évidence"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"block": "blockquote",
|
|
165
|
+
"title": "Citation"
|
|
166
|
+
}
|
|
167
|
+
]
|
|
168
|
+
}
|
|
169
|
+
</value>
|
|
170
|
+
</record>
|
|
171
|
+
|
|
172
|
+
</registry>
|
|
@@ -2,9 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
from imio.smartweb.common.testing import IMIO_SMARTWEB_COMMON_INTEGRATION_TESTING
|
|
4
4
|
from imio.smartweb.common.widgets.select import TranslatedAjaxSelectWidget
|
|
5
|
+
from importlib.metadata import version
|
|
5
6
|
from plone.api import portal as portal_api
|
|
6
7
|
from zope.publisher.browser import TestRequest
|
|
7
8
|
|
|
9
|
+
|
|
8
10
|
import mock
|
|
9
11
|
import unittest
|
|
10
12
|
|
|
@@ -20,42 +22,99 @@ class TestVocabulary(unittest.TestCase):
|
|
|
20
22
|
portal_api.get_current_language = mock.Mock(return_value="fr")
|
|
21
23
|
widget = TranslatedAjaxSelectWidget(self.request)
|
|
22
24
|
widget.update()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
},
|
|
45
|
-
)
|
|
46
|
-
widget.value = "entertainment"
|
|
47
|
-
self.assertEqual(
|
|
48
|
-
widget._base_args(),
|
|
49
|
-
{
|
|
50
|
-
"name": None,
|
|
51
|
-
"value": "entertainment",
|
|
52
|
-
"pattern": "select2",
|
|
53
|
-
"pattern_options": {
|
|
54
|
-
"vocabularyUrl": "http://nohost/plone/@@getVocabulary?name=imio.smartweb.vocabulary.Topics",
|
|
55
|
-
"initialValues": {
|
|
56
|
-
"entertainment": "Activités et divertissement",
|
|
25
|
+
# __import__("pdb").set_trace()
|
|
26
|
+
if version("plone.app.z3cform") < "4.4.0":
|
|
27
|
+
self.assertEqual(
|
|
28
|
+
{
|
|
29
|
+
"name": None,
|
|
30
|
+
"value": "",
|
|
31
|
+
"pattern": "select2",
|
|
32
|
+
"pattern_options": {"separator": ";"},
|
|
33
|
+
},
|
|
34
|
+
widget._base_args(),
|
|
35
|
+
)
|
|
36
|
+
widget.vocabulary = "imio.smartweb.vocabulary.Topics"
|
|
37
|
+
self.assertEqual(
|
|
38
|
+
widget._base_args(),
|
|
39
|
+
{
|
|
40
|
+
"name": None,
|
|
41
|
+
"value": "",
|
|
42
|
+
"pattern": "select2",
|
|
43
|
+
"pattern_options": {
|
|
44
|
+
"vocabularyUrl": "http://nohost/plone/@@getVocabulary?name=imio.smartweb.vocabulary.Topics",
|
|
45
|
+
"separator": ";",
|
|
57
46
|
},
|
|
58
|
-
"separator": ";",
|
|
59
47
|
},
|
|
60
|
-
|
|
61
|
-
|
|
48
|
+
)
|
|
49
|
+
widget.value = "entertainment"
|
|
50
|
+
self.assertEqual(
|
|
51
|
+
widget._base_args(),
|
|
52
|
+
{
|
|
53
|
+
"name": None,
|
|
54
|
+
"value": "entertainment",
|
|
55
|
+
"pattern": "select2",
|
|
56
|
+
"pattern_options": {
|
|
57
|
+
"vocabularyUrl": "http://nohost/plone/@@getVocabulary?name=imio.smartweb.vocabulary.Topics",
|
|
58
|
+
"initialValues": {
|
|
59
|
+
"entertainment": "Activités et divertissement",
|
|
60
|
+
},
|
|
61
|
+
"separator": ";",
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
)
|
|
65
|
+
else:
|
|
66
|
+
# _base.args has been removed
|
|
67
|
+
# see https://github.com/plone/plone.app.z3cform/commit/5de30e9b117885859680dfe3861f134a667cea9c
|
|
68
|
+
self.assertEqual(
|
|
69
|
+
{
|
|
70
|
+
"name": None,
|
|
71
|
+
"value": None,
|
|
72
|
+
"pattern": "select2",
|
|
73
|
+
"pattern_options": {"separator": ";"},
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": widget.name,
|
|
77
|
+
"value": widget.value,
|
|
78
|
+
"pattern": widget.pattern,
|
|
79
|
+
"pattern_options": widget.get_pattern_options(),
|
|
80
|
+
},
|
|
81
|
+
)
|
|
82
|
+
widget.vocabulary = "imio.smartweb.vocabulary.Topics"
|
|
83
|
+
self.assertEqual(
|
|
84
|
+
{
|
|
85
|
+
"name": None,
|
|
86
|
+
"value": None,
|
|
87
|
+
"pattern": "select2",
|
|
88
|
+
"pattern_options": {
|
|
89
|
+
"vocabularyUrl": "http://nohost/plone/@@getVocabulary?name=imio.smartweb.vocabulary.Topics",
|
|
90
|
+
"separator": ";",
|
|
91
|
+
},
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": widget.name,
|
|
95
|
+
"value": widget.value,
|
|
96
|
+
"pattern": widget.pattern,
|
|
97
|
+
"pattern_options": widget.get_pattern_options(),
|
|
98
|
+
},
|
|
99
|
+
)
|
|
100
|
+
widget.value = "entertainment"
|
|
101
|
+
self.assertEqual(
|
|
102
|
+
{
|
|
103
|
+
"name": None,
|
|
104
|
+
"value": "entertainment",
|
|
105
|
+
"pattern": "select2",
|
|
106
|
+
"pattern_options": {
|
|
107
|
+
"vocabularyUrl": "http://nohost/plone/@@getVocabulary?name=imio.smartweb.vocabulary.Topics",
|
|
108
|
+
"initialValues": {
|
|
109
|
+
"entertainment": "Activités et divertissement",
|
|
110
|
+
},
|
|
111
|
+
"separator": ";",
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": widget.name,
|
|
116
|
+
"value": widget.value,
|
|
117
|
+
"pattern": widget.pattern,
|
|
118
|
+
"pattern_options": widget.get_pattern_options(),
|
|
119
|
+
},
|
|
120
|
+
)
|
|
@@ -1,158 +1,168 @@
|
|
|
1
1
|
<configure
|
|
2
2
|
xmlns="http://namespaces.zope.org/zope"
|
|
3
3
|
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
|
|
4
|
-
i18n_domain="imio.smartweb"
|
|
4
|
+
i18n_domain="imio.smartweb"
|
|
5
|
+
>
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
<genericsetup:registerProfile
|
|
8
9
|
name="upgrade_1007_to_1008"
|
|
9
10
|
title="Upgrade common from 1007 to 1008"
|
|
10
|
-
directory="profiles/1007_to_1008"
|
|
11
11
|
description="Add local manager role and sharing permissions rolemap"
|
|
12
12
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
13
|
+
directory="profiles/1007_to_1008"
|
|
13
14
|
/>
|
|
14
15
|
|
|
15
16
|
<genericsetup:registerProfile
|
|
16
17
|
name="upgrade_1008_to_1009"
|
|
17
18
|
title="Upgrade common from 1008 to 1009"
|
|
18
|
-
directory="profiles/1008_to_1009"
|
|
19
19
|
description="Hide faceted actions"
|
|
20
20
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
21
|
+
directory="profiles/1008_to_1009"
|
|
21
22
|
/>
|
|
22
23
|
|
|
23
24
|
<genericsetup:registerProfile
|
|
24
25
|
name="upgrade_1009_to_1010"
|
|
25
26
|
title="Upgrade common from 1009 to 1010"
|
|
26
|
-
directory="profiles/1009_to_1010"
|
|
27
27
|
description="Add non breaking space option to tiny (registry)"
|
|
28
28
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
29
|
+
directory="profiles/1009_to_1010"
|
|
29
30
|
/>
|
|
30
31
|
|
|
31
32
|
<genericsetup:registerProfile
|
|
32
33
|
name="upgrade_1010_to_1011"
|
|
33
34
|
title="Upgrade common from 1010 to 1011"
|
|
34
|
-
directory="profiles/1010_to_1011"
|
|
35
35
|
description="Migrate bundles / resources to simplified resources registry"
|
|
36
36
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
37
|
+
directory="profiles/1010_to_1011"
|
|
37
38
|
/>
|
|
38
39
|
|
|
39
40
|
<genericsetup:registerProfile
|
|
40
41
|
name="upgrade_1011_to_1012"
|
|
41
42
|
title="Upgrade common from 1011 to 1012"
|
|
42
|
-
directory="profiles/1011_to_1012"
|
|
43
43
|
description="Remove faceted deprecated bundles"
|
|
44
44
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
45
|
+
directory="profiles/1011_to_1012"
|
|
45
46
|
/>
|
|
46
47
|
|
|
47
48
|
<genericsetup:registerProfile
|
|
48
49
|
name="upgrade_1013_to_1014"
|
|
49
50
|
title="Upgrade common from 1013 to 1014"
|
|
50
|
-
directory="profiles/1013_to_1014"
|
|
51
51
|
description="Fix TinyMCE menu bar and format menu"
|
|
52
52
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
53
|
+
directory="profiles/1013_to_1014"
|
|
53
54
|
/>
|
|
54
55
|
|
|
55
56
|
<genericsetup:registerProfile
|
|
56
57
|
name="upgrade_1014_to_1015"
|
|
57
58
|
title="Upgrade common from 1014 to 1015"
|
|
58
|
-
directory="profiles/1014_to_1015"
|
|
59
59
|
description="Fix atom/syndication registry keys"
|
|
60
60
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
61
|
+
directory="profiles/1014_to_1015"
|
|
61
62
|
/>
|
|
62
63
|
|
|
63
64
|
<genericsetup:registerProfile
|
|
64
65
|
name="upgrade_1015_to_1016"
|
|
65
66
|
title="Upgrade common from 1015 to 1016"
|
|
66
|
-
directory="profiles/1015_to_1016"
|
|
67
67
|
description="Patch (Remove select2) eea.facetednavigation jquery"
|
|
68
68
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
69
|
+
directory="profiles/1015_to_1016"
|
|
69
70
|
/>
|
|
70
71
|
|
|
71
72
|
<genericsetup:registerProfile
|
|
72
73
|
name="upgrade_1016_to_1017"
|
|
73
74
|
title="Upgrade common from 1016 to 1017"
|
|
74
|
-
directory="profiles/1016_to_1017"
|
|
75
75
|
description="Change banner scale to have infinite height"
|
|
76
76
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
77
|
+
directory="profiles/1016_to_1017"
|
|
77
78
|
/>
|
|
78
79
|
|
|
79
80
|
<genericsetup:registerProfile
|
|
80
81
|
name="upgrade_1017_to_1018"
|
|
81
82
|
title="Upgrade common from 1017 to 1018"
|
|
82
|
-
directory="profiles/1017_to_1018"
|
|
83
83
|
description="Add new registry key to activate logging smartweb / authentic sources products"
|
|
84
84
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
85
|
+
directory="profiles/1017_to_1018"
|
|
85
86
|
/>
|
|
86
87
|
|
|
87
88
|
<genericsetup:registerProfile
|
|
88
89
|
name="upgrade_1018_to_1019"
|
|
89
90
|
title="Upgrade common from 1018 to 1019"
|
|
90
|
-
directory="profiles/1018_to_1019"
|
|
91
91
|
description="Refactoring scales : Define new scales available for two display modes : landscape and portrait"
|
|
92
92
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
93
|
+
directory="profiles/1018_to_1019"
|
|
93
94
|
/>
|
|
94
95
|
|
|
95
96
|
<genericsetup:registerProfile
|
|
96
97
|
name="upgrade_1022_to_1023"
|
|
97
98
|
title="Upgrade common from 1022 to 1023"
|
|
98
|
-
directory="profiles/1022_to_1023"
|
|
99
99
|
description="Change portrait scales dimensions"
|
|
100
100
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
101
|
+
directory="profiles/1022_to_1023"
|
|
101
102
|
/>
|
|
102
103
|
|
|
103
104
|
<genericsetup:registerProfile
|
|
104
105
|
name="upgrade_1023_to_1024"
|
|
105
106
|
title="Upgrade common from 1023 to 1024"
|
|
106
|
-
directory="profiles/1023_to_1024"
|
|
107
107
|
description="Improve image compression quality"
|
|
108
108
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
109
|
+
directory="profiles/1023_to_1024"
|
|
109
110
|
/>
|
|
110
111
|
|
|
111
112
|
<genericsetup:registerProfile
|
|
112
113
|
name="upgrade_1025_to_1026"
|
|
113
114
|
title="Upgrade common from 1025 to 1026"
|
|
114
|
-
directory="profiles/1025_to_1026"
|
|
115
115
|
description="Add 'carre' scales dimensions"
|
|
116
116
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
117
|
+
directory="profiles/1025_to_1026"
|
|
117
118
|
/>
|
|
118
119
|
|
|
119
120
|
<genericsetup:registerProfile
|
|
120
121
|
name="upgrade_1027_to_1028"
|
|
121
122
|
title="Upgrade common from 1027 to 1028"
|
|
122
|
-
directory="profiles/1027_to_1028"
|
|
123
123
|
description="Unpatch (restore original) eea.facetednavigation jquery"
|
|
124
124
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
125
|
+
directory="profiles/1027_to_1028"
|
|
125
126
|
/>
|
|
126
127
|
|
|
127
128
|
<genericsetup:registerProfile
|
|
128
129
|
name="upgrade_1028_to_1029"
|
|
129
130
|
title="Upgrade common from 1028 to 1029"
|
|
130
|
-
directory="profiles/1028_to_1029"
|
|
131
131
|
description="Cover use case for sending data in odwb for a staging environment"
|
|
132
132
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
133
|
+
directory="profiles/1028_to_1029"
|
|
133
134
|
/>
|
|
134
135
|
|
|
135
136
|
<genericsetup:registerProfile
|
|
136
137
|
name="upgrade_1029_to_1030"
|
|
137
138
|
title="Upgrade common from 1029 to 1030"
|
|
138
|
-
directory="profiles/1029_to_1030"
|
|
139
139
|
description="Remove obsolete patterns bundle / fix previous 1027_to_1028 upgrade"
|
|
140
140
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
141
|
+
directory="profiles/1029_to_1030"
|
|
142
|
+
/>
|
|
143
|
+
|
|
144
|
+
<genericsetup:registerProfile
|
|
145
|
+
name="upgrade_1030_to_1031"
|
|
146
|
+
title="Upgrade common from 1030 to 1031"
|
|
147
|
+
description="Migrate settings from TinyMCE5 to TinyMCE7"
|
|
148
|
+
provides="Products.GenericSetup.interfaces.EXTENSION"
|
|
149
|
+
directory="profiles/1030_to_1031"
|
|
141
150
|
/>
|
|
142
151
|
|
|
143
152
|
<genericsetup:upgradeStep
|
|
144
153
|
title="Configure first official release"
|
|
145
154
|
description="Run needed registry step"
|
|
155
|
+
profile="imio.smartweb.common:default"
|
|
146
156
|
source="1000"
|
|
147
157
|
destination="1001"
|
|
148
158
|
handler=".upgrades.reload_registry"
|
|
149
|
-
profile="imio.smartweb.common:default"
|
|
150
159
|
/>
|
|
151
160
|
|
|
152
161
|
<genericsetup:upgradeSteps
|
|
162
|
+
profile="imio.smartweb.common:default"
|
|
153
163
|
source="1001"
|
|
154
164
|
destination="1002"
|
|
155
|
-
|
|
165
|
+
>
|
|
156
166
|
<genericsetup:upgradeDepends
|
|
157
167
|
title="Install collective.privacy add-on for cookies consent"
|
|
158
168
|
import_profile="collective.privacy:default"
|
|
@@ -170,52 +180,53 @@
|
|
|
170
180
|
<genericsetup:upgradeStep
|
|
171
181
|
title="Reload registry to add view.js to bundle"
|
|
172
182
|
description=""
|
|
183
|
+
profile="imio.smartweb.common:default"
|
|
173
184
|
source="1002"
|
|
174
185
|
destination="1003"
|
|
175
186
|
handler=".upgrades.reload_registry"
|
|
176
|
-
profile="imio.smartweb.common:default"
|
|
177
187
|
/>
|
|
178
188
|
|
|
179
189
|
<genericsetup:upgradeStep
|
|
180
190
|
title="Reload registry to refresh privacy resources"
|
|
181
191
|
description=""
|
|
192
|
+
profile="imio.smartweb.common:default"
|
|
182
193
|
source="1003"
|
|
183
194
|
destination="1004"
|
|
184
195
|
handler=".upgrades.reload_registry"
|
|
185
|
-
profile="imio.smartweb.common:default"
|
|
186
196
|
/>
|
|
187
197
|
|
|
188
198
|
<genericsetup:upgradeStep
|
|
189
199
|
title="Reload actions to hide ical related actions"
|
|
190
200
|
description=""
|
|
201
|
+
profile="imio.smartweb.common:default"
|
|
191
202
|
source="1004"
|
|
192
203
|
destination="1005"
|
|
193
204
|
handler=".upgrades.reload_actions"
|
|
194
|
-
profile="imio.smartweb.common:default"
|
|
195
205
|
/>
|
|
196
206
|
|
|
197
207
|
<genericsetup:upgradeDepends
|
|
198
208
|
title="Reload rolemap to assign 'Access inactive portal content' permission"
|
|
199
209
|
description=""
|
|
210
|
+
profile="imio.smartweb.common:default"
|
|
200
211
|
source="1005"
|
|
201
212
|
destination="1006"
|
|
202
|
-
profile="imio.smartweb.common:default"
|
|
203
213
|
import_steps="rolemap"
|
|
204
214
|
/>
|
|
205
215
|
|
|
206
216
|
<genericsetup:upgradeStep
|
|
207
217
|
title="Reindex SearchableText index to add Subjects"
|
|
208
218
|
description=""
|
|
219
|
+
profile="imio.smartweb.common:default"
|
|
209
220
|
source="1006"
|
|
210
221
|
destination="1007"
|
|
211
222
|
handler=".upgrades.reindex_searchable_text"
|
|
212
|
-
profile="imio.smartweb.common:default"
|
|
213
223
|
/>
|
|
214
224
|
|
|
215
225
|
<genericsetup:upgradeSteps
|
|
226
|
+
profile="imio.smartweb.common:default"
|
|
216
227
|
source="1007"
|
|
217
228
|
destination="1008"
|
|
218
|
-
|
|
229
|
+
>
|
|
219
230
|
<genericsetup:upgradeDepends
|
|
220
231
|
title="Add local manager role and sharing permissions rolemap"
|
|
221
232
|
import_profile="imio.smartweb.common.upgrades:upgrade_1007_to_1008"
|
|
@@ -224,9 +235,10 @@
|
|
|
224
235
|
</genericsetup:upgradeSteps>
|
|
225
236
|
|
|
226
237
|
<genericsetup:upgradeSteps
|
|
238
|
+
profile="imio.smartweb.common:default"
|
|
227
239
|
source="1008"
|
|
228
240
|
destination="1009"
|
|
229
|
-
|
|
241
|
+
>
|
|
230
242
|
<genericsetup:upgradeDepends
|
|
231
243
|
title="Hide faceted actions"
|
|
232
244
|
import_profile="imio.smartweb.common.upgrades:upgrade_1008_to_1009"
|
|
@@ -235,9 +247,10 @@
|
|
|
235
247
|
</genericsetup:upgradeSteps>
|
|
236
248
|
|
|
237
249
|
<genericsetup:upgradeSteps
|
|
250
|
+
profile="imio.smartweb.common:default"
|
|
238
251
|
source="1009"
|
|
239
252
|
destination="1010"
|
|
240
|
-
|
|
253
|
+
>
|
|
241
254
|
<genericsetup:upgradeDepends
|
|
242
255
|
title="Add non breaking space option to tiny (registry)"
|
|
243
256
|
import_profile="imio.smartweb.common.upgrades:upgrade_1009_to_1010"
|
|
@@ -245,9 +258,10 @@
|
|
|
245
258
|
</genericsetup:upgradeSteps>
|
|
246
259
|
|
|
247
260
|
<genericsetup:upgradeSteps
|
|
261
|
+
profile="imio.smartweb.common:default"
|
|
248
262
|
source="1010"
|
|
249
263
|
destination="1011"
|
|
250
|
-
|
|
264
|
+
>
|
|
251
265
|
<genericsetup:upgradeDepends
|
|
252
266
|
title="Fix resources registry and TinyMCE / scales configuration after Plone upgrade"
|
|
253
267
|
import_profile="imio.smartweb.common.upgrades:upgrade_1010_to_1011"
|
|
@@ -255,9 +269,10 @@
|
|
|
255
269
|
</genericsetup:upgradeSteps>
|
|
256
270
|
|
|
257
271
|
<genericsetup:upgradeSteps
|
|
272
|
+
profile="imio.smartweb.common:default"
|
|
258
273
|
source="1011"
|
|
259
274
|
destination="1012"
|
|
260
|
-
|
|
275
|
+
>
|
|
261
276
|
<genericsetup:upgradeDepends
|
|
262
277
|
title="Remove faceted deprecated bundles"
|
|
263
278
|
import_profile="imio.smartweb.common.upgrades:upgrade_1011_to_1012"
|
|
@@ -265,9 +280,10 @@
|
|
|
265
280
|
</genericsetup:upgradeSteps>
|
|
266
281
|
|
|
267
282
|
<genericsetup:upgradeSteps
|
|
283
|
+
profile="imio.smartweb.common:default"
|
|
268
284
|
source="1012"
|
|
269
285
|
destination="1013"
|
|
270
|
-
|
|
286
|
+
>
|
|
271
287
|
<genericsetup:upgradeDepends
|
|
272
288
|
title="Uninstall collective.js.jqueryui"
|
|
273
289
|
import_profile="collective.js.jqueryui:uninstall"
|
|
@@ -275,9 +291,10 @@
|
|
|
275
291
|
</genericsetup:upgradeSteps>
|
|
276
292
|
|
|
277
293
|
<genericsetup:upgradeSteps
|
|
294
|
+
profile="imio.smartweb.common:default"
|
|
278
295
|
source="1013"
|
|
279
296
|
destination="1014"
|
|
280
|
-
|
|
297
|
+
>
|
|
281
298
|
<genericsetup:upgradeStep
|
|
282
299
|
title="Upgrade plonetheme.barceloneta registry"
|
|
283
300
|
handler=".upgrades.upgrade_barceloneta"
|
|
@@ -289,9 +306,10 @@
|
|
|
289
306
|
</genericsetup:upgradeSteps>
|
|
290
307
|
|
|
291
308
|
<genericsetup:upgradeSteps
|
|
309
|
+
profile="imio.smartweb.common:default"
|
|
292
310
|
source="1014"
|
|
293
311
|
destination="1015"
|
|
294
|
-
|
|
312
|
+
>
|
|
295
313
|
<genericsetup:upgradeDepends
|
|
296
314
|
title="Fix atom/syndication registry keys"
|
|
297
315
|
import_profile="imio.smartweb.common.upgrades:upgrade_1014_to_1015"
|
|
@@ -299,9 +317,10 @@
|
|
|
299
317
|
</genericsetup:upgradeSteps>
|
|
300
318
|
|
|
301
319
|
<genericsetup:upgradeSteps
|
|
320
|
+
profile="imio.smartweb.common:default"
|
|
302
321
|
source="1015"
|
|
303
322
|
destination="1016"
|
|
304
|
-
|
|
323
|
+
>
|
|
305
324
|
<genericsetup:upgradeDepends
|
|
306
325
|
title="Patch (Remove select2) eea.facetednavigation jquery"
|
|
307
326
|
import_profile="imio.smartweb.common.upgrades:upgrade_1015_to_1016"
|
|
@@ -309,9 +328,10 @@
|
|
|
309
328
|
</genericsetup:upgradeSteps>
|
|
310
329
|
|
|
311
330
|
<genericsetup:upgradeSteps
|
|
331
|
+
profile="imio.smartweb.common:default"
|
|
312
332
|
source="1016"
|
|
313
333
|
destination="1017"
|
|
314
|
-
|
|
334
|
+
>
|
|
315
335
|
<genericsetup:upgradeDepends
|
|
316
336
|
title="Change banner scale to have infinite height"
|
|
317
337
|
import_profile="imio.smartweb.common.upgrades:upgrade_1016_to_1017"
|
|
@@ -319,9 +339,10 @@
|
|
|
319
339
|
</genericsetup:upgradeSteps>
|
|
320
340
|
|
|
321
341
|
<genericsetup:upgradeSteps
|
|
342
|
+
profile="imio.smartweb.common:default"
|
|
322
343
|
source="1017"
|
|
323
344
|
destination="1018"
|
|
324
|
-
|
|
345
|
+
>
|
|
325
346
|
<genericsetup:upgradeDepends
|
|
326
347
|
title="Add new registry key to activate logging in smartweb / authentic sources products"
|
|
327
348
|
import_profile="imio.smartweb.common.upgrades:upgrade_1017_to_1018"
|
|
@@ -329,9 +350,10 @@
|
|
|
329
350
|
</genericsetup:upgradeSteps>
|
|
330
351
|
|
|
331
352
|
<genericsetup:upgradeSteps
|
|
353
|
+
profile="imio.smartweb.common:default"
|
|
332
354
|
source="1018"
|
|
333
355
|
destination="1019"
|
|
334
|
-
|
|
356
|
+
>
|
|
335
357
|
<genericsetup:upgradeDepends
|
|
336
358
|
title="Refactoring scales : Define new scales available for two display modes : landscape and portrait"
|
|
337
359
|
import_profile="imio.smartweb.common.upgrades:upgrade_1018_to_1019"
|
|
@@ -340,32 +362,33 @@
|
|
|
340
362
|
|
|
341
363
|
<genericsetup:upgradeStep
|
|
342
364
|
title="Remove deprecated cropping annotations on all objects"
|
|
365
|
+
profile="imio.smartweb.common:default"
|
|
343
366
|
source="1019"
|
|
344
367
|
destination="1020"
|
|
345
368
|
handler=".upgrades.remove_deprecated_cropping_annotations"
|
|
346
|
-
profile="imio.smartweb.common:default"
|
|
347
369
|
/>
|
|
348
370
|
|
|
349
371
|
<genericsetup:upgradeStep
|
|
350
372
|
title="Restore missing textfields mimetypes"
|
|
373
|
+
profile="imio.smartweb.common:default"
|
|
351
374
|
source="1020"
|
|
352
375
|
destination="1021"
|
|
353
376
|
handler=".upgrades.restore_textfields_mimetypes"
|
|
354
|
-
profile="imio.smartweb.common:default"
|
|
355
377
|
/>
|
|
356
378
|
|
|
357
379
|
<genericsetup:upgradeStep
|
|
358
380
|
title="Fix missing values for lists"
|
|
381
|
+
profile="imio.smartweb.common:default"
|
|
359
382
|
source="1021"
|
|
360
383
|
destination="1022"
|
|
361
384
|
handler=".upgrades.fix_missing_values_for_lists"
|
|
362
|
-
profile="imio.smartweb.common:default"
|
|
363
385
|
/>
|
|
364
386
|
|
|
365
387
|
<genericsetup:upgradeSteps
|
|
388
|
+
profile="imio.smartweb.common:default"
|
|
366
389
|
source="1022"
|
|
367
390
|
destination="1023"
|
|
368
|
-
|
|
391
|
+
>
|
|
369
392
|
<genericsetup:upgradeDepends
|
|
370
393
|
title="Change portrait scales dimensions"
|
|
371
394
|
import_profile="imio.smartweb.common.upgrades:upgrade_1022_to_1023"
|
|
@@ -373,9 +396,10 @@
|
|
|
373
396
|
</genericsetup:upgradeSteps>
|
|
374
397
|
|
|
375
398
|
<genericsetup:upgradeSteps
|
|
399
|
+
profile="imio.smartweb.common:default"
|
|
376
400
|
source="1023"
|
|
377
401
|
destination="1024"
|
|
378
|
-
|
|
402
|
+
>
|
|
379
403
|
<genericsetup:upgradeDepends
|
|
380
404
|
title="Improve image compression quality"
|
|
381
405
|
import_profile="imio.smartweb.common.upgrades:upgrade_1023_to_1024"
|
|
@@ -384,16 +408,17 @@
|
|
|
384
408
|
|
|
385
409
|
<genericsetup:upgradeStep
|
|
386
410
|
title="Set effective date equal to created_date for File and Image"
|
|
411
|
+
profile="imio.smartweb.common:default"
|
|
387
412
|
source="1024"
|
|
388
413
|
destination="1025"
|
|
389
414
|
handler=".upgrades.set_effective_date_equal_to_created_date"
|
|
390
|
-
profile="imio.smartweb.common:default"
|
|
391
415
|
/>
|
|
392
416
|
|
|
393
417
|
<genericsetup:upgradeSteps
|
|
418
|
+
profile="imio.smartweb.common:default"
|
|
394
419
|
source="1025"
|
|
395
420
|
destination="1026"
|
|
396
|
-
|
|
421
|
+
>
|
|
397
422
|
<genericsetup:upgradeDepends
|
|
398
423
|
title="Add 'carre' scales dimensions"
|
|
399
424
|
import_profile="imio.smartweb.common.upgrades:upgrade_1025_to_1026"
|
|
@@ -402,16 +427,17 @@
|
|
|
402
427
|
|
|
403
428
|
<genericsetup:upgradeStep
|
|
404
429
|
title="Reindex SolR"
|
|
430
|
+
profile="imio.smartweb.common:default"
|
|
405
431
|
source="1026"
|
|
406
432
|
destination="1027"
|
|
407
433
|
handler=".upgrades.reindex_solr"
|
|
408
|
-
profile="imio.smartweb.common:default"
|
|
409
434
|
/>
|
|
410
435
|
|
|
411
436
|
<genericsetup:upgradeSteps
|
|
437
|
+
profile="imio.smartweb.common:default"
|
|
412
438
|
source="1027"
|
|
413
439
|
destination="1028"
|
|
414
|
-
|
|
440
|
+
>
|
|
415
441
|
<genericsetup:upgradeDepends
|
|
416
442
|
title="Unpatch (restore original) eea.facetednavigation jquery"
|
|
417
443
|
import_profile="imio.smartweb.common.upgrades:upgrade_1027_to_1028"
|
|
@@ -419,9 +445,10 @@
|
|
|
419
445
|
</genericsetup:upgradeSteps>
|
|
420
446
|
|
|
421
447
|
<genericsetup:upgradeSteps
|
|
448
|
+
profile="imio.smartweb.common:default"
|
|
422
449
|
source="1028"
|
|
423
450
|
destination="1029"
|
|
424
|
-
|
|
451
|
+
>
|
|
425
452
|
<genericsetup:upgradeDepends
|
|
426
453
|
title="Cover use case for sending data in odwb for a staging environment"
|
|
427
454
|
import_profile="imio.smartweb.common.upgrades:upgrade_1028_to_1029"
|
|
@@ -429,13 +456,25 @@
|
|
|
429
456
|
</genericsetup:upgradeSteps>
|
|
430
457
|
|
|
431
458
|
<genericsetup:upgradeSteps
|
|
459
|
+
profile="imio.smartweb.common:default"
|
|
432
460
|
source="1029"
|
|
433
461
|
destination="1030"
|
|
434
|
-
|
|
462
|
+
>
|
|
435
463
|
<genericsetup:upgradeDepends
|
|
436
464
|
title="Remove obsolete patterns bundle / fix previous 1027_to_1028 upgrade"
|
|
437
465
|
import_profile="imio.smartweb.common.upgrades:upgrade_1029_to_1030"
|
|
438
466
|
/>
|
|
439
467
|
</genericsetup:upgradeSteps>
|
|
440
468
|
|
|
469
|
+
<genericsetup:upgradeSteps
|
|
470
|
+
profile="imio.smartweb.common:default"
|
|
471
|
+
source="1030"
|
|
472
|
+
destination="1031"
|
|
473
|
+
>
|
|
474
|
+
<genericsetup:upgradeDepends
|
|
475
|
+
title="Migrate settings from TinyMCE5 to TinyMCE7"
|
|
476
|
+
import_profile="imio.smartweb.common.upgrades:upgrade_1030_to_1031"
|
|
477
|
+
/>
|
|
478
|
+
</genericsetup:upgradeSteps>
|
|
479
|
+
|
|
441
480
|
</configure>
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<registry>
|
|
3
|
+
|
|
4
|
+
<!-- See TinyMCE 7 version used in https://github.com/plone/mockup/blob/master/package.json -->
|
|
5
|
+
|
|
6
|
+
<!-- See format documentation in https://www.tiny.cloud/docs/tinymce/latest/content-formatting/ -->
|
|
7
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
8
|
+
name="plone.formats"
|
|
9
|
+
>
|
|
10
|
+
<value>{}</value>
|
|
11
|
+
</record>
|
|
12
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
13
|
+
name="plone.header_styles"
|
|
14
|
+
>
|
|
15
|
+
<value>
|
|
16
|
+
<element>|</element>
|
|
17
|
+
</value>
|
|
18
|
+
</record>
|
|
19
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
20
|
+
name="plone.inline_styles"
|
|
21
|
+
>
|
|
22
|
+
<value>
|
|
23
|
+
<element>||</element>
|
|
24
|
+
</value>
|
|
25
|
+
</record>
|
|
26
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
27
|
+
name="plone.block_styles"
|
|
28
|
+
>
|
|
29
|
+
<value>
|
|
30
|
+
<element>|</element>
|
|
31
|
+
</value>
|
|
32
|
+
</record>
|
|
33
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
34
|
+
name="plone.alignment_styles"
|
|
35
|
+
>
|
|
36
|
+
<value>
|
|
37
|
+
<element>||</element>
|
|
38
|
+
</value>
|
|
39
|
+
</record>
|
|
40
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
41
|
+
name="plone.table_styles"
|
|
42
|
+
>
|
|
43
|
+
<value>
|
|
44
|
+
<element>|</element>
|
|
45
|
+
</value>
|
|
46
|
+
</record>
|
|
47
|
+
|
|
48
|
+
<!-- See possible values in https://www.tiny.cloud/docs/tinymce/latest/plugins/#open-source-plugins -->
|
|
49
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
50
|
+
name="plone.plugins"
|
|
51
|
+
>
|
|
52
|
+
<value purge="true">
|
|
53
|
+
<element>code</element>
|
|
54
|
+
<element>charmap</element>
|
|
55
|
+
<element>fullscreen</element>
|
|
56
|
+
<element>hr</element>
|
|
57
|
+
<element>lists</element>
|
|
58
|
+
<element>nonbreaking</element>
|
|
59
|
+
<element>noneditable</element>
|
|
60
|
+
<element>paste</element>
|
|
61
|
+
<element>searchreplace</element>
|
|
62
|
+
<element>table</element>
|
|
63
|
+
<element>visualblocks</element>
|
|
64
|
+
<element>visualchars</element>
|
|
65
|
+
<element>wordcount</element>
|
|
66
|
+
</value>
|
|
67
|
+
</record>
|
|
68
|
+
|
|
69
|
+
<!-- See possible values in https://www.tiny.cloud/docs/tinymce/latest/menus-configuration-options/#menubar -->
|
|
70
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
71
|
+
name="plone.menubar"
|
|
72
|
+
>
|
|
73
|
+
<value purge="true">
|
|
74
|
+
<element>edit</element>
|
|
75
|
+
<element>format</element>
|
|
76
|
+
<element>insert</element>
|
|
77
|
+
<element>table</element>
|
|
78
|
+
<element>view</element>
|
|
79
|
+
</value>
|
|
80
|
+
</record>
|
|
81
|
+
|
|
82
|
+
<!-- See possible values in https://www.tiny.cloud/docs/tinymce/latest/available-menu-items/ -->
|
|
83
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
84
|
+
name="plone.other_settings"
|
|
85
|
+
>
|
|
86
|
+
<value>
|
|
87
|
+
{
|
|
88
|
+
"paste_as_text": true,
|
|
89
|
+
"style_formats": [
|
|
90
|
+
{
|
|
91
|
+
"block": "p",
|
|
92
|
+
"title": "Paragraphe"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"block": "h2",
|
|
96
|
+
"title": "Titre 2"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"block": "h3",
|
|
100
|
+
"title": "Titre 3"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"block": "h4",
|
|
104
|
+
"title": "Titre 4"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"block": "mark",
|
|
108
|
+
"title": "Mise en évidence"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"block": "blockquote",
|
|
112
|
+
"title": "Citation"
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
}
|
|
116
|
+
</value>
|
|
117
|
+
</record>
|
|
118
|
+
|
|
119
|
+
<!-- See possible values in https://www.tiny.cloud/docs/tinymce/latest/available-toolbar-buttons/ -->
|
|
120
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
121
|
+
name="plone.toolbar"
|
|
122
|
+
>
|
|
123
|
+
<value>undo redo | styleselect | bold italic superscript | bullist numlist | nonbreaking | plonelink unlink | fullscreen</value>
|
|
124
|
+
</record>
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
<!-- See paste_as_text options in https://www.tiny.cloud/docs/tinymce/latest/copy-and-paste/#paste_as_text -->
|
|
128
|
+
<!-- See style_formats options in https://www.tiny.cloud/docs/tinymce/latest/user-formatting-options/#style_formats -->
|
|
129
|
+
<!-- See default table options in https://www.tiny.cloud/docs/tinymce/latest/table-options/ -->
|
|
130
|
+
<!-- See plugin table options in https://www.tiny.cloud/docs/tinymce/latest/table/ -->
|
|
131
|
+
<record interface="plone.base.interfaces.controlpanel.ITinyMCESchema"
|
|
132
|
+
name="plone.other_settings"
|
|
133
|
+
>
|
|
134
|
+
<value>
|
|
135
|
+
{
|
|
136
|
+
"paste_as_text": true,
|
|
137
|
+
"style_formats": [
|
|
138
|
+
{
|
|
139
|
+
"block": "p",
|
|
140
|
+
"title": "Paragraphe"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"block": "h2",
|
|
144
|
+
"title": "Titre 2"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"block": "h3",
|
|
148
|
+
"title": "Titre 3"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"block": "h4",
|
|
152
|
+
"title": "Titre 4"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"block": "mark",
|
|
156
|
+
"title": "Mise en évidence"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"block": "blockquote",
|
|
160
|
+
"title": "Citation"
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"table_sizing_mode": "relative",
|
|
164
|
+
"table_appearance_options": false,
|
|
165
|
+
"table_advtab": false,
|
|
166
|
+
"table_row_advtab": false,
|
|
167
|
+
"table_cell_advtab": false,
|
|
168
|
+
"table_default_styles": {
|
|
169
|
+
"width": "100%"
|
|
170
|
+
},
|
|
171
|
+
"table_class_list": [
|
|
172
|
+
{"title": "Standard", "value": "table"},
|
|
173
|
+
{"title": "Striped", "value": "table table-striped"},
|
|
174
|
+
{"title": "Bordered", "value": "table table-bordered "}
|
|
175
|
+
],
|
|
176
|
+
"table_row_class_list": [
|
|
177
|
+
{"title": "None", "value": ""},
|
|
178
|
+
{"title": "Important row", "value": "important"}
|
|
179
|
+
],
|
|
180
|
+
"table_cell_class_list": [
|
|
181
|
+
{"title": "None", "value": ""},
|
|
182
|
+
{"title": "Important cell", "value": "important"}
|
|
183
|
+
]
|
|
184
|
+
}
|
|
185
|
+
</value>
|
|
186
|
+
</record>
|
|
187
|
+
|
|
188
|
+
</registry>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: imio.smartweb.common
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.29
|
|
4
4
|
Summary: Common utilities, vocabularies, taxonomies for imio.smartweb & co products
|
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.common
|
|
6
6
|
Author: iMio
|
|
@@ -15,10 +15,13 @@ Classifier: Environment :: Web Environment
|
|
|
15
15
|
Classifier: Framework :: Plone
|
|
16
16
|
Classifier: Framework :: Plone :: Addon
|
|
17
17
|
Classifier: Framework :: Plone :: 6.0
|
|
18
|
+
Classifier: Framework :: Plone :: 6.1
|
|
18
19
|
Classifier: Programming Language :: Python
|
|
19
20
|
Classifier: Programming Language :: Python :: 3
|
|
20
21
|
Classifier: Programming Language :: Python :: 3.10
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
21
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
22
25
|
Classifier: Operating System :: OS Independent
|
|
23
26
|
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
|
|
24
27
|
Requires-Python: >=3.10
|
|
@@ -58,6 +61,7 @@ Dynamic: description
|
|
|
58
61
|
Dynamic: home-page
|
|
59
62
|
Dynamic: keywords
|
|
60
63
|
Dynamic: license
|
|
64
|
+
Dynamic: license-file
|
|
61
65
|
Dynamic: project-url
|
|
62
66
|
Dynamic: provides-extra
|
|
63
67
|
Dynamic: requires-dist
|
|
@@ -174,6 +178,23 @@ Changelog
|
|
|
174
178
|
=========
|
|
175
179
|
|
|
176
180
|
|
|
181
|
+
1.2.29 (2025-05-13)
|
|
182
|
+
-------------------
|
|
183
|
+
|
|
184
|
+
- Upgrade TinyMCE settings to version 7
|
|
185
|
+
[remdub]
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
1.2.28 (2025-04-30)
|
|
189
|
+
-------------------
|
|
190
|
+
|
|
191
|
+
- Upgrade dev environment to Plone 6.1-latest
|
|
192
|
+
[remdub]
|
|
193
|
+
|
|
194
|
+
- Add tests for Plone 6.1-latest and add Python 3.13
|
|
195
|
+
[remdub]
|
|
196
|
+
|
|
197
|
+
|
|
177
198
|
1.2.27 (2025-03-19)
|
|
178
199
|
-------------------
|
|
179
200
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
imio.smartweb.common-1.2.
|
|
1
|
+
imio.smartweb.common-1.2.29-py3.13-nspkg.pth,sha256=XZ3YhlzwpUCC8tXtelHRqxVxo3NWomIiMsUfUshrbeE,1011
|
|
2
2
|
imio/smartweb/common/__init__.py,sha256=Na9XBfEQUMrm2c5jbqQgwWeg40ih0aXVG1vT8NeAjMQ,2709
|
|
3
|
-
imio/smartweb/common/adapters.py,sha256=
|
|
3
|
+
imio/smartweb/common/adapters.py,sha256=BjnzwhRhSYXziKUzmNTRBOXqDv4k8C8kfmwqZE7r1yU,1413
|
|
4
4
|
imio/smartweb/common/adapters.zcml,sha256=VO3luZDtRL9FIIEghxPrqpx8paZF3m6MGEy-8kF1sOQ,437
|
|
5
5
|
imio/smartweb/common/caching.py,sha256=aN7gX9rT63fnmUuZnx82Mbu3ghjJUeOiLvLEp9OiFm4,895
|
|
6
6
|
imio/smartweb/common/caching_overrides.zcml,sha256=ysa5DgVGzO1Fp22d9Wg-vNyLlqfRR77WBV-7L6j0Hpo,526
|
|
@@ -27,7 +27,7 @@ imio/smartweb/common/behaviors/configure.zcml,sha256=RfGH8DIybHpxxe2HUsjH2QKSiWY
|
|
|
27
27
|
imio/smartweb/common/behaviors/iam.py,sha256=17ON7M6FHXOM_8NOHT_QnJJuAIs4diWCrguHP6Lh5oA,825
|
|
28
28
|
imio/smartweb/common/behaviors/topics.py,sha256=K9XkhTBxxp_nBBeQ-ovUpmOc6raXIiYqmzJtlKVdhbI,863
|
|
29
29
|
imio/smartweb/common/browser/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
|
-
imio/smartweb/common/browser/collective_taxonomy_controlpanel.py,sha256=
|
|
30
|
+
imio/smartweb/common/browser/collective_taxonomy_controlpanel.py,sha256=vHSd1rSlfK1SI4o9BIYIWIsh6S9QuHgkSZokoKEDFGM,1784
|
|
31
31
|
imio/smartweb/common/browser/configure.zcml,sha256=agEY6fPCePV2UnzvVMUF-Wft0nU6HaHnMwv_lCk4_dQ,3534
|
|
32
32
|
imio/smartweb/common/browser/cropping.py,sha256=MjnXr-sfzjbJnscuX6rfyyEiwTmH9Pmu0sh_WirNnUk,2686
|
|
33
33
|
imio/smartweb/common/browser/description.pt,sha256=ZXKpsMQDJGC0dxVUg5v1W6LsG1_OWuYuWevZuF-Zn2Y,151
|
|
@@ -61,9 +61,10 @@ imio/smartweb/common/faceted/widget.py,sha256=EMvFyEcS9t6lJAgz4zIkUnGAPd1fQcrv4A
|
|
|
61
61
|
imio/smartweb/common/profiles/default/actions.xml,sha256=q5ajChGAPlPtpN_H80voDgg4C8Z-yDcIghUJIgFYtRg,1193
|
|
62
62
|
imio/smartweb/common/profiles/default/browserlayer.xml,sha256=Up2dVOgFtzE43eLMNJY1xXvdUbQRSEpNxnySqSncFqQ,185
|
|
63
63
|
imio/smartweb/common/profiles/default/catalog.xml,sha256=hB2Cu64TPp29EKICqbfixwa3AFmrDJVC784KeKTMX90,576
|
|
64
|
-
imio/smartweb/common/profiles/default/metadata.xml,sha256=
|
|
65
|
-
imio/smartweb/common/profiles/default/registry.xml,sha256=2QtF0fDOdiYbkGLrxW710g-8FnfrNsby9FJGsfdygZk,46853
|
|
64
|
+
imio/smartweb/common/profiles/default/metadata.xml,sha256=97yVYuoIc5iXFDW1Xi0b48xF-80zFA7VGQpKWupeqXY,432
|
|
66
65
|
imio/smartweb/common/profiles/default/rolemap.xml,sha256=XCdOazRleiwTAAZt3lzTsOw3ZtIwoPDqA8s4zXACvkc,1595
|
|
66
|
+
imio/smartweb/common/profiles/default/registry/registry.xml,sha256=GXo92ntNu5GPhFOvDzde5ES7z6pgzrvK1aJtH-ElAHg,44314
|
|
67
|
+
imio/smartweb/common/profiles/default/registry/tinymce.xml,sha256=Z5iwGtQmL_dG0ACpMRoSLQ8BM-WXho0IXOwCnWBpZnc,5141
|
|
67
68
|
imio/smartweb/common/profiles/testing/catalog.xml,sha256=CzEXLuHkT5NH-lRzTSDIR_3y_U7t2D7oBDm1oAJIoP4,214
|
|
68
69
|
imio/smartweb/common/profiles/testing/metadata.xml,sha256=hPZnje-9ffhOiQfVamGoE_lOf9ISjBBf2ynQlg-Hv20,229
|
|
69
70
|
imio/smartweb/common/profiles/testing/registry.xml,sha256=8lTQSGT_bnP2Z0y-86ztgpdQY8yDOLoXgqTC7fXiD2Y,1010
|
|
@@ -99,13 +100,13 @@ imio/smartweb/common/tests/test_utils.py,sha256=S4QrNVvkHv3Oxp45fWQ65dmGsk7POgUn
|
|
|
99
100
|
imio/smartweb/common/tests/test_viewlets.py,sha256=NVEZWEmYo4K_-81Q6w-JTx2nT_3NBcJCl3946MAUnhU,1738
|
|
100
101
|
imio/smartweb/common/tests/test_vocabularies.py,sha256=C-78USTvOHljuMSLkNb9onSRxLEJmBQLpktetAO74RE,848
|
|
101
102
|
imio/smartweb/common/tests/test_vocabulary.py,sha256=4E5i5znt_hLhnnRay1iBaOZRmQyFJs8-OMdPm4iSGSg,1638
|
|
102
|
-
imio/smartweb/common/tests/test_widgets.py,sha256=
|
|
103
|
+
imio/smartweb/common/tests/test_widgets.py,sha256=Yglnzt5kG7mBoaA2r-fr9vOTuXkM0w-KDTooXMCnqpA,4515
|
|
103
104
|
imio/smartweb/common/tests/resources/image.png,sha256=GBnPJt2ALEefn8GJAY1Lh8o9L6l6G77GJSyS0uveHvQ,1185
|
|
104
105
|
imio/smartweb/common/tests/resources/image_1400x800.png,sha256=Iy3bWGH4NBlgYC5BolZiNYFTKmCm0_I9MZDZo4sw_V4,30604
|
|
105
106
|
imio/smartweb/common/tests/resources/image_1800x700.png,sha256=aQcMisSFQO78c6QX4mO7qIfDb9SDRmfzTuPjxMJ_0HM,32643
|
|
106
107
|
imio/smartweb/common/tests/robot/test_example.robot,sha256=3ClbWps1Pfr6-RHT4FmmzGWGmtJrNnDW53bJGP69Nz4,2011
|
|
107
108
|
imio/smartweb/common/upgrades/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
108
|
-
imio/smartweb/common/upgrades/configure.zcml,sha256=
|
|
109
|
+
imio/smartweb/common/upgrades/configure.zcml,sha256=wHN2K4_sO4kskUoDsJaidoFbKB9LH-agsUVSBCxZHrw,15520
|
|
109
110
|
imio/smartweb/common/upgrades/upgrades.py,sha256=NObmvdWPUrfgaPJhTB_tIZsmLawxg5jbui-TRLhS2NE,5474
|
|
110
111
|
imio/smartweb/common/upgrades/profiles/1007_to_1008/rolemap.xml,sha256=dKUuBq-2pO4dGtHshBisISSTBP8aWfbwTGHj_pJvY5A,1346
|
|
111
112
|
imio/smartweb/common/upgrades/profiles/1008_to_1009/actions.xml,sha256=D41gp1PDVINobhCM8L11IMXABYatjmoUuW-EQkPT804,721
|
|
@@ -126,6 +127,7 @@ imio/smartweb/common/upgrades/profiles/1025_to_1026/registry/scales.xml,sha256=5
|
|
|
126
127
|
imio/smartweb/common/upgrades/profiles/1027_to_1028/restored-faceted-jquery.xml,sha256=m6f4maF5HmswCKu5TJmTejshCrrBBM9feii6a5jTZfY,264
|
|
127
128
|
imio/smartweb/common/upgrades/profiles/1028_to_1029/registry.xml,sha256=3XXZyTOD_AWftgJ53ynpFuX5kwhbZEviU6zH1OgJkXQ,595
|
|
128
129
|
imio/smartweb/common/upgrades/profiles/1029_to_1030/registry.xml,sha256=cApJaG7duyGX3D3Bby3V3D8YcIAZuWB-A-WSH3XKU7E,406
|
|
130
|
+
imio/smartweb/common/upgrades/profiles/1030_to_1031/registry/tinymce.xml,sha256=EYBpIVuUnQyfxntiLmXoTLiRHBzMlwzfFXmTqwMNrn0,5813
|
|
129
131
|
imio/smartweb/common/viewlets/__init__.py,sha256=iwhKnzeBJLKxpRVjvzwiRE63_zNpIBfaKLITauVph-0,24
|
|
130
132
|
imio/smartweb/common/viewlets/analytics.pt,sha256=J6e8fWmusLWMKXg3cJbNYV0LPS9ONz2yJ921vMvrrzE,33
|
|
131
133
|
imio/smartweb/common/viewlets/colophon.pt,sha256=qaEUV2N5aZpAEcztLzK_R2eINBod1AByWxi11B1HYa0,1278
|
|
@@ -137,10 +139,10 @@ imio/smartweb/common/viewlets/skip_to_content.pt,sha256=-tb3HkoGG8H_gBZL4eiJrPcW
|
|
|
137
139
|
imio/smartweb/common/viewlets/skip_to_content.py,sha256=wm22NUf8Qh5uzz8p4vkLCdFNiDv9zUGAueRyXAIXQDo,496
|
|
138
140
|
imio/smartweb/common/widgets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
139
141
|
imio/smartweb/common/widgets/select.py,sha256=vfVdbecH7qDfJvWV6TfkpqocD6AA5G4yIq7XqSOuVNw,1142
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
142
|
+
imio_smartweb_common-1.2.29.dist-info/licenses/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
|
143
|
+
imio_smartweb_common-1.2.29.dist-info/licenses/LICENSE.rst,sha256=5dd78Fdt0e-oM2ICBrMpjHnT8vEP-jhBDF7akXni6B4,655
|
|
144
|
+
imio_smartweb_common-1.2.29.dist-info/METADATA,sha256=o6XK2b0uv2Hal02jeRMOL9K7SKTDT8kvmlwJG5pW_-s,17416
|
|
145
|
+
imio_smartweb_common-1.2.29.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
|
|
146
|
+
imio_smartweb_common-1.2.29.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
|
|
147
|
+
imio_smartweb_common-1.2.29.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
|
|
148
|
+
imio_smartweb_common-1.2.29.dist-info/RECORD,,
|
/imio.smartweb.common-1.2.27-py3.12-nspkg.pth → /imio.smartweb.common-1.2.29-py3.13-nspkg.pth
RENAMED
|
File without changes
|
{imio.smartweb.common-1.2.27.dist-info → imio_smartweb_common-1.2.29.dist-info/licenses}/LICENSE.GPL
RENAMED
|
File without changes
|
{imio.smartweb.common-1.2.27.dist-info → imio_smartweb_common-1.2.29.dist-info/licenses}/LICENSE.rst
RENAMED
|
File without changes
|
|
File without changes
|
{imio.smartweb.common-1.2.27.dist-info → imio_smartweb_common-1.2.29.dist-info}/top_level.txt
RENAMED
|
File without changes
|