You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Joey Surls (Created) (JIRA)" <de...@myfaces.apache.org> on 2011/11/09 19:25:52 UTC

[jira] [Created] (TRINIDAD-2160) CLONE - LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

CLONE - LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release
------------------------------------------------------------------------------

                 Key: TRINIDAD-2160
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2160
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.0.12-core
            Reporter: Joey Surls
            Assignee: Matthias Weßendorf
            Priority: Critical
             Fix For: 1.0.13-core 


Locale*.js files are not getting filled properly for any locale. For example, the file at http://localhost:8080/trinidad-demo/adf/jsLibs/resources/LocaleElements_en1_0_11.js?loc=en

Looks in 1.0.12 as:

var LocaleSymbols_en = new LocaleSymbols({

});

TrMessageFactory._TRANSLATIONS={
'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The number must be between {2} and {3}.',

...
}


And it should be (as in 1.0.11):

var LocaleSymbols_en = new LocaleSymbols({
MonthNames:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", ""], 

MonthAbbreviations:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", ""], 

DayNames:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], 

DayAbbreviations:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 
AmPmMarkers:["AM", "PM"], 

Eras:["BC", "AD"], 
DateTimePatterns:["h:mm:ss a z", "h:mm:ss a z", "h:mm:ss a", "h:mm a", "EEEE, MMMM d, yyyy", "MMMM d, yyyy", "MMM d, yyyy", "M/d/yy", "{1} {0}"], 

DateTimeElements:["1", "1"], 
NumberElements:[".", ",", ";", "%", "0", "#", "-", "E", "\u2030", "\u221e", "\ufffd"], 

CurrencyElements:["\xa4", "XXX", "\xa4", "", "-\xa4", ""]
});


TrMessageFactory._TRANSLATIONS={
'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The number must be between {2} and {3}.',
...
}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (TRINIDAD-2160) CLONE - LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

Posted by "Joey Surls (Commented) (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147207#comment-13147207 ] 

Joey Surls commented on TRINIDAD-2160:
--------------------------------------

This still does not seem to have been fixed in the latest release of 1.0.13.
                
