Ticket #170 (new task)

Opened 5 months ago

Last modified 4 weeks ago

Updating the Plumi installation process by creating a generic setup profile

Reported by: and Owned by: trollfot
Priority: critical Milestone: 0.4 -
Component: plone3 Version:
Keywords: Cc:

Description


Attachments

Change History

Changed 5 months ago by and

  • priority changed from major to critical

Changed 5 months ago 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

Add/Change #170 (Updating the Plumi installation process by creating a generic setup profile)

Author



Action
as new
 
Note: See TracTickets for help on using tickets.