pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/plone3 Update plone3 package to 3.1.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e0d5d3aef995
branches: trunk
changeset: 544658:e0d5d3aef995
user: taca <taca%pkgsrc.org@localhost>
date: Thu Jul 17 14:20:57 2008 +0000
description:
Update plone3 package to 3.1.3.
* Updated translations.
* Fix album display for folders which do not contain any images. This fixes
8212.
* Fix invalid redirect in default view for comments.
* Update the sharing page:
o never reindex more than once when making changes.
o modify the search button to only search. Previously it would also
apply all changes in addition to doing a search.
o do nothing if the form is submitted but no changes were made.
o handle invalid LDAP or OpenID users correctly.
* Update Archetypes:
o use Content-Disposition instead of Content-disposition as HTTP
header for downloads. Fixes problems with MS Internet Explorer 6,
which appears to be case sensitive contrary to standards.
o Add a new viewlet manager which allows adding of content at the
bottom of content edit views.
o Add an option to the reference field to also copy references when
copying an object.
* Update reference browser widget:
o Make it possible to remove references for single-reference fields.
o Add a new property 'startup_directory_method' to use a callable
to determine the startup directory.
o Inserted references were not checked by default on Internet Explorer
7. This fixes 7936.
o Added a new property 'hide_inaccessible'. When set all items for
which the user has no View permission are hidden.
* Add a 'random items' option to the collection portlet.
* Update GenericSetup import steps at each point when loading multiple
profiles. Fixes CMF bug 213905.
* Fix group handling to use group introspection PAS plugins, making it
possible to ask, for example, LDAP groups for their members.
* Fix user search to honour the order of user enumeration PAS plugins
and correctly merge search results.
* Add support for po files inside i18n folders in Python packages.
They need to registered as a Zope2 product but don't need to be in
the Products.* namespace anymore.
* Do not create redirects for temporary URLs used while creating a new
content object. This fixes 8260 and part of 7278.
* Update viewlets to use the 'index' attribute rather than 'render' for
setting viewlet templates. This allows them to be overriden using the
'template' ZCML attribute.
* Do not show the display menu if it is disabled.
* Add an actionMenuSelected class to selected menu items.
* Standardize the rendering of the title in the folder contents template.
* Fix a problem with disappearing security context for customized
browser views.
* Make it possible to customize viewlet and portlet templates registered
with the same name for multiple browser layers.
* Correctly handle objects with a space in their id in the broken-link-checker.
Updated packages and products
* Archetypes 1.5.9
* Products.ATReferenceBrowserWidget 2.0.2
* Products.CMFPlone 3.1.3
* Products.CMFQuickInstallerTool 2.1.6
* Products.GenericSetup 1.4.1
* Products.PlacelessTranslationService 1.4.12
* Products.PlonePAS 3.6
* Products.PloneTranslations: 3.1.3
* five.customerize 0.3
* plone.app.content 1.1.3
* plone.app.contentmenu 1.1.3
* plone.app.customerize 1.1.1
* plone.app.layout 1.1.3
* plone.app.linkintegrity 1.0.10
* plone.app.portlets 1.1.3
* plone.app.redirector 1.0.9
* plone.app.workflow 1.1.3
* plone.fieldsets 1.0.2
* plone.portlet.collection 1.1.3
* plone.session 2.0
diffstat:
www/plone3/Makefile | 4 ++--
www/plone3/PLIST | 13 +++++++++++--
www/plone3/distinfo | 10 +++++-----
www/plone3/patches/patch-ab | 18 +++++++++---------
4 files changed, 27 insertions(+), 18 deletions(-)
diffs (127 lines):
diff -r 7f0913215ef7 -r e0d5d3aef995 www/plone3/Makefile
--- a/www/plone3/Makefile Thu Jul 17 14:20:02 2008 +0000
+++ b/www/plone3/Makefile Thu Jul 17 14:20:57 2008 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:56 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2008/07/17 14:20:57 taca Exp $
# FreeBSD: ports/www/plone/Makefile,v 1.25 2007/02/17 08:32:54 rafan Exp
#
DISTNAME= Plone-${PLONE3_VERSION}
PKGNAME= ${PLONE_PKG_PREFIX}-${PLONE3_VERSION}
CATEGORIES= www python
-MASTER_SITES= http://launchpad.net/plone/3.1/3.1.2/+download/
+MASTER_SITES= http://launchpad.net/plone/3.1/3.1.3/+download/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://plone.org/
diff -r 7f0913215ef7 -r e0d5d3aef995 www/plone3/PLIST
--- a/www/plone3/PLIST Thu Jul 17 14:20:02 2008 +0000
+++ b/www/plone3/PLIST Thu Jul 17 14:20:57 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2008/06/06 16:08:07 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2008/07/17 14:20:57 taca Exp $
${PLONE_BASE}/ATContentTypes/AUTHORS.txt
${PLONE_BASE}/ATContentTypes/CHANGELOG.txt
${PLONE_BASE}/ATContentTypes/HISTORY.txt
@@ -598,6 +598,8 @@
${PLONE_BASE}/Archetypes/interfaces/_templatemixin.pyc
${PLONE_BASE}/Archetypes/interfaces/_validator.py
${PLONE_BASE}/Archetypes/interfaces/_validator.pyc
+${PLONE_BASE}/Archetypes/interfaces/_viewlet.py
+${PLONE_BASE}/Archetypes/interfaces/_viewlet.pyc
${PLONE_BASE}/Archetypes/interfaces/_vocabulary.py
${PLONE_BASE}/Archetypes/interfaces/_vocabulary.pyc
${PLONE_BASE}/Archetypes/interfaces/annotations.py
@@ -8186,13 +8188,14 @@
${ZOPE_BASE}/lib/python/plone/app/customerize/dependencies.zcml
${ZOPE_BASE}/lib/python/plone/app/customerize/docs/__init__.py
${ZOPE_BASE}/lib/python/plone/app/customerize/docs/__init__.pyc
-${ZOPE_BASE}/lib/python/plone/app/customerize/docs/failing-testCustomizeView.txt
${ZOPE_BASE}/lib/python/plone/app/customerize/docs/testBrowserLayers.txt
+${ZOPE_BASE}/lib/python/plone/app/customerize/docs/testCustomizeView.txt
${ZOPE_BASE}/lib/python/plone/app/customerize/registration.py
${ZOPE_BASE}/lib/python/plone/app/customerize/registration.pyc
${ZOPE_BASE}/lib/python/plone/app/customerize/registrations.pt
${ZOPE_BASE}/lib/python/plone/app/customerize/tests/__init__.py
${ZOPE_BASE}/lib/python/plone/app/customerize/tests/__init__.pyc
+${ZOPE_BASE}/lib/python/plone/app/customerize/tests/duplicate_viewlet.zcml
${ZOPE_BASE}/lib/python/plone/app/customerize/tests/layer.py
${ZOPE_BASE}/lib/python/plone/app/customerize/tests/layer.pyc
${ZOPE_BASE}/lib/python/plone/app/customerize/tests/local.pt
@@ -8663,7 +8666,10 @@
${ZOPE_BASE}/lib/python/plone/app/linkintegrity/docs/testCircularReferences.txt
${ZOPE_BASE}/lib/python/plone/app/linkintegrity/docs/testCircularReferencesWithHelper.txt
${ZOPE_BASE}/lib/python/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt
+${ZOPE_BASE}/lib/python/plone/app/linkintegrity/docs/testFileRemoval.txt
${ZOPE_BASE}/lib/python/plone/app/linkintegrity/docs/testInterReferences.txt
+${ZOPE_BASE}/lib/python/plone/app/linkintegrity/docs/testFileWithSpacesRemoval.txt
+${ZOPE_BASE}/lib/python/plone/app/linkintegrity/docs/testIntegrityBreachesBug.txt
${ZOPE_BASE}/lib/python/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt
${ZOPE_BASE}/lib/python/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt
${ZOPE_BASE}/lib/python/plone/app/linkintegrity/docs/testMultipleReferences.txt
@@ -8906,6 +8912,9 @@
${ZOPE_BASE}/lib/python/plone/app/redirector/tests/__init__.pyc
${ZOPE_BASE}/lib/python/plone/app/redirector/tests/base.py
${ZOPE_BASE}/lib/python/plone/app/redirector/tests/base.pyc
+${ZOPE_BASE}/lib/python/plone/app/redirector/tests/browser.txt
+${ZOPE_BASE}/lib/python/plone/app/redirector/tests/test_doctests.py
+${ZOPE_BASE}/lib/python/plone/app/redirector/tests/test_doctests.pyc
${ZOPE_BASE}/lib/python/plone/app/redirector/tests/test_events.py
${ZOPE_BASE}/lib/python/plone/app/redirector/tests/test_events.pyc
${ZOPE_BASE}/lib/python/plone/app/redirector/tests/test_setup.py
diff -r 7f0913215ef7 -r e0d5d3aef995 www/plone3/distinfo
--- a/www/plone3/distinfo Thu Jul 17 14:20:02 2008 +0000
+++ b/www/plone3/distinfo Thu Jul 17 14:20:57 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2008/06/06 16:08:07 taca Exp $
+$NetBSD: distinfo,v 1.6 2008/07/17 14:20:57 taca Exp $
-SHA1 (Plone-3.1.2.tar.gz) = be8b6d1ef75664903ac13580fca4b684e91c55ae
-RMD160 (Plone-3.1.2.tar.gz) = 232f460905fce9d540f04636cebd841fd7deb9bb
-Size (Plone-3.1.2.tar.gz) = 12672636 bytes
-SHA1 (patch-ab) = efe3121f5d191ade4507129807640d820fd544fb
+SHA1 (Plone-3.1.3.tar.gz) = 756c2998e4ea13929141312f6aa8e32a86f6afe7
+RMD160 (Plone-3.1.3.tar.gz) = f616d21d844c614dbca3a2f0c3960d2ded1ddf1a
+Size (Plone-3.1.3.tar.gz) = 12715046 bytes
+SHA1 (patch-ab) = 32dc39a7a9fae18d0fa3f10164976bfb4afe090d
SHA1 (patch-ac) = f5deb5fee5bba6c690cb62faedd3e9752a8a2848
diff -r 7f0913215ef7 -r e0d5d3aef995 www/plone3/patches/patch-ab
--- a/www/plone3/patches/patch-ab Thu Jul 17 14:20:02 2008 +0000
+++ b/www/plone3/patches/patch-ab Thu Jul 17 14:20:57 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 2008/05/10 09:06:00 taca Exp $
+$NetBSD: patch-ab,v 1.2 2008/07/17 14:20:57 taca Exp $
---- Products/PloneTranslations/i18n/plone-nl.po.orig 2008-04-28 22:16:23.000000000 +0900
+--- Products/PloneTranslations/i18n/plone-nl.po.orig 2008-07-09 06:15:06.000000000 +0900
+++ Products/PloneTranslations/i18n/plone-nl.po
-@@ -3381,7 +3381,7 @@ msgstr ""
+@@ -3422,7 +3422,7 @@ msgstr ""
"${from_address} stuurt u dit bericht met een reactie op de inhoud die u heeft geplaatst op ${url}.\n"
"De inhoud van het bericht is:\n"
"\n"
@@ -11,17 +11,17 @@
#. Default: "Back to Add/Remove Products"
#: CMFPlone/skins/plone_prefs/prefs_installed_product_overview.pt:20
-@@ -7975,7 +7975,7 @@ msgstr ""
- "${comment}\n\n"
- "${document_title}\n\n"
- "${document_description}\n\n"
+@@ -8050,7 +8050,7 @@ msgstr ""
+ "\n"
+ "${document_description}\n"
+ "\n"
-"${document_url}\n"
+"${document_url}"
#. Default: "show"
#: workflow transition defined in folder_workflow - title Member makes content visible new state visible
-@@ -7989,7 +7989,7 @@ msgid "site_feedback_mailtemplate_body"
- msgstr "U ontvangt dit bericht, omdat ${fullname} ${from_address} u een reactie stuurt over de Plone website die u beheert op ${url} \n"
+@@ -8065,7 +8065,7 @@ msgstr ""
+ "U ontvangt dit bericht, omdat ${fullname} ${from_address} u een reactie stuurt over de Plone website die u beheert op ${url} \n"
"De inhoud van het bericht is:\n"
"\n"
-"${message}\n"
Home |
Main Index |
Thread Index |
Old Index