[richfaces-svn-commits] JBoss Rich Faces SVN: r14240 - trunk.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon May 18 11:14:43 EDT 2009


Author: nbelaevski
Date: 2009-05-18 11:14:42 -0400 (Mon, 18 May 2009)
New Revision: 14240

Removed:
   trunk/.svnignore
   trunk/cdk/
   trunk/deployRelease.sh
   trunk/developmentBuild.sh
   trunk/docs/
   trunk/examples/
   trunk/extensions/
   trunk/framework/
   trunk/markRelease.sh
   trunk/pom.xml
   trunk/prepareRelease.sh
   trunk/release notes.txt
   trunk/richfaces_classes.xls
   trunk/samples/
   trunk/sandbox/
   trunk/src/
   trunk/test-applications/
   trunk/ui/
Log:
trunk cleared

Deleted: trunk/.svnignore
===================================================================
--- trunk/.svnignore	2009-05-18 15:05:22 UTC (rev 14239)
+++ trunk/.svnignore	2009-05-18 15:14:42 UTC (rev 14240)
@@ -1,3 +0,0 @@
-.project
-.settings
-.classpath

Deleted: trunk/deployRelease.sh
===================================================================
--- trunk/deployRelease.sh	2009-05-18 15:05:22 UTC (rev 14239)
+++ trunk/deployRelease.sh	2009-05-18 15:14:42 UTC (rev 14240)
@@ -1,40 +0,0 @@
-settings=~/.m2t/settings.xml
-
-case "`uname`" in
-  CYGWIN*) settings=`cygpath -w $settings` ;;
-esac
-
-PROJECT_DIR=`pwd`
-
-mvn -s $settings -P local,docs,release clean deploy -N
-cd $PROJECT_DIR/cdk
-mvn -s $settings -P local,docs,release clean deploy
-cd $PROJECT_DIR/framework
-mvn -s $settings -P local,docs,release clean deploy
-cd $PROJECT_DIR/ui
-mvn -s $settings -P local,docs,release clean deploy -N
-mvn -s $settings -P local,docs,release clean install
-cd $PROJECT_DIR/docs
-mvn -s $settings -P local,docs,release clean deploy
-cd $PROJECT_DIR/ui/assembly
-mvn -s $settings -P local,docs,release clean deploy
-cd $PROJECT_DIR/extensions
-mvn -s $settings -P local,docs,release clean deploy
-cd $PROJECT_DIR/samples
-mvn -s $settings -P local,docs,release clean deploy -N
-cd $PROJECT_DIR/samples/laguna
-mvn -s $settings -P local,docs,release clean deploy
-cd $PROJECT_DIR/samples/glassX
-mvn -s $settings -P local,docs,release clean deploy
-cd $PROJECT_DIR/samples/darkX
-mvn -s $settings -P local,docs,release clean deploy
-cd $PROJECT_DIR/samples/themes
-mvn -s $settings -P local,docs,release clean deploy
-cd $PROJECT_DIR/samples/violetRays
-mvn -s $settings -P local,docs,release clean deploy
-cd $PROJECT_DIR/samples/richfaces-demo
-mvn -s $settings -P local,docs,release clean deploy
-cd $PROJECT_DIR/examples/photoalbum
-mvn -s $settings -P local,docs,release clean deploy
-cd $PROJECT_DIR/examples/photoalbum/assembly
-mvn -s $settings -P local,docs,release clean install
\ No newline at end of file

Deleted: trunk/developmentBuild.sh
===================================================================
--- trunk/developmentBuild.sh	2009-05-18 15:05:22 UTC (rev 14239)
+++ trunk/developmentBuild.sh	2009-05-18 15:14:42 UTC (rev 14240)
@@ -1,19 +0,0 @@
-PROJECT_DIR=`pwd`
-
-mvn  clean install -N -Dmaven.test.skip=true
-cd $PROJECT_DIR/cdk
-mvn  clean install -Dmaven.test.skip=true
-cd $PROJECT_DIR/framework
-mvn  clean install -Dmaven.test.skip=true
-cd $PROJECT_DIR/ui
-mvn  clean install -Dmaven.test.skip=true
-#cd $PROJECT_DIR/docs
-#mvn  clean install
-cd $PROJECT_DIR/ui/assembly
-mvn  clean install -Dmaven.test.skip=true
-#cd $PROJECT_DIR/extensions
-#mvn  clean install
-#cd $PROJECT_DIR/samples
-#mvn  clean install -N
-#cd $PROJECT_DIR/samples/richfaces-demo
-#mvn  clean install

