You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/06/12 19:04:39 UTC

svn commit: r413708 - in /myfaces/tomahawk/tags/1_1_3/assembly: pom.xml src/main/resources/RELEASE NOTES.txt

Author: schof
Date: Mon Jun 12 10:04:38 2006
New Revision: 413708

URL: http://svn.apache.org/viewvc?rev=413708&view=rev
Log: (empty)

Added:
    myfaces/tomahawk/tags/1_1_3/assembly/src/main/resources/RELEASE NOTES.txt
Modified:
    myfaces/tomahawk/tags/1_1_3/assembly/pom.xml

Modified: myfaces/tomahawk/tags/1_1_3/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/tags/1_1_3/assembly/pom.xml?rev=413708&r1=413707&r2=413708&view=diff
==============================================================================
--- myfaces/tomahawk/tags/1_1_3/assembly/pom.xml (original)
+++ myfaces/tomahawk/tags/1_1_3/assembly/pom.xml Mon Jun 12 10:04:38 2006
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.apache.myfaces.tomahawk</groupId>
     <artifactId>tomahawk-project</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.3</version>
   </parent>
 
   <scm>

Added: myfaces/tomahawk/tags/1_1_3/assembly/src/main/resources/RELEASE NOTES.txt
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/tags/1_1_3/assembly/src/main/resources/RELEASE%20NOTES.txt?rev=413708&view=auto
==============================================================================
--- myfaces/tomahawk/tags/1_1_3/assembly/src/main/resources/RELEASE NOTES.txt (added)
+++ myfaces/tomahawk/tags/1_1_3/assembly/src/main/resources/RELEASE NOTES.txt Mon Jun 12 10:04:38 2006
@@ -0,0 +1,36 @@
+Release Notes - MyFaces Tomahawk - Version 1.1.3
+
+** Bug
+    * [TOMAHAWK-5] - newspaperTable should be merged with dataTable.
+    * [TOMAHAWK-27] - Add a collapseAll() Method to the tree2 component
+    * [TOMAHAWK-47] - Tree2 is not compatible with facelets
+    * [TOMAHAWK-61] - InputHtml content disappear on IE and cover buttons below on Mozilla
+    * [TOMAHAWK-65] - inputHtml does not work properly in IE6.0
+    * [TOMAHAWK-134] - t:saveState only works with client-side state saving
+    * [TOMAHAWK-162] - Tree2: TreeWalker interface should be public
+    * [TOMAHAWK-178] - Change NewspaperTable to be able to use extended column properly
+    * [TOMAHAWK-190] - HtmlCommandLinkTag' has no setter method actionForPhase
+    * [TOMAHAWK-208] - inputSuggestAjax does not set content type of the response
+    * [TOMAHAWK-245] - 500 code in simple examples for tree
+    * [TOMAHAWK-246] - 500 code in simple examples for panelStack
+    * [TOMAHAWK-253] - Dummy form code must call StateManager.saveSerializedView() for server-side state saving
+    * [TOMAHAWK-262] - Sandbox inputSuggestAjax doesn't work with client state saving
+    * [TOMAHAWK-401] - Schedule compact renderer row height bug
+    * [TOMAHAWK-414] - <t:messages> NPEs if the 'for' attribute on <h:outputLabel> is missing
+    * [TOMAHAWK-431] - DocumentHead and DocumentBody define wrong default renderer types
+    * [TOMAHAWK-433] - '...HtmlColumnsTag' has no setter method corresponding to TLD declared attribute 'groupBy'
+    * [TOMAHAWK-436] - tree2 expandAll method results in NPE
+
+** Improvement
+    * [TOMAHAWK-385] - Improvement to SortableModel to allow resolving of nested sort properties
+    * [TOMAHAWK-389] - XDoc patch for SubForm component from sandbox
+    * [TOMAHAWK-395] - Improvement to extended data table auto sort feature
+    * [TOMAHAWK-440] - Add orientation parameter to NewspaperTable
+
+** New Feature
+    * [TOMAHAWK-235] - A new attribute, activeOnViewIds, for UINavigationMenuItem and HtmlCommandNavigationItem
+    * [TOMAHAWK-265] - Automatic sort feature for extended data table
+    * [TOMAHAWK-386] - New attribute for extended dataTable, "sortedColumnVar"
+    * [TOMAHAWK-408] - Child combo box that will be reloaded via ajax call when the parent combo box's value is changed
+
+