- 26 Nov, 2001 6 commits
-
-
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 9 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)
-
Chris McDonough authored
-
- 20 Nov, 2001 10 commits
-
-
Chris McDonough authored
Added browser_id_manager, session_data_manager, and temp_folder to list of application object's reserved names (making them undeletable). Added session_data to list of temp_folder's reserved names.
-
Chris McDonough authored
-
Chris McDonough authored
timeout of default session_data container. Improved error handling and logging of errors during the creation of a transient object container.
-
Andreas Jung authored
-
Chris McDonough authored
The help version of TransienceInterfaces.py wanted to import Interface; it no longer wants to do so.
-
Chris McDonough authored
-
Chris McDonough authored
Changed interfaces files to reflect getContainerKey. Specified permissions in helpsystem interfaces for transient objects.
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
- 19 Nov, 2001 6 commits
-
-
Amos Latteier authored
Added proxy roles to the guestbook example, too. Also added a note about the proxy roles to the file library and guest book pages.
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
Fixed the management screen table. Now this management screen looks normal. Before it had strange margins.
-
Amos Latteier authored
Added a 'manager' proxy role to the filelibrary upload script. This should solve an authentication problem that Chris M was seeing. It also makes more sense in the context of this app.
-
- 17 Nov, 2001 9 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
As per suggestions by Amos, I changed the terminology used by the browser id manager and session data manager. Previous to the change, browser ids were known as "tokens". I've changed this to "browser id" in the docs as well as in all API methods that used the name "token". Interfaces, permissions, and help have been updated with the changes.
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Tres Seaver authored
-