- 10 Aug, 2002 2 commits
-
-
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 8 commits
-
-
Barry Warsaw authored
more <wink>, and cause gcc to give spurious warnings.
-
Martijn Pieters authored
-
Martijn Pieters authored
-
Martijn Pieters authored
-
Martijn Pieters authored
ZOPE_DTML_REQUEST_AUTOQUOTE to one of 'no', '0', or 'disabled' and no tainting will take place.
-
Shane Hathaway authored
-
Martijn Pieters authored
- Make DTML automatically html quote data indirectly taken from REQUEST which contain a '<'. Make sure (almost) all string operation preserve the taint on this data. - Fix exceptions that use REQUEST data; quote the data. - Don't let form and cookie values mask the REQUEST computed values such as URL0 and BASE1.
-
Barry Warsaw authored
-
- 31 Jul, 2002 3 commits
-
-
Shane Hathaway authored
rather than the result set when the result set is much larger than the sort index. Added a test and cleaned up the test framework.
-
Shane Hathaway authored
-
Jim Fulton authored
catalogs no-longer come with pre-existing indexes. Also removed an unused method.
-
- 30 Jul, 2002 8 commits
-
-
Shane Hathaway authored
the length of the concatenated sequence is not the same as the length of r, since r contains sequences of different sizes. Let LazyCat compute the length.
-
Shane Hathaway authored
-
Martijn Pieters authored
-
Shane Hathaway authored
and sort results from multiple catalogs (or multiple queries) efficiently.
-
Shane Hathaway authored
-
Martijn Pieters authored
-
seb authored
-
seb authored
users the Manager proxy role when uploading files - a potential vulnerability on production servers.
-
- 29 Jul, 2002 6 commits
-
-
Shane Hathaway authored
-
Martijn Pieters authored
-
Jim Fulton authored
API documentation.
-
Jim Fulton authored
path. This was added primarily for the purpose of determining if an object was catalogged.
-
Jim Fulton authored
never imported. The doc strings should still be converted to standard format.
-
Jim Fulton authored
ClassSecurityInfo except that access to unprotected subobjects is denied. Use this class to provide more explicit, and, thus more secure, protection for methods.
-