> CLONE - LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release
> ------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-2160
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2160
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.0.12-core
>            Reporter: Joey Surls
>            Assignee: Matthias Weßendorf
>            Priority: Critical
>             Fix For: 1.0.13-core 
>
>
> Locale*.js files are not getting filled properly for any locale. For example, the file at http://localhost:8080/trinidad-demo/adf/jsLibs/resources/LocaleElements_en1_0_11.js?loc=en
> Looks in 1.0.12 as:
> var LocaleSymbols_en = new LocaleSymbols({
> });
> TrMessageFactory._TRANSLATIONS={
> 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The number must be between {2} and {3}.',
> ...
> }
> And it should be (as in 1.0.11):
> var LocaleSymbols_en = new LocaleSymbols({
> MonthNames:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", ""], 
> MonthAbbreviations:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", ""], 
> DayNames:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], 
> DayAbbreviations:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 
> AmPmMarkers:["AM", "PM"], 
> Eras:["BC", "AD"], 
> DateTimePatterns:["h:mm:ss a z", "h:mm:ss a z", "h:mm:ss a", "h:mm a", "EEEE, MMMM d, yyyy", "MMMM d, yyyy", "MMM d, yyyy", "M/d/yy", "{1} {0}"], 
> DateTimeElements:["1", "1"], 
> NumberElements:[".", ",", ";", "%", "0", "#", "-", "E", "\u2030", "\u221e", "\ufffd"], 
> CurrencyElements:["\xa4", "XXX", "\xa4", "", "-\xa4", ""]
> });
> TrMessageFactory._TRANSLATIONS={
> 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The number must be between {2} and {3}.',
> ...
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

Re: [jira] [Resolved] (TRINIDAD-2160) CLONE - LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

Posted by Scott O'Bryan <da...@gmail.com>.
That's correct


On 11/09/2011 01:01 PM, Joey Surls (Resolved) (JIRA) wrote:
>       [ https://issues.apache.org/jira/browse/TRINIDAD-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Joey Surls resolved TRINIDAD-2160.
> ----------------------------------
>
>      Resolution: Won't Fix
>
> It appears 1.0.13 is not actively developed anymore
> http://mail-archives.apache.org/mod_mbox/myfaces-dev/201101.mbox/%3CAANLkTi=0xFcq3tOtugjVz8Xi+y05NOesGncviRd4X=bz@mail.gmail.com%3E
>
>> CLONE - LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release
>> ------------------------------------------------------------------------------
>>
>>                  Key: TRINIDAD-2160
>>                  URL: https://issues.apache.org/jira/browse/TRINIDAD-2160
>>              Project: MyFaces Trinidad
>>           Issue Type: Bug
>>     Affects Versions: 1.0.12-core
>>             Reporter: Joey Surls
>>             Assignee: Matthias Weßendorf
>>             Priority: Critical
>>              Fix For: 1.0.13-core
>>
>>
>> Locale*.js files are not getting filled properly for any locale. For example, the file at http://localhost:8080/trinidad-demo/adf/jsLibs/resources/LocaleElements_en1_0_11.js?loc=en
>> Looks in 1.0.12 as:
>> var LocaleSymbols_en = new LocaleSymbols({
>> });
>> TrMessageFactory._TRANSLATIONS={
>> 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The number must be between {2} and {3}.',
>> ...
>> }
>> And it should be (as in 1.0.11):
>> var LocaleSymbols_en = new LocaleSymbols({
>> MonthNames:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", ""],
>> MonthAbbreviations:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", ""],
>> DayNames:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
>> DayAbbreviations:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
>> AmPmMarkers:["AM", "PM"],
>> Eras:["BC", "AD"],
>> DateTimePatterns:["h:mm:ss a z", "h:mm:ss a z", "h:mm:ss a", "h:mm a", "EEEE, MMMM d, yyyy", "MMMM d, yyyy", "MMM d, yyyy", "M/d/yy", "{1} {0}"],
>> DateTimeElements:["1", "1"],
>> NumberElements:[".", ",", ";", "%", "0", "#", "-", "E", "\u2030", "\u221e", "\ufffd"],
>> CurrencyElements:["\xa4", "XXX", "\xa4", "", "-\xa4", ""]
>> });
>> TrMessageFactory._TRANSLATIONS={
>> 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The number must be between {2} and {3}.',
>> ...
>> }
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>


[jira] [Resolved] (TRINIDAD-2160) CLONE - LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

Posted by "Joey Surls (Resolved) (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joey Surls resolved TRINIDAD-2160.
----------------------------------

    Resolution: Won't Fix

It appears 1.0.13 is not actively developed anymore 
http://mail-archives.apache.org/mod_mbox/myfaces-dev/201101.mbox/%3CAANLkTi=0xFcq3tOtugjVz8Xi+y05NOesGncviRd4X=bz@mail.gmail.com%3E
                
> CLONE - LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release
> ------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-2160
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2160
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.0.12-core
>            Reporter: Joey Surls
>            Assignee: Matthias Weßendorf
>            Priority: Critical
>             Fix For: 1.0.13-core 
>
>
> Locale*.js files are not getting filled properly for any locale. For example, the file at http://localhost:8080/trinidad-demo/adf/jsLibs/resources/LocaleElements_en1_0_11.js?loc=en
> Looks in 1.0.12 as:
> var LocaleSymbols_en = new LocaleSymbols({
> });
> TrMessageFactory._TRANSLATIONS={
> 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The number must be between {2} and {3}.',
> ...
> }
> And it should be (as in 1.0.11):
> var LocaleSymbols_en = new LocaleSymbols({
> MonthNames:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", ""], 
> MonthAbbreviations:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", ""], 
> DayNames:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], 
> DayAbbreviations:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 
> AmPmMarkers:["AM", "PM"], 
> Eras:["BC", "AD"], 
> DateTimePatterns:["h:mm:ss a z", "h:mm:ss a z", "h:mm:ss a", "h:mm a", "EEEE, MMMM d, yyyy", "MMMM d, yyyy", "MMM d, yyyy", "M/d/yy", "{1} {0}"], 
> DateTimeElements:["1", "1"], 
> NumberElements:[".", ",", ";", "%", "0", "#", "-", "E", "\u2030", "\u221e", "\ufffd"], 
> CurrencyElements:["\xa4", "XXX", "\xa4", "", "-\xa4", ""]
> });
> TrMessageFactory._TRANSLATIONS={
> 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The number must be between {2} and {3}.',
> ...
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira