[Product-Developers] Allowing to change workflow state, but not content editing

2013-06-26 Per discussione Servilio Afre Puentes
Hello, I have created three custom content types through uwosh.pfg.d2c, each with a corresponding workflow (defined using mainly plone.app.workflowmanager). Some of the workflow transitions should only be doable by persons with a certain role (i.e.: Supervisor), but this role should not be able

Re: [Product-Developers] Allowing to change workflow state, but not content editing

2013-06-26 Per discussione Servilio Afre Puentes
ngu...@uwosh.edu writes: Does the green bar show up at all? No. Servilio ___ Product-Developers mailing list product-develop...@lists.plone.org https://lists.plone.org/mailman/listinfo/plone-product-developers

Re: [Product-Developers] Allowing to change workflow state, but not content editing

2013-06-26 Per discussione Servilio Afre Puentes
ngu...@uwosh.edu writes: Have you tried looking through the viewlet code that determines if the green bar should show up at all, to see what permission it looks for? Yes, it is the plone.contentactions viewlet[1] and only needs zope2.View. Servilio Footnotes: [1] In

Re: [Setup] Application Could not import Products.Ploneboard

2013-04-26 Per discussione Servilio Afre Puentes
lumtegis . lumte...@gmail.com writes: Hi, After running bin/buildout on a Plone 4.0.6 install, i get the error below when attempting to start plone in debug mode The version you are using won't with Plone 4.1. $ bin/instance fg 2013-04-26 16:43:21 INFO ZServer HTTP server started at Fri

Re: [Product-Developers] Licensing of Plone addons

2013-01-25 Per discussione Servilio Afre Puentes
Jean-Michel FRANCOIS tou...@gmail.com writes: Hi, I have a question regarding licensing of Plone addons. Context: The CMS Plone 4 is GPL v2 and is build upon Zope. Zope is under ZPL license which is BSD-like but it also adds clauses prohibiting trademark use and requiring documentation of

Re: [Product-Developers] Licensing of Plone addons

2013-01-25 Per discussione Servilio Afre Puentes
Sean Upton sdup...@gmail.com writes: On Fri, Jan 25, 2013 at 9:11 AM, Steve McMahon st...@dcn.org wrote: The FAQ is pretty good on these issues. To quote from it: ... It is possible to create an add-on product that does not exhibit these behaviors (many generic Zope products that are not

Re: [Product-Developers] right way to declare Plone as a dependency

2012-07-19 Per discussione Servilio Afre Puentes
On Thu, 19 Jul 2012 14:44:13 -0300, Héctor Velarde hector.vela...@gmail.com wrote: we have some packages that were designed to work on top of Plone 4.1+. what would be the best way to declare that on their setup.py file? something like this? install_requires=[

Re: [Setup] pkg_resources.VersionConflict

2012-07-19 Per discussione Servilio Afre Puentes
On Wed, 18 Jul 2012 23:23:41 +0200, Len Conrad lcon...@go2france.com wrote: Learner alert! in my virtualenv, my buildout.cfg [buildout] extends = #http://dist.plone.org/release/4.2/versions.cfg #parts = instance Are these two really commented out in the buildout? extends =

Re: [Setup] pkg_resources.VersionConflict

2012-07-19 Per discussione Servilio Afre Puentes
On Thu, 19 Jul 2012 07:57:57 -0700 (PDT), satx lcon...@go2france.com wrote: Are these two really commented out in the buildout? using the original, commented extends or the actual one, gives the same error Then go back to the original :) If you are using a plain Plone 4.2 buildout it will

Re: [Setup] pkg_resources.VersionConflict

2012-07-19 Per discussione Servilio Afre Puentes
On Thu, 19 Jul 2012 09:07:09 -0700 (PDT), satx lcon...@go2france.com wrote: simplified buildout.cfg according to your comments [buildout] extends = http://dist.plone.org/release/4.2/versions.cfg parts = instance #extends =

Re: [Setup] pkg_resources.VersionConflict

2012-07-19 Per discussione Servilio Afre Puentes
On Thu, 19 Jul 2012 13:28:03 -0700 (PDT), satx lcon...@go2france.com wrote: python -vvv ? bin/buildout -vvv even python -v is rejected by the mods as too big. Try attaching it. If that doesn't work either, then upload it to pastie.org and send the link. Servilio

Re: [Product-Developers] DataGridField

2012-07-05 Per discussione Servilio Afre Puentes
On Wed, 4 Jul 2012 22:58:00 -0300, Alejandro Pereira alepereir...@gmail.com wrote: Hello guys. I'm having a problem with this product and think the problem that i will describe happend to someone sometime. The problem occurs when i want to keep empty rows. This product gives an option

Re: [Product-Developers] collective.composition needs a new name

2012-07-03 Per discussione Servilio Afre Puentes
On Mon, 02 Jul 2012 11:06:38 +0200, Paul Roeland p...@cleanclothes.org wrote: On 2012-06-30 01:35, Héctor Velarde wrote: I don't want to make a release without updating the documentation and finding out a good name for it. can you help us? collective.alhambra ? (Lots of

Re: [Setup] Error: Couldn't install: zope.interface 4.0.1

2012-06-15 Per discussione Servilio Afre Puentes
Hola Héctor, Recently I went through the trouble of making a Plone 3.3 buildout work. The cause for all the issues I found along the way were add-ons dependencies that were not pinned-down at that time that now with new released versions would pull conflicting dependencies. Have you tried making

Re: [Setup] Error: Couldn't install: zope.interface 4.0.1

2012-06-15 Per discussione Servilio Afre Puentes
On Fri, 15 Jun 2012 16:44:09 -0300, Héctor Velarde hector.vela...@gmail.com wrote: On 15/06/12 16:17, Servilio Afre Puentes wrote: If you haven't, I can pass along the ones I came up with by looking at good-py and other sources, I can publish the buildout to github. HV yes, please do so