- 24 Dec, 2003 1 commit
-
-
Jeremy Hylton authored
-
- 22 Dec, 2003 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
file path and does for scripts what "start_zope" does for interactive startup. Use the configure function from within zopectl, replacing some gnarly exec'd code.
-
- 21 Dec, 2003 2 commits
-
-
Chris McDonough authored
-
Stuart Bishop authored
-
- 20 Dec, 2003 9 commits
-
-
Chris McDonough authored
Overhaul how the Application object is initialized (replace long function with a somewhat structured recipe).� Include tests for initializer functionality.
-
Chris McDonough authored
Main and temporary databases are no longer configured by default if databases aren't provided in the configuration. Change zope.conf.in to specify root and temporary databases.
-
Chris McDonough authored
Don't create "default" databases if none exist in config file. At least one database (the root database) must be specified in zope.conf for Zope to start properly now.
-
Chris McDonough authored
Dont maintain a configuration separate from that of the global config by using a module-scope global. This causes problems when the global config changes (the changes are not picked up here). This is typically an issue when running unit tests.
-
Chris McDonough authored
Add a dummy dbtab attribute on the DefaultConfiguration for machinery that expects this attribute to exist.
-
Lennart Regebro authored
-
Lennart Regebro authored
Support for ESMTP user+password authorization. Strange, the last commit didn't seems to stick... Trying again.
-
Chris McDonough authored
-
Chris McDonough authored
Dont try to set attributes on cfg in setConfiguration if we're trying to clear the configuration by passing it None.
-
- 18 Dec, 2003 3 commits
-
-
Lennart Regebro authored
-
Evan Simpson authored
-
Evan Simpson authored
-
- 17 Dec, 2003 2 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
- 16 Dec, 2003 1 commit
-
-
Fred Drake authored
- only sort the results once
-
- 15 Dec, 2003 2 commits
-
-
Fred Drake authored
-
Chris McDonough authored
-
- 14 Dec, 2003 2 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
- 13 Dec, 2003 1 commit
-
-
Stuart Bishop authored
Added getId() to Item_w__name__, since the one inherited from Item has broken __name__ handling. PageTemplateFile now using Item_w__name__ mixin, making getId() and absolute_url() actually work.
-
- 12 Dec, 2003 2 commits
-
-
Evan Simpson authored
When a VHM is activated, it adds the mapping 'VIRTUAL_URL_PARTS': (SERVER_URL, BASEPATH1, virtual_url_path) to the request's 'other' dictionary. If BASEPATH1 is empty, it is omitted from the tuple. The joined parts are also added under the key 'VIRTUAL_URL'. Since the parts are evaluated before traversal continues, they will not reflect modifications to the path during traversal or by the addition of a default method such as 'index_html'.
-
- 11 Dec, 2003 8 commits
-
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
Collector #1012: A carefully crafted compressed tree state could violate size limit. Limit is no longer hardcoded.
-
Evan Simpson authored
-
Kiran Jonnalagadda authored
-
Kiran Jonnalagadda authored
-
- 10 Dec, 2003 4 commits
-
-
Shane Hathaway authored
This was the Python 2.1 support for RestrictedPython.
-
Evan Simpson authored
-
Shane Hathaway authored
-
Evan Simpson authored
Collector #809: Added and documented Traversable.py methods absolute_url_path and virtual_url_path, and reverted earlier change to absolute_url behaviour.
-
- 09 Dec, 2003 1 commit
-
-
Jeremy Hylton authored
-