Deleted: trunk/markRelease.sh
===================================================================
--- trunk/markRelease.sh	2009-05-18 15:05:22 UTC (rev 14239)
+++ trunk/markRelease.sh	2009-05-18 15:14:42 UTC (rev 14240)
@@ -1,14 +0,0 @@
-#!/bin/sh
-mvn scm:checkout -DconnectionType=developerConnection
-cd target/checkout
-mvn release:branch -P docs -DdryRun=true -DautoVersionSubmodules=true \
-      -DbranchName=$1 -DupdateBranchVersions=true \
-      -DupdateVersionsToSnapshot=false \
-      -DupdateWorkingCopyVersions=false \
-      -DtagBase=https://svn.jboss.org/repos/richfaces/tags <<-EOF
-$1
-EOF
-find . -name pom.xml.branch -execdir mv pom.xml.branch pom.xml ';'
-#mvn install
-#cd ..
-#svn copy checkout  https://svn.jboss.org/repos/richfaces/tags/$1 -m " create tag for a release $1"
\ No newline at end of file

Deleted: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-05-18 15:05:22 UTC (rev 14239)
+++ trunk/pom.xml	2009-05-18 15:14:42 UTC (rev 14240)
@@ -1,416 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces</groupId>
-	<artifactId>root</artifactId>
-	<packaging>pom</packaging>
-	<name>Jboss RichFaces project</name>
-	<version>3.3.1-SNAPSHOT</version>
-	<url>http://labs.jboss.com/jbossrichfaces</url>
-	<properties>
-		<snapshotRepository>
-			dav:https://snapshots.jboss.org/maven2
-		</snapshotRepository>
-	</properties>
-	<dependencies />
-	<build>
-		<extensions>
-			<extension>
-				<groupId>org.apache.maven.wagon</groupId>
-				<artifactId>wagon-webdav</artifactId>
-				<version>1.0-beta-2</version>
-			</extension>
-			<extension>
-				<groupId>postgresql</groupId>
-				<artifactId>postgresql</artifactId>
-				<version>8.2-504.jdbc3</version>
-			</extension>
-			<!-- scm deployment wagon 
-			<extension>
-				<groupId>org.apache.maven.wagon</groupId>
-				<artifactId>wagon-scm</artifactId>
-				<version>1.0-alpha-5</version>
-			</extension>
-			<extension>
-				<groupId>org.apache.maven.scm</groupId>
-				<artifactId>maven-scm-manager-plexus</artifactId>
-				<version>1.0</version>
-			</extension>
-			<extension>
-				<groupId>org.apache.maven.scm</groupId>
-				<artifactId>maven-scm-provider-svnexe</artifactId>
-				<version>1.0</version>
-			</extension>
-			-->
-		</extensions>
-		<pluginManagement>
-			<plugins>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-jar-plugin</artifactId>
-					<version>2.1</version>
-					<configuration>
-						<archive>
-							<index>true</index>
-							<manifest>
-								<addDefaultSpecificationEntries>
-									true
-								</addDefaultSpecificationEntries>
-								<addDefaultImplementationEntries>
-									true
-								</addDefaultImplementationEntries>
-							</manifest>
-							<manifestEntries>
-								<mode>development</mode>
-								<Build-Number>
-									${buildNumber}
-								</Build-Number>
-							</manifestEntries>
-						</archive>
-					</configuration>
-				</plugin>
-				<plugin>
-    <groupId>org.apache.maven.plugins</groupId>
-    <artifactId>maven-surefire-plugin</artifactId>
-    <version>2.4.2</version>
-    <configuration>
-        <systemProperties>
-            <!--<property>
-                <name>org.ajax4jsf.test.checkXHTML.file</name>
-                <value>C:/m2.txt</value>
-            </property>-->
-			<property>
-                <name>org.ajax4jsf.test.checkXHTML</name>
-                <value>true</value>
-            </property>
-        </systemProperties>
-    </configuration>
-</plugin>
-
-			</plugins>
-		</pluginManagement>
-	</build>
-	<modules>
-		<module>cdk</module>
-		<module>framework</module>
-		<module>ui</module>
-		<module>extensions</module>
-		<module>docs</module>
-		<module>ui/assembly</module>
-		<module>samples</module>
-		<!--
-			<module>sandbox</module>
-		-->
-	</modules>
-	<repositories>
-		<repository>
-			<releases />
-			<snapshots>
-				<enabled>false</enabled>
-				<updatePolicy>never</updatePolicy>
-			</snapshots>
-			<id>maven-repository.dev.java.net</id>
-			<name>Java.net Repository for Maven</name>
-			<url>http://download.java.net/maven/1</url>
-			<layout>legacy</layout>
-		</repository>
-
-		<repository>
-			<releases />
-			<snapshots>
-				<enabled>false</enabled>
-				<updatePolicy>never</updatePolicy>
-			</snapshots>
-			<id>repository.jboss.org</id>
-			<url>http://repository.jboss.org/maven2</url>
-		</repository>
-	</repositories>
-    <pluginRepositories>
-      <pluginRepository>
-        <id>atlassian-m2-repository</id>
-        <name>Atlassian Maven 2.x Repository</name>
-        <url>http://repository.atlassian.com/maven2</url>
-      </pluginRepository>
-    </pluginRepositories>	
-	<distributionManagement>
-		<downloadUrl>
-			http://labs.jboss.com/portal/jbossrichfaces/downloads
-		</downloadUrl>
-		<repository>
-			<id>repository.jboss.org</id>
-			<uniqueVersion>false</uniqueVersion>
-			<url>${releaseRepository}</url>
-		</repository>
-		<snapshotRepository>
-			<id>snapshots.jboss.org</id>
-			<uniqueVersion>true</uniqueVersion>
-			<url>${snapshotRepository}</url>
-		</snapshotRepository>
-		<!--site>
-			<url>file:target/site2</url>
-		</site-->
-	</distributionManagement>
-	<issueManagement>
-		<system>JIRA</system>
-		<url>http://jira.jboss.org/jira/browse/RF</url>
-	</issueManagement>
-	<ciManagement>
-		<system>cruisecontrol</system>
-	</ciManagement>
-	<developers>
-		<developer>
-			<id>alexsmirnov</id>
-			<name>Alexander Smirnov</name>
-			<email>alexsmirnov at exadel.com</email>
-			<organization>Exadel Inc.</organization>
-			<organizationUrl>http://www.exadel.com</organizationUrl>
-			<roles>
-				<role>architect</role>
-				<role>developer</role>
-			</roles>
-			<timezone>-3</timezone>
-		</developer>
-		<developer>
-			<id>ishabalov</id>
-			<name>Igor Shabalov</name>
-			<email>ishabalov at exadel.com</email>
-			<organization>Exadel Inc.</organization>
-			<organizationUrl>http://www.exadel.com</organizationUrl>
-			<roles>
-				<role>architect</role>
-				<role>developer</role>
-			</roles>
-			<timezone>+8</timezone>
-		</developer>
-		<developer>
-			<id>sergeysmirnov</id>
-			<name>Sergey Smirnov</name>
-			<email>sergeysmirnov at exadel.com</email>
-			<organization>Exadel Inc.</organization>
-			<organizationUrl>http://www.exadel.com</organizationUrl>
-			<roles>
-				<role>architect</role>
-				<role>developer</role>
-			</roles>
-			<timezone>+8</timezone>
-		</developer>
-		<developer>
-			<id>nbelayevsky</id>
-			<name>Nik Belyaevsky</name>
-			<email>nbelayevsky at exadel.com</email>
-			<organization>Exadel Inc.</organization>
-			<organizationUrl>http://www.exadel.com</organizationUrl>
-			<roles>
-				<role>architect</role>
-				<role>developer</role>
-			</roles>
-			<timezone>-2</timezone>
-		</developer>
-	</developers>
-	<licenses>
-		<license>
-			<name>LGPL 2.1</name>
-			<url>http://www.gnu.org/licenses/lgpl.html</url>
-			<distribution>repo</distribution>
-			<comments>
-				GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
-			</comments>
-		</license>
-	</licenses>
-	<scm>
-		<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk</developerConnection>
-		<url>https://svn.jboss.org/repos/richfaces/trunk</url>
-	</scm>
-	<profiles>
-		<profile>
-			<id>sandbox</id>
-			<modules>
-				<module>sandbox</module>
-			</modules>
-		</profile>
-		<profile>
-			<id>eclipse-custom-templates</id>
-			<build>
-				<plugins>
-					<plugin>
-						<artifactId>maven-eclipse-plugin</artifactId>
-						<groupId>org.apache.maven.plugins</groupId>
-						<configuration>
-							<additionalConfig>
-								<file>
-									<name>
-										.settings/org.eclipse.jdt.ui.prefs
-									</name>
-									<content>
-										<![CDATA[
-								eclipse.preferences.version=1
-								org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * $${tags}\r\n * &lt;br /&gt;&lt;br /&gt;\r\n * \r\n * Created $${date}\r\n * @author $${user}\r\n * @since ${project.artifact.selectedVersion.majorVersion}.${project.artifact.selectedVersion.minorVersion}\r\n */\r\n</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\r\n * License Agreement.\r\n *\r\n *  JBoss RichFaces - Ajax4jsf Component Library\r\n *\r\n * Copyright (C) 2007  Exadel, Inc.\r\n *\r\n * This library is free software; you can redistribute it and/o!
 r\r\n * modify it under the terms of the GNU Lesser General Public\r\n * License version 2.1 as published by the Free Software Foundation.\r\n *\r\n * This library is distributed in the hope that it will be useful,\r\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r\n * Lesser General Public License for more details.\r\n *\r\n * You should have received a copy of the GNU Lesser General Public\r\n * License along with this library; if not, write to the Free Software\r\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA\r\n */\r\n</template></templates>
-							]]>
-									</content>
-								</file>
-							</additionalConfig>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-		<profile>
-			<id>clover</id>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>com.atlassian.maven.plugins</groupId>
-						<artifactId>maven-clover2-plugin</artifactId>
-						<version>2.3.1</version>
-						<configuration>
-							<includesAllSourceRoots>
-								true
-							</includesAllSourceRoots>
-							<licenseLocation>
-								${clover.license.path}
-							</licenseLocation>
-							<jdk>1.5</jdk>
-						</configuration>
-						<executions>
-							<execution>
-								<id>site</id>
-								<phase>verify</phase>
-								<goals>
-									<goal>instrument</goal>
-								</goals>
-							</execution>
-							<execution>
-								<id>site-aggregate</id>
-								<phase>pre-site</phase>
-								<goals>
-									<goal>aggregate</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-
-			</build>
-			<reporting>
-				<plugins>
-					<plugin>
-						<groupId>com.atlassian.maven.plugins</groupId>
-						<artifactId>maven-clover2-plugin</artifactId>
-						<configuration>
-							<licenseLocation>${clover.license.path}</licenseLocation>
-							<jdk>1.5</jdk>
-							<configuration>
-								<generateHtml>true</generateHtml>
-								<generateXml>true</generateXml>
-							</configuration>
-						</configuration>
-					</plugin>
-				</plugins>
-			</reporting>
-		</profile>
-		<profile>
-			<id>beet</id>
-			<activation>
-				<property>
-					<name>mangelWurzel</name>
-				</property>
-			</activation>
-    			<pluginRepositories>
-				<pluginRepository>
-       					<id>Codehaus Snapshots</id>
-       					<url>http://snapshots.repository.codehaus.org/</url>
-				</pluginRepository>
-			</pluginRepositories>	
-			<build>
-
-				<plugins>
-					<plugin>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>dashboard-maven-plugin</artifactId>
-						<version>1.0-SNAPSHOT</version>
-						<configuration>
-					    		<dialect>org.hibernate.dialect.PostgreSQLDialect</dialect>
-					    		<driverClass>org.postgresql.Driver</driverClass>
-					    		<username>${dashboard.username}</username>
-					    		<password>${dashboard.password}</password>
-						</configuration>
-						<dependencies>
-	             					<dependency>
-	  					<!-- to override commons-logging in Hibernate library dependancy -->
-	  							<groupId>commons-logging</groupId>
-  								<artifactId>commons-logging</artifactId>
-	  							<version>1.1</version>
-		             				</dependency>
-						</dependencies>
-					</plugin>
-				</plugins>
-
-			</build>
-			<reporting>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-checkstyle-plugin</artifactId>
-						<version>2.1</version>
-						<configuration>
-							<configLocation>src/main/reports/exadel-checks.xml</configLocation>
-						</configuration>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-pmd-plugin</artifactId>
-						<version>2.3</version>
-						<configuration>
-							<rulesets>
-								<ruleset>src/main/reports/PMDExadelRuleSet.xml</ruleset>
-							</rulesets>
-							<targetJdk>1.5</targetJdk>
-						</configuration>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-jxr-plugin</artifactId>
-						<version>2.1</version>
-					</plugin>
-					<plugin>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>dashboard-maven-plugin</artifactId>
-						<version>1.0-SNAPSHOT</version>
-					</plugin>
-					<plugin>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>findbugs-maven-plugin</artifactId>
-						<version>1.2</version>
-						<configuration>
-							<xmlOutput>true</xmlOutput>
-							<onlyAnalyze>org.richfaces.-, org.ajax4jsf.-</onlyAnalyze>
-						</configuration>
-					</plugin>
-
-					<plugin>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>taglist-maven-plugin</artifactId>
-						<configuration>
-							<tags>
-								<tag>@fixme</tag>
-								<tag>FIXME</tag>
-								<tag>@todo</tag>
-								<tag>TODO</tag>
-							</tags>
-						</configuration>
-					</plugin>
-					<plugin>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>jdepend-maven-plugin</artifactId>
-						<version>2.0-beta-2</version>
-					</plugin>
-				</plugins>
-			</reporting>
-			<distributionManagement>
-				<site>
-					<url>${mangelWurzel}</url>
-				</site>
-			</distributionManagement>
-		</profile>
-	</profiles>
-</project>

