imio.smartweb.common 1.2.21__py3-none-any.whl → 1.2.23__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.
@@ -0,0 +1,20 @@
1
+ <configure
2
+ xmlns="http://namespaces.zope.org/zope"
3
+ xmlns:cache="http://namespaces.zope.org/cache"
4
+ xmlns:zcml="http://namespaces.zope.org/zcml">
5
+
6
+ <include package="z3c.unconfigure" file="meta.zcml" />
7
+
8
+ <unconfigure>
9
+ <cache:ruleset
10
+ for="plone.namedfile.scaling.ImageScale"
11
+ ruleset="plone.content.file"
12
+ />
13
+ </unconfigure>
14
+
15
+ <cache:ruleset
16
+ for="plone.namedfile.scaling.ImageScale"
17
+ ruleset="plone.stableResource"
18
+ />
19
+
20
+ </configure>
@@ -24,4 +24,6 @@
24
24
  <include package=".upgrades" />
25
25
  <include package=".viewlets" />
26
26
 
27
+ <includeOverrides file="caching_overrides.zcml" />
28
+
27
29
  </configure>
@@ -12,13 +12,15 @@
12
12
  data-json-url string:${navigation_root_url}/@@consent-json">
13
13
  <input name="came_from" type="hidden" value="" tal:attributes="value view/rebuild_url">
14
14
  <div class="gdpr-actions">
15
- <input type="submit" name="consent" value="Accept all" i18n:attributes="value"/>
16
- <a href=""
15
+ <input type="submit" name="consent" aria-label="Accept all cookies" value="Accept all" i18n:attributes="aria-label;value"/>
16
+ <a href=""
17
17
  class="pat-plone-modal"
18
+ aria-label="Read more and manage cookies settings"
18
19
  data-pat-plone-modal='{"prependContent": ""}'
19
- tal:attributes="href string:${navigation_root_url}/@@consent"
20
+ tal:attributes="href string:${navigation_root_url}/@@consent"
21
+ i18n:attributes="aria-label"
20
22
  i18n:translate="">Read more and manage settings</a>
21
- <input type="submit" name="refuse" value="Refuse all" i18n:attributes="value"/>
23
+ <input type="submit" name="refuse" aria-label="Refuse all cookies" value="Refuse all" i18n:attributes="aria-label;value"/>
22
24
  </div>
23
25
  </form>
24
26
  </div>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: imio.smartweb.common
3
- Version: 1.2.21
3
+ Version: 1.2.23
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
@@ -174,6 +174,20 @@ Changelog
174
174
  =========
175
175
 
176
176
 
177
+ 1.2.23 (2025-02-24)
178
+ -------------------
179
+
180
+ - WEB-3718 : Accessibility : Add aria-label for consent buttons
181
+ [boulch]
182
+
183
+
184
+ 1.2.22 (2025-02-14)
185
+ -------------------
186
+
187
+ - WEB-4153 : Ruleset plone.stableResource for image scales
188
+ [remdub]
189
+
190
+
177
191
  1.2.21 (2025-01-31)
178
192
  -------------------
179
193
 
@@ -1,10 +1,11 @@
1
- imio.smartweb.common-1.2.21-py3.12-nspkg.pth,sha256=XZ3YhlzwpUCC8tXtelHRqxVxo3NWomIiMsUfUshrbeE,1011
1
+ imio.smartweb.common-1.2.23-py3.12-nspkg.pth,sha256=XZ3YhlzwpUCC8tXtelHRqxVxo3NWomIiMsUfUshrbeE,1011
2
2
  imio/smartweb/common/__init__.py,sha256=Na9XBfEQUMrm2c5jbqQgwWeg40ih0aXVG1vT8NeAjMQ,2709
3
3
  imio/smartweb/common/adapters.py,sha256=rLlObjqZm3hs2hgUT-LmJytwhT-E1rTvbpIi0mmKQqY,610
4
4
  imio/smartweb/common/adapters.zcml,sha256=ndYNj0J_BFfVpX_7JhY2asSwLzXG-WmjLdfwL9hX_No,254
5
5
  imio/smartweb/common/caching.py,sha256=aN7gX9rT63fnmUuZnx82Mbu3ghjJUeOiLvLEp9OiFm4,895
