<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs">
    <title>gmane.comp.web.zope.plone.cvs</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53822"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53821"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53820"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53819"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53818"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53817"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53816"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53815"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53814"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53813"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53812"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53811"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53810"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53809"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53808"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53807"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53806"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53805"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53804"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53803"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53822">
    <title>Products.PlonePAS/master: Replace deprecated unittestmethods.</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53822</link>
    <description>&lt;pre&gt;Repository: Products.PlonePAS
Branch: refs/heads/master
Date: 2012-05-25T23:40:50-07:00
Author: Timo Stollenwerk (tisto) &amp;lt;contact-a73ZEu7sWLRMs0Cr3eqP69HuzzzSOjJt&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/Products.PlonePAS/commit/8d307eed0d122bf575159b4cf84c18a0de62050b

Replace deprecated unittest methods.

Files changed:
M Products/PlonePAS/tests/test_basic_ops.py

diff --git a/Products/PlonePAS/tests/test_basic_ops.py b/Products/PlonePAS/tests/test_basic_ops.py
index 993eb9f..ea0cb64 100644
--- a/Products/PlonePAS/tests/test_basic_ops.py
+++ b/Products/PlonePAS/tests/test_basic_ops.py
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -50,11 +50,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; def createUser(self, login="created_user", password="secret",
             login, password, roles=roles, groups=groups, domains=domains,)
 
     def test_installed(self):
-        self.failUnless(IPluggableAuthService.providedBy(self.acl_users))
+        self.assertTrue(IPluggableAuthService.providedBy(self.acl_users))
 
     def test_add(self):
         self.createUser()
-        self.failUnless&lt;/pre&gt;</description>
    <dc:creator>Timo Stollenwerk</dc:creator>
    <dc:date>2012-05-26T06:37:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53821">
    <title>plone.app.workflowmanager/master: show acquiredpermission settingcloses #1</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53821</link>
    <description>&lt;pre&gt;Repository: plone.app.workflowmanager
Branch: refs/heads/master
Date: 2012-05-25T23:25:16-07:00
Author: Nathan Van Gheem (vangheem) &amp;lt;vangheem-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/plone.app.workflowmanager/commit/e427085ee22dd7bcf75fcd1c4c5fe71763c70d06

show acquired permission setting closes #1

Files changed:
M README.txt
M docs/HISTORY.txt
M src/plone/app/workflowmanager/browser.txt
M src/plone/app/workflowmanager/browser/state.py
M src/plone/app/workflowmanager/browser/templates/workflow-state.pt

diff --git a/README.txt b/README.txt
index 066c8a5..6e932db 100644
--- a/README.txt
+++ b/README.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -46,4 +46,4 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; and transition names and labels.
 Plone 3 Support
 ---------------
 
-You must also have simplejson installed.
\ No newline at end of file
+You must also have simplejson installed.
diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt
index 0579797..2b3f52a 100644
--- a/docs/HISTORY.txt
+++ b/docs/HISTORY.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,6 +1,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Changelog
 =========
 
+1.0a4 ~ unre&lt;/pre&gt;</description>
    <dc:creator>Nathan Van Gheem</dc:creator>
    <dc:date>2012-05-26T06:21:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53820">
    <title>plone.app.redirector/master: Whitespace</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53820</link>
    <description>&lt;pre&gt;Repository: plone.app.redirector
Branch: refs/heads/master
Date: 2012-05-25T22:28:17-07:00
Author: Timo Stollenwerk (tisto) &amp;lt;contact-a73ZEu7sWLRMs0Cr3eqP69HuzzzSOjJt&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/plone.app.redirector/commit/a2e91612f52bb919aab7abb3ded75921f74811a8

Whitespace

Files changed:
M README.txt

diff --git a/README.txt b/README.txt
index ca6323c..92a698e 100644
--- a/README.txt
+++ b/README.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,7 +1,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Introduction
 ============
 
