- 16 Aug, 2002 1 commit
-
-
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 34 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
-
R. David Murray authored
and fix one place that url_unquote and url_unquote_plus need to be added (I think) that chrism missed.
-
Chris McDonough authored
-
Chris McDonough authored
well as made these functions available in PythonScripts via the 'standard' module.
-
Matt Behrens authored
-
matt@zope.com authored
-
Matt Behrens authored
when using FastCGI
-
Sidnei da Silva authored
-
matt@zope.com authored
-
Brian Lloyd authored
-
- 12 Aug, 2002 2 commits
-
-
Barry Warsaw authored
-
Jens Vagelpohl authored
- cleaned up comment to avoid long line
-