Re: [Zope-CMF] GenericSetup creates exports with bad directory permissions

2010-03-03 Thread Maurits van Rees
yuppie, on 2010-03-03: Hi Maurits! Maurits van Rees wrote: Using a checkout of CMF.buildout/branches/zope212-cmf22 (or Plone 4.0a5 or latest from plone-coredev) I see that portal_setup generates tarball exports where the permissions on directories are wrong: the executable bit has not been

Re: [Zope-CMF] GenericSetup creates exports with bad directory permissions

2010-03-04 Thread Maurits van Rees
Maurits van Rees, on 2010-03-03: Right, by default this gets mode 420 and it should be 493. tarfile.filemode(493) '-rwxr-xr-x' oct(493) '0755' As Wichert wrote in the zope-checkins list, it is clearer to write tarfile.filemode(0755). I tried doing that before my commit but got octals

[Zope-CMF] RFC: Being more forgiving when importing toolset.xml

2011-12-26 Thread Maurits van Rees
, -- Maurits van Rees http://maurits.vanrees.org/ Web App Programmer at Zest Software: http://zestsoftware.nl Logical thinking shows conclusively that logical thinking is inconclusive. - My summary of Gödel, Escher, Bach ___ Zope-CMF maillist - Zope-CMF

Re: [Zope-CMF] RFC: Being more forgiving when importing toolset.xml

2012-01-02 Thread Maurits van Rees
Op 26-12-11 23:56, Maurits van Rees schreef: Hi, The problem --- The toolset registry of portal_setup can get out of touch with reality: a product may have installed a tool a while ago and made it required, but meanwhile the product author has unthinkingly renamed the class or module

Re: [Zope-CMF] SVN: Products.CMFDefault/trunk/ Add dependency on zope.app.locales.

2012-08-31 Thread Maurits van Rees
Op 28-08-12 10:28, yuppie schreef: Hi! Maurits van Rees wrote: Log message for revision 127521: Add dependency on zope.app.locales. [...] Modified: Products.CMFDefault/trunk/setup.py === --- Products.CMFDefault/trunk

[Zope-CMF] PAS: authenticateCredentials: check lowercase too?

2012-12-27 Thread Maurits van Rees
for anyone? Thanks, -- Maurits van Rees: http://maurits.vanrees.org/ Zest Software: http://zestsoftware.nl ___ Zope-CMF maillist - Zope-CMF@zope.org https://mail.zope.org/mailman/listinfo/zope-cmf See https://bugs.launchpad.net/zope-cmf/ for bug reports

Re: [Zope-CMF] cmf-tests -

2013-03-04 Thread Maurits van Rees
a missing pin for z3c.recipe.scripts (1.0.1), which should help there. If that commit helps, then some test errors will show up in Products.CMFDefault, mostly this: TypeError: Object has default comparison I don't know what that is about. -- Maurits van Rees: http://maurits.vanrees.org/ Zest

Re: [Zope-CMF] GenericSetup: upgrade step ordering with newer setuptools

2015-03-30 Thread Maurits van Rees
yuppie schreef op 26-03-15 om 13:32: Hi Maurits, Maurits van Rees wrote: 1. In January yuppie did a fix on GenericSetup trunk (r130476), which deserves a release, as it fixes upgrade step sort order with setuptools 8 and higher. Thank you, yuppie! my fix was just a quick and dirty solution

Re: [Zope-CMF] GenericSetup: upgrade step ordering with newer setuptools

2015-05-11 Thread Maurits van Rees
Maurits van Rees schreef op 30-03-15 om 11:37: yuppie schreef op 26-03-15 om 13:32: Hi Maurits, Maurits van Rees wrote: 1. In January yuppie did a fix on GenericSetup trunk (r130476), which deserves a release, as it fixes upgrade step sort order with setuptools 8 and higher. Thank you

Re: [Zope-CMF] GenericSetup: upgrade step ordering with newer setuptools

2015-05-13 Thread Maurits van Rees
yuppie schreef op 12-05-15 om 07:50: Maurits van Rees wrote: Can my branch be merged to trunk? And could we get a release please? I would appreciate it. No objections from my side. Cheers, Yuppie I have merged my branch to trunk and have removed my branch. I cannot release to PyPI. Only

Re: [Zope-CMF] A Tale of Two Repositories

2015-05-15 Thread Maurits van Rees
be tweaked. If the repo can only be written to by one Zope Foundation or CMF account, this would prevent accidental commits by individual contributors. Sounds good to me. -- Maurits van Rees: http://maurits.vanrees.org/ Zest Software: http://zestsoftware.nl

Re: [Zope-CMF] A Tale of Two Repositories

2015-06-08 Thread Maurits van Rees
and buildouts, updating buildout configs for the 2.2 and 2.3 branch, fixing the failing CMFCore test. -- Maurits van Rees: http://maurits.vanrees.org/ Zest Software: http://zestsoftware.nl ___ Zope-CMF maillist - Zope-CMF@zope.org https://mail.zope.org/mailman

Re: [Zope-CMF] Still Failing - CMF-trunk_Zope-trunk - Build # 764

2015-06-08 Thread Maurits van Rees
Jenkins schreef op 08-06-15 om 04:09: CMF-trunk_Zope-trunk - Build # 764 - Still Failing: Check console output at https://jenkins.starzel.de/job/CMF-trunk_Zope-trunk/764/ to view the results. Tests should pass next time. -- Maurits van Rees: http://maurits.vanrees.org/ Zest Software: http

Re: [Zope-CMF] Still Failing - CMF-trunk_Zope-trunk - Build # 754

