Fixed i18n domain in GenericSetup profiles to be `plone`. Other values aren't supported for GS profiles.

svn path=/plone.app.discussion/trunk/; revision=33492
This commit is contained in:
Hanno Schlichting
2010-01-27 14:56:30 +00:00
parent c27d1b5cc1
commit 29a81f0717
5 changed files with 5 additions and 4 deletions
+1
View File
@@ -4,6 +4,7 @@ Changelog
1.0b3 (XXXX-XX-XX)
------------------
* Fixed i18n domain in GenericSetup profiles to be ``plone``. Other values aren't supported for GS profiles. [hannosch]
* Provide our own copy of the default one state workflow. Not all Plone sites have this workflow installed. [hannosch]
* Register the event subscribers for the correct interfaces in Plone 3. [hannosch]
* Factored out subscriber declarations into its own ZCML file. [hannosch]