|
| 5210 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/Parameters.java | fixing and completing Parameters javadoc. |
| 5209 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/impl/jsr168/PortletUtils.java | moved util method from PortletURLImpl to PortletUtils |
| 5209 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/impl/jsr168/taglib/GenerateURLTag.java | moved util method from PortletURLImpl to PortletUtils |
| 5209 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/impl/jsr168/PortletURLImpl.java | moved util method from PortletURLImpl to PortletUtils |
| 5209 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/impl/jsr168/RenderResponseImpl.java | moved util method from PortletURLImpl to PortletUtils |
| 5209 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/impl/jsr168/PortletRequestImpl.java | moved util method from PortletURLImpl to PortletUtils |
| 5209 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/impl/jsr168/PortalContextImpl.java | moved util method from PortletURLImpl to PortletUtils |
| 5208 | added | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/impl/jsr168/PortletUtils.java | - more consistent handling of key/value validity in TypedMap with respect to the Map contract- adapted that contract for the subclasses of TypedMap |
| 5208 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/util/ParameterMap.java | - more consistent handling of key/value validity in TypedMap with respect to the Map contract- adapted that contract for the subclasses of TypedMap |
| 5208 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/impl/jsr168/ActionResponseImpl.java | - more consistent handling of key/value validity in TypedMap with respect to the Map contract- adapted that contract for the subclasses of TypedMap |
| 5208 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/impl/jsr168/PortletURLImpl.java | - more consistent handling of key/value validity in TypedMap with respect to the Map contract- adapted that contract for the subclasses of TypedMap |
| 5208 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/util/TypedMap.java | - more consistent handling of key/value validity in TypedMap with respect to the Map contract- adapted that contract for the subclasses of TypedMap |
| 5208 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/test/portlet/ParametersTestCase.java | - more consistent handling of key/value validity in TypedMap with respect to the Map contract- adapted that contract for the subclasses of TypedMap |
| 5208 | modified | julien@jboss.com | //trunk/server/src/main/org/jboss/portal/server/deployment/PortalWebAppFactory.java | - more consistent handling of key/value validity in TypedMap with respect to the Map contract- adapted that contract for the subclasses of TypedMap |
| 5208 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/Parameters.java | - more consistent handling of key/value validity in TypedMap with respect to the Map contract- adapted that contract for the subclasses of TypedMap |
| 5208 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/test/portlet/jsr168/tck/portleturl/PortletUrlSequenceBuilder.java | - more consistent handling of key/value validity in TypedMap with respect to the Map contract- adapted that contract for the subclasses of TypedMap |
| 5208 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/AbstractPropertyMap.java | - more consistent handling of key/value validity in TypedMap with respect to the Map contract- adapted that contract for the subclasses of TypedMap |
| 5208 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/test/common/ParameterMapTestCase.java | - more consistent handling of key/value validity in TypedMap with respect to the Map contract- adapted that contract for the subclasses of TypedMap |
| 5207 | modified | julien@jboss.com | //trunk/server/src/main/org/jboss/portal/server/deployment/PortalWebAppFactory.java | try to handle TC6 as TC5 for now. |
| 5206 | modified | julien@jboss.com | //trunk/common/build.xml | provide build.lib directory to test case |
| 5206 | modified | julien@jboss.com | //trunk/tools/etc/buildfragments/buildmagic.ent | provide build.lib directory to test case |
| 5206 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/test/common/URLNavigatorTestCase.java | provide build.lib directory to test case |
| 5205 | deleted | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/util/ThrowableBean.java | - remove useless code |
| 5205 | modified | julien@jboss.com | //trunk/common/build.xml | - remove useless code |
| 5205 | deleted | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/test/common/ThrowableBeanTestCase.java | - remove useless code |
| 5204 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/util/ParameterMap.java | - simplify code in Parameters in order to reuse code offered by the ParameterMap parent class- added test case for Parameters.append(Map other) |
| 5204 | modified | julien@jboss.com | //trunk/common/src/main/org/jboss/portal/common/util/TypedMap.java | - simplify code in Parameters in order to reuse code offered by the ParameterMap parent class- added test case for Parameters.append(Map other) |
| 5204 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/test/portlet/ParametersTestCase.java | - simplify code in Parameters in order to reuse code offered by the ParameterMap parent class- added test case for Parameters.append(Map other) |
| 5204 | modified | julien@jboss.com | //trunk/portlet/build.xml | - simplify code in Parameters in order to reuse code offered by the ParameterMap parent class- added test case for Parameters.append(Map other) |
| 5204 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/Parameters.java | - simplify code in Parameters in order to reuse code offered by the ParameterMap parent class- added test case for Parameters.append(Map other) |
| 5203 | modified | bdaw | //trunk/build/build.xml | correct exploded-deploy ant task |
| 5202 | modified | roy.russo@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/render/PortalRenderSet.java | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | deleted | roy.russo@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/DivRegionRenderer.java | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | deleted | roy.russo@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/EmptyWindowRenderer.java | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | added | roy.russo@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/DynaDecorationRenderer.java | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | added | roy.russo@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/empty | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | added | roy.russo@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/DynaPortletRenderer.java | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | added | roy.russo@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/div/DivWindowRenderer.java | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | deleted | roy.russo@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/DivPortletRenderer.java | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | modified | roy.russo@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/metadata/RendererSetMetaData.java | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | added | roy.russo@jboss.com | //trunk/theme/src/resources/portal-ajax-war | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | added | roy.russo@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/DynaRendererTools.java | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | added | roy.russo@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/empty/EmptyRegionRenderer.java | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | added | roy.russo@jboss.com | //trunk/theme/src/resources/portal-ajax-war/WEB-INF/web.xml | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | deleted | roy.russo@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/EmptyDecorationRenderer.java | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | added | roy.russo@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/empty/EmptyPortletRenderer.java | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | modified | roy.russo@jboss.com | //trunk/core/build.xml | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | deleted | roy.russo@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/DivWindowRenderer.java | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | added | roy.russo@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/div | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |
| 5202 | added | roy.russo@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/div/DivDecorationRenderer.java | JBPORTAL-1008 - Integrate drap&drop theme into the Portal |