|
| 7206 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/CoreConstants.java | removed useless constants |
| 7205 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/impl/model/portal/WindowImpl.java | - added missing Context interface- renamed instanceRef -> URI field on the WindowImpl object (need to keep the underlying DB field instanceRef though)- added convenient Window.getPage() method |
| 7205 | modified | julien@jboss.com | //trunk/core/src/resources/portal-core-sar/conf/hibernate/portal/domain.hbm.xml | - added missing Context interface- renamed instanceRef -> URI field on the WindowImpl object (need to keep the underlying DB field instanceRef though)- added convenient Window.getPage() method |
| 7205 | added | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/model/portal/Context.java | - added missing Context interface- renamed instanceRef -> URI field on the WindowImpl object (need to keep the underlying DB field instanceRef though)- added convenient Window.getPage() method |
| 7205 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/impl/model/portal/ContextImpl.java | - added missing Context interface- renamed instanceRef -> URI field on the WindowImpl object (need to keep the underlying DB field instanceRef though)- added convenient Window.getPage() method |
| 7205 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/model/portal/Window.java | - added missing Context interface- renamed instanceRef -> URI field on the WindowImpl object (need to keep the underlying DB field instanceRef though)- added convenient Window.getPage() method |
| 7204 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/portlet/user/UserPortlet.java | minor locale improvement |
| 7203 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/AbstractLocaleFormat.java | added LocaleFormat caching using a concurrent hashmap |
| 7203 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/DefaultLocaleFormat.java | added LocaleFormat caching using a concurrent hashmap |
| 7203 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/RFC3066LanguageTagLocaleFormat.java | added LocaleFormat caching using a concurrent hashmap |
| 7203 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/test/common/LocaleFormatTestCase.java | added LocaleFormat caching using a concurrent hashmap |
| 7203 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/CachingLocaleFormat.java | added LocaleFormat caching using a concurrent hashmap |
| 7203 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/LocaleFormat.java | added LocaleFormat caching using a concurrent hashmap |
| 7202 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/resources/portal-wsrp-sar/dtd/jboss-wsrp-producer_2_6.dtd | - Updated Producer DTD to reflect the fact that hint and resourceName are optional - Fixed ProducerConfigurationFactory which should only accept xsd:string property types for now.- Added test case. |
| 7202 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/config/ProducerConfigurationTestCase.java | - Updated Producer DTD to reflect the fact that hint and resourceName are optional - Fixed ProducerConfigurationFactory which should only accept xsd:string property types for now.- Added test case. |
| 7202 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/config/ProducerConfigurationFactory.java | - Updated Producer DTD to reflect the fact that hint and resourceName are optional - Fixed ProducerConfigurationFactory which should only accept xsd:string property types for now.- Added test case. |
| 7202 | added | chris.laprun@jboss.com | //trunk/wsrp/src/resources/tests/test-producer-configuration-lib-jar/invalid-type.xml | - Updated Producer DTD to reflect the fact that hint and resourceName are optional - Fixed ProducerConfigurationFactory which should only accept xsd:string property types for now.- Added test case. |
| 7201 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/aspects/server/LocaleInterceptor.java | - JBPORTAL-1380 : LocaleInterceptor does not build correctly the Locale from the user favorite locale |
| 7200 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/LocalizedString.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/util/NullConversionException.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/I18NTools.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | deleted | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/value/ConversionException.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/test/common/LocaleFormatTestCase.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/value/Converter.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | deleted | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/test/common/LocaleInfoTestCase.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | modified | julien@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/RegistrationInfo.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | deleted | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/value/FormatConversionException.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | modified | julien@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/ServiceDescriptionHandler.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/DefaultLocaleFormat.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/RFC3066LanguageTagLocaleFormat.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | modified | julien@jboss.com | //trunk/common/build.xml | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | deleted | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/value/NullConversionException.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | modified | julien@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/PortletManagementHandler.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | modified | julien@jboss.com | //trunk/identity/src/main/org/jboss/portal/identity/config/metadata/profile/ProfileMetaDataFactory.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/util/ConversionException.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | modified | julien@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/UserContextConverter.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | modified | julien@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/WSRPUtils.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/LocaleFormat.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/deployment/PortletApplicationMetaDataFactory.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/BundleName.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/util/FormatConversionException.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | deleted | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/LocaleInfo.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | modified | julien@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/WSRPConsumerImpl.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/value/Helper.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/portlet/user/UserPortlet.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | modified | julien@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/MarkupRequest.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | modified | julien@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/config/ProducerConfigurationFactory.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/LocaleFactory.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | modified | julien@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/portlet/info/WSRPPortletInfo.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |
| 7200 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/LocaleManager.java | - removed obsolete LocaleInfo class- moved locale conversion methods which are useful and used to new LocaleFormat class which alllow conversion of Locale to a string format back and forth- updated test cases accordingly- moved ConversionException class to o.j.p.common.util so it can be reused more easily in various packages |