- 09 Sep, 2016 2 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 08 Sep, 2016 6 commits
-
-
Hanno Schlichting authored
Remove unused klass_args argument and avoid aborting transactions if none is active. The publisher should always commit or abort the transaction, so the Cleanup instance in `REQUEST._hold` shouldn't need to abort anything. This gets rids of debug log messages, where each request opens and aborts a secondary transaction.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Split a common base class out of them and move ZServer specific logic onto HTTPResponse without impacting WSGIResponse. Also change the error generating methods on WSGIResponse to raise exceptions rather than returning responses. It's the publishers job to turn them into responses and now they get treated in the same way as when they get raised directly.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 07 Sep, 2016 3 commits
-
-
Hanno Schlichting authored
Quote variable in manage_tabs to avoid XSS [master]
-
Maurits van Rees authored
From Products.PloneHotfix20160830.
-
Maurits van Rees authored
-
- 06 Sep, 2016 3 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 04 Sep, 2016 12 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
This avoids the `repoze.retry` dependency for WSGIPublisher.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Also drive by fix for ZopePageTemplate.
-
Hanno Schlichting authored
Add new `ZPublisher.utils.recordMetaData` function to replace the method previously found on the manager.
-
- 03 Sep, 2016 6 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Change Testing to use the WSGI publisher for functional and testbrowser based tests incl. functional doctests. Alternatives are available in `ZServer.Testing`.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
These need special casing in the publisher to be treated as successful and result in transaction commits. Also prefer `raise Redirect` style over `REQUEST.RESPONSE.redirect`.
-
- 02 Sep, 2016 4 commits
-
-
Hanno Schlichting authored
Opened database are now found in `Zope2.opened` next to `Zope2.DB`. Also stop setting client/instance home variables onto `__builtin__`, those are available from `App.config.getConfiguration()` as `instancehome` and `clienthome` attributes.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 28 Aug, 2016 4 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Based on zopefoundation/five.pt@197e65819013fbfd3a436286737f20ddc4c48813.
-
Hanno Schlichting authored
-