You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/03/23 09:05:14 UTC

[myfaces-tobago] branch master updated (5fd8b43 -> 2214cd5)

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


    from 5fd8b43  fix(tab): CSS customClass set on header/body
     add 2214cd5  feat: Make selected theme storeable in session

No new revisions were added by this update.

Summary of changes:
 .../apache/myfaces/tobago/config/TobagoConfig.java | 24 ++++++++-
 .../org/apache/myfaces/tobago/context/Theme.java   |  6 +++
 .../myfaces/tobago/context/TobagoContext.java      | 58 ++++++++++++++++++----
 .../internal/config/TobagoConfigFragment.java      |  9 ++++
 .../tobago/internal/config/TobagoConfigMerger.java |  5 ++
 .../tobago/internal/config/TobagoConfigParser.java |  6 +++
 .../internal/renderkit/renderer/PageRenderer.java  | 33 +++++-------
 .../myfaces/tobago/internal/util/CookieUtils.java  | 15 +++---
 .../myfaces/tobago/config/tobago-config-5.1.xsd    |  7 +++
 .../config/TobagoConfigParserUnitTest.java         | 16 ++++++
 .../src/test/resources/tobago-config-5.1.xml       |  1 +
 .../src/main/webapp/WEB-INF/tobago-config.xml      |  1 -
 12 files changed, 139 insertions(+), 42 deletions(-)