2015-06-08 Thread Maurits van Rees
in the test_directory so git has the directory. Locally, the tests now pass. -- Maurits van Rees: http://maurits.vanrees.org/ Zest Software: http://zestsoftware.nl ___ Zope-CMF maillist - Zope-CMF@zope.org https://mail.zope.org/mailman/listinfo/zope-cmf See https

Re: [Zope-CMF] Pending pull requests GenericSetup

2015-10-26 Thread Maurits van Rees
Op 26/10/15 om 09:27 schreef yuppie: Hi Maurits, Maurits van Rees wrote: Just a friendly reminder that there are two pending pull requests by me for GenericSetup. Pep8, mostly in tests: https://github.com/zopefoundation/Products.GenericSetup/pull/21 Add unsetLastVersionForProfile

Re: [Zope-CMF] Pending pull requests GenericSetup

2015-10-27 Thread Maurits van Rees
Op 26/10/15 om 14:43 schreef Maurits van Rees: Conflict was to be expected. I have rebased the other pull request. I have merged that one too. Ready for a release I would say. -- Maurits van Rees: http://maurits.vanrees.org/ Zest Software: http://zestsoftware.nl

Re: [Zope-CMF] Pending pull requests GenericSetup

2015-10-26 Thread Maurits van Rees
Op 26/10/15 om 14:29 schreef Tres Seaver: I merged the PEP8 one. Ironically, it causes conflicts with the other one (#18). Thanks. Conflict was to be expected. I have rebased the other pull request. -- Maurits van Rees: http://maurits.vanrees.org/ Zest Software: http://zestsoftware.nl

[Zope-CMF] GenericSetup: Apply profile dependencies only once

2015-09-07 Thread Maurits van Rees
and all tests pass. Thanks, -- Maurits van Rees: http://maurits.vanrees.org/ Zest Software: http://zestsoftware.nl ___ Zope-CMF maillist - Zope-CMF@zope.org https://mail.zope.org/mailman/listinfo/zope-cmf See https://bugs.launchpad.net/zope-cmf

[Zope-CMF] CMFActionIcons moved to github

2015-09-10 Thread Maurits van Rees
and tags in svn.zope.org are left untouched, but I have emptied trunk and left a note. -- Maurits van Rees: http://maurits.vanrees.org/ Zest Software: http://zestsoftware.nl ___ Zope-CMF maillist - Zope-CMF@zope.org https://mail.zope.org/mailman/listinfo

Re: [Zope-CMF] GenericSetup: Apply profile dependencies only once

2015-09-17 Thread Maurits van Rees
change is the default behavior of runAllImportStepsFromProfile: Old situation: _all_ dependency profiles are applied New situation: _new_ dependency profiles are applied, and for _old_ (already applied) dependency profiles we run the upgrade steps Cheers, -- Maurits van Rees: http

Re: [Zope-CMF] GenericSetup: Apply profile dependencies only once

2015-09-11 Thread Maurits van Rees
words: 'profile-' is the default prefix. All methods handle ids without prefix the same way as ids with the default prefix. Correct? Yes, exactly. Thanks for the feedback, -- Maurits van Rees: http://maurits.vanrees.org/ Zest Software: http://zestsoftware.nl

Re: [Zope-CMF] CMFActionIcons moved to github

2015-09-11 Thread Maurits van Rees
to get rid of it. This is part of that. -- Maurits van Rees: http://maurits.vanrees.org/ Zest Software: http://zestsoftware.nl ___ Zope-CMF maillist - Zope-CMF@zope.org https://mail.zope.org/mailman/listinfo/zope-cmf See https://bugs.launchpad.ne

Re: [Zope-CMF] GenericSetup: Apply profile dependencies only once

2015-09-10 Thread Maurits van Rees
Hi yuppie, Op 09-09-15 om 11:43 schreef yuppie: Hi Maurits, Maurits van Rees wrote: Dependency profiles from metadata.xml that are already applied, are not applied again. Instead, its upgrade steps, if any, are applied. In code you can choose the old behavior of always applying

Re: [Zope-CMF] GenericSetup: Apply profile dependencies only once

2015-09-28 Thread Maurits van Rees
Hi yuppie, Op 25-09-15 om 10:31 schreef yuppie: Hi Maurits, Maurits van Rees wrote: Op 24-09-15 om 13:54 schreef yuppie: if you run a base profile in purge mode, you usually want to undo all previous configuration and start from scratch. In theory you could do that just with some setup

Re: [Zope-CMF] GenericSetup: Apply profile dependencies only once

2015-09-22 Thread Maurits van Rees
Op 22-09-15 om 12:30 schreef yuppie: Hi Maurits, Maurits van Rees wrote: Meanwhile, I have added two more pull requests, far smaller in scope: - Add 'unsetLastVersionForProfile' method to portal_setup. This removes the profile id from the profile upgrade versions. +1 Adding

Re: [Zope-CMF] GenericSetup: Apply profile dependencies only once

2015-09-21 Thread Maurits van Rees
Op 18-09-15 om 09:45 schreef yuppie: Hi Maurits, Maurits van Rees wrote: Op 14-09-15 om 09:02 schreef Charlie Clark: This sounds like a good idea. The ZMI has traditionally suffered from just having more and more knobs to twiddle with little thought of the actual UI. I don't think that should

[Zope-CMF] Pull request: updating the ZMI of imports and upgrades

2015-12-22 Thread Maurits van Rees
Hi, I have added a pull request for making the imports and upgrades tabs a bit friendlier. See screenshots here: https://github.com/zopefoundation/Products.GenericSetup/pull/23 Best, -- Maurits van Rees: http://maurits.vanrees.org/ Zest Software: http://zestsoftware.nl