Re: svn commit: r1676674 - in /ofbiz/trunk/framework/base: build.xml src/org/ofbiz/base/util/UtilMisc.java src/org/ofbiz/base/util/test/UtilMiscTests.java testdef/basetests.xml

2015-04-29 Thread Adam Heath
On 04/29/2015 01:10 AM, adri...@apache.org wrote: Author: adrianc Date: Wed Apr 29 06:10:01 2015 New Revision: 1676674 URL: http://svn.apache.org/r1676674 Log: Fixed a bug in UtilMisc.java where the List returned by the availableLocales() method included an empty Locale - causing errors in Fre

Re: svn commit: r1676674 - in /ofbiz/trunk/framework/base: build.xml src/org/ofbiz/base/util/UtilMisc.java src/org/ofbiz/base/util/test/UtilMiscTests.java testdef/basetests.xml

2015-04-29 Thread Adam Heath
http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html#getDisplayName() == depending on which fields are specified in the locale. If the language, sacript, country, and variant fields are all empty, this function returns the empty string. == I'd really like to know what locale definit

svn commit: r1676674 - in /ofbiz/trunk/framework/base: build.xml src/org/ofbiz/base/util/UtilMisc.java src/org/ofbiz/base/util/test/UtilMiscTests.java testdef/basetests.xml

2015-04-29 Thread adrianc
Author: adrianc Date: Wed Apr 29 06:10:01 2015 New Revision: 1676674 URL: http://svn.apache.org/r1676674 Log: Fixed a bug in UtilMisc.java where the List returned by the availableLocales() method included an empty Locale - causing errors in FreeMarker templates. https://issues.apache.org/jira/br