- 17 Apr, 2002 1 commit
-
-
Toby Dickenson authored
-
- 16 Apr, 2002 1 commit
-
-
Fred Drake authored
I *think* this fixes the misleading test failure on Windows Python 2.1.*.
-
- 15 Apr, 2002 8 commits
-
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Andreas Jung authored
-
Toby Dickenson authored
-
Toby Dickenson authored
-
Toby Dickenson authored
-
Toby Dickenson authored
-
Toby Dickenson authored
-
- 13 Apr, 2002 1 commit
-
-
Chris McDonough authored
Committing patch from Albert Ting on Zope maillist 4/12. Regex change which fixes a table parsing problem.
-
- 12 Apr, 2002 29 commits
-
-
Andreas Jung authored
-
Fred Drake authored
from ExtensionClass, and reminded me that the 2.1 version of isinstance() does not deal with the more general constructs that newer versions of Python can handle.
-
Casey Duncan authored
or absolute column widths. You can set this in the standard prefs. Still only works for editing DTML right now.
-
Fred Drake authored
-
Fred Drake authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Casey Duncan authored
-
Shane Hathaway authored
-
Chris McDonough authored
.CatalogAware) as a ZClass base class. Its reason for existence is to make the name that shows up in the ZClass Product list different than 'ZCatalog: CatalogAware', which is the name registered by CatalogAwareness.CatalogAware. The fix should *really* be to change the product registry to keep the whole module/class path and to make the ZClass add UI show the whole path, but this is nontrivial, we don't want to spend a lot of time on ZClasses, and this works. Now when we tell people to use CatalogPathAware instead of CatalogAware, they will actually be able to do it without a lot of effort. The reason we can't replace CatalogAware with CatalogPathAware is backwards-compatibility and the desire to not force people to do data conversion on their existing instances.
-
Casey Duncan authored
in affect for DTML thus far.
-
Brian Lloyd authored
-
Lennart Regebro authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Andreas Jung authored
-
Lennart Regebro authored
isinstance will raise an Exception first. I now catch this exception.
-
Lennart Regebro authored
-
Andreas Jung authored
Shanes traceback patches provide a much better functionality.
-
Andreas Jung authored
(see doc/ENVIRONMENT.txt)
-
Andreas Jung authored
- Propertysheets: Ids like 'values','keys' and 'values' are now forbidden as they break WebDAV functionality. Existing Propertysheets are not affected
-
Brian Lloyd authored
-
Matt Behrens authored
give them extended log format like HTTPServer
-
Brian Lloyd authored
-
Tres Seaver authored
-
Brian Lloyd authored
-
Casey Duncan authored
Upload buttons on DTML, Py Scripts, Files, Images and PTs raise an error if the file is not specified instead of clearing the source (Bug #144)
-
Brian Lloyd authored
-
Brian Lloyd authored
-