- 20 Aug, 2002 4 commits
-
-
Jim Fulton authored
- Documented FORCE_PRODUCT_LOAD - Changed FORCE_PRODUCT_LOAD so that if it is set, it determines whether products are installed regardless of whether ZEO_CACHE is set. This means that you can disable product installation by setting FORCE_PRODUCT_LOAD to an empty string even if you are not using a ZEO persistent cache. - Fixed the help system and Zope Tutorial product to honor FORCE_PRODUCT_LOAD.
-
Jim Fulton authored
testrunner output.
-
Chris McDonough authored
-
Chris McDonough authored
-
- 19 Aug, 2002 5 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
When a set of knobs is set on the browser_id_manager "settings" screen, ("look for browser id name in..." and 'automatically encode browser ids..."), a traversal hook is installed in the browser id manager's container which causes a) the request to be searched for a browser id name and a browser id as the first two elements of the URL path and b) for Zope-generated URLs to contain these path elements. Various documentation and interface updates. No interface methods were harmed in the filming of this checkin, but a few were added or extended with defaults.
-
Casey Duncan authored
-
Casey Duncan authored
Fix for collector #510, When Python scripts and other "Script" objects were acquired during URL traversal, the __before_publishing_traverse__ code did not properly stop traversal at the script and populate traverse_subpath with the remaining url path elements.
-
- 16 Aug, 2002 3 commits
-
-
Barry Warsaw authored
depending on whether the full or a partial test suite was run. In particular, in my case there was a EVENT_LOG_FILE turd left in the environment which was causes StupidLogTest's checkBasics to fail. The fix is to wipe the environment in both the setup and the tear down, although I wonder why EventLogTest's teardown didn't clean things up properly. Hmm, with this patch the test suite succeeds.
-
Barry Warsaw authored
use that everywhere internally instead of setting the global _log_dest directly.
-
Casey Duncan authored
-
- 15 Aug, 2002 3 commits
-
-
Casey Duncan authored
-
Casey Duncan authored
Small refactor of new getIndexObjects method. Tightened security (since wrapped indexes are more open to untrusted code) and generalized the other assertions for ZCat.
-
Casey Duncan authored
- Removed unnecessary tuple cast - OIBTree.keys() is faster than IOBTree.values()
-
- 14 Aug, 2002 25 commits
-
-
Martijn Pieters authored
-
Martijn Pieters authored
-
Martijn Pieters authored
-
Casey Duncan authored
ZCTextIndex is now associated by path to its lexicon. After replacing a lexicon used by an index, clear the index to make it use the new lexicon.
-
Martijn Pieters authored
As the 'if 1:' block for diff preservation was heavily tabbed anyway, I removed an indent level and the 'if 1:' statement.
-
Martijn Pieters authored
-
Martijn Pieters authored
-
Martijn Pieters authored
-
Casey Duncan authored
-
Casey Duncan authored
-
Matt Behrens authored
-
Casey Duncan authored
Added newline_to_br to manage_tabs_message insertion to allow newlines without passing html over the request, which no longer works due to tainting
-
Casey Duncan authored
small whitespace cleanup (I know, why bother ;^)
-
Casey Duncan authored
- Catalog.getIndex returns an acquisition wrapped index, use instead of Catalog.indexes[...] - ZCatalog.getIndexObjects returns the list of index obs also acquisition wrapped. Its use is preferred over the previous index_objects method. Changed Catalog code to utilize getIndex. This is mostly a neutral change except for in clear() which did not used to wrap before calling the index. Help docs and interfaces updated to reflect the change.
-
Martijn Pieters authored
-
Chris McDonough authored
-
Chris McDonough authored
version management screens.
-
R. David Murray authored
-
Brian Lloyd authored
-
R. David Murray authored
-
Brian Lloyd authored
-
R. David Murray authored
quoted and lack of unquote functions).
-
R. David Murray authored
receiving them. This is required to comply with the spec for cookies, which requires escaping of at least : and blank spaces. I changed the setCookie routine in both BaseResponse and HTTPResponse to keep them indentical. Since they *are* identical, one would think that one of them could be eliminated.
-
R. David Murray authored
match those docs.
-
R. David Murray authored
-