paula: reorganized into one paula repo
commit81571f16e1b60dcd03bb64a736b1deb260a26027
authorchaoflow <chaoflow@db7f04ef-aaf3-0310-a811-c281ed44c4ad>
Fri, 7 Nov 2008 23:09:33 +0000 (7 23:09 +0000)
committerchaoflow <chaoflow@db7f04ef-aaf3-0310-a811-c281ed44c4ad>
Fri, 7 Nov 2008 23:09:33 +0000 (7 23:09 +0000)
treeb3c3f24f4c46ca91936b9aced6fab54b05a4b3ee
parent64403d43d217d3c2fa6889e2beb6c0287bc707df
paula: reorganized into one paula repo

git-svn-id: https://svn.plone.org/svn/collective/paula/trunk@75253 db7f04ef-aaf3-0310-a811-c281ed44c4ad
236 files changed:
STATE.txt [new file with mode: 0644]
paula.authentication/trunk/.gitignore [new file with mode: 0644]
paula.authentication/trunk/README.txt [new file with mode: 0644]
paula.authentication/trunk/bootstrap.py [new file with mode: 0644]
paula.authentication/trunk/buildout.cfg [new file with mode: 0644]
paula.authentication/trunk/docs/HISTORY.txt [new file with mode: 0644]
paula.authentication/trunk/docs/LICENSE.txt [new file with mode: 0644]
paula.authentication/trunk/externals/EXTERNALS.txt [new file with mode: 0644]
paula.authentication/trunk/setup.cfg [new file with mode: 0644]
paula.authentication/trunk/setup.py [new file with mode: 0644]
paula.authentication/trunk/src/paula/__init__.py [new file with mode: 0644]
paula.authentication/trunk/src/paula/authentication/README.txt [new file with mode: 0644]
paula.authentication/trunk/src/paula/authentication/__init__.py [new file with mode: 0644]
paula.authentication/trunk/src/paula/authentication/config.py [new file with mode: 0644]
paula.authentication/trunk/src/paula/authentication/configure.zcml [new file with mode: 0644]
paula.authentication/trunk/src/paula/authentication/ftesting.zcml [new file with mode: 0644]
paula.authentication/trunk/src/paula/authentication/interfaces.py [new file with mode: 0644]
paula.authentication/trunk/src/paula/authentication/pauplugins.py [new file with mode: 0644]
paula.authentication/trunk/src/paula/authentication/tests.py [new file with mode: 0644]
paula.authutil/trunk/.gitignore [new file with mode: 0644]
paula.authutil/trunk/README.txt [new file with mode: 0644]
paula.authutil/trunk/bootstrap.py [new file with mode: 0644]
paula.authutil/trunk/buildout.cfg [new file with mode: 0644]
paula.authutil/trunk/docs/HISTORY.txt [new file with mode: 0644]
paula.authutil/trunk/docs/LICENSE.txt [new file with mode: 0644]
paula.authutil/trunk/externals/EXTERNALS.txt [new file with mode: 0644]
paula.authutil/trunk/setup.cfg [new file with mode: 0644]
paula.authutil/trunk/setup.py [new file with mode: 0644]
paula.authutil/trunk/src/paula/__init__.py [new file with mode: 0644]
paula.authutil/trunk/src/paula/authutil/README.txt [new file with mode: 0644]
paula.authutil/trunk/src/paula/authutil/__init__.py [new file with mode: 0644]
paula.authutil/trunk/src/paula/authutil/config.py [new file with mode: 0644]
paula.authutil/trunk/src/paula/authutil/configure.zcml [new file with mode: 0644]
paula.authutil/trunk/src/paula/authutil/ftesting.zcml [new file with mode: 0644]
paula.authutil/trunk/src/paula/authutil/interfaces.py [new file with mode: 0644]
paula.authutil/trunk/src/paula/authutil/subscribers.py [new file with mode: 0644]
paula.authutil/trunk/src/paula/authutil/tests.py [new file with mode: 0644]
paula.authutil/trunk/src/paula/authutil/utils.py [new file with mode: 0644]
paula.examples/trunk/.gitignore [new file with mode: 0644]
paula.examples/trunk/README.txt [new file with mode: 0644]
paula.examples/trunk/bootstrap.py [new file with mode: 0644]
paula.examples/trunk/buildout.cfg [new file with mode: 0644]
paula.examples/trunk/docs/HISTORY.txt [new file with mode: 0644]
paula.examples/trunk/docs/LICENSE.txt [new file with mode: 0644]
paula.examples/trunk/externals/EXTERNALS.txt [new file with mode: 0644]
paula.examples/trunk/setup.cfg [new file with mode: 0644]
paula.examples/trunk/setup.py [new file with mode: 0644]
paula.examples/trunk/src/paula/__init__.py [new file with mode: 0644]
paula.examples/trunk/src/paula/examples/README.txt [new file with mode: 0644]
paula.examples/trunk/src/paula/examples/__init__.py [new file with mode: 0644]
paula.examples/trunk/src/paula/examples/adapters.py [new file with mode: 0644]
paula.examples/trunk/src/paula/examples/adapters.zcml [new file with mode: 0644]
paula.examples/trunk/src/paula/examples/config.py [new file with mode: 0644]
paula.examples/trunk/src/paula/examples/configure.zcml [new file with mode: 0644]
paula.examples/trunk/src/paula/examples/content.py [new file with mode: 0644]
paula.examples/trunk/src/paula/examples/content.zcml [new file with mode: 0644]
paula.examples/trunk/src/paula/examples/ftesting.zcml [new file with mode: 0644]
paula.examples/trunk/src/paula/examples/interfaces.py [new file with mode: 0644]
paula.examples/trunk/src/paula/examples/tests.py [new file with mode: 0644]
paula.groups/trunk/.gitignore [new file with mode: 0644]
paula.groups/trunk/README.txt [new file with mode: 0644]
paula.groups/trunk/bootstrap.py [new file with mode: 0644]
paula.groups/trunk/buildout.cfg [new file with mode: 0644]
paula.groups/trunk/docs/HISTORY.txt [new file with mode: 0644]
paula.groups/trunk/docs/LICENSE.txt [new file with mode: 0644]
paula.groups/trunk/setup.cfg [new file with mode: 0644]
paula.groups/trunk/setup.py [new file with mode: 0644]
paula.groups/trunk/src/paula/__init__.py [new file with mode: 0644]
paula.groups/trunk/src/paula/groups/README.txt [new file with mode: 0644]
paula.groups/trunk/src/paula/groups/__init__.py [new file with mode: 0644]
paula.groups/trunk/src/paula/groups/config.py [new file with mode: 0644]
paula.groups/trunk/src/paula/groups/configure.zcml [new file with mode: 0644]
paula.groups/trunk/src/paula/groups/ftesting.zcml [new file with mode: 0644]
paula.groups/trunk/src/paula/groups/interfaces.py [new file with mode: 0644]
paula.groups/trunk/src/paula/groups/subscribers.py [new file with mode: 0644]
paula.groups/trunk/src/paula/groups/tests.py [new file with mode: 0644]
paula.grouputil/trunk/.gitignore [new file with mode: 0644]
paula.grouputil/trunk/README.txt [new file with mode: 0644]
paula.grouputil/trunk/bootstrap.py [new file with mode: 0644]
paula.grouputil/trunk/buildout.cfg [new file with mode: 0644]
paula.grouputil/trunk/docs/HISTORY.txt [new file with mode: 0644]
paula.grouputil/trunk/docs/LICENSE.txt [new file with mode: 0644]
paula.grouputil/trunk/setup.cfg [new file with mode: 0644]
paula.grouputil/trunk/setup.py [new file with mode: 0644]
paula.grouputil/trunk/src/paula/__init__.py [new file with mode: 0644]
paula.grouputil/trunk/src/paula/grouputil/README.txt [new file with mode: 0644]
paula.grouputil/trunk/src/paula/grouputil/__init__.py [new file with mode: 0644]
paula.grouputil/trunk/src/paula/grouputil/config.py [new file with mode: 0644]
paula.grouputil/trunk/src/paula/grouputil/configure.zcml [new file with mode: 0644]
paula.grouputil/trunk/src/paula/grouputil/ftesting.zcml [new file with mode: 0644]
paula.grouputil/trunk/src/paula/grouputil/interfaces.py [new file with mode: 0644]
paula.grouputil/trunk/src/paula/grouputil/subscribers.py [new file with mode: 0644]
paula.grouputil/trunk/src/paula/grouputil/tests.py [new file with mode: 0644]
paula.grouputil/trunk/src/paula/grouputil/utils.py [new file with mode: 0644]
paula.ploneexamples/trunk/.gitignore [new file with mode: 0644]
paula.ploneexamples/trunk/README.txt [new file with mode: 0644]
paula.ploneexamples/trunk/bootstrap.py [new file with mode: 0644]
paula.ploneexamples/trunk/docs/HISTORY.txt [new file with mode: 0644]
paula.ploneexamples/trunk/docs/LICENSE.txt [new file with mode: 0644]
paula.ploneexamples/trunk/setup.cfg [new file with mode: 0644]
paula.ploneexamples/trunk/setup.py [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/__init__.py [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/Extensions/Install.py [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/README.txt [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/__init__.py [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/adapters.zcml [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/browser/__init__.py [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/browser/basicgroup.png [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/browser/basicgroup.pt [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/browser/basicgroup.py [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/browser/basicgroup.zcml [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/browser/configure.zcml [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/browser/minplone.png [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/browser/minplone.pt [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/browser/minplone.py [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/browser/minplone.zcml [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/config.py [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/configure.zcml [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/content.py [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/content.zcml [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/profiles.zcml [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/profiles/default/metadata.xml [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/profiles/default/types.xml [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/profiles/default/types/Paula_Basic_Group.xml [new file with mode: 0644]
paula.ploneexamples/trunk/src/paula/ploneexamples/profiles/default/types/Paula_Minimal_Plone_User.xml [new file with mode: 0644]
paula.plonepas/trunk/.gitignore [new file with mode: 0644]
paula.plonepas/trunk/README.txt [new file with mode: 0644]
paula.plonepas/trunk/bootstrap.py [new file with mode: 0644]
paula.plonepas/trunk/buildout.cfg [new file with mode: 0644]
paula.plonepas/trunk/docs/HISTORY.txt [new file with mode: 0644]
paula.plonepas/trunk/docs/INSTALL.txt [new file with mode: 0644]
paula.plonepas/trunk/docs/LICENSE.GPL [new file with mode: 0644]
paula.plonepas/trunk/docs/LICENSE.txt [new file with mode: 0644]
paula.plonepas/trunk/externals/EXTERNALS.txt [new file with mode: 0644]
paula.plonepas/trunk/products/README.txt [new file with mode: 0644]
paula.plonepas/trunk/setup.cfg [new file with mode: 0644]
paula.plonepas/trunk/setup.py [new file with mode: 0644]
paula.plonepas/trunk/src/paula/__init__.py [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/README.txt [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/__init__.py [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/configure.zcml [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/integration-paula.txt [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/plugins/__init__.py [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/plugins/auth.py [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/plugins/groups.py [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/plugins/properties.py [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/profiles.zcml [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/profiles/default/componentregistry.xml [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/profiles/default/import_steps.xml [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/profiles/default/metadata.xml [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/profiles/default/paula-plonepas-create-paula-suite.txt [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/profiles/default/paula-plonepas-setup-plugins.txt [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/setuphandlers.py [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/tests/__init__.py [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/tests/config.py [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/tests/plone_base.py [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/tests/test_doctests.py [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/utils.py [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/www/AuthenticationPluginForm.zpt [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/www/GroupsPluginForm.zpt [new file with mode: 0644]
paula.plonepas/trunk/src/paula/plonepas/www/PropertiesPluginForm.zpt [new file with mode: 0644]
paula.properties/trunk/.gitignore [new file with mode: 0644]
paula.properties/trunk/README.txt [new file with mode: 0644]
paula.properties/trunk/bootstrap.py [new file with mode: 0644]
paula.properties/trunk/buildout.cfg [new file with mode: 0644]
paula.properties/trunk/docs/HISTORY.txt [new file with mode: 0644]
paula.properties/trunk/docs/LICENSE.txt [new file with mode: 0644]
paula.properties/trunk/externals/EXTERNALS.txt [new file with mode: 0644]
paula.properties/trunk/setup.cfg [new file with mode: 0644]
paula.properties/trunk/setup.py [new file with mode: 0644]
paula.properties/trunk/src/paula/__init__.py [new file with mode: 0644]
paula.properties/trunk/src/paula/properties/README.txt [new file with mode: 0644]
paula.properties/trunk/src/paula/properties/__init__.py [new file with mode: 0644]
paula.properties/trunk/src/paula/properties/config.py [new file with mode: 0644]
paula.properties/trunk/src/paula/properties/configure.zcml [new file with mode: 0644]
paula.properties/trunk/src/paula/properties/ftesting.zcml [new file with mode: 0644]
paula.properties/trunk/src/paula/properties/interfaces.py [new file with mode: 0644]
paula.properties/trunk/src/paula/properties/subscribers.py [new file with mode: 0644]
paula.properties/trunk/src/paula/properties/tests.py [new file with mode: 0644]
paula.proputil/trunk/.gitignore [new file with mode: 0644]
paula.proputil/trunk/README.txt [new file with mode: 0644]
paula.proputil/trunk/bootstrap.py [new file with mode: 0644]
paula.proputil/trunk/buildout.cfg [new file with mode: 0644]
paula.proputil/trunk/docs/HISTORY.txt [new file with mode: 0644]
paula.proputil/trunk/docs/LICENSE.txt [new file with mode: 0644]
paula.proputil/trunk/externals/EXTERNALS.txt [new file with mode: 0644]
paula.proputil/trunk/setup.cfg [new file with mode: 0644]
paula.proputil/trunk/setup.py [new file with mode: 0644]
paula.proputil/trunk/src/paula/__init__.py [new file with mode: 0644]
paula.proputil/trunk/src/paula/proputil/README.txt [new file with mode: 0644]
paula.proputil/trunk/src/paula/proputil/__init__.py [new file with mode: 0644]
paula.proputil/trunk/src/paula/proputil/config.py [new file with mode: 0644]
paula.proputil/trunk/src/paula/proputil/configure.zcml [new file with mode: 0644]
paula.proputil/trunk/src/paula/proputil/ftesting.zcml [new file with mode: 0644]
paula.proputil/trunk/src/paula/proputil/interfaces.py [new file with mode: 0644]
paula.proputil/trunk/src/paula/proputil/subscribers.py [new file with mode: 0644]
paula.proputil/trunk/src/paula/proputil/tests.py [new file with mode: 0644]
paula.proputil/trunk/src/paula/proputil/utils.py [new file with mode: 0644]
paula.suite/trunk/.gitignore [new file with mode: 0644]
paula.suite/trunk/README.txt [new file with mode: 0644]
paula.suite/trunk/bootstrap.py [new file with mode: 0644]
paula.suite/trunk/buildout.cfg [new file with mode: 0644]
paula.suite/trunk/docs/HISTORY.txt [new file with mode: 0644]
paula.suite/trunk/docs/LICENSE.txt [new file with mode: 0644]
paula.suite/trunk/externals/EXTERNALS.txt [new file with mode: 0644]
paula.suite/trunk/setup.cfg [new file with mode: 0644]
paula.suite/trunk/setup.py [new file with mode: 0644]
paula.suite/trunk/src/paula/__init__.py [new file with mode: 0644]
paula.suite/trunk/src/paula/suite/README.txt [new file with mode: 0644]
paula.suite/trunk/src/paula/suite/__init__.py [new file with mode: 0644]
paula.suite/trunk/src/paula/suite/config.py [new file with mode: 0644]
paula.suite/trunk/src/paula/suite/configure.zcml [new file with mode: 0644]
paula.suite/trunk/src/paula/suite/ftesting.zcml [new file with mode: 0644]
paula.suite/trunk/src/paula/suite/tests.py [new file with mode: 0644]
paula.testing/trunk/.gitignore [new file with mode: 0644]
paula.testing/trunk/README.txt [new file with mode: 0644]
paula.testing/trunk/bootstrap.py [new file with mode: 0644]
paula.testing/trunk/buildout.cfg [new file with mode: 0644]
paula.testing/trunk/docs/HISTORY.txt [new file with mode: 0644]
paula.testing/trunk/docs/LICENSE.GPL [new file with mode: 0644]
paula.testing/trunk/docs/LICENSE.txt [new file with mode: 0644]
paula.testing/trunk/setup.py [new file with mode: 0644]
paula.testing/trunk/src/paula/__init__.py [new file with mode: 0644]
paula.testing/trunk/src/paula/testing/README.txt [new file with mode: 0644]
paula.testing/trunk/src/paula/testing/__init__.py [new file with mode: 0644]
paula.testing/trunk/src/paula/testing/config.py [new file with mode: 0644]
paula.testing/trunk/src/paula/testing/configure.zcml [new file with mode: 0644]
paula.testing/trunk/src/paula/testing/ftesting.zcml [new file with mode: 0644]
paula.testing/trunk/src/paula/testing/interact.py [new file with mode: 0644]
paula.testing/trunk/src/paula/testing/module.py [new file with mode: 0644]
paula.testing/trunk/src/paula/testing/package/__init__.py [new file with mode: 0644]
paula.testing/trunk/src/paula/testing/package/module.py [new file with mode: 0644]
paula.testing/trunk/src/paula/testing/package/subpackage/__init__.py [new file with mode: 0644]
paula.testing/trunk/src/paula/testing/package/subpackage/module.py [new file with mode: 0644]
paula.testing/trunk/src/paula/testing/testing.py [new file with mode: 0644]
paula.testing/trunk/src/paula/testing/tests.py [new file with mode: 0644]