Deleted: trunk/prepareRelease.sh
===================================================================
--- trunk/prepareRelease.sh	2009-05-18 15:05:22 UTC (rev 14239)
+++ trunk/prepareRelease.sh	2009-05-18 15:14:42 UTC (rev 14240)
@@ -1,13 +0,0 @@
-#!/bin/sh
-mvn scm:checkout -DconnectionType=developerConnection
-cd target/checkout
-mvn release:prepare  -P docs,release -DautoVersionSubmodules=true \
-      -Darguments="-P docs,release" \
-      -Dtag=$1 -DpreparationGoals="install" \
-      -DtagBase=https://svn.jboss.org/repos/richfaces/tags <<-EOF
-$1
-EOF
-#find . -name pom.xml.branch -execdir mv pom.xml.branch pom.xml ';'
-#mvn install
-#cd ..
-#svn copy checkout  https://svn.jboss.org/repos/richfaces/tags/$1 -m " create tag for a release $1"
\ No newline at end of file

Deleted: trunk/release notes.txt
===================================================================
--- trunk/release notes.txt	2009-05-18 15:05:22 UTC (rev 14239)
+++ trunk/release notes.txt	2009-05-18 15:14:42 UTC (rev 14240)
@@ -1,152 +0,0 @@
-Release Notes - RichFaces - Version 3.2.0
-** Bug
-    * [RF-894] - PanelMenu: chevron icons are inconsistent with the spec	
-    * [RF-910] - Tooltip javascript error
-    * [RF-945] - calendar. Selection doesn't applied with a4j:support inside calendar
-    * [RF-956] - Messages produce unnessesarry html when no messages exsist.
-    * [RF-973] - Sorting doesn't work after rerender ScrollableDataTable using ajax.
-    * [RF-981] - Menu Components do not support non-latin character
-    * [RF-984] - Calendar exception
-    * [RF-992] - calendar: the typo in style attribute
-
-
-** Feature Request
-
-
-** Task
-
-
-
-
-Release Notes - RichFaces - Version 3.0.1
-
-** Bug
-    * [RF-2] - problem with z-index when modalPanel is used with tabPanel
-    * [RF-3] - drag-n-drop: the panel is transparent for dropping in IE if graphic image is dragged
-    * [RF-5] - The content of the rich components is not rendered if particular components are direct children
-    * [RF-7] - SuggestionBox not working in IE
-    * [RF-8] - Suggestion Box doesn't align correctly in IE
-    * [RF-13] - input cursor is invisible inside the modalPanel
-    * [RF-14] - iteration components shows wrong data if there are pointed with ReRender
-    * [RF-17] - DataScrollerEvent actioListener method is not invoked the first time when scrolling occurs
-    * [RF-18] - ModalPanel displaying a white column on right side of panel
-    * [RF-19] - rich:dataTable, rich:columnGroup ignore use 'renderer' attribute for columns.
-    * [RF-21] - DnD: the background of the component is transparent for Drop
-    * [RF-22] - dnd: the drag operation must stop when user releases the mouse button event the cursor is out of the browser window at this moment
-    * [RF-23] - datascroller: renderIfSinglePage="false" does not work correctly
-    * [RF-24] - NPE from Drag/Drop Support classes if a component is added, then removed from a UIComponent children collection
-    * [RF-25] - Suggestion Box doesn't implement AjaxSource
-    * [RF-26] - tabPanel: exception occurs when tabPanel with  switchType="client" has a h:form around
-    * [RF-28] - datascroller: Exception in the SNAPSHOT version 
-    * [RF-30] - TabPanel: IllegalArgumentException on MyFaces
-    * [RF-33] - In tree DropEvent.getDropValue() is always showing up as null
-    * [RF-36] - datascroller: remove unnecessary attribute name from the top div
-    * [RF-37] - dataTable is re-rendered incorrect when the records are deleted
-    * [RF-38] - a4j:include does not work as expected inside tabPanel
-    * [RF-41] - Label of dragIndicators disappeared
-    * [RF-42] - Exception on starting Gmap project
-    * [RF-43] - Question-mark appeared after label of simple toggle panel
-    * [RF-45] - dataTable has wrong representation for the empty fields.
-    * [RF-47] - inputNumberSpinner: the look-n-feel is not good inside the dataTable cell
-    * [RF-48] - DnD: components having dragType not assigned should not initiate drag
-    * [RF-50] - Tree selection may stop working if more than one node is refreshed at a time
-    * [RF-52] - modalPanel: ModalPanel via https. annoying warning appears
-    * [RF-53] - Drag Indicator's acceptClass and rejectClass attributes don't work
-    * [RF-54] - DnD: DnDEventsExchangeMailer got confused by components with simultaneous drag & drop capabilities
-    * [RF-58] - Hitting escape reopens the suggestion box after closure
-    * [RF-65] - SimpleTogglePanel encodes wrong </form> element in client mode
-    * [RF-66] - Suggestion Box positioned incorreclty in FireFox 2.0.0.3
-    * [RF-67] - panelBar: Rendering bug with CSS
-    * [RF-68] - rich:dataTable: the style attribute for rich:columnGroup is ignored
-    * [RF-70] - dataTable: onRowXXXX events are not rendered if columns are united with rich:columnGroup
-    * [RF-71] - Tabs doesn't fill Ajax-update-Ids field with the own reRender value
-    * [RF-72] - h:commandLink does not work in rich:dataTable
-    * [RF-73] - Controls underneath a suggestionbox - inaccessible.
-    * [RF-74] - Data Scroller doesn't works in the footer facet
-    * [RF-76] - Tree does not render node added in action listener until second refresh
-    * [RF-77] - Tree component should not allow explicit drag/drop value setting
-    * [RF-78] - TabPanel lost component state in "client" mode
-    * [RF-79] - Modal Panel positioned wrong in Opera 9.10
-    * [RF-83] - dataTable: the column on the same row is not updated in the latest snapshot. Focus is lost in FF
-    * [RF-91] - datascroller. actionListener is not invoked
-    * [RF-92] - tree. incorrect style definition for imgaes inside nodes
-    * [RF-95] - inputNumberSlider:  slider reproduces wrong value when spinner works fine
-    * [RF-97] - inputNumberSpinner doesn't render onblur
-    * [RF-98] - table: incorrect style paramater
-    * [RF-99] - datatablescroller: style and class contain unnecessary  value
-    * [RF-101] - Rerender table, reset datascroller
-    * [RF-104] - DataFilterSlider: slider doesn't slide
-    * [RF-107] - simpleTogglePanel actionListener is not called
-    * [RF-108] - simpleTogglePanel: duplicate class attribute rendering is invalid XHTML
-    * [RF-111] - tree: Exception when user clicks a4:commandLink on the same page outside the Tree
-    * [RF-112] - If inputText linked to rich:suggestionBox fails validation then the suggestionBox will not redisplay without page refresh
-    * [RF-113] - ModalPanel: shadow decoration
-    * [RF-116] - richfaces-demo: FF 2.0. The border of the left panels does not feet the panels
-    * [RF-123] - tab: onclick does not work
-    * [RF-125] - suggestionBox on demo: background disappears when the first char is typed
-    * [RF-128] - tree: dnd: start draging close to the boundary of the node makes Dnd functionality unstable
-    * [RF-132] - menu: page is scrolled up after ajax call
-    * [RF-134] - menu: menu overlapping in IE
-    * [RF-136] - menu: black border around the menu label in IE
-    * [RF-137] - menu: menu label look-n-feels are too different depends of the skin and browser
-    * [RF-140] - menu: default value for hideDelay and and showDelay attribute
-    * [RF-142] - menu: mode should be renamed to submitMode
-    * [RF-144] - menu: warning message on console
-    * [RF-147] - menu: the height of the label should be set to auto
-    * [RF-150] - Suggestionbox - in IE6, if you type a character, and then click on an item in the list (with the mouse), and then press Tab, it won't tab out of the field
-    * [RF-151] - Hide unnecessary attributes for some components.
-    * [RF-154] - Suggestion do not appears for the second time
-    * [RF-173] - Exception on trying to open page with suggestion in Firefox
-    * [RF-177] - DataScroller isn't rendered placed before table in JSF 1.1 env
-    * [RF-178] - SuggestionBox: incorrect popup positioning, when parent has position:absolute
-    * [RF-180] - SuggestionBox positioned wrong on demoSite
-    * [RF-184] - dataScroller duplicate style and class attribute if specified
-    * [RF-190] - dropDownMenu: showDelay and hideDelay do not work in IE
-    * [RF-192] - exception: stateOrder for togglePanel shouldn't be empty
-    * [RF-193] - TogglePanel: panel stops to switch after several changing of switchType
-    * [RF-194] - Isn't  possible to select text inside inputs via mouse in IE 6.
-    * [RF-196] - DropDownMenu: menu is blinking after changing any parameter
-    * [RF-197] - DropDownMenu has wrong style appearence in Firefox 2.0
-    * [RF-200] - Separator: separator doesn't displayed
-    * [RF-202] - Tree : ConnectingLines doesn't displayed
-    * [RF-205] - Suggestion Box : transparent suggestion appeares
-    * [RF-208] - modal panel can't be displayed in Safari if attribute resizeable seted to false
-    * [RF-212] - rich:suggestionbox doesn't work inside  rich:simpleTogglePanel 
-    * [RF-222] - DDMenu. Disabled item do not change its color
-    * [RF-223] - Separator: separator isn't displayed after each parameter changing
-    * [RF-227] - DataFilterSlider: slider dissapeares in right end position in Firefox
-    * [RF-228] - DDMenu. Disabled note still can be highlighted
-    * [RF-229] - DropDownMenu: bad appearence of 2nd level menu
-    * [RF-231] - Spacer: XML error
-    * [RF-232] - Tab Panel: can't open component
-    * [RF-233] - Suggestion Box : can't invoke suggestion in Opera
-    * [RF-235] - SuggestionBox: suggestion isn't disappeared 
-    * [RF-239] - panelMenu: <imgs> are not closed properly.
-    * [RF-242] - Menu Group. can't customize icons 
-    * [RF-243] - Action Listener isn't invoked by DEFAULT on the menuItem
-    * [RF-245] - If there is only one item on the last page of a datatable, datascroller then the next buttons disappear
-
-
-** Feature Request
-    * [RF-4] - Add expression or the current row index of rich:dataTable
-    * [RF-10] - Allow ajaxSingle for suggestionBox to make it possible to use other fields values in the suggestion action
-    * [RF-11] - SuggestionBox: assign default values for width and height
-    * [RF-15] - Add support for facets in rich:datascroller
-    * [RF-29] - add Impementation-Version to MANIFEST.MF
-    * [RF-32] - Add DnD parameters to dragIndicator
-    * [RF-81] - suggestion box. Enable onsubmit to to make it possible to discard ajax request
-    * [RF-84] - Create RichFaces resources descriptors
-    * [RF-87] - Tree - make selection submit on mouse up
-    * [RF-102] - Tree - Need ability to disable node selection
-    * [RF-120] - datatablescroller: add align attribute
-    * [RF-220] - tree: icon*, leaf facets
-
-
-
-** Task
-    * [RF-9] - The RichFaces Developer Guide for the suggestionBox states that the autocomplete method should take a SuggestionEvent, but it appears that it takes an Object instead
-    * [RF-94] - tree: add alt="" to the images in the template
-    * [RF-135] - menu: menu is shown too big by default
-    * [RF-145] - menu: remove gradient for focused items
-    * [RF-185] - Unit testing: check & update
-

Deleted: trunk/richfaces_classes.xls
===================================================================
(Binary files differ)




More information about the richfaces-svn-commits mailing list