- 23 Mar, 2004 1 commit
-
-
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 6 commits
-
-
Jeremy Hylton authored
-
Christian Theune authored
-
Christian Theune authored
which is way too small with 4 lines. Increased it to 8 lines.
-
Christian Theune authored
-
Christian Theune authored
-
Gary Poster authored
-
- 02 Mar, 2004 5 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
- The DateTime module did not recognize the settings for "datetime-format".
-
Andreas Jung authored
settings from zope.conf. Because getConfiguration().datetime_format can be expensive we provide a method getDefaultDateFormat() that cache the value once retrieved from the configuration machinery. Ugly (as the DateTime module) but it works.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
- 28 Feb, 2004 1 commit
-
-
Chris McDonough authored
-
- 27 Feb, 2004 2 commits
-
-
Stefan H. Holek authored
-
Jeremy Hylton authored
-