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 "Randy Watler (JIRA)" <je...@portals.apache.org> on 2006/01/13 07:45:19 UTC

[jira] Created: (JS2-468) Customizer cannot edit nested layouts.

Customizer cannot edit nested layouts.
--------------------------------------

         Key: JS2-468
         URL: http://issues.apache.org/jira/browse/JS2-468
     Project: Jetspeed 2
        Type: Bug
  Components: Layout, Decorations/Themes  
    Versions: 2.0-FINAL, 2.1-dev    
    Reporter: Randy Watler


Customization of nested layouts using the columns and tcolumns layout templates is not functional. The page actions used to invoke the Customizer are now page centric, as are access to content used by the Customizer. The Customizer should now operate on the layout tree that belongs to the page, but it is not capable of operating on anything beyond a single multicolumn layout. Also, the interface of the existing Customizer may not be sufficiently intuitive or sophisticated to operate on nested layouts.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Resolved: (JS2-468) Customizer cannot edit nested layouts.

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
     [ http://issues.apache.org/jira/browse/JS2-468?page=all ]
     
Ate Douma resolved JS2-468:
---------------------------

    Fix Version: 2.1-dev
     Resolution: Fixed

All above features are committed.

> Customizer cannot edit nested layouts.
> --------------------------------------
>
>          Key: JS2-468
>          URL: http://issues.apache.org/jira/browse/JS2-468
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Decorations/Themes, Layout
>     Versions: 2.1-dev, 2.0-FINAL
>     Reporter: Randy Watler
>     Assignee: Ate Douma
>      Fix For: 2.1-dev
>  Attachments: snapshot1.png, snapshot2.png, snapshot3.png, snapshot4.png
>
> Customization of nested layouts using the columns and tcolumns layout templates is not functional. The page actions used to invoke the Customizer are now page centric, as are access to content used by the Customizer. The Customizer should now operate on the layout tree that belongs to the page, but it is not capable of operating on anything beyond a single multicolumn layout. Also, the interface of the existing Customizer may not be sufficiently intuitive or sophisticated to operate on nested layouts.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (JS2-468) Customizer cannot edit nested layouts.

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
     [ http://issues.apache.org/jira/browse/JS2-468?page=all ]

Ate Douma updated JS2-468:
--------------------------

    Attachment: snapshot2.png

Second snapshot (snapshot2.png) is a correction for the previous for which I had allow.change.portlet.decorator=false set.
This one really shows every feature enabled, so really without any custom settings in the (tigris) layout decorator. 

Also corrected psml definition (showing overridden blue-gradient portlet-decorator):
<page id="/_user/user/test.psml" hidden="false">
    <title>test</title>
    <short-title>test</short-title>
    <defaults layout-decorator="tigris" portlet-decorator="tigris"/>
    <fragment type="layout" name="jetspeed-layouts::VelocityTwoColumns2575">
        <fragment type="portlet" name="demo::BookmarkPortlet">
            <property name="row" value="0"/>
            <property name="column" value="0"/>
        </fragment>
        <fragment type="layout" name="jetspeed-layouts::VelocityOneColumn">
            <fragment type="portlet" name="demo::BookmarkPortlet"/>
            <fragment type="layout" name="jetspeed-layouts::VelocityTwoColumns">
                <fragment type="portlet" name="demo::BookmarkPortlet"/>
                <fragment type="portlet" name="demo::BookmarkPortlet" decorator="blue-gradient">
                    <property name="row" value="1"/>
                    <property name="column" value="0"/>
                </fragment>
            </fragment>
        </fragment>
    </fragment>
</page>


> Customizer cannot edit nested layouts.
> --------------------------------------
>
>          Key: JS2-468
>          URL: http://issues.apache.org/jira/browse/JS2-468
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Decorations/Themes, Layout
>     Versions: 2.1-dev, 2.0-FINAL
>     Reporter: Randy Watler
>     Assignee: Ate Douma
>  Attachments: snapshot1.png, snapshot2.png
>
> Customization of nested layouts using the columns and tcolumns layout templates is not functional. The page actions used to invoke the Customizer are now page centric, as are access to content used by the Customizer. The Customizer should now operate on the layout tree that belongs to the page, but it is not capable of operating on anything beyond a single multicolumn layout. Also, the interface of the existing Customizer may not be sufficiently intuitive or sophisticated to operate on nested layouts.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (JS2-468) Customizer cannot edit nested layouts.

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
     [ http://issues.apache.org/jira/browse/JS2-468?page=all ]

Ate Douma updated JS2-468:
--------------------------

    Attachment: snapshot1.png

First screenshot showing a page with every feature of the customizer enabled using the default configuration settings.

psml definition (id's stripped for readability):
<page id="/_user/user/test.psml" hidden="false">
    <title>test</title>
    <short-title>test</short-title>
    <defaults layout-decorator="tigris" portlet-decorator="tigris"/>
    <fragment type="layout" name="jetspeed-layouts::VelocityTwoColumns2575">
        <fragment type="portlet" name="demo::BookmarkPortlet">
            <property name="row" value="0"/>
            <property name="column" value="0"/>
        </fragment>
        <fragment type="layout" name="jetspeed-layouts::VelocityOneColumn">
            <fragment type="portlet" name="demo::BookmarkPortlet"/>
            <fragment type="layout" name="jetspeed-layouts::VelocityTwoColumns">
                <fragment type="portlet" name="demo::BookmarkPortlet"/>
                <fragment type="portlet" name="demo::BookmarkPortlet">
                    <property name="row" value="1"/>
                    <property name="column" value="0"/>
                </fragment>
            </fragment>
        </fragment>
    </fragment>
</page>


> Customizer cannot edit nested layouts.
> --------------------------------------
>
>          Key: JS2-468
>          URL: http://issues.apache.org/jira/browse/JS2-468
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Decorations/Themes, Layout
>     Versions: 2.1-dev, 2.0-FINAL
>     Reporter: Randy Watler
>     Assignee: Ate Douma
>  Attachments: snapshot1.png
>
> Customization of nested layouts using the columns and tcolumns layout templates is not functional. The page actions used to invoke the Customizer are now page centric, as are access to content used by the Customizer. The Customizer should now operate on the layout tree that belongs to the page, but it is not capable of operating on anything beyond a single multicolumn layout. Also, the interface of the existing Customizer may not be sufficiently intuitive or sophisticated to operate on nested layouts.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (JS2-468) Customizer cannot edit nested layouts.

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
     [ http://issues.apache.org/jira/browse/JS2-468?page=all ]

Ate Douma updated JS2-468:
--------------------------

    Attachment: snapshot4.png

Ok, one more :) 
A final snapshot of the page when in normal "view" mode.

> Customizer cannot edit nested layouts.
> --------------------------------------
>
>          Key: JS2-468
>          URL: http://issues.apache.org/jira/browse/JS2-468
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Decorations/Themes, Layout
>     Versions: 2.1-dev, 2.0-FINAL
>     Reporter: Randy Watler
>     Assignee: Ate Douma
>  Attachments: snapshot1.png, snapshot2.png, snapshot3.png, snapshot4.png
>
> Customization of nested layouts using the columns and tcolumns layout templates is not functional. The page actions used to invoke the Customizer are now page centric, as are access to content used by the Customizer. The Customizer should now operate on the layout tree that belongs to the page, but it is not capable of operating on anything beyond a single multicolumn layout. Also, the interface of the existing Customizer may not be sufficiently intuitive or sophisticated to operate on nested layouts.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Assigned: (JS2-468) Customizer cannot edit nested layouts.

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
     [ http://issues.apache.org/jira/browse/JS2-468?page=all ]

Ate Douma reassigned JS2-468:
-----------------------------

    Assign To: Ate Douma

> Customizer cannot edit nested layouts.
> --------------------------------------
>
>          Key: JS2-468
>          URL: http://issues.apache.org/jira/browse/JS2-468
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Decorations/Themes, Layout
>     Versions: 2.1-dev, 2.0-FINAL
>     Reporter: Randy Watler
>     Assignee: Ate Douma

>
> Customization of nested layouts using the columns and tcolumns layout templates is not functional. The page actions used to invoke the Customizer are now page centric, as are access to content used by the Customizer. The Customizer should now operate on the layout tree that belongs to the page, but it is not capable of operating on anything beyond a single multicolumn layout. Also, the interface of the existing Customizer may not be sufficiently intuitive or sophisticated to operate on nested layouts.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (JS2-468) Customizer cannot edit nested layouts.

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
     [ http://issues.apache.org/jira/browse/JS2-468?page=all ]

Ate Douma updated JS2-468:
--------------------------

    Attachment: snapshot3.png

Third and last snapshot of the same page but with a readonly root layout and 
allow.change.portlet.decorator=false defined in the tigris layout decorator.properties.

The psml definition with a readonly (no PortletMode EDIT nor HELP support) root layout portlet:
<page id="/_user/user/test.psml" hidden="false">
    <title>test</title>
    <short-title>test</short-title>
    <defaults layout-decorator="tigris" portlet-decorator="tigris"/>
    <fragment type="layout" name="jetspeed-layouts::VelocityTwoColumns2575NoActions">
        <fragment type="portlet" name="demo::BookmarkPortlet">
            <property name="row" value="0"/>
            <property name="column" value="0"/>
        </fragment>
        <fragment type="layout" name="jetspeed-layouts::VelocityOneColumn">
            <fragment type="portlet" name="demo::BookmarkPortlet"/>
            <fragment type="layout" name="jetspeed-layouts::VelocityTwoColumns">
                <fragment type="portlet" name="demo::BookmarkPortlet"/>
                <fragment type="portlet" name="demo::BookmarkPortlet" decorator="blue-gradient">
                    <property name="row" value="1"/>
                    <property name="column" value="0"/>
                </fragment>
            </fragment>
        </fragment>
    </fragment>
</page>

 

> Customizer cannot edit nested layouts.
> --------------------------------------
>
>          Key: JS2-468
>          URL: http://issues.apache.org/jira/browse/JS2-468
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Decorations/Themes, Layout
>     Versions: 2.1-dev, 2.0-FINAL
>     Reporter: Randy Watler
>     Assignee: Ate Douma
>  Attachments: snapshot1.png, snapshot2.png, snapshot3.png
>
> Customization of nested layouts using the columns and tcolumns layout templates is not functional. The page actions used to invoke the Customizer are now page centric, as are access to content used by the Customizer. The Customizer should now operate on the layout tree that belongs to the page, but it is not capable of operating on anything beyond a single multicolumn layout. Also, the interface of the existing Customizer may not be sufficiently intuitive or sophisticated to operate on nested layouts.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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