[plumi-discuss] [Plumi] #170: Updating the Plumi installation process by creating a generic setup profile
Plumi
trac at plumi.org
Wed Jul 9 07:56:31 EST 2008
#170: Updating the Plumi installation process by creating a generic setup profile
-----------------------+----------------------------------------------------
Reporter: and | Owner: trollfot
Type: task | Status: new
Priority: critical | Milestone: 0.3 - Plone 3
Component: plone3 | Version:
Resolution: | Keywords:
-----------------------+----------------------------------------------------
Comment (by anonymous):
Worked on it. Just commiting the mess in plumi.app
Installing all dependecies, making a generic setup snapshot, installing
!PlumiSkin, making a new snapshot and comparing both.
== Some notes about installing !PlumiSkin on plone 3.1.2 ==
=== Fixes on qPloneCaptcha ===
- Extensions/Install.py - replace CMFCorePermissions by permissions
- Extensions/Install.py - remove raise Exception line 42
Skins depending on Plone versions
{{{
cd qPloneCaptchas/skins/captchas_discussion
cp -r 2.5 3.1.2
}}}
same for `captchas_sendto_form` and `captchas_join_form`
=== Fixes on ATVocabularyManager ===
A bad fix so that portal setup works with exportSiteStructure. The right
way to go would be
to make !GenericSetup aware of ATVocabularyManager
- ATVocabularyManager/tools/vocabularylib.py line 54
{{{
# fix bug with exportSiteStructure removing protection on replacement
from Globals import REPLACEABLE
__replaceable__ = REPLACEABLE
}}}
--
Ticket URL: <http://plumi.org/ticket/170#comment:2>
Plumi <http://plumi.org/>
Plumi - FOSS Video Sharing Platform
More information about the Discuss
mailing list