imio.smartweb.common 1.2.24__py3-none-any.whl → 1.2.26__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.
@@ -106,7 +106,7 @@
106
106
  var nodeElement = this.closest(".info");
107
107
  if (nodeElement == null) {
108
108
  showModal("Impossible de supprimer cet élément car il contient d'autres termes .");
109
- return;from zope.schema.interfaces import IVocabularyFactory
109
+ return;
110
110
 
111
111
  }
112
112
  var identifierInput = nodeElement.querySelector(".identifier-input");
@@ -1,11 +1,11 @@
1
1
  <a class="show-on-focus"
2
2
  tal:define="url view/current_page_url"
3
3
  tal:attributes="href string:${url}#content"
4
- i18n:domain="smartweb"
4
+ i18n:domain="imio.smartweb"
5
5
  i18n:translate="">Skip to content</a>
6
6
 
7
7
  <a class="show-on-focus"
8
8
  tal:define="url view/current_page_url"
9
9
  tal:attributes="href string:${url}#portal-footer-wrapper"
10
- i18n:domain="smartweb"
10
+ i18n:domain="imio.smartweb"
11
11
  i18n:translate="">Skip to footer</a>
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.1
2
2
  Name: imio.smartweb.common
3
- Version: 1.2.24
3
+ Version: 1.2.26
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
@@ -51,18 +51,6 @@ Requires-Dist: plone.app.robotframework[debug]; extra == "test"
51
51
  Requires-Dist: plone.restapi[test]; extra == "test"
52
52
  Requires-Dist: freezegun; extra == "test"
53
53
  Requires-Dist: mock; extra == "test"
54
- Dynamic: author
55
- Dynamic: author-email
56
- Dynamic: classifier
57
- Dynamic: description
58
- Dynamic: home-page
59
- Dynamic: keywords
60
- Dynamic: license
61
- Dynamic: project-url
62
- Dynamic: provides-extra
63
- Dynamic: requires-dist
64
- Dynamic: requires-python
65
- Dynamic: summary
66
54
 
67
55
  .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
68
56
  If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
@@ -174,6 +162,21 @@ Changelog
174
162
  =========
175
163
 
176
164
 
165
+ 1.2.26 (2025-03-12)
166
+ -------------------
167
+
168
+ - WEB-4212: Fixe i18n:domain for skip to content
169
+ [thomlamb]
170
+
171
+
172
+ 1.2.25 (2025-03-10)
173
+ -------------------
174
+
175
+ - WEB-4232 : Fix JQuery.
176
+ Version 1.2.24 contained issues affecting the smooth running of the preventing deletion of a taxonomy term
177
+ [boulch]
178
+
179
+
177
180
  1.2.24 (2025-03-10)
178
181
  -------------------
179
182
 
@@ -1,4 +1,4 @@
1
- imio.smartweb.common-1.2.24-py3.12-nspkg.pth,sha256=XZ3YhlzwpUCC8tXtelHRqxVxo3NWomIiMsUfUshrbeE,1011
1
+ imio.smartweb.common-1.2.26-py3.8-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
@@ -32,7 +32,7 @@ imio/smartweb/common/browser/configure.zcml,sha256=agEY6fPCePV2UnzvVMUF-Wft0nU6H
32
32
  imio/smartweb/common/browser/cropping.py,sha256=7xkTvs_0qUo9tC2tAIj77ZQn2RClKOgAwE0L6WhGGxg,2720
33
33
  imio/smartweb/common/browser/description.pt,sha256=ZXKpsMQDJGC0dxVUg5v1W6LsG1_OWuYuWevZuF-Zn2Y,151
34
34
  imio/smartweb/common/browser/description.py,sha256=BRpHkVzwyeM-SUzkEbtHn2fm8pQREtcHIW7feoQlBPQ,517
35
- imio/smartweb/common/browser/edit_taxonomy_data.pt,sha256=1JmxkyXIlanpyAUGdb7NCI-mM9EqW7jX-5PM2nyvr_Q,6990
35
+ imio/smartweb/common/browser/edit_taxonomy_data.pt,sha256=PWM7SGaWAkrPZ7jxVRBry8ed5_1PD7fucCMgmMCx9tg,6937
36
36
  imio/smartweb/common/browser/forms.py,sha256=UK72J9cEadVU4DqQ3OHqv2Jo_Qff9iFSoRv2gsWpZps,4168
37
37
  imio/smartweb/common/browser/scaling.py,sha256=aBmuMyzy2s_5PCfkyvxJiARHowpck1BOva8RKEJSVso,297
38
38
  imio/smartweb/common/browser/vocabulary.py,sha256=XXFuV1nYvu7s8j7tufrg33AmpaNgTIHl13VzEK0ro34,905
@@ -133,14 +133,14 @@ imio/smartweb/common/viewlets/colophon.py,sha256=Rt3ZPj2F0kcVG-vhl8JIyAHlVVJ8pkt
133
133
  imio/smartweb/common/viewlets/configure.zcml,sha256=uDHHrOeEGhrYYkvhasor_tXpHfdq1IT766h4T7H5kdQ,1758
134
134
  imio/smartweb/common/viewlets/privacy.pt,sha256=8UvH_blB5xyr6wD6GQj7856trVnNYg60GvR2Ry0tcjY,1436
135
135
  imio/smartweb/common/viewlets/privacy.py,sha256=H752etTTIFCM0wTwjESQFl0PStJfCoSRfcePSUQOp8E,449
136
- imio/smartweb/common/viewlets/skip_to_content.pt,sha256=FFfTxvRl8V52FzFE6In6B34ApgShNntvMp6F1qwfL0g,376
136
+ imio/smartweb/common/viewlets/skip_to_content.pt,sha256=-tb3HkoGG8H_gBZL4eiJrPcWC6hxBEjb-KqP0co7zeY,386
137
137
  imio/smartweb/common/viewlets/skip_to_content.py,sha256=wm22NUf8Qh5uzz8p4vkLCdFNiDv9zUGAueRyXAIXQDo,496
138
138
  imio/smartweb/common/widgets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
139
139
  imio/smartweb/common/widgets/select.py,sha256=vfVdbecH7qDfJvWV6TfkpqocD6AA5G4yIq7XqSOuVNw,1142
140
- imio.smartweb.common-1.2.24.dist-info/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
141
- imio.smartweb.common-1.2.24.dist-info/LICENSE.rst,sha256=5dd78Fdt0e-oM2ICBrMpjHnT8vEP-jhBDF7akXni6B4,655
142
- imio.smartweb.common-1.2.24.dist-info/METADATA,sha256=QdbralXRlKnjgQLafud9nf99_4SgVRnLk0sTfbrKI58,16500
143
- imio.smartweb.common-1.2.24.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
144
- imio.smartweb.common-1.2.24.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
145
- imio.smartweb.common-1.2.24.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
146
- imio.smartweb.common-1.2.24.dist-info/RECORD,,
140
+ imio.smartweb.common-1.2.26.dist-info/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
141
+ imio.smartweb.common-1.2.26.dist-info/LICENSE.rst,sha256=5dd78Fdt0e-oM2ICBrMpjHnT8vEP-jhBDF7akXni6B4,655
142
+ imio.smartweb.common-1.2.26.dist-info/METADATA,sha256=SHbP0lM5sL-Ir2Ulg7dO7MWyI2AQAHstbGnilpO8jfM,16550
143
+ imio.smartweb.common-1.2.26.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
144
+ imio.smartweb.common-1.2.26.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
145
+ imio.smartweb.common-1.2.26.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
146
+ imio.smartweb.common-1.2.26.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (74.1.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5