-by Martin Aspeli &amp;lt;optilude-hi6Y0CQ0nG0&amp;lt; at &amp;gt;public.gmane.org&amp;gt; based on work by Helge Tesdal 
+by Martin Aspeli &amp;lt;optilude-hi6Y0CQ0nG0&amp;lt; at &amp;gt;public.gmane.org&amp;gt; based on work by Helge Tesdal
 (RedirectionTool) and Whit Morriss (topp.rose).
 
 Bring dead links back to life! plone.app.redirector knows where your content
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -10,22 +10,22 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; used to be and can bring you to its new location when content moves.
 This component expects you to register storage.RedirectionStorage as a local
 utility providing IRedirectionStorage (CMFPlone does this). Once that's do&lt;/pre&gt;</description>
    <dc:creator>Timo Stollenwerk</dc:creator>
    <dc:date>2012-05-26T05:24:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53819">
    <title>plone.app.registry/1.1.x: Pep8</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53819</link>
    <description>&lt;pre&gt;Repository: plone.app.registry
Branch: refs/heads/1.1.x
Date: 2012-05-25T22:18:23-07:00
Author: Timo Stollenwerk (tisto) &amp;lt;contact-a73ZEu7sWLRMs0Cr3eqP69HuzzzSOjJt&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/plone.app.registry/commit/6f729ba728073645213be21f5f557a1bdd89c809

Pep8

Files changed:
M plone/app/registry/tests/test_exportimport.py

diff --git a/plone/app/registry/tests/test_exportimport.py b/plone/app/registry/tests/test_exportimport.py
index 9a815eb..395fae4 100644
--- a/plone/app/registry/tests/test_exportimport.py
+++ b/plone/app/registry/tests/test_exportimport.py
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -172,8 +172,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; def test_import_records_with_prefix(self):
 
         self.assertEqual(2, len(self.registry.records))
 
