- 14 Aug, 2002 16 commits
-
-
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 4 commits
-
-
Barry Warsaw authored
-
Jens Vagelpohl authored
- cleaned up comment to avoid long line
-
Chris McDonough authored
-
Martijn Pieters authored
-
- 10 Aug, 2002 3 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
This method is a convenience function which allows you to obtain a snippet of html containing a hidden input form element which contains the browser id name and browser id value.
-
- 09 Aug, 2002 4 commits
-
-
Jeffrey Shell authored
dtml-sqltest now renders 'v not in (b,c)' when used as:: <dtml-sqltest v type=... multiple op=ne>. Previously, a sqltest for inequality would render 'v <> b' when a single value was submitted, but would render 'a in (b,c)' when multiple values were present and the 'multiple' switch was set.
-
Jeffrey Shell authored
(...)'
-
Matt Behrens authored
-
Chris McDonough authored
This is a temporary admission of defeat. I have a much more elaborate "default content setup" scheme half-coded, but in case I don't finish it in time for the release of 2.6, at least folks will have an error_log (as mentioned in the Zope Book ;-)
-
- 08 Aug, 2002 1 commit
-
-
Chris McDonough authored
-
- 07 Aug, 2002 1 commit
-
-
Chris McDonough authored
Some revision of the the BTrees code (possibly even the current head) has a bug which causes (in this case) an OOBTree to lie about its items. Code like: for key in oobtree.keys(): oobtree[key] ... will cause a KeyError when oobtree is asked to return the object represented by key. We work around this by explicitly detecting this problem and logging.
-
- 06 Aug, 2002 1 commit
-
-
Chris McDonough authored
SignalHandler module now lives in zdaemon package, so it may be shared between ZEO and Zope. The SignalHandler module in lib/python was removed in favor of the module in zdaemon. The zdaemon SignalHandler doesn't register any default signals. There is a new package in lib/python named Signals. This package contains signal handlers and registry functions used by z2.py to register Zope-specific signals with the SignalHandler registry.
-
- 05 Aug, 2002 6 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Also, reformat doc strings, remove an unused global variable, and remove one whitespace character. (I've already used the whitespace in a different module.)
-
Martijn Pieters authored
-
Martijn Pieters authored
As extra is no longer mandatory, grab the correct lexicon ID for the error message and in the process escape it so no HTML can be sneaked in.
-
Shane Hathaway authored
each loop, making cDocumentTemplate html_quote only the first dtml-var, if at all. This may expose more bugs in the dtml-var tainting. I'm not to blame. ;-)
-
- 01 Aug, 2002 4 commits
-
-
Barry Warsaw authored
more <wink>, and cause gcc to give spurious warnings.
-
Martijn Pieters authored
-
Martijn Pieters authored
-
Martijn Pieters authored
-