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 "Shinsuke SUGAYA (JIRA)" <je...@portals.apache.org> on 2005/09/04 01:07:31 UTC

[jira] Updated: (JS2-351) fallback profiling rule for multiple devices

     [ http://issues.apache.org/jira/browse/JS2-351?page=all ]

Shinsuke SUGAYA updated JS2-351:
--------------------------------

    Attachment: genapp_type.patch

Attached patch to support separate PSML, SQL, decorations files.

Changes by this fix

- Add org.apache.jetspeed.portal.genapp.type property to specify the portal
  type. Currently, J2 has j2:portal.genapp and j2:portal.genapp.minimal goal
  to switch the portal type. With this fix, J2 calls j2:portal.genapp with
  org.apache.jetspeed.portal.genapp.type. (I'll add standard, minimal and
  mobile as the property value.)

- Change the directory structure as below:

  o decorations, pages and templates directoris in src/webapp/WEB-INF/ are
    moved to:

    src/resources
    src/resources/standard
    src/resources/standard/decorations
    src/resources/standard/pages
    src/resources/standard/templates
    src/resources/minimal
    src/resources/minimal/decorations
    src/resources/minimal/pages
    src/resources/minimal/templates
    src/resources/mobile
    src/resources/mobile/decorations
    src/resources/mobile/pages
    src/resources/mobile/templates

  o files and directories in etc/sql is moved to:

    etc/sql/standard
    etc/sql/minimal
    etc/sql/mobile

Any comments/suggestions are highly appreciated.


> fallback profiling rule for multiple devices
> --------------------------------------------
>
>          Key: JS2-351
>          URL: http://issues.apache.org/jira/browse/JS2-351
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Profiling/Portal Navigation
>     Versions: 2.0-dev/cvs
>  Environment: J2SE 1.4.2 on Linux
>     Reporter: Shinsuke SUGAYA
>     Assignee: Shinsuke SUGAYA
>  Attachments: genapp_type.patch
>
> The current j2 profiling rule is mediatype -> group.role.user. In this rule, for example, using mobile phone as browser, the page which should not be displayed is displayed. So, new j2 profiling rule or other solution are needed for multiple device support.

-- 
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


Re: [jira] Updated: (JS2-351) fallback profiling rule for multiple devices

Posted by Shinsuke SUGAYA <sh...@yahoo.co.jp>.
If you have any problems/concerns, please let me know.
I'll apply it by this weekend.

Thanks,
  shinsuke


Shinsuke SUGAYA (JIRA) wrote:
>      [ http://issues.apache.org/jira/browse/JS2-351?page=all ]
> 
> Shinsuke SUGAYA updated JS2-351:
> --------------------------------
> 
>     Attachment: genapp_type.patch
> 
> Attached patch to support separate PSML, SQL, decorations files.
> 
> Changes by this fix
> 
> - Add org.apache.jetspeed.portal.genapp.type property to specify the portal
>   type. Currently, J2 has j2:portal.genapp and j2:portal.genapp.minimal goal
>   to switch the portal type. With this fix, J2 calls j2:portal.genapp with
>   org.apache.jetspeed.portal.genapp.type. (I'll add standard, minimal and
>   mobile as the property value.)
> 
> - Change the directory structure as below:
> 
>   o decorations, pages and templates directoris in src/webapp/WEB-INF/ are
>     moved to:
> 
>     src/resources
>     src/resources/standard
>     src/resources/standard/decorations
>     src/resources/standard/pages
>     src/resources/standard/templates
>     src/resources/minimal
>     src/resources/minimal/decorations
>     src/resources/minimal/pages
>     src/resources/minimal/templates
>     src/resources/mobile
>     src/resources/mobile/decorations
>     src/resources/mobile/pages
>     src/resources/mobile/templates
> 
>   o files and directories in etc/sql is moved to:
> 
>     etc/sql/standard
>     etc/sql/minimal
>     etc/sql/mobile
> 
> Any comments/suggestions are highly appreciated.
> 
> 
> 
>>fallback profiling rule for multiple devices
>>--------------------------------------------
>>
>>         Key: JS2-351
>>         URL: http://issues.apache.org/jira/browse/JS2-351
>>     Project: Jetspeed 2
>>        Type: Bug
>>  Components: Profiling/Portal Navigation
>>    Versions: 2.0-dev/cvs
>> Environment: J2SE 1.4.2 on Linux
>>    Reporter: Shinsuke SUGAYA
>>    Assignee: Shinsuke SUGAYA
>> Attachments: genapp_type.patch
>>
>>The current j2 profiling rule is mediatype -> group.role.user. In this rule, for example, using mobile phone as browser, the page which should not be displayed is displayed. So, new j2 profiling rule or other solution are needed for multiple device support.
> 
> 

__________________________________
 Take an action against poverty
 http://pr.mail.yahoo.co.jp/whiteband/


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