- 27 Jan, 2018 7 commits
-
-
Michael Howitz authored
-
Michael Howitz authored
-
Michael Howitz authored
-
Michael Howitz authored
-
Michael Howitz authored
-
Michael Howitz authored
-
Michael Howitz authored
-
- 25 Jan, 2018 5 commits
-
-
Michael Howitz authored
-
Michael Howitz authored
-
Michael Howitz authored
-
Maurits van Rees authored
Test that `str.format` checks security for accessed keys and items.
-
Maurits van Rees authored
-
- 22 Jan, 2018 1 commit
-
-
Maurits van Rees authored
The PR was merged, but we still need a checkout at this moment.
-
- 04 Dec, 2017 1 commit
-
-
Maurits van Rees authored
The real fix is in the AccessControl package, which we checkout on a specific branch here. Part of PloneHotfix20171128.
-
- 01 Dec, 2017 8 commits
-
-
Jens Vagelpohl authored
Make Redirect unavailable as url [2.13]
-
Jens Vagelpohl authored
-
Jens Vagelpohl authored
Skip IPv6 tests on Travis, as it is not supported.
-
Maurits van Rees authored
-
Maurits van Rees authored
-
Jens Vagelpohl authored
-
Jens Vagelpohl authored
-
Jens Vagelpohl authored
-
- 14 Oct, 2017 1 commit
-
-
Michael Howitz authored
Using the previously described variant using the index led to a broken installation because `pip` installs `Products.ZCatalog` 4.x. It expects to find `products.zcatalog` in the index. (Even downgrading to pip 1.5 does not help.)
-
- 13 Oct, 2017 1 commit
-
-
Michael Howitz authored
-
- 06 Oct, 2017 1 commit
-
-
Hanno Schlichting authored
This closes #194.
-
- 04 Oct, 2017 1 commit
-
-
Hanno Schlichting authored
-
- 25 Sep, 2017 2 commits
-
-
Michael Howitz authored
-
Michael Howitz authored
-
- 13 May, 2017 1 commit
-
-
Tres Seaver authored
Explicitly require Manager role for `AltDatabaseManager`.
-
- 10 May, 2017 4 commits
-
-
Maurits van Rees authored
-
Maurits van Rees authored
'bin/buildout -n' did not help.
-
Maurits van Rees authored
That fixed the build for me locally. Error on Travis: $ bin/buildout Getting distribution for 'zc.buildout<2.4.dev'. While: Installing. Loading extensions. Getting distribution for 'zc.buildout<2.4.dev'. An internal error occurred due to a bug in either zc.buildout or in a recipe being used: Traceback (most recent call last): File "/home/travis/build/zopefoundation/Zope/eggs/zc.buildout-2.9.3-py2.7.egg/zc/buildout/buildout.py", line 2123, in main getattr(buildout, command)(args) File "/home/travis/build/zopefoundation/Zope/eggs/zc.buildout-2.9.3-py2.7.egg/zc/buildout/buildout.py", line 637, in install self._load_extensions() File "/home/travis/build/zopefoundation/Zope/eggs/zc.buildout-2.9.3-py2.7.egg/zc/buildout/buildout.py", line 1163, in _load_extensions newest=self.newest, allow_hosts=self._allow_hosts) File "/home/travis/build/zopefoundation/Zope/eggs/zc.buildout-2.9.3-py2.7.egg/zc/buildout/easy_install.py", line 913, in install return installer.install(specs, working_set) File "/home/travis/build/zopefoundation/Zope/eggs/zc.buildout-2.9.3-py2.7.egg/zc/buildout/easy_install.py", line 714, in install for dist in self._get_dist(req, ws): File "/home/travis/build/zopefoundation/Zope/eggs/zc.buildout-2.9.3-py2.7.egg/zc/buildout/easy_install.py", line 570, in _get_dist dist = self._env.best_match(requirement, ws) File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1040, in best_match dist = working_set.find(req) File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/pkg_resources/__init__.py", line 672, in find raise VersionConflict(dist, req) VersionConflict: (zc.buildout 2.9.3 (/home/travis/build/zopefoundation/Zope/eggs/zc.buildout-2.9.3-py2.7.egg), Requirement.parse('zc.buildout<2.4.dev'))
-
Maurits van Rees authored
If you use experimental.publishtraverse and try to call manage_pack, it warns that the object (the manage_pack function) has no roles. In strict mode it will fail. This is an indication that the function *might* be available for anonymous users. That is not the case here, but being strict seems good.
-
- 20 Feb, 2017 3 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 15 Feb, 2017 1 commit
-
-
Maurits van Rees authored
* Test that `str.format` checks the security for attributes that are accessed. Part of PloneHotfix20170117. This needs https://github.com/zopefoundation/AccessControl/pull/23 This was merged, but not released yet, so we add AccessControl to auto-checkout for now. * AccessControl has a release, no need for auto-checkout anymore.
-
- 18 Jan, 2017 2 commits
-
-
Maurits van Rees authored
In functional doc tests you can apparently have a test case that has no runTest method. Until now the Testing package added a dummy runTest method in that case, and set it to None. But when this dummy runTest method gets called, you get an error: Error in test runTest (Testing.ZopeTestCase.ZopeTestCase.FunctionalTestCase) Traceback (most recent call last): File ".../lib/python2.7/unittest/case.py", line 329, in run testMethod() TypeError: 'NoneType' object is not callable Simply importing Testing.ZopeTestCase.FunctionalTestCase in a new test file may be enough to trigger this. So this has something to do with the order in which tests are found. I fixed it by making the dummy runTest method callable.
-
Tres Seaver authored
Apply plonehotfix 20170717 [2.13]
-
- 17 Jan, 2017 1 commit
-
-
Maurits van Rees authored
This applies PloneHotfix20170117.
-