|
| 1.66 | modified | julien | portlet/src/main/org/jboss/portal/portlet/test/PortletController.java | minor reformat of variables in portlet controller |
| 1.2 | modified | bdaw | migration/src/resources/portal-migration-war/pages/step7.jsp | migration: additional logging, corrected migration app pages content |
| 1.2 | modified | bdaw | migration/src/resources/portal-migration-war/pages/step8.jsp | migration: additional logging, corrected migration app pages content |
| 1.30 | modified | julien | portlet/src/resources/test-sar/META-INF/jboss-service.xml | fixed configuration file for test of portlet container |
| 1.65 | modified | julien | portlet/src/main/org/jboss/portal/portlet/test/PortletController.java | make not mandatory the fact to require the user module in order to make the portlet cloning operation possible |
| 1.12 | modified | julien | wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/MarkupTestCase.java | make not mandatory the fact to require the user module in order to make the portlet cloning operation possible |
| 1.2 | modified | julien | wsrp/src/main/org/jboss/portal/wsrp/UserContextConverter.java | make not mandatory the fact to require the user module in order to make the portlet cloning operation possible |
| 1.4 | modified | julien | portlet/src/main/org/jboss/portal/portlet/spi/UserContext.java | make not mandatory the fact to require the user module in order to make the portlet cloning operation possible |
| 1.2 | modified | julien | portlet/src/main/org/jboss/portal/portlet/support/spi/UserContextSupport.java | make not mandatory the fact to require the user module in order to make the portlet cloning operation possible |
| 1.1 | added | bdaw | migration/src/resources/portal-migration-war/pages/step8.jsp | migration: portal security migration impl. |
| 1.6 | modified | bdaw | migration/src/resources/test/migration/initialContent/initialFrom22Set.xml | migration: portal security migration impl. |
| 1.7 | modified | julien | portlet/src/main/org/jboss/portal/portlet/impl/jsr168/RenderResponseImpl.java | JBPORTAL-909 : Make namespace constant accross invocations |
| 1.4 | modified | julien | portlet/src/main/org/jboss/portal/test/portlet/jsr168/api/portletconfig/PortletConfigSequenceBuilder.java | migrated portlet caching to 2.4 |
| 1.5 | modified | julien | portlet/src/main/org/jboss/portal/portlet/result/FragmentResult.java | migrated portlet caching to 2.4 |
| 1.8 | modified | julien | portlet/src/main/org/jboss/portal/portlet/result/RenderResult.java | migrated portlet caching to 2.4 |
| 1.11 | modified | julien | portlet/src/main/org/jboss/portal/portlet/spi/InvocationContext.java | migrated portlet caching to 2.4 |
| 1.2 | modified | julien | portlet/src/main/org/jboss/portal/portlet/support/spi/InvocationContextSupport.java | migrated portlet caching to 2.4 |
| 1.2 | modified | julien | portlet/src/main/org/jboss/portal/portlet/test/support/info/CacheInfoSupport.java | migrated portlet caching to 2.4 |
| 1.7 | modified | julien | portlet/src/main/org/jboss/portal/portlet/deployment/PortletApplicationMetaDataFactory.java | migrated portlet caching to 2.4 |
| 1.4 | modified | julien | portlet/src/main/org/jboss/portal/portlet/impl/spi/AbstractInvocationContext.java | migrated portlet caching to 2.4 |
| 1.2 | modified | julien | portlet/src/main/org/jboss/portal/portlet/info/CacheInfo.java | migrated portlet caching to 2.4 |
| 1.19 | deleted | julien | portlet/src/main/org/jboss/portal/portlet/aspects/component/CacheInterceptor.java | migrated portlet caching to 2.4 |
| 1.1 | added | julien | portlet/src/main/org/jboss/portal/portlet/aspects/portlet/ConsumerCacheInterceptor.java | migrated portlet caching to 2.4 |
| 1.1 | added | julien | portlet/src/main/org/jboss/portal/portlet/aspects/portlet/ProducerCacheInterceptor.java | migrated portlet caching to 2.4 |
| 1.4 | modified | julien | portlet/src/main/org/jboss/portal/portlet/container/info/ContainerCacheInfo.java | migrated portlet caching to 2.4 |
| 1.2 | modified | julien | portlet/src/main/org/jboss/portal/portlet/OpaqueStateString.java | migrated portlet caching to 2.4 |
| 1.5 | modified | julien | portlet/src/main/org/jboss/portal/portlet/ParametersStateString.java | migrated portlet caching to 2.4 |
| 1.2 | modified | julien | portlet/src/main/org/jboss/portal/portlet/StateString.java | migrated portlet caching to 2.4 |
| 1.1 | added | bdaw | migration/src/resources/portal-migration-war/pages/step7.jsp | migration app update for portlet instances migration |
| 1.1 | added | bdaw | migration/src/resources/test/migration/expectedContent/results24/testInstancesMigration.xml | updated migration tests assertions |
| 1.1 | added | bdaw | migration/src/resources/test/migration/expectedContent/results24/testPortalObjectMigration.xml | updated migration tests assertions |
| 1.5 | modified | bdaw | migration/src/resources/test/migration/initialContent/initialFrom22Set.xml | updated migration tests assertions |
| 1.1 | added | bdaw | migration/src/resources/test/migration/expectedContent/results24/testUserRolesPropertiesMigration.xml | missing migration result assert file (Intellij cvs client issues....) |
| 1.15 | modified | claprun | portlet/src/main/org/jboss/portal/portlet/aspects/component/ModesInterceptor.java | Commented out Julien's recent change so that tests pass. We probably need to run the tests as an authenticated user. |
| 1.3 | modified | claprun | wsrp/src/main/org/jboss/portal/wsrp/consumer/RenderHandler.java | Better prefix for processMarkup. |
| 1.5 | modified | claprun | wsrp/src/resources/portal-wsrp-war/WEB-INF/webservices.xml | Changed Markup service endpoint name to conform to the commonly used name (WSRPBaseService). |
| 1.2 | modified | claprun | wsrp/src/resources/portal-wsrp-war/WEB-INF/wsdl/wsrp_services.wsdl | Changed Markup service endpoint name to conform to the commonly used name (WSRPBaseService). |
| 1.17 | modified | claprun | wsrp/src/main/org/jboss/portal/wsrp/WSRPUtils.java | Fixed issue where passing null window state or mode was crashing the producer. |
| 1.14 | modified | julien | portlet/src/main/org/jboss/portal/portlet/aspects/component/ModesInterceptor.java | if user is not logged in do not show edit mode in the consumer |
| 1.4 | modified | russo | samples/src/main/org/jboss/samples/portlet/news/NewsPortlet.java | fixed prefs handling |
| 1.3 | modified | russo | samples/src/main/org/jboss/samples/portlet/news/NewsPortlet.java | only use prefs from edit request |
| 1.106 | modified | julien | portlet/build.xml | - updated microcontainer jars to 4.0.4.GA- fixed the portlet test suite that can run now |
| 1.3 | modified | julien | thirdparty/jboss-microcontainer/README.txt | - updated microcontainer jars to 4.0.4.GA- fixed the portlet test suite that can run now |
| 1.1 | added | julien | thirdparty/jboss-microcontainer/lib/jboss-serialization.jar | - updated microcontainer jars to 4.0.4.GA- fixed the portlet test suite that can run now |
| 1.50 | modified | julien | tools/etc/buildfragments/libraries.ent | - updated microcontainer jars to 4.0.4.GA- fixed the portlet test suite that can run now |
| 1.2 | modified | bdaw | migration/src/resources/test/log4j.properties | . |
| 1.4 | modified | bdaw | migration/src/resources/test/migration/initialContent/initialFrom22Set.xml | . |
| 1.3 | modified | bdaw | migration/src/resources/test/migration/schema20/hibernate.cfg.xml | . |
| 1.3 | modified | bdaw | migration/src/resources/test/migration/schema22/hibernate.cfg.xml | . |
| 1.2 | modified | bdaw | migration/src/resources/test/migration/schema24/hibernate.cfg.xml | . |