Apache MyFaces
Documentation
Foundation

Change Log Report

Total number of changed sets: 1

Changes between 2011-03-05 to 2011-04-05

Total commits: 5
Total number of files changed: 6

TimestampAuthorDetails
2011-03-18 11:58:17Leonardo Uribe

/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlRendererUtils.java v 1082970


Add methods to allow render one client behavior of a component with target to other component (required to fix TOMAHAWK-1551 f:ajax doesn't work in t:selectOneRadio layout="spread")
2011-03-11 08:01:54Jakob Korherr

/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/context/flash/FlashImpl.java v 1080561

/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/context/flash/FlashScopeDisabledException.java v 1080561

/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/context/flash/SubKeyMap.java v 1080561


MYFACES-3005 Only send Flash cookie if needed (some cleanup) typo in JSFWebConfigParam version provide ExternalContext via constructor arg use "true".equalsIgnoreCase() for init param value let FlashScopeDisabledException be a FacesException set svn:eol-style to native
2011-03-11 04:56:14Ganesh Jung

/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/context/flash/FlashImpl.java v 1080499

/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/context/flash/FlashScopeDisabledException.java v 1080499


JIRA 3005: add config param org.apache.myfaces.FLASH_SCOPE_DISABLED, skip pre- and postPhaseActions if true and throw FlashScopeDisabledException if true and one of the public Map access methods is used.
2011-03-10 15:46:42struberg

/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/application/DefaultViewHandlerSupport.java v 1080342


MYFACES-3065 only disable resource caching evaluation in ProjectStage#Development
2011-03-09 16:56:24struberg

/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/renderkit/RendererUtils.java v 1080017


only close content if it didn't get set to null in the previous catch blocks