Zope icon indicating copy to clipboard operation
Zope copied to clipboard

Zope is an open-source web application server.

Results 43 Zope issues
Sort by recently updated
recently updated
newest added

Open issues: - [x] Await for 3.11.0a7 on GHA - [x] Await for zodbpickle release supporting Python 3.11 (https://github.com/zopefoundation/zodbpickle/pull/65) - [x] Update to use zodbpickle release. - [x] Allow to...

do not merge

## FEATURE EXPERIMENT ### What I did: I hear some complaints about the necessity of commits to make flake8 or the other code checkers happy. ### What I expect to...

enhancement

As of Python 3.11.0a7 we have the following problems: - [X] https://github.com/zopefoundation/ExtensionClass/issues/37 – Fix released in version 4.6 - [x] https://github.com/zopefoundation/Persistence/issues/28 – Fix released in version 3.3 - [x] https://github.com/zopefoundation/Acquisition/issues/59...

enhancement

Adresses #641. From `CHANGES.rst`: - fully recursive aggregation which can handle structures of arbitrary depth - simplified processing model - support for special HTML5 features: ``_charset_`` informs about the used...

bug
enhancement
documentation
do not merge

HTTP specifies "ISO-8859-1" as charset to be used in its headers; however, recently non-ASCII characters are deprecated altogether. This poses the question how to encode non-ASCII material in those headers....

question

It's not a bug, it's a feature request about something that's scaring me in my daily work: I usually have several databases (ZODBs) mounted in my Zope instances. Copying/Pasting across...

Modern browsers internally use unicode. Only at system boundaries they employ an encoding to map from/to the internal representation. Following HTML 5, they use character references to represent characters not...

enhancement

Zope's current request parameter handling has several known bugs/caveats: 1. There is almost no error handling: - unrecognised directives are silently ignored - if a request parameter contains several converter...

enhancement
feedback required

... by functionality from `dm.zopepatches.ztutils`? `ZTUtils.make_query` (and friends) allow together with `ZPublisher`'s type suffixes to pass typed information between requests. However, there are some weaknesses. `dm.zopepatches.ztutils` addresses the following weaknesses:...

enhancement

Some tests need the ZCML to be loaded, currently each tests calls: ```python Zope2.App.zcml.load_site(force=True) ``` It has to be done in each test needing loaded ZCML because Zope has many...

enhancement