[richfaces-svn-commits] JBoss Rich Faces SVN: r14114 - in trunk/examples/photoalbum/source/web/src/main: webapp/includes/fileUpload and 5 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue May 12 08:26:02 EDT 2009


Author: amarkhel
Date: 2009-05-12 08:26:02 -0400 (Tue, 12 May 2009)
New Revision: 14114

Modified:
   trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/ui/Help.java
   trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/ui/UserPrefsHelper.java
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/fileUpload/fileUploader.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/buttonHelp.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/errorHelp.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/fileUploadHelp.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/imageScrollerHelp.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/inputSliderHelp.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/slideshow.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/statusHelp.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/tree_predefined.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/tree_user.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/validationHelp.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/index/status.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/misc/errorPanel.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/misc/help.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/userPrefs/userPrefsEdit.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/layout/template.xhtml
Log:


Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/ui/Help.java
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/ui/Help.java	2009-05-12 12:17:51 UTC (rev 14113)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/ui/Help.java	2009-05-12 12:26:02 UTC (rev 14114)
@@ -10,7 +10,7 @@
 @AutoCreate
 public class Help {
 
-	private String page = "/includes/help/tree_predefined.xhtml";
+	private String page = "/includes/help/stuff.xhtml";
 
 	public String getPage() {
 		return page;

Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/ui/UserPrefsHelper.java
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/ui/UserPrefsHelper.java	2009-05-12 12:17:51 UTC (rev 14113)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/ui/UserPrefsHelper.java	2009-05-12 12:26:02 UTC (rev 14114)
@@ -55,6 +55,10 @@
 	    return calendar.getTime();
 	}
 	
+	public void setDefaultDate(Date date){
+		
+	}
+	
 	public File getAvatarData() {
 		return avatarData;
 	}

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/fileUpload/fileUploader.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/buttonHelp.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/errorHelp.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/fileUploadHelp.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/imageScrollerHelp.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/inputSliderHelp.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/slideshow.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/statusHelp.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/tree_predefined.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/tree_user.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/validationHelp.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/index/status.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/misc/errorPanel.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/misc/help.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/userPrefs/userPrefsEdit.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/layout/template.xhtml
===================================================================
(Binary files differ)




More information about the richfaces-svn-commits mailing list