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 je...@jakarta.apache.org on 2004/09/12 01:37:37 UTC

[jira] Created: (JS2-117) Portlet's title does not fallback to the proper localized one

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JS2-117

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JS2-117
    Summary: Portlet's title does not fallback to the proper localized one
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Jetspeed 2
 Components: 
             l10n
   Versions:
             2.0-dev/cvs

   Assignee: 
   Reporter: Shinsuke SUGAYA

    Created: Sat, 11 Sep 2004 4:36 PM
    Updated: Sat, 11 Sep 2004 4:36 PM
Environment: Linux, Java 1.4.2

Description:
Steps to reproduce:
1. Add ja and en locale as preferred language 
2. Select French on Locale Selector
3. Display "Welcome to Jetspeed 2" page
   In HelloWorld portlet, the content is in Japanese,
   but the title is in English. So, the title does not
   fallback to Japanese.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Resolved: (JS2-117) Portlet's title does not fallback to the proper localized one

Posted by je...@jakarta.apache.org.
Message:

   The following issue has been resolved as FIXED.

   Resolver: Shinsuke SUGAYA
       Date: Sun, 12 Sep 2004 12:15 AM

Updated LanguageSetImpl and JetspeedRequestContext.
LanguageSetImpl#get(Locale) returns null if the given locale is not supported.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JS2-117

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JS2-117
    Summary: Portlet's title does not fallback to the proper localized one
       Type: Bug

     Status: Resolved
   Priority: Major
 Resolution: FIXED

    Project: Jetspeed 2
 Components: 
             l10n
   Fix Fors:
             2.0-dev/cvs
   Versions:
             2.0-dev/cvs

   Assignee: Shinsuke SUGAYA
   Reporter: Shinsuke SUGAYA

    Created: Sat, 11 Sep 2004 4:36 PM
    Updated: Sun, 12 Sep 2004 12:15 AM
Environment: Linux, Java 1.4.2

Description:
Steps to reproduce:
1. Add ja and en locale as preferred language 
2. Select French on Locale Selector
3. Display "Welcome to Jetspeed 2" page
   In HelloWorld portlet, the content is in Japanese,
   but the title is in English. So, the title does not
   fallback to Japanese.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Reopened: (JS2-117) Portlet's title does not fallback to the proper localized one

Posted by je...@jakarta.apache.org.
Message:

   The following issue has been reopened.

   Reopener: Shinsuke SUGAYA
       Date: Sun, 10 Oct 2004 4:44 PM

Currently, LanguageSetImpl#get(Locale) does not return null by fixing NPE issue. Since the language code is a mess and it's tied to the Pluto model, we will need to reconsider it.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JS2-117

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JS2-117
    Summary: Portlet's title does not fallback to the proper localized one
       Type: Bug

     Status: Reopened
   Priority: Major

    Project: Jetspeed 2
 Components: 
             l10n
   Fix Fors:
             2.0-dev/cvs
   Versions:
             2.0-dev/cvs

   Assignee: Shinsuke SUGAYA
   Reporter: Shinsuke SUGAYA

    Created: Sat, 11 Sep 2004 4:36 PM
    Updated: Sun, 10 Oct 2004 4:44 PM
Environment: Linux, Java 1.4.2

Description:
Steps to reproduce:
1. Add ja and en locale as preferred language 
2. Select French on Locale Selector
3. Display "Welcome to Jetspeed 2" page
   In HelloWorld portlet, the content is in Japanese,
   but the title is in English. So, the title does not
   fallback to Japanese.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Resolved: (JS2-117) Portlet's title does not fallback to the proper localized one

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

    Resolution: Fixed

I checked ??? character issue. The cause came from MySQL bug(http://bugs.mysql.com/bug.php?id=9948). So, it's not J2 issue. I tried Ate's fix on MySQL 5.0.15 and HSQL, and it works! Ate, thank you for fixing it. Closed this issue.


> Portlet's title does not fallback to the proper localized one
> -------------------------------------------------------------
>
>          Key: JS2-117
>          URL: http://issues.apache.org/jira/browse/JS2-117
>      Project: Jetspeed 2
>         Type: Bug
>   Components: i18n and l10n
>     Versions: 2.0-dev/cvs
>  Environment: Linux, Java 1.4.2
>     Reporter: Shinsuke SUGAYA
>     Assignee: Shinsuke SUGAYA
>      Fix For: 2.0-dev/cvs

>
> Steps to reproduce:
> 1. Add ja and en locale as preferred language 
> 2. Select French on Locale Selector
> 3. Display "Welcome to Jetspeed 2" page
>    In HelloWorld portlet, the content is in Japanese,
>    but the title is in English. So, the title does not
>    fallback to Japanese.

-- 
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] Commented: (JS2-117) Portlet's title does not fallback to the proper localized one

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

Ate Douma commented on JS2-117:
-------------------------------

Shinsuke, 

I did a major rewrite of the LanguageImpl and LanguageSetImpl today.
Could you again check if this issue? 

> Portlet's title does not fallback to the proper localized one
> -------------------------------------------------------------
>
>          Key: JS2-117
>          URL: http://issues.apache.org/jira/browse/JS2-117
>      Project: Jetspeed 2
>         Type: Bug
>   Components: i18n and l10n
>     Versions: 2.0-dev/cvs
>  Environment: Linux, Java 1.4.2
>     Reporter: Shinsuke SUGAYA
>     Assignee: Shinsuke SUGAYA
>      Fix For: 2.0-dev/cvs

>
> Steps to reproduce:
> 1. Add ja and en locale as preferred language 
> 2. Select French on Locale Selector
> 3. Display "Welcome to Jetspeed 2" page
>    In HelloWorld portlet, the content is in Japanese,
>    but the title is in English. So, the title does not
>    fallback to Japanese.

-- 
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] Commented: (JS2-117) Portlet's title does not fallback to the proper localized one

Posted by "Shinsuke SUGAYA (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS2-117?page=comments#action_12357189 ] 

Shinsuke SUGAYA commented on JS2-117:
-------------------------------------

In my environment(platform locale is ja_JP.UTF-8), Japanese title on some portlets(ex. Locale Selector) is displayed as ????. We need to fix it..

> Portlet's title does not fallback to the proper localized one
> -------------------------------------------------------------
>
>          Key: JS2-117
>          URL: http://issues.apache.org/jira/browse/JS2-117
>      Project: Jetspeed 2
>         Type: Bug
>   Components: i18n and l10n
>     Versions: 2.0-dev/cvs
>  Environment: Linux, Java 1.4.2
>     Reporter: Shinsuke SUGAYA
>     Assignee: Shinsuke SUGAYA
>      Fix For: 2.0-dev/cvs

>
> Steps to reproduce:
> 1. Add ja and en locale as preferred language 
> 2. Select French on Locale Selector
> 3. Display "Welcome to Jetspeed 2" page
>    In HelloWorld portlet, the content is in Japanese,
>    but the title is in English. So, the title does not
>    fallback to Japanese.

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