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 ta...@apache.org on 2004/06/02 00:05:45 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/psml/user/turbine/html default.psml

taylor      2004/06/01 15:05:45

  Modified:    webapp/WEB-INF/psml/user/turbine/html default.psml
  Log:
  added admin_and_owner_only security constraint, make default
  patch from Bob Fleischman
  see JS1-480
  
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.27      +2 -2      jakarta-jetspeed/webapp/WEB-INF/psml/user/turbine/html/default.psml
  
  Index: default.psml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/psml/user/turbine/html/default.psml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- default.psml	17 Mar 2004 19:11:38 -0000	1.26
  +++ default.psml	1 Jun 2004 22:05:45 -0000	1.27
  @@ -18,7 +18,7 @@
        <metainfo>
            <title>My Home</title>
        </metainfo>
  -    <security-ref parent="owner-only"/>
  +    <security-ref parent="admin_and_owner_only"/>
       <layout position="-1" size="-1"/>
       <control name="TabControl"/>
       <controller name="TabController"/>
  @@ -26,7 +26,7 @@
           <metainfo>
               <title>Home</title>
           </metainfo>
  -        <security-ref parent="owner-only"/>
  +        <security-ref parent="admin_and_owner_only"/>
           <layout position="0" size="-1"/>
           <controller name="TwoColumns"/>
           <entry id="P-f570871a5a-10001" parent="LoggedInWelcome">
  
  
  

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