- 28 Nov, 2001 5 commits
-
-
Barry Warsaw authored
environment. This guarantees that any subsequent recovery will be very fast unless the database was not shut down gracefully.
-
matt@zope.com authored
-
matt@zope.com authored
-
matt@zope.com authored
-
matt@zope.com authored
-
- 27 Nov, 2001 5 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Chris McDonough authored
-
Chris McDonough authored
Incorporated Frank Tegtmeyers long-ago patch for encoding browser ids that already have query elements in encodeUrl properly by using & instead of just &.
-
- 26 Nov, 2001 22 commits
-
-
Chris McDonough authored
Moved import of PageTemplateFile to within a function, allowing tests which attempt to import OFS.Application.Application to succeed without products being set up.
-
Amos Latteier authored
-
matt@zope.com authored
-
Chris McDonough authored
-
matt@zope.com authored
-
matt@zope.com authored
been set up yet.
-
Andreas Jung authored
-
Andreas Jung authored
as argument for intersection())
-
Andreas Jung authored
-
Evan Simpson authored
-
Andreas Jung authored
-
matt@zope.com authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
matt@zope.com authored
so it can find local modules
-
Evan Simpson authored
-
Evan Simpson authored
-
Chris McDonough authored
-
Andreas Jung authored
and .html is finally solved. Zope sends now an additional ETag header for DTMLMethods and DTMLDocuments. Many thanks to Joachim Schmitz for this hint.
-
Chris McDonough authored
-
Andreas Jung authored
-
- 21 Nov, 2001 8 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
Added the ability to specify a temp_folder/session_data max limit via ZSESSION_OBJECT_LIMIT evironment variable.
-
Chris McDonough authored
-
Chris McDonough authored
Removed wrap_with argument from new and new_or_existing methods of Transient Data Containers. Removed delete method of Transient Data Containers. Added out-of-memory protection to Transient Data Containers. A new __init__ value ('limit') is used to specify the max number of objects that can be contained within a transient data container. A new envvar ZSESSION_OBJECT_LIMIT can be used to control the limit of the default session_data TDC. Also updated help and API docs with this change. Added a new exception, MaxTransientObjectsExceeded, which is raised when the OOM protection kicks in. Various implementation changes including the use of a BTrees Length object to store Transient Data Container length info as well as improvements to how buckets are expired. Addition of tests for OOM protection fatures.
-
Chris McDonough authored
that other things named browser_id_manager can be created in subfolders. Wrap transient data objects only in session data manager upon return. Previously, they had been wrapped also in session data container. Took out clever traversal error logging code in fear that it would bloat the ZODB. Added SessionDataManagerErr and BrowserIdManagerErr to API docs and made them importable within a PythonScript. Extended test suite with request-autopopulate tests.
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
- inner links are now generated as <a name="#ref<number>"> (it is illegal that tokens start with a digit)
-