-        self.assertTrue('plone.app.registry.tests.data.SomethingElse.name' in self.registry)
-        self.assertTrue('plone.app.registry.tests.data.SomethingElse.age' in self.registry)
+        self.assertTrue(
+            'plone.app.registry.tests.data.SomethingElse.name' \
+            in self.regis&lt;/pre&gt;</description>
    <dc:creator>Timo Stollenwerk</dc:creator>
    <dc:date>2012-05-26T05:15:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53818">
    <title>buildout.coredev/4.2: Fix sunburst version.</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53818</link>
    <description>&lt;pre&gt;Repository: buildout.coredev
Branch: refs/heads/4.2
Date: 2012-05-25T14:37:17-07:00
Author: Eric Steele (esteele) &amp;lt;EricSteele47-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/buildout.coredev/commit/b8431ff9fc3d71de15ce3548c64a516f416816c1

Fix sunburst version.

Files changed:
M versions.cfg

diff --git a/versions.cfg b/versions.cfg
index 42e4fae..0016d7e 100644
--- a/versions.cfg
+++ b/versions.cfg
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -165,7 +165,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; plone.transformchain                  = 1.0.2
 plone.uuid                            = 1.0.2
 plone.z3cform                         = 0.7.8
 plonetheme.classic                    = 1.2.1
-plonetheme.sunburst                   = 1.2.6
+plonetheme.sunburst                   = 1.2.5
 wicked                                = 1.1.9
 z3c.autoinclude                       = 0.3.4
 z3c.batching                          = 1.1.0


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all &lt;/pre&gt;</description>
    <dc:creator>Eric Steele</dc:creator>
    <dc:date>2012-05-25T21:33:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53817">
    <title>buildout.coredev/4.2: plonetheme.sunburst 1.2.5</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53817</link>
    <description>&lt;pre&gt;Repository: buildout.coredev
Branch: refs/heads/4.2
Date: 2012-05-25T14:33:09-07:00
Author: Eric Steele (esteele) &amp;lt;EricSteele47-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/buildout.coredev/commit/92710981b5aca72db0605b2edfd32301481a15b2

plonetheme.sunburst 1.2.5

Files changed:
M checkouts.cfg
M versions.cfg

diff --git a/checkouts.cfg b/checkouts.cfg
index 999ff68..6f826e5 100644
--- a/checkouts.cfg
+++ b/checkouts.cfg
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -9,7 +9,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; auto-checkout =
     plone.app.locales
     plone.app.upgrade
     plonetheme.classic
-    plonetheme.sunburst
     Zope2
 # Test fixes only
     Products.kupu
diff --git a/versions.cfg b/versions.cfg
index 37972d2..42e4fae 100644
--- a/versions.cfg
+++ b/versions.cfg
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -165,7 +165,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; plone.transformchain                  = 1.0.2
 plone.uuid                            = 1.0.2
 plone.z3cform                         = 0.7.8
 plonetheme.classic                    = 1.2.1
-plonetheme.sunburst                   = 1.2.4
+plonetheme.sunburst         &lt;/pre&gt;</description>
    <dc:creator>Eric Steele</dc:creator>
    <dc:date>2012-05-25T21:29:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53816">
    <title>plonetheme.sunburst/master: Back to development: 1.2.6</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53816</link>
    <description>&lt;pre&gt;Repository: plonetheme.sunburst
Branch: refs/heads/master
Date: 2012-05-25T14:32:15-07:00
Author: Eric Steele (esteele) &amp;lt;EricSteele47-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/plonetheme.sunburst/commit/f7dee38a3cf467ec34849e687a22b0552f6303ce

Back to development: 1.2.6

Files changed:
M CHANGES.txt
M setup.py

diff --git a/CHANGES.txt b/CHANGES.txt
index 8d13044..8ad8abc 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,6 +1,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Changelog
 =========
 
+1.2.6 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 1.2.5 (2012-05-25)
 ------------------
 - For event view template, changed headerless table to headings and divs for better accessibility. See bug #13181
diff --git a/setup.py b/setup.py
index 4d4cb13..daa7365 100644
--- a/setup.py
+++ b/setup.py
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -5,7 +5,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '1.2.5'
+version = '1.2.6.dev0'
 
 long_description = (
     read('README.txt')


--------&lt;/pre&gt;</description>
    <dc:creator>Eric Steele</dc:creator>
    <dc:date>2012-05-25T21:28:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53815">
    <title>plonetheme.sunburst/master: Preparing release 1.2.5</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53815</link>
    <description>&lt;pre&gt;Repository: plonetheme.sunburst
Branch: refs/heads/master
Date: 2012-05-25T14:31:54-07:00
Author: Eric Steele (esteele) &amp;lt;EricSteele47-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/plonetheme.sunburst/commit/b6b2dee3add0c81b5b128be314f93492f24db8fb

Preparing release 1.2.5

Files changed:
M CHANGES.txt
M setup.py

diff --git a/CHANGES.txt b/CHANGES.txt
index 91ad8f1..8d13044 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,7 +1,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Changelog
 =========
 
-1.2.5 (unreleased)
+1.2.5 (2012-05-25)
 ------------------
 - For event view template, changed headerless table to headings and divs for better accessibility. See bug #13181
   [hmharter]
diff --git a/setup.py b/setup.py
index 1581bc2..4d4cb13 100644
--- a/setup.py
+++ b/setup.py
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -5,7 +5,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '1.2.5.dev0'
+version = '1.2.5'
 
 long_description = (
     read('README.txt')


------------------------------------------------&lt;/pre&gt;</description>
    <dc:creator>Eric Steele</dc:creator>
    <dc:date>2012-05-25T21:28:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53814">
    <title>buildout.coredev/4.2: plone.app.jquerytools 1.3.2</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53814</link>
    <description>&lt;pre&gt;Repository: buildout.coredev
Branch: refs/heads/4.2
Date: 2012-05-25T14:30:17-07:00
Author: Eric Steele (esteele) &amp;lt;EricSteele47-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/buildout.coredev/commit/8fff194f514732f1c9992f0ae88e3eb56fc14838

plone.app.jquerytools 1.3.2

Files changed:
M checkouts.cfg
M versions.cfg

diff --git a/checkouts.cfg b/checkouts.cfg
index a2c23e4..999ff68 100644
--- a/checkouts.cfg
+++ b/checkouts.cfg
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -10,7 +10,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; auto-checkout =
     plone.app.upgrade
     plonetheme.classic
     plonetheme.sunburst
-    plone.app.jquerytools
     Zope2
 # Test fixes only
     Products.kupu
diff --git a/versions.cfg b/versions.cfg
index 05587ac..37972d2 100644
--- a/versions.cfg
+++ b/versions.cfg
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -111,7 +111,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; plone.app.i18n                        = 2.0.1
 plone.app.imaging                     = 1.0.6
 plone.app.iterate                     = 2.1.5
 plone.app.jquery                      = 1.4.4
-plone.app.jquerytools                 = 1.3.1
+plone.app.jquerytool&lt;/pre&gt;</description>
    <dc:creator>Eric Steele</dc:creator>
    <dc:date>2012-05-25T21:26:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53813">
    <title>plone.app.jquerytools/1.3: Preparing release 1.3.2</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53813</link>
    <description>&lt;pre&gt;Repository: plone.app.jquerytools
Branch: refs/heads/1.3
Date: 2012-05-25T14:29:33-07:00
Author: Eric Steele (esteele) &amp;lt;EricSteele47-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/plone.app.jquerytools/commit/c934ae5cee38475199f9fe5a28f58cb6f5815e3f

Preparing release 1.3.2

Files changed:
M CHANGES.txt
M setup.py

diff --git a/CHANGES.txt b/CHANGES.txt
index 2e80479..df49c58 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,7 +1,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Changelog
 =========
 
-1.3.2 - unreleased
+1.3.2 (2012-05-25)
 ------------------
 - Add translatable, linked string for close box. Fixes
   http://dev.plone.org/ticket/12122
diff --git a/setup.py b/setup.py
index 1553db7..d5add02 100644
--- a/setup.py
+++ b/setup.py
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,6 +1,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 from setuptools import setup, find_packages
 
-version = '1.3.2dev'
+version = '1.3.2'
 
 setup(name='plone.app.jquerytools',
       version=version,


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusi&lt;/pre&gt;</description>
    <dc:creator>Eric Steele</dc:creator>
    <dc:date>2012-05-25T21:26:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53812">
    <title>plone.app.jquerytools/1.3: Back to development: 1.3.3</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53812</link>
    <description>&lt;pre&gt;Repository: plone.app.jquerytools
Branch: refs/heads/1.3
Date: 2012-05-25T14:29:45-07:00
Author: Eric Steele (esteele) &amp;lt;EricSteele47-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/plone.app.jquerytools/commit/b21e779b58534c7a07cec78b2ec4824212c28ed2

Back to development: 1.3.3

Files changed:
M CHANGES.txt
M setup.py

diff --git a/CHANGES.txt b/CHANGES.txt
index df49c58..5c738b3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,6 +1,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Changelog
 =========
 
+1.3.3 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 1.3.2 (2012-05-25)
 ------------------
 - Add translatable, linked string for close box. Fixes
diff --git a/setup.py b/setup.py
index d5add02..4d0e6fc 100644
--- a/setup.py
+++ b/setup.py
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,6 +1,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 from setuptools import setup, find_packages
 
-version = '1.3.2'
+version = '1.3.3.dev0'
 
 setup(name='plone.app.jquerytools',
       version=version,


------------------------------------------------------------------------------
Live Security Virtual&lt;/pre&gt;</description>
    <dc:creator>Eric Steele</dc:creator>
    <dc:date>2012-05-25T21:26:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53811">
    <title>Installers-UnifiedInstaller/cioppino-webpi: Mergebranch'cioppino-webpi' of github.com:plone/Installers</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53811</link>
    <description>&lt;pre&gt;Repository: Installers-UnifiedInstaller
Branch: refs/heads/cioppino-webpi
Date: 2012-05-25T14:26:53-07:00
Author: Craig Haynal (cah190) &amp;lt;cah190&amp;lt; at &amp;gt;psu.edu&amp;gt;
Commit: https://github.com/plone/Installers-UnifiedInstaller/commit/1413bc794e0b9de8a78d97a8c11650504b9e6c3e

Merge branch 'cioppino-webpi' of github.com:plone/Installers-UnifiedInstaller into cioppino-webpi

Files changed:
A platforms/webpi/MANIFEST.in
A platforms/webpi/setup.py
M platforms/webpi/README.rst

diff --git a/platforms/webpi/MANIFEST.in b/platforms/webpi/MANIFEST.in
new file mode 100644
index 0000000..07ea254
--- /dev/null
+++ b/platforms/webpi/MANIFEST.in
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+include Manifest.xml
+include Parameters.xml
+
+include zinstance/*.cfg
+exclude zinstance/.*.cfg
+
+include zinstance/src/README.txt
+include zinstance/var/README.txt
+include zinstance/products/README.txt
+
+recursive-include buildout-cache/eggs *.egg
diff --git a/platforms/webpi/README.rst b/platforms/webpi/README.rst
index bfbd913..3ba96da 100644
--- a/platforms/webpi/REA&lt;/pre&gt;</description>
    <dc:creator>Craig Haynal</dc:creator>
    <dc:date>2012-05-25T21:23:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53810">
    <title>Installers-UnifiedInstaller/cioppino-webpi: adding mysprint notes</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53810</link>
    <description>&lt;pre&gt;Repository: Installers-UnifiedInstaller
Branch: refs/heads/cioppino-webpi
Date: 2012-05-25T14:26:22-07:00
Author: Craig Haynal (cah190) &amp;lt;cah190-8DAjSxpRXgY&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/Installers-UnifiedInstaller/commit/19301487ccedc15fd2ac3ca7d90c9b76aa8ab724

adding my sprint notes

Files changed:
A platforms/webpi/notes.txt

diff --git a/platforms/webpi/notes.txt b/platforms/webpi/notes.txt
new file mode 100644
index 0000000..5c9a7bd
--- /dev/null
+++ b/platforms/webpi/notes.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,56 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+Building binary eggs:
+
+Download and install Visual C++ Express 2008 (not 2005, not 2010, nor anything newer)
+Install python binaries
+Run Visual C++ Express and use the Visual Studio 2008 Command Prompt (in the Tools menu)
+Unpack source distribution
+Make necessary edits to setup.py
+
+lxml needs:
+
+STATIC_INCLUDE_DIRS = [
+       "..\\libxml2-2.7.8.win32\\include",
+       "..\\libxslt-1.1.26.win32\\include",
+       "..\\zlib-1.2.7\\include",
+       "..\\iconv-1.9.2.win32\\include"
+&lt;/pre&gt;</description>
    <dc:creator>Craig Haynal</dc:creator>
    <dc:date>2012-05-25T21:23:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53809">
    <title>buildout.coredev/4.2: Archetypes 1.8</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53809</link>
    <description>&lt;pre&gt;Repository: buildout.coredev
Branch: refs/heads/4.2
Date: 2012-05-25T14:27:08-07:00
Author: Eric Steele (esteele) &amp;lt;EricSteele47-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/buildout.coredev/commit/6c076a58c5b735bdf37244994d0c55d70b66eeba

Archetypes 1.8

Files changed:
M checkouts.cfg
M versions.cfg

diff --git a/checkouts.cfg b/checkouts.cfg
index eb0166f..a2c23e4 100644
--- a/checkouts.cfg
+++ b/checkouts.cfg
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -8,7 +8,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; auto-checkout =
     Products.CMFPlone
     plone.app.locales
     plone.app.upgrade
-    Products.Archetypes
     plonetheme.classic
     plonetheme.sunburst
     plone.app.jquerytools
diff --git a/versions.cfg b/versions.cfg
index a9f4466..05587ac 100644
--- a/versions.cfg
+++ b/versions.cfg
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -42,7 +42,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; WebOb = 1.0.8
 Plone                                 = 4.2rc1
 Products.ATContentTypes               = 2.1.7
 Products.ATReferenceBrowserWidget     = 3.0
-Products.Archetypes                   = 1.7.14
+Products.Archetypes                   = 1.8
 Pr&lt;/pre&gt;</description>
    <dc:creator>Eric Steele</dc:creator>
    <dc:date>2012-05-25T21:23:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53808">
    <title>Products.Archetypes/master: Preparing release 1.8</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53808</link>
    <description>&lt;pre&gt;Repository: Products.Archetypes
Branch: refs/heads/master
Date: 2012-05-25T14:25:07-07:00
Author: Eric Steele (esteele) &amp;lt;EricSteele47-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/Products.Archetypes/commit/869f04a36057343e3c64557cb0d5eee46296bfb1

Preparing release 1.8

Files changed:
M CHANGES.txt

diff --git a/CHANGES.txt b/CHANGES.txt
index 22a8b40..6ff2009 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,8 +1,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Changelog
 =========
 
-1.8.0 (unreleased)
--------------------
+1.8 (2012-05-25)
+----------------
 
 - PEP 8 (ignoring W602, W604, E231, E241, E301, E302, E501 and E701).
   [hvelarde]


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/&lt;/pre&gt;</description>
    <dc:creator>Eric Steele</dc:creator>
    <dc:date>2012-05-25T21:22:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53807">
    <title>Products.Archetypes/master: Bump version.</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53807</link>
    <description>&lt;pre&gt;Repository: Products.Archetypes
Branch: refs/heads/master
Date: 2012-05-25T14:26:26-07:00
Author: Eric Steele (esteele) &amp;lt;EricSteele47-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/Products.Archetypes/commit/7c1f6bc8bd9c7a76dd6ec17d51f31b382b32696e

Bump version.

Files changed:
M CHANGES.txt
M setup.py

diff --git a/CHANGES.txt b/CHANGES.txt
index 6ff2009..db43f2b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,6 +1,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Changelog
 =========
 
+1.8.1 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 1.8 (2012-05-25)
 ----------------
 
diff --git a/setup.py b/setup.py
index 13ada5e..2317cee 100644
--- a/setup.py
+++ b/setup.py
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,6 +1,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 from setuptools import setup, find_packages
 
-version = '1.8'
+version = '1.8.1.dev0'
 
 setup(name='Products.Archetypes',
       version=version,


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security an&lt;/pre&gt;</description>
    <dc:creator>Eric Steele</dc:creator>
    <dc:date>2012-05-25T21:22:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53806">
    <title>Products.Archetypes/master: Bump to 1.8</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53806</link>
    <description>&lt;pre&gt;Repository: Products.Archetypes
Branch: refs/heads/master
Date: 2012-05-25T14:24:45-07:00
Author: Eric Steele (esteele) &amp;lt;EricSteele47-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/Products.Archetypes/commit/d753c142ddb7f2693e83ce261a2c6bd1ea37eb6e

Bump to 1.8

Files changed:
M CHANGES.txt
M setup.py

diff --git a/CHANGES.txt b/CHANGES.txt
index 040d75d..22a8b40 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,7 +1,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Changelog
 =========
 
-1.7.15 (unreleased)
+1.8.0 (unreleased)
 -------------------
 
 - PEP 8 (ignoring W602, W604, E231, E241, E301, E302, E501 and E701).
diff --git a/setup.py b/setup.py
index ac963ed..13ada5e 100644
--- a/setup.py
+++ b/setup.py
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,6 +1,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 from setuptools import setup, find_packages
 
-version = '1.7.15.dev0'
+version = '1.8'
 
 setup(name='Products.Archetypes',
       version=version,


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the&lt;/pre&gt;</description>
    <dc:creator>Eric Steele</dc:creator>
    <dc:date>2012-05-25T21:21:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53805">
    <title>buildout.coredev/4.1: AT is branched.</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53805</link>
    <description>&lt;pre&gt;Repository: buildout.coredev
Branch: refs/heads/4.1
Date: 2012-05-25T14:22:53-07:00
Author: Eric Steele (esteele) &amp;lt;EricSteele47-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/buildout.coredev/commit/7d31393e9732621f39935b29feadbe6c388ea6a0

AT is branched.

Files changed:
M sources.cfg

diff --git a/sources.cfg b/sources.cfg
index b40062c..a7f839a 100644
--- a/sources.cfg
+++ b/sources.cfg
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -96,7 +96,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; z3c.autoinclude                     = svn ${remotes:zope}/z3c.autoinclude/trunk
 z3c.form                            = svn ${remotes:zope}/z3c.form/trunk/
 
 # Products
-Products.Archetypes                 = git ${remotes:plone}/Products.Archetypes.git
+Products.Archetypes                 = git ${remotes:plone}/Products.Archetypes.git branch=1.7
 Products.ATContentTypes             = git ${remotes:plone}/Products.ATContentTypes.git
 Products.ATReferenceBrowserWidget   = git ${remotes:plone}/Products.ATReferenceBrowserWidget.git
 Products.CMFActionIcons             = svn ${remote&lt;/pre&gt;</description>
    <dc:creator>Eric Steele</dc:creator>
    <dc:date>2012-05-25T21:19:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53804">
    <title>buildout.coredev/4.2: Fixplone.caching/plone.app.caching versions.</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53804</link>
    <description>&lt;pre&gt;Repository: buildout.coredev
Branch: refs/heads/4.2
Date: 2012-05-25T14:09:51-07:00
Author: Eric Steele (esteele) &amp;lt;EricSteele47-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/buildout.coredev/commit/bc7aa50e2be7ade2f8749805ed0520df16b6a75a

Fix plone.caching/plone.app.caching versions.

Files changed:
M versions.cfg

diff --git a/versions.cfg b/versions.cfg
index a26c6ca..a9f4466 100644
--- a/versions.cfg
+++ b/versions.cfg
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -96,7 +96,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; five.globalrequest                    = 1.0
 five.localsitemanager                 = 2.0.5
 kss.core                              = 1.6.3
 plone.app.blob                        = 1.5.2
-plone.app.caching                     = 1.0.3
+plone.app.caching                     = 1.1
 plone.app.collection                  = 1.0.3
 plone.app.content                     = 2.0.10
 plone.app.contentmenu                 = 2.0.5
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -134,7 +134,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; plone.app.z3cform                     = 0.6.0
 plone.autoform                        = 1.2
 plone.browserlayer &lt;/pre&gt;</description>
    <dc:creator>Eric Steele</dc:creator>
    <dc:date>2012-05-25T21:06:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53803">
    <title>buildout.coredev/4.2: archetypes.kss 1.7.2</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53803</link>
    <description>&lt;pre&gt;Repository: buildout.coredev
Branch: refs/heads/4.2
Date: 2012-05-25T13:55:10-07:00
Author: Eric Steele (esteele) &amp;lt;EricSteele47-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/buildout.coredev/commit/d4441dc4bd120c93eb6f36fa9899132d1c4c7634

archetypes.kss 1.7.2

Files changed:
M checkouts.cfg
M versions.cfg

diff --git a/checkouts.cfg b/checkouts.cfg
index 116f0ad..47d4f51 100644
--- a/checkouts.cfg
+++ b/checkouts.cfg
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -20,4 +20,3 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; auto-checkout =
     Products.CMFDiffTool
     Products.CMFPlacefulWorkflow
     Products.PasswordResetTool
-    archetypes.kss
diff --git a/versions.cfg b/versions.cfg
index 1d75e54..78724f8 100644
--- a/versions.cfg
+++ b/versions.cfg
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -81,7 +81,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Products.i18ntestcase                 = 1.2
 Products.kupu                         = 1.5.0
 Products.statusmessages               = 4.0
 Products.validation                   = 2.0
-archetypes.kss                        = 1.7.1
+archetypes.kss                        = 1.7.2
 archetypes.querywidget  &lt;/pre&gt;</description>
    <dc:creator>Eric Steele</dc:creator>
    <dc:date>2012-05-25T20:55:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53802">
    <title>buildout.coredev/4.2: Merge branch '4.2'ofgithub.com:plone/buildout.coredev into</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.cvs/53802</link>
    <description>&lt;pre&gt;Repository: buildout.coredev
Branch: refs/heads/4.2
Date: 2012-05-25T13:58:32-07:00
Author: Eric Steele (esteele) &amp;lt;EricSteele47-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Commit: https://github.com/plone/buildout.coredev/commit/24e2a3d9f0d86985864ad182188d65be58d82731

Merge branch '4.2' of github.com:plone/buildout.coredev into 4.2

Files changed:
M core.cfg
M tests.cfg

diff --git a/core.cfg b/core.cfg
index 1b678cc..5360356 100644
--- a/core.cfg
+++ b/core.cfg
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -6,6 +6,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; parts =
     alltests
     checkversions
     packages
+    pep8
 
 extends =
     sources.cfg
diff --git a/tests.cfg b/tests.cfg
index 211fd03..8084d15 100644
--- a/tests.cfg
+++ b/tests.cfg
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -296,3 +296,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; recipe = zc.recipe.egg
 eggs = z3c.coverage
 scripts = coveragereport
 arguments = ('coverage', 'report')
+
+
+[pep8]
+recipe = zc.recipe.egg
+eggs = pep8


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's securit&lt;/pre&gt;</description>
    <dc:creator>Eric Steele</dc:creator>
    <dc:date>2012-05-25T20:55:08</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.zope.plone.cvs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.zope.plone.cvs</link>
  </textinput>
</rdf:RDF>

