You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sm...@apache.org on 2007/12/08 10:30:58 UTC

svn commit: r602366 - /portals/jetspeed-2/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/layout/impl/Constants.java

Author: smilek
Date: Sat Dec  8 01:30:58 2007
New Revision: 602366

URL: http://svn.apache.org/viewvc?rev=602366&view=rev
Log:
The following revision comments are from branches/JETSPEED-2.1.3 revisions which were not individually checked-in to trunk
=== ---------------------------------------------------------------- ===
[ from branches/JETSPEED-2.1.3 r595431 ] | smilek | 2007-11-15 13:21:24 -0700 (Thu, 15 Nov 2007) | 1 line

major improvements to desktop page editor (UI, config options, flow, no action layouts); support for create-new-page-on-edit
=== ---------------------------------------------------------------- ===

Modified:
    portals/jetspeed-2/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/layout/impl/Constants.java

Modified: portals/jetspeed-2/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/layout/impl/Constants.java
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/layout/impl/Constants.java?rev=602366&r1=602365&r2=602366&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/layout/impl/Constants.java (original)
+++ portals/jetspeed-2/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/layout/impl/Constants.java Sat Dec  8 01:30:58 2007
@@ -61,6 +61,7 @@
     public static final String PAGES = "pages";
     public static final String PAGE = "page";
     public static final String PROFILED_PATH = "profiledPath";
+    public static final String PAGE_QUALIFIED_CREATE_ON_EDIT = "pageQualifiedForCreateNewPageOnEdit";
     public static final String FOLDER = "folder";
     public static final String FOLDERS = "folders";
     public static final String SIZES = "sizes";
@@ -69,6 +70,8 @@
     public static final String GUESTUSERS = "guestusers";
     public static final String USERNAME = "username";
     public static final String USERINFO = "userinfo";
+    public static final String USER_IS_ANONYMOUS = "userIsAnonymous";
+    public static final String ROLES = "roles";
     public static final String SESSIONS = "sessions";
     public static final String IPADDRESS = "ipaddress";
     



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org