- 02 Jan, 2003 1 commit
-
-
Toby Dickenson authored
-
- 22 Dec, 2002 3 commits
-
-
Chris McDonough authored
-
Florent Guillaume authored
Ensured that all HTTP headers are sent as normal strings and not Unicode.
-
Florent Guillaume authored
Removed most <dtml-var> to replace them with &dtml-foo;. This corrects a number of potential XSS holes, and simplifies auditability of the remaining legitimate <dtml-var>.
-
- 20 Dec, 2002 1 commit
-
-
Toby Dickenson authored
-
- 19 Dec, 2002 2 commits
-
-
Andreas Jung authored
-
Guido van Rossum authored
version: - If the setlocale() call fails, don't fail the test -- just skip it silently. XXX This is not ideal, but what else can we do? Locale names are not standardized; the test fails on Mac OSX, and apparently on older Linux versions (e.g. my Mandrake 8.1). - Don't use non-ASCII literals; use \xXX escapes.
-
- 18 Dec, 2002 2 commits
-
-
Barry Warsaw authored
bsddb3Storage becomes BDBStorage Full becomes BDBFullStorage Minimal becomes BDBMinimalStorage Removing MinimalReplicated.py, Packless.py, and base.py
-
Chris Withers authored
manage_afterClone in the saem way that manage_pasteObjects does.
-
- 17 Dec, 2002 7 commits
-
-
Shane Hathaway authored
-
Lennart Regebro authored
-
Chris Withers authored
that are not Zope products.
-
Fred Drake authored
-
Lennart Regebro authored
Some calls to os.system('chmod') has been replaced with the more portable os.chmod() call, to make install work properly on Windows.
-
Lennart Regebro authored
Merge to HEAD: The ZEO unit tests and wo_pcgi.py didn't run on Windows if the path to the python executable included a space.
-
Andy McKay authored
-
- 16 Dec, 2002 17 commits
-
-
Evan Simpson authored
-
Evan Simpson authored
-
Shane Hathaway authored
-
R. David Murray authored
someone tries to use 'client' as an argument to a zsql method.
-
Evan Simpson authored
-
Evan Simpson authored
-
Toby Dickenson authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
Support getattr on PermissionRole instances to allow access to _p, _d, __name__m and __roles__ (patch submitted by Dieter Maurer in collector #161).
-
Shane Hathaway authored
ZODB works around this situation, but it probably shouldn't. AdaptableStorage doesn't allow it.
-
Casey Duncan authored
Collector #479: Catalog tab now correctly puts "Unknown" in the type column for cataloged objects with no meta_type metadata column
-
Lennart Regebro authored
-
Chris McDonough authored
-
Lennart Regebro authored
Merge with HEAD: Collector #256: Added a check in _doChangeUser to make sure passwords isn't encrypted twice.
-
Barry Warsaw authored
-
Toby Dickenson authored
-
- 13 Dec, 2002 2 commits
-
-
Barry Warsaw authored
_dorestore(): Adopt the FileStorage semantics for when the transaction pointed to by prev_txn does not exist. This can happen if we're restoring to a storage where that transaction has been packed away. In that case, treat prev_txn as a hint and ignore it. :) _TransactionsIterator.__len__(): Give this a dummy (and lying) implementation which is just good enough for Python 2.1.3 support.
-
Andreas Jung authored
-
- 12 Dec, 2002 1 commit
-
-
Barry Warsaw authored
the environment has been closed. Fortunately, there's another way. Add some more logging.
-
- 11 Dec, 2002 2 commits
-
-
Casey Duncan authored
Catalog empty results are now always a LazyCat([]) rather than a LazyCat(SomeEmptySequencishThingFromTheIndexes)
-
Evan Simpson authored
-
- 10 Dec, 2002 2 commits
-
-
Barry Warsaw authored
read_only flag on the config object, and BerkeleyBase sets self._is_read_only when this flag is true, but it leaves any ReadOnlyError raising to BaseStorage.
-
Barry Warsaw authored
function to clean up all the files that a FileStorage creates. Sometimes it's handy to do a cleanup if you have the instance, other times you only have the Data.fs file name.
-