UI-Component Sets

Change Log Report

Total number of changed sets: 1

Changes between 2012-03-11 and 2012-04-11

Total commits: 13
Total number of files changed: 29

TimestampAuthorDetails
2012-04-03 16:59:55Leonardo Uribe/myfaces/core/branches/2.0.x/api/pom.xml v 1309169
/myfaces/core/branches/2.0.x/assembly/pom.xml v 1309169
/myfaces/core/branches/2.0.x/bundle/pom.xml v 1309169
/myfaces/core/branches/2.0.x/impl/pom.xml v 1309169
/myfaces/core/branches/2.0.x/implee6/pom.xml v 1309169
/myfaces/core/branches/2.0.x/parent/pom.xml v 1309169
/myfaces/core/branches/2.0.x/pom.xml v 1309169
/myfaces/core/branches/2.0.x/shared/pom.xml v 1309169
/myfaces/core/branches/2.0.x/shared-public/pom.xml v 1309169

[maven-release-plugin] prepare for next development iteration
2012-04-03 16:59:37Leonardo Uribe/myfaces/core/branches/2.0.x/api/pom.xml v 1309167
/myfaces/core/branches/2.0.x/assembly/pom.xml v 1309167
/myfaces/core/branches/2.0.x/bundle/pom.xml v 1309167
/myfaces/core/branches/2.0.x/impl/pom.xml v 1309167
/myfaces/core/branches/2.0.x/implee6/pom.xml v 1309167
/myfaces/core/branches/2.0.x/parent/pom.xml v 1309167
/myfaces/core/branches/2.0.x/pom.xml v 1309167
/myfaces/core/branches/2.0.x/shared/pom.xml v 1309167
/myfaces/core/branches/2.0.x/shared-public/pom.xml v 1309167

[maven-release-plugin] prepare release myfaces-core-module-2.0.13
2012-04-03 09:52:33Werner Punz/myfaces/core/branches/2.0.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_DomQuirks.js v 1308961

https://issues.apache.org/jira/browse/MYFACES-3523 fix for the issue
2012-04-03 09:03:15Werner Punz/myfaces/core/branches/2.0.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Dom.js v 1308920

https://issues.apache.org/jira/browse/MYFACES-3521
adding an error handling to our eval, so that the update does not bomb out in case of a js error
2012-03-30 11:25:43Leonardo Uribe/myfaces/core/branches/2.0.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/jsf-uncompressed.js v 1307509

MYFACES-3519 Could not load Javascript-Sources in 'Package' org.apache.myfaces.core.impl.xhrCore.engine
2012-03-29 06:52:57Werner Punz/myfaces/core/branches/2.0.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_DomQuirks.js v 1306794
/myfaces/core/branches/2.0.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js v 1306794

https://issues.apache.org/jira/browse/MYFACES-3512
fixing firefox 3.6 issue, fixing smaller issue with a function for error handling not being called due to a typo
2012-03-28 23:27:03Leonardo Uribe/myfaces/core/branches/2.0.x/api/src/main/java/javax/faces/component/UIData.java v 1306710
/myfaces/core/branches/2.0.x/api/src/main/java/javax/faces/component/UIForm.java v 1306710
/myfaces/core/branches/2.0.x/api/src/main/java/javax/faces/component/UINamingContainer.java v 1306710
/myfaces/core/branches/2.0.x/api/src/main/java/javax/faces/component/UIViewRoot.java v 1306710
/myfaces/core/branches/2.0.x/impl/src/main/java/org/apache/myfaces/view/facelets/FaceletCompositionContext.java v 1306710
/myfaces/core/branches/2.0.x/impl/src/main/java/org/apache/myfaces/view/facelets/impl/FaceletCompositionContextImpl.java v 1306710
/myfaces/core/branches/2.0.x/impl/src/main/java/org/apache/myfaces/view/facelets/tag/composite/CompositeComponentResourceTagHandler.java v 1306710
/myfaces/core/branches/2.0.x/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jsf/ComponentSupport.java v 1306710

MYFACES-3515 Duplicate id using a facet and multiple <c:if> blocks in a composite component
2012-03-26 14:21:16Leonardo Uribe/myfaces/core/branches/2.0.x/api/src/main/java/javax/faces/component/UIViewRoot.java v 1305498

MYFACES-3199 Handling AbortProcessingException is unconsistent
2012-03-22 12:33:55Leonardo Uribe/myfaces/core/branches/2.0.x/api/src/main/java/javax/faces/component/_ComponentAttributesMap.java v 1303909
/myfaces/core/branches/2.0.x/impl/src/main/java/org/apache/myfaces/webapp/AbstractFacesInitializer.java v 1303909

MYFACES-3510 Application components classloader memory leak
2012-03-20 12:58:27Leonardo Uribe/myfaces/core/branches/2.0.x/api/src/main/java/javax/faces/component/UIComponentBase.java v 1303056

MYFACES-3508 ClassCastException during RestoreView with MyFaces 2.1.7-SNAPSHOT
2012-03-13 14:43:40Leonardo Uribe/myfaces/core/branches/2.0.x/api/src/main/java/javax/faces/component/UIViewRoot.java v 1300302
/myfaces/core/branches/2.0.x/impl/src/test/java/org/apache/myfaces/view/facelets/ExceptionTestCase.java v 1300302

MYFACES-3199 Handling AbortProcessingException is unconsistent (catch other Exception instance (non APE) ,publish them as ExceptionQueuedEvent and short-circuit broadcast to ensure source component available within exceptionQueuedEventContext.getComponent() ) (Thanks to Martin Koci for provide this patch)
2012-03-13 13:30:06Leonardo Uribe/myfaces/core/branches/2.0.x/api/src/main/java/javax/faces/component/UIViewRoot.java v 1300275

MYFACES-3199 Handling AbortProcessingException is unconsistent (catch other Exception instance (non APE) ,publish them as ExceptionQueuedEvent and short-circuit broadcast to ensure source component available within exceptionQueuedEventContext.getComponent() ) (Thanks to Martin Koci for provide this patch)
2012-03-11 22:23:27Leonardo Uribe/myfaces/core/branches/2.0.x/api/pom.xml v 1299553
/myfaces/core/branches/2.0.x/assembly/pom.xml v 1299553
/myfaces/core/branches/2.0.x/bundle/pom.xml v 1299553
/myfaces/core/branches/2.0.x/impl/pom.xml v 1299553
/myfaces/core/branches/2.0.x/impl-api v 1299553
/myfaces/core/branches/2.0.x/implee6/pom.xml v 1299553
/myfaces/core/branches/2.0.x/integration-tests/pom.xml v 1299553
/myfaces/core/branches/2.0.x/parent v 1299553
/myfaces/core/branches/2.0.x/parent/pom.xml v 1299553
/myfaces/core/branches/2.0.x/pom.xml v 1299553
/myfaces/core/branches/2.0.x/shared/pom.xml v 1299553
/myfaces/core/branches/2.0.x/shared-public v 1299553
/myfaces/core/branches/2.0.x/shared-public/pom.xml v 1299553

create parent module and fix all other pom.xml files