6
+ imio/smartweb/common/caching_overrides.zcml,sha256=ysa5DgVGzO1Fp22d9Wg-vNyLlqfRR77WBV-7L6j0Hpo,526
6
7
  imio/smartweb/common/config.py,sha256=imgOo0_BBIbXGFNvBnhPReLOSY4JqIOH_QCAl0j0XGI,435
7
- imio/smartweb/common/configure.zcml,sha256=NiTXMd4tEs9R-DU9BavOaUTmGmndEzuSaSFt3d798jQ,840
8
+ imio/smartweb/common/configure.zcml,sha256=IQMv1giqgunu55osPlnVAq2MwM3FjJOGPgrxuO1e_74,894
8
9
  imio/smartweb/common/contact_utils.py,sha256=Pr-Nhz9MRnfirZ7RbmF5JZw9fX4gWa0dWkvJlQBiDKY,11341
9
10
  imio/smartweb/common/indexers.py,sha256=TvvKglWI0JM5_jwetlpvqcjwkid_2PhaCZGKZV4sD34,1148
10
11
  imio/smartweb/common/indexers.zcml,sha256=End1fDod99sr0xw8PaakgeTAZYq-HLOGw3MNA8K_CTs,324
@@ -129,16 +130,16 @@ imio/smartweb/common/viewlets/analytics.pt,sha256=J6e8fWmusLWMKXg3cJbNYV0LPS9ONz
129
130
  imio/smartweb/common/viewlets/colophon.pt,sha256=qaEUV2N5aZpAEcztLzK_R2eINBod1AByWxi11B1HYa0,1278
130
131
  imio/smartweb/common/viewlets/colophon.py,sha256=Rt3ZPj2F0kcVG-vhl8JIyAHlVVJ8pktUn_zwYYD96Cs,586
131
132
  imio/smartweb/common/viewlets/configure.zcml,sha256=uDHHrOeEGhrYYkvhasor_tXpHfdq1IT766h4T7H5kdQ,1758
132
- imio/smartweb/common/viewlets/privacy.pt,sha256=bAD-I6s3LUgkh30vyTbP3pNUZQYua1Kx4aZpPGZaJVE,1212
133
+ imio/smartweb/common/viewlets/privacy.pt,sha256=8UvH_blB5xyr6wD6GQj7856trVnNYg60GvR2Ry0tcjY,1436
133
134
  imio/smartweb/common/viewlets/privacy.py,sha256=H752etTTIFCM0wTwjESQFl0PStJfCoSRfcePSUQOp8E,449
134
135
  imio/smartweb/common/viewlets/skip_to_content.pt,sha256=FFfTxvRl8V52FzFE6In6B34ApgShNntvMp6F1qwfL0g,376
135
136
  imio/smartweb/common/viewlets/skip_to_content.py,sha256=wm22NUf8Qh5uzz8p4vkLCdFNiDv9zUGAueRyXAIXQDo,496
136
137
  imio/smartweb/common/widgets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
137
138
  imio/smartweb/common/widgets/select.py,sha256=vfVdbecH7qDfJvWV6TfkpqocD6AA5G4yIq7XqSOuVNw,1142
138
- imio.smartweb.common-1.2.21.dist-info/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
139
- imio.smartweb.common-1.2.21.dist-info/LICENSE.rst,sha256=5dd78Fdt0e-oM2ICBrMpjHnT8vEP-jhBDF7akXni6B4,655
140
- imio.smartweb.common-1.2.21.dist-info/METADATA,sha256=GgMQpzBWB1VXyB8xIqKyN3JOGYDtIyZwTisgAv8sEmk,16095
141
- imio.smartweb.common-1.2.21.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
142
- imio.smartweb.common-1.2.21.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
143
- imio.smartweb.common-1.2.21.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
144
- imio.smartweb.common-1.2.21.dist-info/RECORD,,
139
+ imio.smartweb.common-1.2.23.dist-info/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
140
+ imio.smartweb.common-1.2.23.dist-info/LICENSE.rst,sha256=5dd78Fdt0e-oM2ICBrMpjHnT8vEP-jhBDF7akXni6B4,655
141
+ imio.smartweb.common-1.2.23.dist-info/METADATA,sha256=z0JOHqfCPhaWl3D01XVoNG4Mt0TBDP3wQfN8EI18XYg,16326
142
+ imio.smartweb.common-1.2.23.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
143
+ imio.smartweb.common-1.2.23.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
144
+ imio.smartweb.common-1.2.23.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
145
+ imio.smartweb.common-1.2.23.dist-info/RECORD,,