Esempio n. 1
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('wcc.programmeplanner')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('wcc.programmeplanner.upgrades')

    def getNonInstallableProducts(self):
        return [
            'wcc.programmeplanner.upgrades',
        ]

gs.profile(name=u'default',
           title=u'wcc.programmeplanner',
           description=_(u''),
           directory='profiles/default')
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('wccpilgrimagesite.app')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('wccpilgrimagesite.app.upgrades')

    def getNonInstallableProducts(self):
        return [
            'wccpilgrimagesite.app.upgrades',
        ]

gs.profile(name=u'default',
           title=u'wccpilgrimagesite.app',
           description=_(u''),
           directory='profiles/default')
Esempio n. 3
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('ploneun.vocabularies')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('ploneun.vocabularies.upgrades')

    def getNonInstallableProducts(self):
        return [
            'ploneun.vocabularies.upgrades',
        ]

gs.profile(name=u'default',
           title=u'ploneun.vocabularies',
           description=_(u''),
           directory='profiles/default')
Esempio n. 4
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('reddplusid.mission')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('reddplusid.mission.upgrades')

    def getNonInstallableProducts(self):
        return [
            'reddplusid.mission.upgrades',
        ]

gs.profile(name=u'default',
           title=u'reddplusid.mission',
           description=_(u''),
           directory='profiles/default')
Esempio n. 5
0
from collective.grok import gs

# -*- extra stuff goes here -*- 

gs.profile(name=u'to1002',
           title=u'Upgrade wcc.homepage to 1002',
           description='',
           directory='profiles/to1002')

gs.profile(name=u'to1001',
           title=u'Upgrade wcc.homepage to 1001',
           description='',
           directory='profiles/to1001')
Esempio n. 6
0
from collective.grok import gs

# -*- extra stuff goes here -*- 

gs.profile(name=u'to1007',
           title=u'Upgrade wcc.prayercycle to 1007',
           description='',
           directory='profiles/to1007')

gs.profile(name=u'to1006',
           title=u'Upgrade wcc.prayercycle to 1006',
           description='',
           directory='profiles/to1006')

gs.profile(name=u'to1005',
           title=u'Upgrade wcc.prayercycle to 1005',
           description='',
           directory='profiles/to1005')

gs.profile(name=u'to1004',
           title=u'Upgrade wcc.prayercycle to 1004',
           description='',
           directory='profiles/to1004')

gs.profile(name=u'to1003',
           title=u'Upgrade wcc.prayercycle to 1003',
           description='',
           directory='profiles/to1003')

