|
| 6837 | modified | julien@jboss.com | //trunk/common/build.xml | run all tests of common |
| 6835 | added | julien@jboss.com | //trunk/common/src/resources/test/test-jar/a1/b1- | JBPORTAL-746 : Enhance URLVisitor interface |
| 6834 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/jar | JBPORTAL-746 : Enhance URLVisitor interface |
| 6834 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/net/jar/JarURLNavigationProvider.java | JBPORTAL-746 : Enhance URLVisitor interface |
| 6834 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/net/file/FileURLNavigationProvider.java | JBPORTAL-746 : Enhance URLVisitor interface |
| 6834 | modified | julien@jboss.com | //trunk/common/build.xml | JBPORTAL-746 : Enhance URLVisitor interface |
| 6834 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/net/URLNavigationProvider.java | JBPORTAL-746 : Enhance URLVisitor interface |
| 6834 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/net/URLNavigator.java | JBPORTAL-746 : Enhance URLVisitor interface |
| 6834 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/jar/JarInfo.java | JBPORTAL-746 : Enhance URLVisitor interface |
| 6834 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/jar/JarEntryInfo.java | JBPORTAL-746 : Enhance URLVisitor interface |
| 6834 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/test/common/JarTestCase.java | JBPORTAL-746 : Enhance URLVisitor interface |
| 6834 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/test/common/URLNavigatorTestCase.java | JBPORTAL-746 : Enhance URLVisitor interface |
| 6834 | deleted | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/util/Jar.java | JBPORTAL-746 : Enhance URLVisitor interface |
| 6833 | modified | thomas.heute@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/actions/RenameAction.java | Do not let the user rename the "admin" "default" and "template portalsSet the "default" page to the new one if the default page is renamed. |
| 6833 | modified | thomas.heute@jboss.com | //trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/objectNavigation.xhtml | Do not let the user rename the "admin" "default" and "template portalsSet the "default" page to the new one if the default page is renamed. |
| 6832 | modified | bdaw | //trunk/core/src/main/org/jboss/portlet/content/ContentTypeRegistration.java | - corrected ContentTypeRegistration listener (was breaking portal-samples.sar deployment) |
| 6831 | modified | thomas.heute@jboss.com | //trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/renameObject.xhtml | Add some error message if the object name is already used |
| 6831 | modified | thomas.heute@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/actions/RenameAction.java | Add some error message if the object name is already used |
| 6831 | modified | thomas.heute@jboss.com | //trunk/core-admin/src/resources/portal-admin-war/WEB-INF/faces-config.xml | Add some error message if the object name is already used |
| 6830 | modified | thomas.heute@jboss.com | //trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/objectNavigation.xhtml | Let the admin rename a portal too... |
| 6829 | added | thomas.heute@jboss.com | //trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/renameObject.xhtml | Let the admin rename a page or window. |
| 6829 | added | thomas.heute@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/actions/RenameAction.java | Let the admin rename a page or window. |
| 6829 | modified | thomas.heute@jboss.com | //trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/objectNavigation.xhtml | Let the admin rename a page or window. |
| 6828 | modified | chris.laprun@jboss.com | //trunk/core/src/main/org/jboss/portal/core/impl/model/content/portlet/InternalPortletContentProvider.java | - Commented out code breaking compilation. |
| 6827 | modified | thomas.heute@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/actions/PortalAction.java | New portal has view_recursive rights by default |
| 6826 | modified | thomas.heute@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/actions/PortalAction.java | The default theme is defined by the theme service. Nphalanx has been renamed in nphalanx |
| 6825 | added | julien@jboss.com | //trunk/common/src/resources/test/bundle/f.properties | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/resources/test/bundle/h.properties | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/ComplexResourceBundleFactory.java | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/resources/test/bundle/a_fr_FR.properties | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/BundleName.java | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/resources/test/bundle/a_de_DE.properties | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/resources/test/bundle/d_fr_FR.properties | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/ResourceBundleManager.java | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/resources/test/bundle/f_fr_FR.properties | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/resources/test/bundle/g_fr_FR.properties | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/resources/test/bundle/h_fr_FR.properties | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/net/URLFilter.java | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/resources/test/bundle | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/test/common/BundleNameIteratorTestCase.java | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/resources/test/bundle/a_fr.properties | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/impl/model/content/portlet/InternalPortletContentProvider.java | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/resources/test/bundle/c_fr.properties | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/test/common/BundleNameParserTestCase.java | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/i18n/SimpleResourceBundleFactory.java | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | modified | julien@jboss.com | //trunk/common/build.xml | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/resources/test/bundle/e_fr.properties | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/resources/test/bundle/a_it.properties | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/resources/test/bundle/g_fr.properties | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |
| 6825 | added | julien@jboss.com | //trunk/common/src/resources/test/bundle/h_fr.properties | started to write resource bundle utilities and an implementation of ResourceBundleFactory having the behavior of ResourceBundle.getBundle(...) except it does not take (yet?) in account bundles which are classes, only properties. |