#41 — plone_pas stuff missing

by Finn Arild Aasheim last modified Jun 14, 2010 06:10 PM
State Unconfirmed
Version: 2.16
Area General
Issue type Bug
Severity Medium
Submitted by Finn Arild Aasheim
Submitted on Mar 30, 2010
Responsible
Target release:
It seems to miss the genericsetup stuff as well as the pas specific import/setup steps in profiles.

I also question the necessity of the second namespace?
Steps to reproduce:
paster create -t plone_pas something.other.thing
cd something.other.thing
paster addcontent user_adder_plugin
Added by Finn Arild Aasheim on Apr 01, 2010 01:43 PM
Also, as a general note - the implementation seems suboptimal in that it creates a separate file/class for every plugin. Setting these up in the same file/class is the way 99% of the pas plugins I researched are doing it.
Added by Cris Ewing on Jun 14, 2010 06:09 PM
I have not worked with PAS Plugins enough to fix this myself. Perhaps you can create a branch in the collective and commit some fixes of your own for this issue? I'd welcome them.

As an aside, the archetype template may serve as a general model for doing iterative additions to a single file via localcommand. That could solve the suboptimal issue you are having with the current template. Check it out.

c

No responses can be added.