pkg://zope-statusmessages-3.0-2mdv2008.0.noarch.rpm:9219/HEADER
downloads
Name : zope-statusmessages Relocations: (not relocateable)
Version : 3.0 Vendor: Mandriva
Release : 2mdv2008.0 Build Date: Thu Sep 20 21:49:43 2007
Install date: (not installed) Build Host: deborah.mandriva.com
Group : System/Servers Source RPM: zope-statusmessages-3.0-2mdv2008.0.src.rpm
Size : 13466 License: GPL
Packager : Guillaume Rousse <guillomovitch@mandriva.org>
URL : http://plone.org/products/statusmessages
Summary : Provides an easy way of handling internationalized status messages
Description :
It is quite common to write status messages which should be shown to the user
after some action. These messages of course should be internationalized. As
these messages normally are definied in Python code, the common way to i18n-ize
these in Zope is to use Zope3 MessageID's. MessageID's are complex objects
consisting of a translation domain and a default unicode text and might have an
additional mapping dict and a distinct id.
The usual way to provide status messages in CMF/Plone has been to add a
"?portal_status_messages=some%20text" to the URL. While this has some usability
problems it also isn't possible to i18n-ize these in the common way, as the URL
is currently limited to the ASCII charset, but an encoding providing support for
the full unicode range is required.
The solution provided by this tool is to use session cookies to store the
messages.