[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r232 - trunk.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Mon Jun 4 14:24:03 EDT 2007


Author: ishabalov
Date: 2007-06-04 14:24:03 -0400 (Mon, 04 Jun 2007)
New Revision: 232

Added:
   trunk/release notes.txt
Log:
Added release notes document

Added: trunk/release notes.txt
===================================================================
--- trunk/release notes.txt	                        (rev 0)
+++ trunk/release notes.txt	2007-06-04 18:24:03 UTC (rev 232)
@@ -0,0 +1,64 @@
+Changes from 1.0.x to 1.1.0
+ - 
+ - Completely new build structure based on Maven2
+ - Added new components:
+   + jsFunction
+   + loadScript
+   + loadStyle
+ - New CDK core, based on template compiler and Maven2 plug-ins
+ - The default value for a4j:region renderRegionOnly is false now
+ - forceparse set to false by default in the web.xml
+ - drag-n-drop API is added
+
+
+Release Notes - Ajax4jsf - Version 1.1.1
+
+** Bug
+    * [AJSF-2] - a4j:commandButton, submitted in IE7, don't call action method
+    * [AJSF-9] - a4j:support does not work corrently inside the form with prependId
+    * [AJSF-10] - ajaxSingle="true" causes the Conversation scope started over
+    * [AJSF-11] - UIInput components ignore changes in user beans inside <a4j:repeat > and all richfaces iterable components.
+    * [AJSF-14] - Wrong exception message
+    * [AJSF-15] - CDK: Use of <property el="false"> results in error in Tag file
+    * [AJSF-16] - Problem with IE 6 and a4j:form - t:tree2
+    * [AJSF-18] - Getting a NullPointerException in Seam ConversationEntry when the session is exired
+    * [AJSF-20] - repeat: make rowKey attribute invisible
+    * [AJSF-21] - reRender located inside the t:dataList does not see the component outside of it
+    * [AJSF-24] - CDK: library.description and taglib.displayName is not written to xxx.tld file
+    * [AJSF-25] - CDK: Put javadoc on getters and setters instead/as well as fields
+    * [AJSF-27] - verifyObjects paramater set to true causes problem with application startup with p01 release of jsf ri 1.2.04
+    * [AJSF-29] - a4j:form does not work correctly in ajax mode on IE
+    * [AJSF-31] - cookies are lost during the redirect
+    * [AJSF-35] - Resource exception message lost.
+    * [AJSF-36] - rowKeyVar from data table - lost after ajax request
+    * [AJSF-38] - There are no included links to  *.ent files for some componets.
+    * [AJSF-40] - Upgrade commons-collections and commons-beanutils to newer versions
+    * [AJSF-42] - taglib version mismatch
+    * [AJSF-43] - actionparam is not setting the value on the bean property.
+    * [AJSF-44] - CDK: component.vm has reference to Exadel VCP trial keys
+    * [AJSF-45] - jsFunction: wrong interpritation for two dimentional array
+    * [AJSF-48] - Maven assembly: resources-config.xml
+    * [AJSF-53] - <a4j:support> component ignore 'rendered' attribute at RENDER_RESPONSE phase .
+    * [AJSF-58] - resources-config.xml mises the aleases
+    * [AJSF-60] - Memory leak at the resource data encrypt/decript.
+    * [AJSF-62] - a4j:poll desn't encodes onsubmit attribute 
+    * [AJSF-63] - "href has no properties" in Mozilla
+    * [AJSF-66] - Aajx4jsf with Apache server
+    * [AJSF-75] - View Sate cannot be restored error
+
+
+** Feature Request
+    * [AJSF-5] - add rowIndexVar to a4j:repeat
+    * [AJSF-12] - CDK support for JSF Converters and Validators
+    * [AJSF-46] - find component by id enhancement
+
+** Patch
+    * [AJSF-61] - Fix expires/last modified caching control for a resources renderer
+
+
+** Task
+    * [AJSF-6] - Work of EL during earlier phases in Seam environment
+    * [AJSF-7] - Need to verify Trinidad compatibility pack
+    * [AJSF-39] - Remove Oscache dependency 
+    * [AJSF-56] -  Dinamic a4j:commandLink not working
+




More information about the ajax4jsf-svn-commits mailing list