- 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
-
- 16 Jul, 2002 6 commits
-
-
Casey Duncan authored
Lazified computing the normalized score on text index search results. This can shave seconds off search times when you get a lot of results
-
Barry Warsaw authored
loadmail(): Make max<0 mean there's no max instead of using bunch-o-9's. Also change the base command so that max is optional (there'll be no max if not given). Also, get rid of the .invalidate(None) call since 1) the method doesn't accept a None argument anymore; 2) minimize() should do the trick anyway.
-
Barry Warsaw authored
-
Barry Warsaw authored
storage.
-
Casey Duncan authored
-
Barry Warsaw authored
versions or undo, but is hopefully more efficient for writes. This is not yet complete, but I'm checkpointing it. It still needs to get ConflictResolution added, as well as the iterator interface supported. It passes all the basic storage tests though. Also the autopack/reference counting bit isn't yet implemented.
-
- 13 Jul, 2002 1 commit
-
-
Chris McDonough authored
page. Caused the import button to be stylized properly.
-
- 11 Jul, 2002 2 commits
-
-
Toby Dickenson authored
-
Matt Behrens authored
people destroying their site-packages directories; this should hold us until the installer is done and merged... hopefully in 2.7... also detabify (I should do this more often)
-
- 10 Jul, 2002 2 commits
-
-
Guido van Rossum authored
-
Toby Dickenson authored
-
- 09 Jul, 2002 4 commits
-
-
Matt Behrens authored
-
Matt Behrens authored
-
Matt Behrens authored
all Zope software, based on the work in the installer branch. All tests still pass when built with python2.1 setup.py build_ext -i :-)
-
Guido van Rossum authored
-
- 08 Jul, 2002 1 commit
-
-
Evan Simpson authored
-
- 05 Jul, 2002 1 commit
-
-
Casey Duncan authored
-
- 04 Jul, 2002 2 commits
-
-
Florent Guillaume authored
-
Chris McDonough authored
standard output unless the "EVENT_LOG_FILE" or "STUPID_LOG_FILE" environment variable is set. - The much-hated name "STUPID_LOG_FILE" now has a preferred alias: "EVENT_LOG_FILE".
-
- 03 Jul, 2002 1 commit
-
-
Chris McDonough authored
-