- 21 Jan, 2009 1 commit
-
-
Andreas Zeidler authored
-
- 19 Jan, 2009 1 commit
-
-
Andreas Jung authored
-
- 17 Jan, 2009 3 commits
-
-
Hanno Schlichting authored
-
Stefan H. Holek authored
-
Hanno Schlichting authored
Python has deprecated the message attribute of exceptions in 2.6. We will keep it for this exception and avoid the warning, as message has a special meaning here.
-
- 14 Jan, 2009 1 commit
-
-
Hanno Schlichting authored
Avoid deprecation warnings for the md5 and sha modules in Python 2.6 by adding conditional imports for the hashlib module.
-
- 05 Jan, 2009 2 commits
-
-
Tres Seaver authored
o Also, weak "without_version_txt" test to use non-existing filename, rather than the (existing) Zope2 directory.
-
Stefan H. Holek authored
-
- 04 Jan, 2009 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
Fix the busted 'aqlegacy_ftest' doctests, by ensuring that the dummy Implicit view base class doesn't acquire 'index_html'.
-
Stefan H. Holek authored
-
- 03 Jan, 2009 3 commits
-
-
Stefan H. Holek authored
- 02 Jan, 2009 1 commit
-
-
Tres Seaver authored
o Replaced imports from the 'Globals' module throughout the tree with imports from the actual modules; the 'Globals' module was always intended to be an area for shared data, rather than a "facade" for imports. o Added 'zope.deferredimport.deprecation' entries to 'Globals/__init__.py' for all previously imported symbols / modules. o Moved 'ApplicationdefaultPermissions' from 'App/class_init.py' to 'AccessCoontrol/Permission.py', to avoid possible import cycle in third-party code. o Moved canonical location of UNIQUE / REPLACEABLE / NOT_REPLACEABLE constants from 'Globals' to 'OFS.ObjectManager'. o Removed 'stuffGlobals' hack in favor of the deferred / deprecation imports.
-
- 26 Dec, 2008 1 commit
-
-
Tres Seaver authored
-
- 14 Dec, 2008 3 commits
-
-
Martijn Pieters authored
-
Martijn Pieters authored
-
Martijn Pieters authored
Reverse searching order; start with the presumably smaller specific set and work our way up to larger and larger docid sets. This makes intersecting faster for most common index distributions.
-
- 13 Dec, 2008 3 commits
-
-
Martijn Pieters authored
- The level < 0 case is basically the union of all searches for levels 0 through to max. Just call search() for each level and use multiunion on all the results. - Shorten the 'no-such-path' detection to one test.
-
Martijn Pieters authored
-
Martijn Pieters authored
Obviously the level < 0 case has been implemented before the index was merged into CVS trunk 8 years ago..
-
- 04 Dec, 2008 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
Fix one fragile doctest, band-aid another.
-
- 01 Dec, 2008 2 commits
-
-
Tres Seaver authored
'tal:on_error' handler has attributes visible to restricted code.
-
Tres Seaver authored
-
- 30 Nov, 2008 1 commit
-
-
Hanno Schlichting authored
-
- 28 Nov, 2008 1 commit
-
-
Malthe Borch authored
Revert to the standard Zope 3 provider-expression; this is reasonable and required after the sane acquisition branch has been merged.
-
- 23 Nov, 2008 1 commit
-
-
Hanno Schlichting authored
Protect against non-existing zope.conf path and products directories. This makes it possible to run a Zope instance without a Products or lib/python directory.
-
- 22 Nov, 2008 2 commits
-
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
- 20 Nov, 2008 1 commit
-
-
Matthew Wilkes authored
-
- 18 Nov, 2008 1 commit
-
-
Paul Winkler authored
-
- 15 Nov, 2008 2 commits
-
-
Malthe Borch authored
-
Hanno Schlichting authored
-
- 14 Nov, 2008 3 commits
-
-
Sidnei da Silva authored
-
Hanno Schlichting authored
-
David Glick authored
follow-up to r92860...unrestrictedTraverse also needs to acquisition-wrap implicit acquirers found via adaptation (fixing regression from merge of philikon-aq branch)
-
- 12 Nov, 2008 1 commit
-
-
David Glick authored
fix regression introduced in merge of philikon-aq branch; implicit acquirers looked up as named adapters still need an acquisition wrapper. see http://plone.org/support/forums/core#nabble-td1473889|a1479594 and following for discussion.
-
- 05 Nov, 2008 1 commit
-
-
Matthew Wilkes authored
Add check for doomed transactions in default transaction manager, abort silently if the tm tries to commit a doomed transaction
-