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: r1676749 - /ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Start.java

2015-04-29 Thread adrianc
Author: adrianc Date: Wed Apr 29 14:17:14 2015 New Revision: 1676749 URL: http://svn.apache.org/r1676749 Log: Small fixup for my last commit. Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Start.java Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Start.java UR

svn commit: r1676746 - in /ofbiz/trunk/framework: base/src/org/ofbiz/base/container/ start/src/org/ofbiz/base/start/

2015-04-29 Thread adrianc
Author: adrianc Date: Wed Apr 29 13:52:27 2015 New Revision: 1676746 URL: http://svn.apache.org/r1676746 Log: Fixed some bugs in startup code (https://issues.apache.org/jira/browse/OFBIZ-6268): 1. Class path loading was ignoring component settings, so class paths for disabled components were be

svn commit: r1676679 - in /ofbiz/branches/release13.07: ./ framework/base/build.xml framework/base/src/org/ofbiz/base/util/UtilMisc.java framework/base/src/org/ofbiz/base/util/test/UtilMiscTests.java

2015-04-29 Thread adrianc
Author: adrianc Date: Wed Apr 29 06:57:10 2015 New Revision: 1676679 URL: http://svn.apache.org/r1676679 Log: Merged revision(s) 1676674 from ofbiz/trunk: Fixed a bug in UtilMisc.java where the List returned by the availableLocales() method included an empty Locale - causing errors in FreeMarker

svn commit: r1676675 - in /ofbiz/branches/release14.12: ./ framework/base/build.xml framework/base/src/org/ofbiz/base/util/UtilMisc.java framework/base/src/org/ofbiz/base/util/test/UtilMiscTests.java

2015-04-29 Thread adrianc
Author: adrianc Date: Wed Apr 29 06:29:25 2015 New Revision: 1676675 URL: http://svn.apache.org/r1676675 Log: Merged revision(s) 1676674 from ofbiz/trunk: Fixed a bug in UtilMisc.java where the List returned by the availableLocales() method included an empty Locale - causing errors in FreeMarker

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