[jbossportletbridge/jbossportletbridge] 508fee: Additional JSF2 Tests from QE
by vrockai
Branch: refs/heads/master
Home: https://github.com/jbossportletbridge/jbossportletbridge
Commit: 508feebebcd323cae3371833a1623902195f31f9
https://github.com/jbossportletbridge/jbossportletbridge/commit/508feebeb...
Author: vrockai <vrockai(a)redhat.com>
Date: 2012-10-15 (Mon, 15 Oct 2012)
Changed paths:
A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionCustomTagTest.java
A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionDefineTest.java
A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionParameterTest.java
A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionRemoveTest.java
A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionTest.java
A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/i18n/I18nResourceTest.java
A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/i18n/LanguageBean.java
A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/navigation/NavigationConditionalTest.java
A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/navigation/NavigationTest.java
A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/navigation/PageController.java
A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/navigation/PaymentController.java
A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/stage/StageAbstractTest.java
A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/stage/StageDevelopmentTest.java
A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/stage/StageProductionTest.java
A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/validator/LoginRegisterBean.java
A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/validator/ValidatorAjaxEmailTest.java
A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/validator/ValidatorEmailTest.java
A testsuites/jsf2/src/test/resources/pages/facelet/commonContent.xhtml
A testsuites/jsf2/src/test/resources/pages/facelet/commonFooter.xhtml
A testsuites/jsf2/src/test/resources/pages/facelet/commonHeader.xhtml
A testsuites/jsf2/src/test/resources/pages/facelet/commonLayout.xhtml
A testsuites/jsf2/src/test/resources/pages/facelet/composition.xhtml
A testsuites/jsf2/src/test/resources/pages/facelet/compositionDefine.xhtml
A testsuites/jsf2/src/test/resources/pages/facelet/customTag/button.xhtml
A testsuites/jsf2/src/test/resources/pages/facelet/customTag/main.xhtml
A testsuites/jsf2/src/test/resources/pages/facelet/customTag/pbr.taglib.xml
A testsuites/jsf2/src/test/resources/pages/facelet/parameter/commonHeader.xhtml
A testsuites/jsf2/src/test/resources/pages/facelet/parameter/commonLayout.xhtml
A testsuites/jsf2/src/test/resources/pages/facelet/parameter/compositionParameter.xhtml
A testsuites/jsf2/src/test/resources/pages/facelet/remove/main.xhtml
A testsuites/jsf2/src/test/resources/pages/i18n/main.xhtml
A testsuites/jsf2/src/test/resources/pages/navigation/main.xhtml
A testsuites/jsf2/src/test/resources/pages/navigation/mainConditional.xhtml
A testsuites/jsf2/src/test/resources/pages/navigation/order.xhtml
A testsuites/jsf2/src/test/resources/pages/navigation/page1.xhtml
A testsuites/jsf2/src/test/resources/pages/navigation/page2.xhtml
A testsuites/jsf2/src/test/resources/pages/navigation/payment.xhtml
A testsuites/jsf2/src/test/resources/pages/navigation/register.xhtml
A testsuites/jsf2/src/test/resources/pages/navigation/target.xhtml
A testsuites/jsf2/src/test/resources/pages/stage/main.xhtml
A testsuites/jsf2/src/test/resources/pages/validator/main.xhtml
A testsuites/jsf2/src/test/resources/pages/validator/mainAjax.xhtml
A testsuites/jsf2/src/test/resources/resources/welcome.properties
A testsuites/jsf2/src/test/resources/resources/welcome_zh_CN.properties
Log Message:
-----------
Additional JSF2 Tests from QE
12 years, 2 months
[jbossportletbridge/jbossportletbridge] 9782d7: Fix formatting of files
by Ken Finnigan
Branch: refs/heads/master
Home: https://github.com/jbossportletbridge/jbossportletbridge
Commit: 9782d714f29b6b33475822276b70b71728318580
https://github.com/jbossportletbridge/jbossportletbridge/commit/9782d714f...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2012-10-10 (Wed, 10 Oct 2012)
Changed paths:
M testsuites/common/src/main/java/org/jboss/portletbridge/test/TestDeployment.java
M testsuites/jsf2/pom.xml
M testsuites/jsf2/src/main/webapp/resources/css/screen.css
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/AjaxSubmitTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/commandButton/CommandButtonBean.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/commandButton/CommandButtonTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/commandLink/CommandLinkTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/inputText/InputTextBean.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/inputText/InputTextTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/link/LinkBean.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/link/LinkTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/message/MessagesBean.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/message/MessagesTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputLabel/OutputLabelTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputLink/OutputLinkBean.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputLink/OutputLinkTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputText/OutputTextBean.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputText/OutputTextTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/selectCheckbox/SelectCheckboxBean.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/selectCheckbox/SelectCheckboxTest.java
M testsuites/jsf2/src/test/resources/WEB-INF/faces-config.xml
M testsuites/jsf2/src/test/resources/WEB-INF/jboss-deployment-structure.xml
M testsuites/jsf2/src/test/resources/WEB-INF/portlet.xml
M testsuites/jsf2/src/test/resources/WEB-INF/web.xml
M testsuites/jsf2/src/test/resources/ajax.xhtml
M testsuites/jsf2/src/test/resources/form.xhtml
M testsuites/jsf2/src/test/resources/output.xhtml
M testsuites/jsf2/src/test/resources/pages/component/h/commandButton/commandbutton.xhtml
M testsuites/jsf2/src/test/resources/pages/component/h/commandLink/commandlink.xhtml
M testsuites/jsf2/src/test/resources/pages/component/h/inputText/inputtext.xhtml
M testsuites/jsf2/src/test/resources/pages/component/h/link/link.xhtml
M testsuites/jsf2/src/test/resources/pages/component/h/message/message.xhtml
M testsuites/jsf2/src/test/resources/pages/component/h/outputLabel/outputlabel.xhtml
M testsuites/jsf2/src/test/resources/pages/component/h/outputLink/outputlink.xhtml
M testsuites/jsf2/src/test/resources/pages/component/h/outputText/outputtext.xhtml
M testsuites/jsf2/src/test/resources/pages/component/h/selectCheckbox/selectcheckbox.xhtml
M testsuites/jsf2/src/test/resources/pages/exception/test.xhtml
M testsuites/jsf2/src/test/resources/pages/redirect/ajax.xhtml
M testsuites/jsf2/src/test/resources/pages/redirect/done1.xhtml
M testsuites/jsf2/src/test/resources/pages/redirect/done2.xhtml
M testsuites/jsf2/src/test/resources/pages/scope/flash/done.xhtml
M testsuites/jsf2/src/test/resources/pages/scope/flash/home.xhtml
M testsuites/jsf2/src/test/resources/taglib/edit.xhtml
M testsuites/jsf2/src/test/resources/taglib/tags.xhtml
Log Message:
-----------
Fix formatting of files
12 years, 2 months
[jbossportletbridge/jbossportletbridge] 847799: Fixes for RichFaces resource handling
by Ken Finnigan
Branch: refs/heads/master
Home: https://github.com/jbossportletbridge/jbossportletbridge
Commit: 847799a4cfb83351a5a7dbf614350acf769b4eac
https://github.com/jbossportletbridge/jbossportletbridge/commit/847799a4c...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2012-10-10 (Wed, 10 Oct 2012)
Changed paths:
M core/portletbridge-impl/src/main/java/org/jboss/portletbridge/application/resource/PortletResource.java
M extension/richfaces/pom.xml
A extension/richfaces/src/main/java/org/jboss/portletbridge/richfaces/application/ApplicationFactoryImpl.java
A extension/richfaces/src/main/java/org/jboss/portletbridge/richfaces/application/ApplicationImpl.java
M extension/richfaces/src/main/java/org/jboss/portletbridge/richfaces/application/ViewHandlerImpl.java
A extension/richfaces/src/main/java/org/jboss/portletbridge/richfaces/application/resource/OutermostRichFacesPortletResourceHandler.java
A extension/richfaces/src/main/java/org/jboss/portletbridge/richfaces/application/resource/RichFacesPortletResource.java
M extension/richfaces/src/main/java/org/jboss/portletbridge/richfaces/application/resource/RichFacesPortletResourceHandler.java
A extension/richfaces/src/main/java/org/jboss/portletbridge/richfaces/renderkit/html/RichFacesEditorRenderer.java
A extension/richfaces/src/main/java/org/jboss/portletbridge/richfaces/renderkit/html/RichFacesRenderKit.java
M extension/richfaces/src/main/resources/META-INF/faces-config.xml
Log Message:
-----------
Fixes for RichFaces resource handling
12 years, 2 months