[Checkins] SVN: Products.GenericSetup/trunk/Products/GenericSetup/ merge r99981 from GS 1.4 branch
David Glick
davidglick at onenw.org
Fri May 15 14:10:09 EDT 2009
Log message for revision 99984:
merge r99981 from GS 1.4 branch
Changed:
U Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt
U Products.GenericSetup/trunk/Products/GenericSetup/tool.py
-=-
Modified: Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt 2009-05-15 18:06:27 UTC (rev 99983)
+++ Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt 2009-05-15 18:10:08 UTC (rev 99984)
@@ -4,8 +4,6 @@
GenericSetup 1.5.0 (unreleased)
-------------------------------
-- Fixed invalid XML for the Import tab so it doesn't break with Chameleon.
-
- Adjusted TarballImportContext to work with Python 2.6's tarfile module.
- Cleaned up / normalized imports:
@@ -97,6 +95,15 @@
each import. https://bugs.launchpad.net/zope-cmf/+bug/213905
+GenericSetup 1.4.4
+------------------
+
+- Make sure that manage_createSnapshot returns something to the browser when
+ it's done. (http://dev.plone.org/plone/ticket/8452)
+
+- Fixed invalid XML for the Import tab so it doesn't break with Chameleon.
+
+
GenericSetup 1.4.2.2 (2008-09-22)
---------------------------------
Modified: Products.GenericSetup/trunk/Products/GenericSetup/tool.py
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/tool.py 2009-05-15 18:06:27 UTC (rev 99983)
+++ Products.GenericSetup/trunk/Products/GenericSetup/tool.py 2009-05-15 18:10:08 UTC (rev 99984)
@@ -705,9 +705,8 @@
self.createSnapshot(snapshot_id)
- RESPONSE.redirect('%s/manage_snapshots?manage_tabs_message=%s'
+ return RESPONSE.redirect('%s/manage_snapshots?manage_tabs_message=%s'
% (self.absolute_url(), 'Snapshot+created.'))
- return ""
security.declareProtected(ManagePortal, 'manage_showDiff')
manage_showDiff = PageTemplateFile('sutCompare', _wwwdir)
More information about the Checkins
mailing list