- 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 3 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.
-
Jeremy Hylton authored
Add docstring that explains rules for finding tests. Reflow some paragraphs.
-
- 12 Mar, 2004 1 commit
-
-
Tres Seaver authored
-
- 10 Mar, 2004 1 commit
-
-
Evan Simpson authored
-
- 09 Mar, 2004 3 commits
-
-
Evan Simpson authored
-
Chris McDonough authored
Remove 'python2.2' and 'python2.1' as acceptable executable names, as we're only interested in working under 2.3 now.
-
Chris McDonough authored
Python 2.2.3 and older are no longer acceptable versions of Python to use to run Zope 2.7+, as the logging package was removed from Zope proper and Zope requires it to start up. The logging package exists in Python 2.3 and better.
-
- 08 Mar, 2004 3 commits
-
-
Evan Simpson authored
-
Evan Simpson authored
Script (Python) objects now have a _filepath attribute, also used as the '__file__' global at runtime. This prevents an import problem caused by the fix to #1074.
-
Chris McDonough authored
Wait 10 seconds to reload page after a restart. On slower machines or machines with large databases, Zope can take a long time to restart and when the meta-refresh comes back before the server is up, it raises a browser error. People who know what it does won't wait, and bumping up the timeout will help mitigate a FA Q on the Zope lists and in the collector from those who don't.
-
- 04 Mar, 2004 1 commit
-
-
Jim Fulton authored
attribute on databases.
-
- 03 Mar, 2004 1 commit
-
-
Jeremy Hylton authored
-