##// END OF EJS Templates
error-document: make sure the error document has registered helpers,...
error-document: make sure the error document has registered helpers, and uses only pyramid mechanics. - in some edge cases the renderer_globals are not called and we cannot rely on them - this should be a purely pyramid view not relying on any of pylons left overs.

File last commit:

r1:854a839a default
r1748:0fcdd9e3 default
Show More
release-notes-3.4.1.rst
20 lines | 425 B | text/x-rst | RstLexer
/ docs / release-notes / release-notes-3.4.1.rst
project: added all source files and assets
r1 |RCE| 3.4.1 |RNS|
-----------------
Release Date
^^^^^^^^^^^^
* 2015-07-20
Packaging
^^^^^^^^^
- |RCT| are now bundled with |RCE| installations. This makes offline
installations easier, and it also removes to need to install a separate
``virtualenv`` on your server.
Fixes
^^^^^
- Pull requests: Fixed an internal server error in case of a removed commit.
- VCS: Fix a performance regression around VCS operations.