- 13 Apr, 2004 1 commit
-
-
Stuart Bishop authored
-
- 12 Apr, 2004 1 commit
-
-
Fred Drake authored
-
- 09 Apr, 2004 4 commits
-
-
Fred Drake authored
- don't dump everything into the "event" logger; use the subsystem argument to zLOG.LOG to get a specific logger - move some comments into docstrings
-
Fred Drake authored
-
- 08 Apr, 2004 5 commits
-
-
Fred Drake authored
be done as late as possible (if ever)
-
http://zope.org/Collectors/Zope/1290Tim Peters authored
Teach setup.py about the new transaction package.
-
Paul Winkler authored
Added Shane's warning re. not using the ZODB to docstring.
-
- 01 Apr, 2004 1 commit
-
-
Christian Theune authored
-
- 31 Mar, 2004 2 commits
-
-
Shane Hathaway authored
Still show the directory, though.
-
Sidnei da Silva authored
Apply patch by Josh LaPlace. Makes DAV 'supportedlock' actually check if the object implements the WriteLockInterface.
-
- 30 Mar, 2004 1 commit
-
-
Sidnei da Silva authored
-
- 29 Mar, 2004 2 commits
-
-
Chris McDonough authored
-
Jeremy Hylton authored
There are no tests for this code, but the branch was tested by using it for releases of some Zope Corp. products.
-
- 28 Mar, 2004 1 commit
-
-
Chris McDonough authored
Merge chrism-publishfile-branch. See http://dev.zope.org/Wikis/DevSite/Proposals/FasterStaticContentServing for more information.
-
- 24 Mar, 2004 1 commit
-
-
Chris McDonough authored
-
- 23 Mar, 2004 6 commits
-
-
Casey Duncan authored
-
Casey Duncan authored
om loss of valid results in high-concurrency situations. This problem is especially bad for applications (like CMF) that rely on catalog results as a way to get a list of objects to act on.
-
Paul Winkler authored
refactoring: many methods contained duplicated code from dispatch(). also broke dispatch up into multiple lines for easier reading/debugging.
-
Andreas Jung authored
-
Andreas Jung authored
-
Stuart Bishop authored
-
- 22 Mar, 2004 2 commits
-
-
Tres Seaver authored
-
Stefan H. Holek authored
-
- 21 Mar, 2004 3 commits
-
-
Zachery Bir authored
-
Stephane Fermingier authored
-
Stephane Fermingier authored
-
- 19 Mar, 2004 2 commits
-
-
Andreas Jung authored
when calling manage_reindexIndex() from script code but not TTW.
-
Stefan H. Holek authored
App.config.setConfiguration() did not update the legacy source for debug_mode, Globals.DevelopmentMode.
-
- 18 Mar, 2004 2 commits
-
-
Zachery Bir authored
don't test any of that here.) - include a test suite declaration - slight clarification on some of the test names and content ids
-
- 17 Mar, 2004 4 commits
-
-
Zachery Bir authored
Special Users and security managers that return None objects should not play.
-
Zachery Bir authored
_setObject method. Specifically the key for 'Owner' local role should be the user's Id, not UserName Tests this behavior with six combinations: 'None' security manager attempting to set ownership 'Emergency User' security manager attempting to set ownership 'System User' security manager attempting to set ownership 'Anonymous User' security manager attempting to set ownership 'User' security manager attempting to set ownership 'Faux User' security manager attempting to set ownership 'None' security manager not attempting to set ownership 'Emergency User' security manager not attempting to set ownership 'System User' security manager not attempting to set ownership 'Anonymous User' security manager not attempting to set ownership 'User' security manager not attempting to set ownership 'Faux User' security manager not attempting to set ownership
-
Zachery Bir authored
-
Zachery Bir authored
-
- 16 Mar, 2004 2 commits
-
-
Zachery Bir authored
when external user folders can specify a difference.
-
Jeremy Hylton authored
Uniform handling of errors is get_suite() allows this code to be simplified.
-