gs.profile(name=u'to1002',
           title=u'Upgrade wcc.prayercycle to 1002',
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('collective.qabank')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('collective.qabank.upgrades')

    def getNonInstallableProducts(self):
        return [
            'collective.qabank.upgrades',
        ]

gs.profile(name=u'default',
           title=u'collective.qabank',
           description=_(u''),
           directory='profiles/default')
Esempio n. 8
0
from collective.grok import gs

# -*- extra stuff goes here -*- 

gs.profile(name=u'to1001',
           title=u'Upgrade kagenomise.cart to 1001',
           description='',
           directory='profiles/to1001')
Esempio n. 9
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('wcc.assemblyhomepage')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('wcc.assemblyhomepage.upgrades')

    def getNonInstallableProducts(self):
        return [
            'wcc.assemblyhomepage.upgrades',
        ]


gs.profile(name=u'default',
           title=u'wcc.assemblyhomepage',
           description=_(u''),
           directory='profiles/default')
Esempio n. 10
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('wcc.weeklynews')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('wcc.weeklynews.upgrades')

    def getNonInstallableProducts(self):
        return [
            'wcc.weeklynews.upgrades',
        ]


gs.profile(name=u'default',
           title=u'wcc.weeklynews',
           description=_(u''),
           directory='profiles/default')
Esempio n. 11
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('collective.sliderfields')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('collective.sliderfields.upgrades')

    def getNonInstallableProducts(self):
        return [
            'collective.sliderfields.upgrades',
        ]


gs.profile(name=u'default',
           title=u'collective.sliderfields',
           description=_(u''),
           directory='profiles/default')
Esempio n. 12
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('ilo.missionreportstats')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('ilo.missionreportstats.upgrades')

    def getNonInstallableProducts(self):
        return [
            'ilo.missionreportstats.upgrades',
        ]


gs.profile(name=u'default',
           title=u'ilo.missionreportstats',
           description=_(u''),
           directory='profiles/default')
Esempio n. 13
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('kagenomise.cart')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('kagenomise.cart.upgrades')

    def getNonInstallableProducts(self):
        return [
            'kagenomise.cart.upgrades',
        ]


gs.profile(name=u'default',
           title=u'kagenomise.cart',
           description=_(u''),
           directory='profiles/default')
Esempio n. 14
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('ploneun.filecategorizer')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('ploneun.filecategorizer.upgrades')

    def getNonInstallableProducts(self):
        return [
            'ploneun.filecategorizer.upgrades',
        ]

gs.profile(name=u'default',
           title=u'ploneun.filecategorizer',
           description=_(u''),
           directory='profiles/default')
Esempio n. 15
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('a5.phlocalities')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('a5.phlocalities.upgrades')

    def getNonInstallableProducts(self):
        return [
            'a5.phlocalities.upgrades',
        ]

gs.profile(name=u'default',
           title=u'a5.phlocalities',
           description=_(u''),
           directory='profiles/default')
Esempio n. 16
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('wcc.programmeplanner')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('wcc.programmeplanner.upgrades')

    def getNonInstallableProducts(self):
        return [
            'wcc.programmeplanner.upgrades',
        ]


gs.profile(name=u'default',
           title=u'wcc.programmeplanner',
           description=_(u''),
           directory='profiles/default')
Esempio n. 17
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('wcc.videolink')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('wcc.videolink.upgrades')

    def getNonInstallableProducts(self):
        return [
            'wcc.videolink.upgrades',
        ]

gs.profile(name=u'default',
           title=u'wcc.videolink',
           description=_(u''),
           directory='profiles/default')
Esempio n. 18
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('plonetheme.office')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('plonetheme.office.upgrades')

    def getNonInstallableProducts(self):
        return [
            'plonetheme.office.upgrades',
        ]


gs.profile(name=u'default',
           title=u'plonetheme.office',
           description=_(u''),
           directory='profiles/default')
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('ploneun.subscribetochanges')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('ploneun.subscribetochanges.upgrades')

    def getNonInstallableProducts(self):
        return [
            'ploneun.subscribetochanges.upgrades',
        ]

gs.profile(name=u'default',
           title=u'ploneun.subscribetochanges',
           description=_(u''),
           directory='profiles/default')
Esempio n. 20
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('test.theming')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('test.theming.upgrades')

    def getNonInstallableProducts(self):
        return [
            'test.theming.upgrades',
        ]


gs.profile(name=u'default',
           title=u'test.theming',
           description=_(u''),
           directory='profiles/default')
Esempio n. 21
0
# -*- coding:utf-8 -*-
from collective.grok import gs
from Products.GenericSetup.interfaces import EXTENSION

gs.profile(name=u'testing',
           title=u'A fake profile',
           description=u'A fake profile for ZCMLess config',
           directory='profiles/testing',
           provides=EXTENSION)
Esempio n. 22
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('wcc.remoteuuid')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('wcc.remoteuuid.upgrades')

    def getNonInstallableProducts(self):
        return [
            'wcc.remoteuuid.upgrades',
        ]


gs.profile(name=u'default',
           title=u'wcc.remoteuuid',
           description=_(u''),
           directory='profiles/default')
Esempio n. 23
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('wcc.twitterportlet')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('wcc.twitterportlet.upgrades')

    def getNonInstallableProducts(self):
        return [
            'wcc.twitterportlet.upgrades',
        ]

gs.profile(name=u'default',
           title=u'wcc.twitterportlet',
           description=_(u''),
           directory='profiles/default')
Esempio n. 24
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('collective.pdfexport')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('collective.pdfexport.upgrades')

    def getNonInstallableProducts(self):
        return [
            'collective.pdfexport.upgrades',
        ]


gs.profile(name=u'default',
           title=u'collective.pdfexport',
           description=_(u''),
           directory='profiles/default')
Esempio n. 25
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('eval.dms')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('eval.dms.upgrades')

    def getNonInstallableProducts(self):
        return [
            'eval.dms.upgrades',
        ]

gs.profile(name=u'default',
           title=u'eval.dms',
           description=_(u''),
           directory='profiles/default')
Esempio n. 26
0
from collective.grok import gs

# -*- extra stuff goes here -*-

gs.profile(name=u'to1001',
           title=u'Upgrade wcc.remotenews to 1001',
           description='',
           directory='profiles/to1001')
Esempio n. 27
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('dkiscm.jobmatrix')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('dkiscm.jobmatrix.upgrades')

    def getNonInstallableProducts(self):
        return [
            'dkiscm.jobmatrix.upgrades',
        ]


gs.profile(name=u'default',
           title=u'dkiscm.jobmatrix',
           description=_(u''),
           directory='profiles/default')
Esempio n. 28
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('sinar.digimon')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('sinar.digimon.upgrades')

    def getNonInstallableProducts(self):
        return [
            'sinar.digimon.upgrades',
        ]

gs.profile(name=u'default',
           title=u'sinar.digimon',
           description=_(u''),
           directory='profiles/default')
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('sinar.representatives')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('sinar.representatives.upgrades')

    def getNonInstallableProducts(self):
        return [
            'sinar.representatives.upgrades',
        ]

gs.profile(name=u'default',
           title=u'sinar.representatives',
           description=_(u''),
           directory='profiles/default')
Esempio n. 30
0
from collective.grok import gs

# -*- extra stuff goes here -*- 

gs.profile(name=u'to1006',
           title=u'Upgrade wcc.churches to 1006',
           description='',
           directory='profiles/to1006')

gs.profile(name=u'to1005',
           title=u'Upgrade wcc.churches to 1005',
           description='',
           directory='profiles/to1005')

gs.profile(name=u'to1004',
           title=u'Upgrade wcc.churches to 1004',
           description='',
           directory='profiles/to1004')

gs.profile(name=u'to1003',
           title=u'Upgrade wcc.churches to 1003',
           description='',
           directory='profiles/to1003')

gs.profile(name=u'to1002',
           title=u'Upgrade wcc.churches to 1002',
           description='',
           directory='profiles/to1002')
Esempio n. 31
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('eval.dms')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('eval.dms.upgrades')

    def getNonInstallableProducts(self):
        return [
            'eval.dms.upgrades',
        ]


gs.profile(name=u'default',
           title=u'eval.dms',
           description=_(u''),
           directory='profiles/default')
Esempio n. 32
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('ilo.extenders')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('ilo.extenders.upgrades')

    def getNonInstallableProducts(self):
        return [
            'ilo.extenders.upgrades',
        ]

gs.profile(name=u'default',
           title=u'ilo.extenders',
           description=_(u''),
           directory='profiles/default')
Esempio n. 33
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory("ilo.goodpractice")

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""

    implements(INonInstallable)
    grok.name("ilo.goodpractice.upgrades")

    def getNonInstallableProducts(self):
        return ["ilo.goodpractice.upgrades"]


gs.profile(name=u"default", title=u"ilo.goodpractice", description=_(u""), directory="profiles/default")
Esempio n. 34
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('iacfaith.policy')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('iacfaith.policy.upgrades')

    def getNonInstallableProducts(self):
        return [
            'iacfaith.policy.upgrades',
        ]


gs.profile(name=u'default',
           title=u'iacfaith.policy',
           description=_(u''),
           directory='profiles/default')
Esempio n. 35
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('sinarngo.project')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('sinarngo.project.upgrades')

    def getNonInstallableProducts(self):
        return [
            'sinarngo.project.upgrades',
        ]


gs.profile(name=u'default',
           title=u'sinarngo.project',
           description=_(u''),
           directory='profiles/default')
Esempio n. 36
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory("wcc.ewnpolicy")

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""

    implements(INonInstallable)
    grok.name("wcc.ewnpolicy.upgrades")

    def getNonInstallableProducts(self):
        return ["wcc.ewnpolicy.upgrades"]


gs.profile(name=u"default", title=u"wcc.ewnpolicy", description=_(u""), directory="profiles/default")
Esempio n. 37
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('edirap.service')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('edirap.service.upgrades')

    def getNonInstallableProducts(self):
        return [
            'edirap.service.upgrades',
        ]

gs.profile(name=u'default',
           title=u'edirap.service',
           description=_(u''),
           directory='profiles/default')
Esempio n. 38
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('ploneun.policy')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('ploneun.policy.upgrades')

    def getNonInstallableProducts(self):
        return [
            'ploneun.policy.upgrades',
        ]

gs.profile(name=u'default',
           title=u'ploneun.policy',
           description=_(u''),
           directory='profiles/default')
Esempio n. 39
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('PPLibSys0716.app')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('PPLibSys0716.app.upgrades')

    def getNonInstallableProducts(self):
        return [
            'PPLibSys0716.app.upgrades',
        ]

gs.profile(name=u'default',
           title=u'PPLibSys0716.app',
           description=_(u''),
           directory='profiles/default')
Esempio n. 40
0
from collective.grok import gs

# -*- extra stuff goes here -*- 

gs.profile(name=u'to2',
           title=u'Upgrade wcc.caching to 2',
           description='',
           directory='profiles/to2')
Esempio n. 41
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('wccminisites.policy')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('wccminisites.policy.upgrades')

    def getNonInstallableProducts(self):
        return [
            'wccminisites.policy.upgrades',
        ]

gs.profile(name=u'default',
           title=u'wccminisites.policy',
           description=_(u''),
           directory='profiles/default')
Esempio n. 42
0
from collective.grok import gs

# -*- extra stuff goes here -*-

gs.profile(name=u'to1004',
           title=u'Upgrade wcc.weeklynews to 1004',
           description='',
           directory='profiles/to1004')

gs.profile(name=u'to1003',
           title=u'Upgrade wcc.weeklynews to 1003',
           description='',
           directory='profiles/to1003')

gs.profile(name=u'to1002',
           title=u'Upgrade wcc.weeklynews to 1002',
           description='',
           directory='profiles/to1002')

gs.profile(name=u'to1001',
           title=u'Upgrade wcc.weeklynews to 1001',
           description='',
           directory='profiles/to1001')
Esempio n. 43
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('interfaithclimate.signup')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('interfaithclimate.signup.upgrades')

    def getNonInstallableProducts(self):
        return [
            'interfaithclimate.signup.upgrades',
        ]

gs.profile(name=u'default',
           title=u'interfaithclimate.signup',
           description=_(u''),
           directory='profiles/default')
Esempio n. 44
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('sinar.popit')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('sinar.popit.upgrades')

    def getNonInstallableProducts(self):
        return [
            'sinar.popit.upgrades',
        ]

gs.profile(name=u'default',
           title=u'sinar.popit',
           description=_(u''),
           directory='profiles/default')
Esempio n. 45
0
from zope.schema.interfaces import IVocabularyFactory
from zope.component import getUtility

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('ploneun.vocabulary')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('ploneun.vocabulary.upgrades')

    def getNonInstallableProducts(self):
        return [
            'ploneun.vocabulary.upgrades',
        ]


gs.profile(name=u'default',
           title=u'ploneun.vocabulary',
           description=_(u''),
           directory='profiles/default')


def resolve_value(context, value, vocabulary):
    factory = getUtility(IVocabularyFactory, name=vocabulary)
    vocab = factory(context)
    return vocab.getTerm(value).title
Esempio n. 46
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('iii.theme')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('iii.theme.upgrades')

    def getNonInstallableProducts(self):
        return [
            'iii.theme.upgrades',
        ]

gs.profile(name=u'default',
           title=u'iii.theme',
           description=_(u''),
           directory='profiles/default')
Esempio n. 47
0
from plone.registry.interfaces import IRegistry
from wcc.churches.interfaces import IWccChurchSettings
from zope.component import getUtility

# Set up the i18n message factory for our package
MessageFactory = MessageFactory("wcc.churches")

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""

    implements(INonInstallable)
    grok.name("wcc.churches.upgrades")

    def getNonInstallableProducts(self):
        return ["wcc.churches.upgrades"]


gs.profile(name=u"default", title=u"wcc.churches", description=_(u""), directory="profiles/default")


def getSettings():
    registry = getUtility(IRegistry)
    try:
        return registry.forInterface(IWccChurchSettings)
    except:
        registry.registerInterface(IWccChurchSettings)
    return registry.forInterface(IWccChurchSettings)
Esempio n. 48
0
from collective.grok import gs

# -*- extra stuff goes here -*- 

gs.profile(name=u'to2',
           title=u'Upgrade ploneun.tor to 2',
           description='',
           directory='profiles/to2')
Esempio n. 49
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('ilo.goodpractice')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('ilo.goodpractice.upgrades')

    def getNonInstallableProducts(self):
        return [
            'ilo.goodpractice.upgrades',
        ]


gs.profile(name=u'default',
           title=u'ilo.goodpractice',
           description=_(u''),
           directory='profiles/default')
Esempio n. 50
0
from collective.grok import gs

# -*- extra stuff goes here -*-

gs.profile(name=u'to3',
           title=u'Upgrade wcc.programmeplanner to 3',
           description='',
           directory='profiles/to3')

gs.profile(name=u'to2',
           title=u'Upgrade wcc.programmeplanner to 2',
           description='',
           directory='profiles/to2')
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('eval.email_consultants')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('eval.email_consultants.upgrades')

    def getNonInstallableProducts(self):
        return [
            'eval.email_consultants.upgrades',
        ]

gs.profile(name=u'default',
           title=u'eval.email_consultants',
           description=_(u''),
           directory='profiles/default')
Esempio n. 52
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('ilo.evalvocabulary')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('ilo.evalvocabulary.upgrades')

    def getNonInstallableProducts(self):
        return [
            'ilo.evalvocabulary.upgrades',
        ]

gs.profile(name=u'default',
           title=u'ilo.evalvocabulary',
           description=_(u''),
           directory='profiles/default')
Esempio n. 53
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('Sinar.Theme')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('Sinar.Theme.upgrades')

    def getNonInstallableProducts(self):
        return [
            'Sinar.Theme.upgrades',
        ]


gs.profile(name=u'default',
           title=u'Sinar.Theme',
           description=_(u''),
           directory='profiles/default')
Esempio n. 54
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('wcc.assemblyhomepage')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('wcc.assemblyhomepage.upgrades')

    def getNonInstallableProducts(self):
        return [
            'wcc.assemblyhomepage.upgrades',
        ]

gs.profile(name=u'default',
           title=u'wcc.assemblyhomepage',
           description=_(u''),
           directory='profiles/default')
Esempio n. 55
0
from collective.grok import gs

# -*- extra stuff goes here -*-

gs.profile(name=u'to2',
           title=u'Upgrade wcc.assemblyhomepage to 2',
           description='',
           directory='profiles/to2')
Esempio n. 56
0
from zope.component import getUtility

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('wcc.churches')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('wcc.churches.upgrades')

    def getNonInstallableProducts(self):
        return [
            'wcc.churches.upgrades',
        ]

gs.profile(name=u'default',
           title=u'wcc.churches',
           description=_(u''),
           directory='profiles/default')

def getSettings():
    registry = getUtility(IRegistry)
    try:
        return registry.forInterface(IWccChurchSettings)
    except:
        registry.registerInterface(IWccChurchSettings)
    return registry.forInterface(IWccChurchSettings)

Esempio n. 57
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('ilo.geoview')

_ = MessageFactory

class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('ilo.geoview.upgrades')

    def getNonInstallableProducts(self):
        return [
            'ilo.geoview.upgrades',
        ]

gs.profile(name=u'default',
           title=u'ilo.geoview',
           description=_(u''),
           directory='profiles/default')
Esempio n. 58
0
from zope.interface import implements
from Products.CMFQuickInstallerTool.interfaces import INonInstallable
from five import grok
from collective.grok import gs
from zope.i18nmessageid import MessageFactory

# Set up the i18n message factory for our package
MessageFactory = MessageFactory('wcc.jsonapi')

_ = MessageFactory


class HiddenProducts(grok.GlobalUtility):
    """This hides the upgrade profiles from the quick installer tool."""
    implements(INonInstallable)
    grok.name('wcc.jsonapi.upgrades')

    def getNonInstallableProducts(self):
        return [
            'wcc.jsonapi.upgrades',
        ]


gs.profile(name=u'default',
           title=u'wcc.jsonapi',
           description=_(u''),
           directory='profiles/default')