[richfaces-svn-commits] JBoss Rich Faces SVN: r14664 - in branches/community/3.3.X/examples/photoalbum/source/web/src/main: webapp/WEB-INF and 5 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jun 19 15:24:39 EDT 2009


Author: amarkhel
Date: 2009-06-19 15:24:39 -0400 (Fri, 19 Jun 2009)
New Revision: 14664

Added:
   branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/image/imageGeneralInfo.xhtml
   branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/image/imageHeaderInfo.xhtml
Modified:
   branches/community/3.3.X/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/Authenticator.java
   branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/WEB-INF/web.xml
   branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/album/createAlbum.xhtml
   branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/image.xhtml
   branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/image/imageEditInfo.xhtml
   branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/image/imageInfo.xhtml
   branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/imageEdit.xhtml
   branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/index/header.xhtml
   branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/userPrefs/userPrefsEdit.xhtml
Log:


Modified: branches/community/3.3.X/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/Authenticator.java
===================================================================
--- branches/community/3.3.X/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/Authenticator.java	2009-06-19 19:17:57 UTC (rev 14663)
+++ branches/community/3.3.X/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/Authenticator.java	2009-06-19 19:24:39 UTC (rev 14664)
@@ -123,6 +123,9 @@
 		return Constants.LOGOUT_OUTCOME;
 	}
 
+	public void resetCredentials(){
+		credentials.clear();
+	}
 	/**
 	 * Method, that invoked when user try to register in the application.
 	 * If registration was successfull, user immediately will be loginned to the system.

Modified: branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/WEB-INF/web.xml
===================================================================
--- branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/WEB-INF/web.xml	2009-06-19 19:17:57 UTC (rev 14663)
+++ branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/WEB-INF/web.xml	2009-06-19 19:24:39 UTC (rev 14664)
@@ -70,10 +70,7 @@
 		<param-value>/WEB-INF/tags/photoalbum-taglib.xml</param-value>
 	</context-param>
 	
-	<context-param>
-		<param-name>facelets.REFRESH_PERIOD</param-name>
-		<param-value>${environment.facelets.REFRESH_PERIOD}</param-value>
-	</context-param>
+
 	
 	<context-param>
 		<param-name>org.richfaces.LoadScriptStrategy</param-name>

Modified: branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/album/createAlbum.xhtml
===================================================================
(Binary files differ)

Modified: branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/image/imageEditInfo.xhtml
===================================================================
(Binary files differ)

Added: branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/image/imageGeneralInfo.xhtml
===================================================================
(Binary files differ)


Property changes on: branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/image/imageGeneralInfo.xhtml
___________________________________________________________________
Name: svn:mime-type
   + application/xhtml+xml

Added: branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/image/imageHeaderInfo.xhtml
===================================================================
(Binary files differ)


Property changes on: branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/image/imageHeaderInfo.xhtml
___________________________________________________________________
Name: svn:mime-type
   + application/xhtml+xml

Modified: branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/image/imageInfo.xhtml
===================================================================
(Binary files differ)

Modified: branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/image.xhtml
===================================================================
(Binary files differ)

Modified: branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/imageEdit.xhtml
===================================================================
(Binary files differ)

Modified: branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/index/header.xhtml
===================================================================
(Binary files differ)

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




More information about the richfaces-svn-commits mailing list