[pal-cvs 3058] CVS-Update: blog/src/java/jp/sf/pal/blog committed by tigercat

Back to archive index

TigerCat tiger****@users*****
2008年 2月 6日 (水) 12:53:02 JST


Update of /cvsroot/pal/blog/src/java/jp/sf/pal/blog
In directory sf-cvs:/tmp/cvs-serv404/java/jp/sf/pal/blog

Modified Files:
	BlogConstants.java 
Log Message:
Changed to check the owner of the message that previous selected, to prevent showing message from the others blog in case there are two or more blogs in the portal. 
http://sourceforge.jp/tracker/index.php?func=detail&aid=10409&group_id=1972&atid=7332

blog/src/java/jp/sf/pal/blog/BlogConstants.java 1.16 -> 1.17 (modified)
http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/blog/src/java/jp/sf/pal/blog/BlogConstants.java.diff?r1=1.16&r2=1.17

===================================================================
RCS file: blog/src/java/jp/sf/pal/blog/BlogConstants.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- BlogConstants.java	2006/07/01 00:45:34	1.16
+++ BlogConstants.java	2008/02/06 03:53:01	1.17
@@ -1,5 +1,5 @@
 /*
- * Copyright 2005-2006 The Portal Application Laboratory Team.
+ * Copyright 2005-2008 The Portal Application Laboratory Team.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -51,6 +51,8 @@
 
     public static final String BLOG_REDIRECT_ID = "blogid";
 
+    public static final String BLOG_REDIRECT_OWNER = "blogowner";
+
     // for Portlet Messaging
 
     public static final String BLOG_ALL_TOPIC = "BLOG_ALL_TOPIC";
@@ -61,6 +63,8 @@
 
     public static final String BLOG_MESSAGE_ID = "BLOG_MESSAGE_ID";
 
+    public static final String BLOG_MESSAGING_TOKEN_SEPARATOR = "|";
+
     // View Mode
 
     public static final String BLOG_LIST_VIEW = "ListView";




pal-cvs メーリングリストの案内
Back to archive index