- 30 Jul, 2002 5 commits
-
-
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.
-
- 25 Jul, 2002 1 commit
-
-
Jeremy Hylton authored
Silence warnings. Add :name to PyArg_ParseTuple() call.
-
- 23 Jul, 2002 4 commits
-
-
Martijn Pieters authored
XXX: Still missing tests for the new unicode marshall code.
-
Martijn Pieters authored
-
matt@zope.com authored
-
Florent Guillaume authored
Note that we'll fail on filenames with spaces or quotes in them.
-
- 22 Jul, 2002 4 commits
-
-
matt@zope.com authored
-
matt@zope.com authored
program to overwrite a section of the global offset table! Changing this to unsigned char fixes the problem.
-
Martijn Pieters authored
-
Albertas Agejevas authored
-
- 21 Jul, 2002 2 commits
-
-
Martijn Pieters authored
- Clear up a comment - Rename 'keys, values' to 'key, value' - Fix potential bug: If the default for a given form entry is a list, but the form provided only one value (and didn't indicate it should be a list with :list), appending the defaults would fail. - Fix bug: If the default is a list of primitive items (not records), none of them would be added to the form field due to the use of the wrong (potentially non-existing) variable name. - Use isinstance(var, lt) instead of type(var) == type([]).
-
Martijn Pieters authored
and faster.
-
- 20 Jul, 2002 1 commit
-
-
Martijn Pieters authored
-
- 19 Jul, 2002 8 commits
-
-
Martijn Pieters authored
of a list (which is also a small performance hit).
-
Casey Duncan authored
Fixed and documented is_acquired so that objects accessible through __getitem__ on a parent are not considered to be acquired anymore. Workspaces leverage this for FTP traversability. Demoted the ugly ZClass check (id + space in objectIds) below the hasattr and __getitem__ checks which should help reduce the expense of this function.
-
Chris McDonough authored
-
Florent Guillaume authored
generating correct HTML. Collector #448: Z Search Interfaces created as PageTemplates have a correct title, not a fragment of dtml.
-
Barry Warsaw authored
into the BerkeleyBase class so all the derived storages (which all share the zodb_pickles table) can benefit. This makes loadmail.py work for any of the derived storages.
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
a call to it would create a session data object -- the hasSessionData call now does not create a session data object inadvertently as a result of its usage. Also updated tests.
-
- 18 Jul, 2002 8 commits
-
-
Albertas Agejevas authored
-
Barry Warsaw authored
Matt Kromer).
-
Barry Warsaw authored
here's a semi-kludgey one. It returns the size of the zodb_pickles table in bytes.
-
Barry Warsaw authored
-
Steve Alexander authored
hasattr(self, '_v_program') rather than self._v_program is not None.
-
Barry Warsaw authored
--inplace so use this instead. Copied from Zope3.
-
Barry Warsaw authored
-
Albertas Agejevas authored
-
- 17 Jul, 2002 1 commit
-
-
Jeremy Hylton authored
-