An error occurred fetching the project authors.
- 22 Sep, 2023 2 commits
-
-
Jérome Perrin authored
This reverts commit 31eaaec1a2bd8bc8648a686a83be989a9615a93e. This slows down business template by a factor of two and it seems we don't need it. I'm experimenting with hacks in ppml.py but maybe just creating the Unpickler with encoding='utf-8' in product/ERP5Type/XMLExportImport/__init__.py:267 is enough ?
-
Arnaud Fontaine authored
Otherwise it fails with the following exception because of non-ASCII characters (`[A-Z&é@{]{3,7})`) (see unconvert()) below): => erp5_core/PathTemplateItem/portal_preferences/default_site_preference.xml File "zodbpickle-2.0.0-py3.7-linux-x86_64.egg/zodbpickle/pickle_3.py", line 844, in load dispatch[key[0]](self) File "zodbpickle-2.0.0-py3.7-linux-x86_64.egg/zodbpickle/pickle_3.py", line 1035, in load_short_binstring self.append(self.decode_string(data)) File "zodbpickle-2.0.0-py3.7-linux-x86_64.egg/zodbpickle/pickle_3.py", line 989, in decode_string return value.decode(self.encoding, self.errors) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 19: ordinal not in range(128)
-
- 05 Mar, 2023 1 commit
-
-
Jérome Perrin authored
-
- 25 Jan, 2023 1 commit
-
-
Kirill Smelkov authored
Going from ZODB 5.6.0 to 5.8.0: - removes leftovers of pre-MVCC read conflicts, - relaxes assertion in tests that relate to NEO, - brings up interface requirements in line with Wendelin.core 2 and WCFS, - optimizes IO in fsrefs, - fixes fsdump to match fsstats, - provides new tests that exercise potential concurrency issues in storage implementations more thoroughly, - provides other fixes and improvements. Please see https://github.com/zopefoundation/ZODB/compare/5.6.0...5.8.0 and https://pypi.org/project/ZODB/5.8.0/ for details.
-
- 03 Feb, 2022 1 commit
-
-
Kirill Smelkov authored
This reverts commit 27f574bc. NEO now should support zodbpickle >= 2 with nexedi/neoppod!19. /cc @jerome /merge-request-on nexedi/slapos!1125
-
- 16 Mar, 2021 2 commits
-
-
Kirill Smelkov authored
To always call loadBefore instead of load. Wendelin.core 2 needs this - see nexedi/ZODB@8e7eab33 for details. There is also ZEO4-wc2 which contains backports of ZEO5 patches that are needed for wendelin.core 2 to work correctly. Wendelin.core 2 will work with ZODB4-wc2 or ZODB5. Wendelin.core 2 will not work with just ZODB4.
-
Kirill Smelkov authored
Factor-out things that provide components for ZODB stack from software/neoppod/ into component/ZODB/.
-