You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2004/09/24 15:55:30 UTC

svn commit: rev 47159 - cocoon/branches/BRANCH_2_1_X

Author: vgritsenko
Date: Fri Sep 24 06:55:29 2004
New Revision: 47159

Modified:
   cocoon/branches/BRANCH_2_1_X/status.xml
Log:
Add support for i18n:expr for evaluating attribute values expressions.
Update javadoc. Refactorings.


Modified: cocoon/branches/BRANCH_2_1_X/status.xml
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml	(original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml	Fri Sep 24 06:55:29 2004
@@ -204,6 +204,10 @@
 
   <changes>
  <release version="@version@" date="@date@">
+   <action dev="VG" type="update">
+     Add support for translating attribute values which contain i18n expressions
+     rather than complete i18n key.
+   </action>
    <action dev="SW" type="add">
      Forms block: allow widget attributes which were only accessible programmatically
      to be set in the form definition. This allows e.g. generic form processing code