From 0af36c3862d3106d0d9a4fa8568886af1370265b Mon Sep 17 00:00:00 2001 From: Gil Forcada Date: Mon, 9 Feb 2015 21:41:52 +0100 Subject: [PATCH] Remove old plips --- .../plip10877-separate-products-cmfplone.cfg | 19 ----- plips/plip10900-portlet-editing-overlays.cfg | 14 ---- plips/plip10902-new-collections.cfg | 58 ---------------- plips/plip10959-password-validation-api.cfg | 28 -------- plips/plip11017-tag-selector-rmattb.cfg | 9 --- plips/plip11065-plone.app.caching.cfg | 33 --------- plips/plip11697-authorinfo-overlay.cfg | 21 ------ plips/plip11708-selenium.cfg | 63 ----------------- plips/plip11774-test-mail-server.cfg | 8 --- plips/plip11838-z3c-portlets.cfg | 12 ---- plips/plip11880-plone-app-theming.cfg | 69 ------------------- plips/plip11965-resource-bundles.cfg | 10 --- plips/plip12234-batching.cfg | 59 ---------------- plips/plip12266-portlet-css-classes.cfg | 10 --- plips/plip12344-optional-archetypes.cfg | 45 ------------ plips/plip12350-jqueryui.cfg | 17 ----- plips/plip12452-package-jquery-separatly.cfg | 8 --- plips/plip12453-3rdparty-ecmascripts.cfg | 36 ---------- plips/plip12844-tinymce.cfg | 18 ----- plips/plip13260-cpy-removal.cfg | 17 ----- plips/plip13270-presentation-mode.cfg | 20 ------ plips/plip13419-userid-loginname.cfg | 34 --------- plips/plip8699-pubdate-byline.cfg | 24 ------- ...288-improved-commenting-infrastructure.cfg | 26 ------- plips/plip9324-collective.amberjack.cfg | 41 ----------- plips/plip9327-contentlisting.cfg | 22 ------ plips/plip9352-search-results.cfg | 57 --------------- plips/plip9938-output-filters.cfg | 53 -------------- 28 files changed, 831 deletions(-) delete mode 100644 plips/plip10877-separate-products-cmfplone.cfg delete mode 100644 plips/plip10900-portlet-editing-overlays.cfg delete mode 100644 plips/plip10902-new-collections.cfg delete mode 100644 plips/plip10959-password-validation-api.cfg delete mode 100644 plips/plip11017-tag-selector-rmattb.cfg delete mode 100644 plips/plip11065-plone.app.caching.cfg delete mode 100644 plips/plip11697-authorinfo-overlay.cfg delete mode 100644 plips/plip11708-selenium.cfg delete mode 100644 plips/plip11774-test-mail-server.cfg delete mode 100644 plips/plip11838-z3c-portlets.cfg delete mode 100644 plips/plip11880-plone-app-theming.cfg delete mode 100644 plips/plip11965-resource-bundles.cfg delete mode 100644 plips/plip12234-batching.cfg delete mode 100644 plips/plip12266-portlet-css-classes.cfg delete mode 100644 plips/plip12344-optional-archetypes.cfg delete mode 100644 plips/plip12350-jqueryui.cfg delete mode 100644 plips/plip12452-package-jquery-separatly.cfg delete mode 100644 plips/plip12453-3rdparty-ecmascripts.cfg delete mode 100644 plips/plip12844-tinymce.cfg delete mode 100644 plips/plip13260-cpy-removal.cfg delete mode 100644 plips/plip13270-presentation-mode.cfg delete mode 100644 plips/plip13419-userid-loginname.cfg delete mode 100644 plips/plip8699-pubdate-byline.cfg delete mode 100644 plips/plip9288-improved-commenting-infrastructure.cfg delete mode 100644 plips/plip9324-collective.amberjack.cfg delete mode 100644 plips/plip9327-contentlisting.cfg delete mode 100644 plips/plip9352-search-results.cfg delete mode 100644 plips/plip9938-output-filters.cfg diff --git a/plips/plip10877-separate-products-cmfplone.cfg b/plips/plip10877-separate-products-cmfplone.cfg deleted file mode 100644 index d0862dbafc..0000000000 --- a/plips/plip10877-separate-products-cmfplone.cfg +++ /dev/null @@ -1,19 +0,0 @@ -# Separate Products.CMFPlone from the Plone egg and its optional dependencies -# http://dev.plone.org/plone/ticket/10877 - -[buildout] -extends = plipbase.cfg - -#versions = versions - -auto-checkout += - Plone - Products.CMFPlone - -eggs += - PIL - Products.CMFPlone - -[sources] -Plone = svn https://svn.plone.org/svn/plone/Plone/branches/plip10877-plone -Products.CMFPlone = svn https://svn.plone.org/svn/plone/Plone/branches/plip10877-products-cmfplone diff --git a/plips/plip10900-portlet-editing-overlays.cfg b/plips/plip10900-portlet-editing-overlays.cfg deleted file mode 100644 index 1aa93dae24..0000000000 --- a/plips/plip10900-portlet-editing-overlays.cfg +++ /dev/null @@ -1,14 +0,0 @@ -# http://dev.plone.org/plone/ticket/10900 -# Use popups for editing portlets - -[buildout] -extends = plipbase.cfg - -auto-checkout += - plone.portlets - plone.app.portlets - plone.app.jquerytools - -[sources] -Plone = svn https://svn.plone.org/svn/plone/Plone/branches/plip10900-portletoverlays - diff --git a/plips/plip10902-new-collections.cfg b/plips/plip10902-new-collections.cfg deleted file mode 100644 index ab9d317f71..0000000000 --- a/plips/plip10902-new-collections.cfg +++ /dev/null @@ -1,58 +0,0 @@ -# PLIP to include plone.app.collections -# http://dev.plone.org/plone/ticket/10902 - -[buildout] -parts += coverage -extends = plipbase.cfg - -auto-checkout += - plone.app.contentlisting - plone.app.collection - plone.app.querystring - plone.app.search - archetypes.querywidget - -eggs += - plone.app.contentlisting - plone.app.collection - plone.app.querystring - archetypes.querywidget - -[instance] -zcml += - plone.app.collection - -[test] -eggs += - plone.app.contentlisting - plone.app.collection - plone.app.querystring [tests] - plone.app.search [test] - archetypes.querywidget [test] - -[test-groups] -Plone += - plone.app.contentlisting - plone.app.collection - plone.app.querystring - archetypes.querywidget - -[sources] -plone.app.contentlisting = svn https://svn.plone.org/svn/plone/plone.app.contentlisting/trunk -plone.app.collection = svn https://svn.plone.org/svn/plone/plone.app.collection/trunk -plone.app.querystring = svn https://svn.plone.org/svn/plone/plone.app.querystring/trunk -plone.app.search = svn https://svn.plone.org/svn/plone/plone.app.search/trunk -archetypes.querywidget = svn https://svn.plone.org/svn/archetypes/MoreFieldsAndWidgets/archetypes.querywidget/trunk - -[versions] -zope.component = 3.8.0 -plone.app.z3cform = 0.5.0 -zope.schema = 3.6.0 - -[coverage] -recipe = collective.recipe.template -input = inline: - #!/bin/sh - ./bin/test --coverage ../../coverage-reports -v --auto-progress "$@" -output = ${buildout:directory}/../bin/coverage -mode = 755 diff --git a/plips/plip10959-password-validation-api.cfg b/plips/plip10959-password-validation-api.cfg deleted file mode 100644 index a9be3f93a9..0000000000 --- a/plips/plip10959-password-validation-api.cfg +++ /dev/null @@ -1,28 +0,0 @@ -[buildout] -extends = - plipbase.cfg -auto-checkout += - plone.app.users - Products.CMFPlone - Products.PlonePAS -# Products.PasswordStrength - plone.app.upgrade - -[sources] -plone.app.users = git git@github.com:plone/plone.app.users.git branch=plip10959 -Products.CMFPlone = git git@github.com:plone/Products.CMFPlone.git branch=plip10959 -Products.PlonePAS = git git@github.com:plone/Products.PlonePAS.git branch=plip10959 -Products.PasswordStrength = git git@github.com:djay/Products.PasswordStrength branch=4.3 -plone.app.upgrade = git git@github.com:plone/plone.app.upgrade branch=plip10959 - - -[instance] -eggs+= - Pillow - Products.PasswordStrength - -[test] -eggs += Pillow - -[versions] -Pillow = 1.6 diff --git a/plips/plip11017-tag-selector-rmattb.cfg b/plips/plip11017-tag-selector-rmattb.cfg deleted file mode 100644 index 82d42aaeb4..0000000000 --- a/plips/plip11017-tag-selector-rmattb.cfg +++ /dev/null @@ -1,9 +0,0 @@ -[buildout] -extends = plipbase.cfg -auto-checkout += - Products.Archetypes - plonetheme.sunburst - -[sources] -Products.Archetypes = svn https://svn.plone.org/svn/archetypes/Products.Archetypes/branches/plip11017-tag-selector-rmattb -plonetheme.sunburst = svn https://svn.plone.org/svn/plone/plonetheme.sunburst/branches/plip11017-tag-selector-rmattb diff --git a/plips/plip11065-plone.app.caching.cfg b/plips/plip11065-plone.app.caching.cfg deleted file mode 100644 index 165b075288..0000000000 --- a/plips/plip11065-plone.app.caching.cfg +++ /dev/null @@ -1,33 +0,0 @@ -# PLIP to include plone.app.caching -# http://dev.plone.org/plone/ticket/11065 - -[buildout] -extends = plip9472-9473-registry-z3cform.cfg - -auto-checkout += - plone.caching - plone.app.caching - -eggs += - plone.app.caching - -# Things to run the tests for: -[test] -eggs += - plone.caching - plone.app.caching [test] - -# New Plone packages for this PLIP -[sources] -plone.caching = svn https://svn.plone.org/svn/plone/plone.caching/branches/optilude-plone.registry-fieldref -plone.app.caching = svn https://svn.plone.org/svn/plone/plone.app.caching/branches/optilude-plone.registry-fieldref - -# These + the above would need to be added to the Plone KGS -[versions] -python-dateutil = 1.5 -five.globalrequest = 1.0 -zope.globalrequest = 1.0 -z3c.zcmlhook = 1.0b1 -plone.transformchain = 1.0b1 -z3c.caching = 2.0a1 -plone.cachepurging = 1.0b1 diff --git a/plips/plip11697-authorinfo-overlay.cfg b/plips/plip11697-authorinfo-overlay.cfg deleted file mode 100644 index f0d7247f11..0000000000 --- a/plips/plip11697-authorinfo-overlay.cfg +++ /dev/null @@ -1,21 +0,0 @@ -[buildout] -extends = - plipbase.cfg -auto-checkout += - Products.CMFPlone - plone.app.layout - -[sources] -Products.CMFPlone = svn https://svn.plone.org/svn/plone/Products.CMFPlone/branches/plip11697-authorinfo-overlay -plone.app.layout = svn https://svn.plone.org/svn/plone/plone.app.layout/branches/plip11697-authorinfo-overlay - -[instance] -eggs+= Pillow - -[test] -eggs += - Products.CMFPlone - plone.app.layout - -[versions] -PIL = 1.1.6 diff --git a/plips/plip11708-selenium.cfg b/plips/plip11708-selenium.cfg deleted file mode 100644 index 04d6ff673e..0000000000 --- a/plips/plip11708-selenium.cfg +++ /dev/null @@ -1,63 +0,0 @@ -# Implement a Selenium 2 (Webdriver) testing framework for Plone core -# http://dev.plone.org/plone/ticket/11708 - -[buildout] -extends = plipbase.cfg -versions = versions - -parts += - selenium-test - selenium-firefox - selenium-chrome - -auto-checkout += - plone.seleniumtesting - -eggs += - plone.seleniumtesting - -[test] -eggs += - plone.seleniumtesting [test] - -[sources] -plone.seleniumtesting = svn https://svn.plone.org/svn/plone/plone.seleniumtesting/trunk - -# Override temporarly to demonstrate selenium tests -#Plone = svn https://svn.plone.org/svn/plone/Plone/branches/selenium-integration -#plone.app.jquerytools = svn https://svn.plone.org/svn/plone/plone.app.jquerytools/branches/update-selenium-tests -Products.CMFPlone = svn https://svn.plone.org/svn/plone/Products.CMFPlone/branches/selenium-integration - -[versions] -selenium = 2.4 - -[selenium-env] -# The SELENIUM_ARGS argument can be used to tell firefox which profile to use. -# By default it uses a fresh one. -# Try not to use your default profile, it will emit warnings if you try -# to use that profile while also having that browser open -#SELENIUM_ARGS = selenium -#SELENIUM_DRIVER = firefox - -[selenium-firefox-env] -SELENIUM_DRIVER = FIREFOX -ZSERVER_PORT = 55005 - -[selenium-chrome-env] -SELENIUM_DRIVER = CHROME -ZSERVER_PORT = 55006 - -[selenium-test] -<= test -defaults = ['--exit-with-status', '--auto-color', '--auto-progress', '--tests-pattern', '^f?selenium$'] -environment = selenium-env - -[selenium-firefox] -<= test -defaults = ${selenium-test:defaults} -environment = selenium-firefox-env - -[selenium-chrome] -<= test -defaults = ${selenium-test:defaults} -environment = selenium-chrome-env diff --git a/plips/plip11774-test-mail-server.cfg b/plips/plip11774-test-mail-server.cfg deleted file mode 100644 index 6c7e33adc6..0000000000 --- a/plips/plip11774-test-mail-server.cfg +++ /dev/null @@ -1,8 +0,0 @@ -[buildout] -extends = plipbase.cfg -auto-checkout += - plone.app.controlpanel - -[sources] -#plone.app.controlpanel = svn https://svn.plone.org/svn/plone/plone.app.controlpanel/branches/aclark-plip11774/ -plone.app.controlpanel = svn https://svn.plone.org/svn/plone/plone.app.controlpanel/branches/aclark-plip11774-just-a-button/ diff --git a/plips/plip11838-z3c-portlets.cfg b/plips/plip11838-z3c-portlets.cfg deleted file mode 100644 index 3e8542434c..0000000000 --- a/plips/plip11838-z3c-portlets.cfg +++ /dev/null @@ -1,12 +0,0 @@ -# http://dev.plone.org/plone/ticket/11838 -# Add z3c support to plone.app.portlets - -[buildout] -extends = plipbase.cfg - -auto-checkout += - plone.app.portlets - -[sources] -plone.app.portlets = git ${remotes:plone}/plone.app.portlets.git branch=plip11838-z3c-portlets - diff --git a/plips/plip11880-plone-app-theming.cfg b/plips/plip11880-plone-app-theming.cfg deleted file mode 100644 index 98340d8694..0000000000 --- a/plips/plip11880-plone-app-theming.cfg +++ /dev/null @@ -1,69 +0,0 @@ -# http://dev.plone.org/plone/ticket/11880 -# Ship with plone.app.theming - -[buildout] -extends = - plipbase.cfg -parts += - test-plip - -auto-checkout += - diazo - plone.app.theming - plone.resource - plone.subrequest -# plone.subrequest checked out because README.txt is not part of egg. - - -# If you don't have lxml building then you need to add this to the beginning of parts in a local.cfg. -[lxml] -recipe = z3c.recipe.staticlxml -egg = lxml==${versions:lxml} - -[instance] -eggs += - plone.app.theming -resources = ${buildout:directory}/resources - -[test] -eggs += - diazo [test] - plone.app.theming [test] - plone.resource [test] - plone.subrequest [test] - plone.transformchain [test] - repoze.xmliter - -[test-plip] -recipe = zc.recipe.testrunner -eggs = - diazo [test] - plone.app.theming [test] - plone.resource [test] - plone.subrequest [test] - plone.transformchain [test] - repoze.xmliter -defaults = ['--auto-color', '--auto-progress'] - -[versions] -# diazo KGS -WebOb = 1.0.7 -diazo = 1.0rc2 -# experimental.cssselect only required until lxml 2.3.1 released. -experimental.cssselect = 0.1 -lxml = 2.3 -repoze.xmliter = 0.4 - -# plone.app.theming KGS, extends diazo KGS -plone.app.theming = 1.0b6 -plone.resource = 1.0b5 -plone.subrequest = 1.6 -plone.transformchain = 1.0 - -[sources] -diazo = svn https://svn.plone.org/svn/plone/diazo/trunk -plone.app.theming = svn https://svn.plone.org/svn/plone/plone.app.theming/trunk -plone.resource = svn https://svn.plone.org/svn/plone/plone.resource/trunk -plone.subrequest = svn https://svn.plone.org/svn/plone/plone.subrequest/trunk -plone.transformchain = svn https://svn.plone.org/svn/plone/plone.transformchain/trunk -repoze.xmliter = git https://github.com/repoze/repoze.xmliter.git diff --git a/plips/plip11965-resource-bundles.cfg b/plips/plip11965-resource-bundles.cfg deleted file mode 100644 index 088b7be60e..0000000000 --- a/plips/plip11965-resource-bundles.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# http://dev.plone.org/plone/ticket/11965 -# Support for resource bundles - -[buildout] -extends = plipbase.cfg -auto-checkout += - Products.ResourceRegistries - -[sources] -Products.ResourceRegistries = svn https://svn.plone.org/svn/plone/ResourceRegistries/trunk diff --git a/plips/plip12234-batching.cfg b/plips/plip12234-batching.cfg deleted file mode 100644 index 2275d6b261..0000000000 --- a/plips/plip12234-batching.cfg +++ /dev/null @@ -1,59 +0,0 @@ -[buildout] -extends = - plipbase.cfg -auto-checkout += - plone.batching - plone.z3cform - Products.CMFPlone - plone.app.content - plone.app.controlpanel -parts += - omelette - coverage-test - coverage-report - sphinx -eggs += - plone.batching -jenkins-test-eggs = - plone.batching - plone.z3cform - Products.CMFPlone - plone.app.content - plone.app.controlpanel -jenkins-test-directories = - src/plone.batching/plone/batching - src/plone.z3cform/plone/z3cform - src/Products.CMFPlone/Products/CMFPlone - src/plone.app.content/plone/app/content - src/plone.app.controlpanel/plone/app/controlpanel - -[sphinx] -recipe = collective.recipe.sphinxbuilder -interpreter = ${buildout:directory}/../bin/zopepy -build = ${buildout:directory}/../src/plone.batching/_build -source = ${buildout:directory}/../src/plone.batching - -[instance] -eggs += - Pillow -# uncomment, for a plone.z3cform batching usecase -# collective.dancing -# zope.app.intid - -[test] -eggs += - plone.batching - Pillow - -[omelette] -recipe = collective.recipe.omelette -eggs = ${instance:eggs} -ignore-develop = true - -[sources] -plone.batching = git git://github.com/tomgross/plone.batching.git -Products.CMFPlone = git git://github.com/tomgross/Products.CMFPlone.git -plone.app.content = git git://github.com/tomgross/plone.app.content.git -plone.app.controlpanel = git git://github.com/tomgross/plone.app.controlpanel.git -#plone.z3cform = svn svn+ssh://tomgross@svn.zope.org/repos/main/plone.z3cform/branches/plip12234-batching -plone.z3cform = svn ${remotes:zope}/plone.z3cform/branches/plip12234-batching diff --git a/plips/plip12266-portlet-css-classes.cfg b/plips/plip12266-portlet-css-classes.cfg deleted file mode 100644 index d2f26e51a8..0000000000 --- a/plips/plip12266-portlet-css-classes.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# to run this, ./bin/buildout -c plips/plip12266-portlet-css-classes.cfg - -[buildout] -extends = plipbase.cfg - -auto-checkout += - plone.app.portlets - -[sources] -plone.app.portlets = git https://github.com/headnet/plone.app.portlets.git diff --git a/plips/plip12344-optional-archetypes.cfg b/plips/plip12344-optional-archetypes.cfg deleted file mode 100644 index e828f7c5cc..0000000000 --- a/plips/plip12344-optional-archetypes.cfg +++ /dev/null @@ -1,45 +0,0 @@ -[buildout] -extends = - plipbase.cfg - https://raw.github.com/plone/buildout.jenkins/master/jenkins.cfg -parts += - eggdeps - -auto-checkout += - Plone - Products.ATContentTypes - Products.CMFEditions - Products.CMFPlone - Products.TinyMCE - plone.app.collection - plone.app.contenttypes - plone.app.imaging - plone.app.relationfield - plone.app.upgrade - plone.formwidget.querystring - -jenkins-test-eggs = plone.app.contenttypes [test] -jenkins-test-directories = src/plone.app.contenttypes/plone/app/contenttypes - -[sources] -plone.app.collection = git ${remotes:plone}/plone.app.collection.git -plone.app.contenttypes = git https://github.com/plone/plone.app.contenttypes.git -plone.app.relationfield = git ${remotes:plone}/plone.app.relationfield.git pushurl=${remotes:plone_push}/plone.app.relationfield.git -plone.formwidget.querystring = git ${remotes:plone}/plone.formwidget.querystring.git -Plone = git ${remotes:plone}/Plone.git branch=plip-12344-plone.app.contenttypes -Products.ATContentTypes = git ${remotes:plone}/Products.ATContentTypes.git branch=davisagli-optional-archetypes -Products.CMFPlone = git ${remotes:plone}/Products.CMFPlone.git branch=plip-12344-plone.app.contenttypes - -[instance] -eggs += - plone.app.contenttypes - -[test] -eggs += - plone.app.contenttypes - -[eggdeps] -recipe = zc.recipe.egg -eggs = - tl.eggdeps - Plone diff --git a/plips/plip12350-jqueryui.cfg b/plips/plip12350-jqueryui.cfg deleted file mode 100644 index 0f54cf5a12..0000000000 --- a/plips/plip12350-jqueryui.cfg +++ /dev/null @@ -1,17 +0,0 @@ -[buildout] -extends=plipbase.cfg -index=http://pypi.python.org/simple/ - -auto-checkout+= - plone.app.jqueryui - -[instance] -eggs+=plone.app.jqueryui -zcml+=plone.app.jqueryui.demo:configure.zcml - -[tests] -eggs+= - plone.app.jqueryui - -[sources] -plone.app.jqueryui = git git@github.com:plone/plone.app.jqueryui.git diff --git a/plips/plip12452-package-jquery-separatly.cfg b/plips/plip12452-package-jquery-separatly.cfg deleted file mode 100644 index e7cf1bac81..0000000000 --- a/plips/plip12452-package-jquery-separatly.cfg +++ /dev/null @@ -1,8 +0,0 @@ -[buildout] -extends = plipbase.cfg -auto-checkout += - plone.app.jquery - -[sources] -Products.CMFPlone = git git://github.com/plone/Products.CMFPlone.git branch=plip12452-package-jquery-separatly -plone.app.jquery = git git://github.com/plone/plone.app.jquery.git branch=1.4 diff --git a/plips/plip12453-3rdparty-ecmascripts.cfg b/plips/plip12453-3rdparty-ecmascripts.cfg deleted file mode 100644 index 849a076d40..0000000000 --- a/plips/plip12453-3rdparty-ecmascripts.cfg +++ /dev/null @@ -1,36 +0,0 @@ -[buildout] -extends=plipbase.cfg - -auto-checkout+= - plone.app.jscalendar - plone.app.kss - plone.app.layout - plone.app.modernizr - plone.app.s5slideshow - plone.app.sarissa - plone.app.search - Products.CMFPlone - Products.kupu - -[instance] -eggs+=Products.kupu - -[tests] -eggs+= - plone.app.sarissa - plone.app.s5slideshow - plone.app.modernizr - plone.app.jscalendar - -[sources] -#new packages -plone.app.jscalendar = git ${remotes:plone}/plone.app.jscalendar.git -plone.app.sarissa = git ${remotes:plone}/plone.app.sarissa.git -plone.app.s5slideshow = git ${remotes:plone}/plone.app.s5slideshow.git -plone.app.modernizr = git ${remotes:plone}/plone.app.modernizr.git -#branch to merge -plone.app.kss = git ${remotes:plone}/plone.app.kss.git branch=plip12453-packaging-3rdparty-ecmascripts -plone.app.layout = git ${remotes:plone}/plone.app.layout.git branch=plip12453-packaging-3rdparty-ecmascripts -plone.app.search = git ${remotes:plone}/plone.app.search.git branch=plip12453-packaging-3rdparty-ecmascripts -Products.CMFPlone = git ${remotes:plone}/Products.CMFPlone.git branch=plip-12453-3rdparty-ecmascripts -Products.kupu = svn ${remotes:svn_collective}/kupu/branch/plip-12453-3rdparty-ecmascripts/Products.kupu diff --git a/plips/plip12844-tinymce.cfg b/plips/plip12844-tinymce.cfg deleted file mode 100644 index 61c279a8f8..0000000000 --- a/plips/plip12844-tinymce.cfg +++ /dev/null @@ -1,18 +0,0 @@ -[buildout] -extends = - plipbase.cfg -auto-checkout += - Products.TinyMCE -parts += - coverage-test - coverage-report - -[instance] -eggs += - Pillow -# uncomment, for a plone.z3cform batching usecase -# collective.dancing -# zope.app.intid - -[sources] -Products.TinyMCE = git ${remotes:plone}/Products.TinyMCE.git pushurl=${remotes:plone_push}/Products.TinyMCE.git diff --git a/plips/plip13260-cpy-removal.cfg b/plips/plip13260-cpy-removal.cfg deleted file mode 100644 index 22dd73a136..0000000000 --- a/plips/plip13260-cpy-removal.cfg +++ /dev/null @@ -1,17 +0,0 @@ -[buildout] -extends = - plipbase.cfg -auto-checkout += - Products.CMFPlone - Products.PasswordResetTool - plone.app.content - plone.app.controlpanel - plone.app.users - plone.app.z3cform - -[sources] -Products.CMFPlone = git ${remotes:plone}/Products.CMFPlone.git pushurl=${remotes:plone_push}/Products.CMFPlone.git branch=plip-13260-cpy-removal -Products.PasswordResetTool = git ${remotes:plone}/Products.PasswordResetTool.git pushurl=${remotes:plone_push}/Products.PasswordResetTool.git branch=plip-13260-cpy-removal -plone.app.content = git ${remotes:plone}/plone.app.content.git pushurl=${remotes:plone_push}/plone.app.content.git branch=plip-13260-cpy-removal -plone.app.controlpanel = git ${remotes:plone}/plone.app.controlpanel.git pushurl=${remotes:plone_push}/plone.app.controlpanel.git branch=plip-13260-cpy-removal -plone.app.users = git ${remotes:plone}/plone.app.users.git pushurl=${remotes:plone_push}/plone.app.users.git branch=plip-13260-cpy-removal diff --git a/plips/plip13270-presentation-mode.cfg b/plips/plip13270-presentation-mode.cfg deleted file mode 100644 index 65c92c357f..0000000000 --- a/plips/plip13270-presentation-mode.cfg +++ /dev/null @@ -1,20 +0,0 @@ -[buildout] -extends = plipbase.cfg - -auto-checkout += - Products.ATContentTypes - plone.app.layout - plone.app.s5slideshow - -[instance] -eggs += - plone.app.s5slideshow - -[test] -eggs += - plone.app.s5slideshow - -[sources] -plone.app.s5slideshow = git ${remotes:plone}/plone.app.s5slideshow.git -Products.ATContentTypes = git ${remotes:plone}/Products.ATContentTypes.git branch=plip13270-presentation-mode -plone.app.layout = git ${remotes:plone}/plone.app.layout.git branch=plip13270-presentation-mode diff --git a/plips/plip13419-userid-loginname.cfg b/plips/plip13419-userid-loginname.cfg deleted file mode 100644 index 0633f446da..0000000000 --- a/plips/plip13419-userid-loginname.cfg +++ /dev/null @@ -1,34 +0,0 @@ -[buildout] -extends = - plipbase.cfg -parts += pliptest -test-eggs += - collective.emaillogin4 -auto-checkout += - collective.emaillogin4 -# Note: The patches are in collective.emaillogin4 and would be merged -# to the following packages. I can make branches if wanted, but the -# structure of collective.emaillogin4 makes it clear where everything -# would go, so this may not be needed. -# -# Products.CMFPlone -# plone.app.controlpanel -# plone.app.upgrade -# plone.app.users - -[instance] -eggs += - collective.emaillogin4 - -[pliptest] -# Test all the patched packages and other packages that are most likely to be affected. -recipe = zc.recipe.testrunner -eggs = ${buildout:test-eggs} -defaults = ['--auto-color', '--auto-progress', '-s', 'collective.emaillogin4', '-s', 'plone.app.users', '-s', 'plone.app.controlpanel', '-s', 'plone.app.upgrade', '-s', 'Products.CMFPlone', '-s', 'Products.PluggableAuthService', '-s', 'Products.PlonePAS', '-s', 'Products.PasswordResetTool'] - -[versions] -# We have a release, so the auto-checkout is not strictly necessary. -collective.emaillogin4 = 1.3 - -[sources] -collective.emaillogin4 = git ${remotes:collective}/collective.emaillogin4.git pushurl=${remotes:collective_push}/collective.emaillogin4.git diff --git a/plips/plip8699-pubdate-byline.cfg b/plips/plip8699-pubdate-byline.cfg deleted file mode 100644 index dbd35ceb7d..0000000000 --- a/plips/plip8699-pubdate-byline.cfg +++ /dev/null @@ -1,24 +0,0 @@ -# Make byline use the publication date if it exists -# https://dev.plone.org/ticket/8699 - -[buildout] -extends = plipbase.cfg - -parts += omelette - -auto-checkout += - plone.app.layout - plone.app.controlpanel - -eggs += - plone.app.layout - plone.app.controlpanel - -[sources] -plone.app.layout = git git://github.com/plone/plone.app.layout.git branch=plip8699-pubdate-byline -plone.app.controlpanel = git git://github.com/plone/plone.app.controlpanel.git branch=plip8699-pubdate-byline - -[omelette] -recipe = collective.recipe.omelette -eggs = ${instance:eggs} -# ignore-develop = true diff --git a/plips/plip9288-improved-commenting-infrastructure.cfg b/plips/plip9288-improved-commenting-infrastructure.cfg deleted file mode 100644 index deb150c5c1..0000000000 --- a/plips/plip9288-improved-commenting-infrastructure.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# Improved commenting infrastructure -# http://dev.plone.org/plone/ticket/9288 - -[buildout] -extends = plipbase.cfg -versions = versions - -auto-checkout += - plone.app.discussion - plone.app.vocabularies - Products.CMFPlone - -eggs += - plone.app.discussion - -[test] -eggs += - plone.app.discussion [test] - -[sources] -plone.app.discussion = svn https://svn.plone.org/svn/plone/plone.app.discussion/trunk -plone.app.vocabularies = svn https://svn.plone.org/svn/plone/plone.app.vocabularies/branches/plip9288-improved-commenting-infrastructure -Products.CMFPlone = svn https://svn.plone.org/svn/plone/Plone/branches/plip9288-improved-commenting-infrastructure - -[versions] -zope.schema = 3.6.4 \ No newline at end of file diff --git a/plips/plip9324-collective.amberjack.cfg b/plips/plip9324-collective.amberjack.cfg deleted file mode 100644 index 576a67a45f..0000000000 --- a/plips/plip9324-collective.amberjack.cfg +++ /dev/null @@ -1,41 +0,0 @@ -# PLIP to include collective.amberjack -# http://dev.plone.org/plone/ticket/9324 - -[buildout] -extends = plipbase.cfg -versions = versions - -# We auto-checkout all the packages to make it possible to run the tests -# easily. Note that plone.z3cform, plone.autoform, plone.supermodel, -# plone.testing and plone.app.testing already have usable releases. - -auto-checkout += - collective.amberjack.core - collective.amberjack.plonetour - collective.amberjack.portlet - -eggs += - collective.amberjack.core - collective.amberjack.portlet - collective.amberjack.plonetour - -parts += i18ndude - -[instance] -zcml+= - collective.amberjack.core - collective.amberjack.portlet - collective.amberjack.plonetour - -[test] -eggs += - collective.amberjack.core - -[i18ndude] -recipe = zc.recipe.egg -eggs = collective.amberjack.core - -[sources] -collective.amberjack.core = svn https://svn.plone.org/svn/collective/collective.amberjack.core/trunk -collective.amberjack.plonetour = svn https://svn.plone.org/svn/collective/collective.amberjack.plonetour/tags/1.1 -collective.amberjack.portlet = svn https://svn.plone.org/svn/collective/collective.amberjack.portlet/tags/1.1 diff --git a/plips/plip9327-contentlisting.cfg b/plips/plip9327-contentlisting.cfg deleted file mode 100644 index 5b615442f1..0000000000 --- a/plips/plip9327-contentlisting.cfg +++ /dev/null @@ -1,22 +0,0 @@ -# Unified interface for lists of content -# http://dev.plone.org/plone/ticket/9327 - -[buildout] -extends = plipbase.cfg -auto-checkout += - plone.app.contentlisting - Products.CMFPlone - -[sources] -Products.CMFPlone = svn https://svn.plone.org/svn/plone/Products.CMFPlone/branches/plip9327-contentlisting -plone.app.contentlisting = svn https://svn.plone.org/svn/plone/plone.app.contentlisting/trunk - -# Use these for TEST_USER_ID -plone.testing = svn https://svn.plone.org/svn/plone/plone.testing/trunk -plone.app.testing = svn https://svn.plone.org/svn/plone/plone.app.testing/trunk - -[instance] -eggs += plone.app.contentlisting - -[test] -eggs += plone.app.contentlisting diff --git a/plips/plip9352-search-results.cfg b/plips/plip9352-search-results.cfg deleted file mode 100644 index b8d55fd74c..0000000000 --- a/plips/plip9352-search-results.cfg +++ /dev/null @@ -1,57 +0,0 @@ -# Improved search results -# http://dev.plone.org/plone/ticket/9352 - -[buildout] -extends = plipbase.cfg -auto-checkout += - plone.testing - plone.app.testing - - plone.app.search - plone.app.contentlisting - plone.app.upgrade - plone.app.layout - plone.app.portlets - plonetheme.classic - plonetheme.sunburst - plone.app.testing - plone.testing - plone.app.controlpanel - -[sources] -Products.CMFPlone = svn https://svn.plone.org/svn/plone/Products.CMFPlone/branches/plip9352-search-ui/ -plone.app.search = svn https://svn.plone.org/svn/plone/plone.app.search/trunk -plone.app.layout = svn https://svn.plone.org/svn/plone/plone.app.layout/branches/plip9352-search-ui -plone.app.portlets = svn https://svn.plone.org/svn/plone/plone.app.portlets/branches/plip9352-search-ui -plone.app.contentlisting = svn https://svn.plone.org/svn/plone/plone.app.contentlisting/trunk -plonetheme.classic = svn https://svn.plone.org/svn/plone/plonetheme.classic/branches/plip9352-search-ui -plonetheme.sunburst = svn https://svn.plone.org/svn/plone/plonetheme.sunburst/branches/plip9352-search-ui -plone.app.upgrade = svn https://svn.plone.org/svn/plone/plone.app.upgrade/branches/9352-search-results -plone.app.testing = svn https://svn.plone.org/svn/plone/plone.app.testing/trunk -plone.testing = svn https://svn.plone.org/svn/plone/plone.testing/trunk -plone.app.controlpanel = svn https://svn.plone.org/svn/plone/plone.app.controlpanel/branches/9352-search-results - -[instance] -zcml += plone.app.search -eggs += - plone.app.search - plone.app.contentlisting - -[test] -eggs += - plone.app.search [test] - plone.app.contentlisting -selenium-driver = -environment = testenv - -[testenv] -SELENIUM_DRIVER = ${test:selenium-driver} -SELENIUM_ARGS = -## Uncomment and/or change the value to specify the line separated -## args selenium.*.webdriver uses when starting the browser. For -## example, with Firefox, you can specify a profile that has firebug -## installed -## IMPORTANT: do NOT use your default Firefox profile for this purpose, -## but rather create a new profile, dedicated for webdriver -## http://support.mozilla.com/en-US/kb/managing+profiles - webdriver diff --git a/plips/plip9938-output-filters.cfg b/plips/plip9938-output-filters.cfg deleted file mode 100644 index 6a6e5fcfad..0000000000 --- a/plips/plip9938-output-filters.cfg +++ /dev/null @@ -1,53 +0,0 @@ -# http://dev.plone.org/plone/ticket/9938 -# factor custom output transformations out of the editors - -[buildout] -extends = plipbase.cfg -auto-checkout += - archetypes.kss - archetypes.referencebrowserwidget - archetypes.schemaextender - plone.outputfilters - plone.app.contentrules - plone.app.iterate - plone.app.linkintegrity - plone.app.upgrade - plone.app.uuid - plone.uuid - Plone - Products.Archetypes - Products.ATContentTypes - Products.kupu - Products.Marshall - Products.TinyMCE - -[instance] -eggs += - plone.outputfilters - plone.app.uuid -zcml += - plone.app.uuid - -[test] -eggs += - plone.outputfilters - plone.uuid - plone.app.uuid [test] - -[sources] -archetypes.kss = svn https://svn.plone.org/svn/archetypes/archetypes.kss/branches/plip10778-plone.uuid -archetypes.referencebrowserwidget = svn https://svn.plone.org/svn/archetypes/MoreFieldsAndWidgets/archetypes.referencebrowserwidget/branches/plip10778-plone.uuid -archetypes.schemaextender = svn https://svn.plone.org/svn/archetypes/archetypes.schemaextender/branches/plip10778-plone.uuid -plone.outputfilters = svn https://svn.plone.org/svn/plone/plone.outputfilters/trunk -plone.app.contentrules = svn https://svn.plone.org/svn/plone/plone.app.contentrules/branches/plip10778-plone.uuid -plone.app.iterate = svn https://svn.plone.org/svn/plone/plone.app.iterate/branches/plip10778-plone.uuid -plone.app.linkintegrity = svn https://svn.plone.org/svn/plone/plone.app.linkintegrity/branches/plip10778-plone.uuid -plone.app.upgrade = svn https://svn.plone.org/svn/plone/plone.app.upgrade/branches/plip9938-output-filters -plone.app.uuid = svn https://svn.plone.org/svn/plone/plone.app.uuid/trunk -plone.uuid = svn https://svn.plone.org/svn/plone/plone.uuid/trunk -Plone = svn https://svn.plone.org/svn/plone/Plone/branches/plip9938-output-filters -Products.Archetypes = svn https://svn.plone.org/svn/archetypes/Products.Archetypes/branches/plip10778-plone.uuid -Products.ATContentTypes = svn https://svn.plone.org/svn/collective/Products.ATContentTypes/branches/plip10778-plone.uuid -Products.kupu = svn http://codespeak.net/svn/kupu/branch/plone-plip9938-output-filters/Products.kupu -Products.Marshall = svn https://svn.plone.org/svn/archetypes/Products.Marshall/branches/plip10778-plone.uuid -Products.TinyMCE = svn https://svn.plone.org/svn/collective/Products.TinyMCE/branches/plip9938-output-filters