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 2014/02/18 15:10:58 UTC

svn commit: r1569332 - in /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo: pom.xml src/main/webapp/WEB-INF/tags/layout/overview.xhtml src/main/webapp/WEB-INF/tobago-config.xml

Author: lofwyr
Date: Tue Feb 18 14:10:58 2014
New Revision: 1569332

URL: http://svn.apache.org/r1569332
Log:
TOBAGO-1368: Create a new theme which uses Bootstrap
TOBAGO-1358: Using CSS box-sizing: border-box instead of content-box 
TOBAGO-1361: New Layout Manager: Flex Box 
TOBAGO-1360: Clean up attic browser support
- first working draft

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/pom.xml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/pom.xml?rev=1569332&r1=1569331&r2=1569332&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/pom.xml Tue Feb 18 14:10:58 2014
@@ -144,6 +144,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>
+      <artifactId>tobago-theme-bootstrap</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.tobago</groupId>
       <artifactId>tobago-theme-scarborough</artifactId>
       <version>${project.version}</version>
     </dependency>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.xhtml?rev=1569332&r1=1569331&r2=1569332&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.xhtml Tue Feb 18 14:10:58 2014
@@ -24,13 +24,17 @@
   <f:view locale="#{clientConfigController.locale}">
     <tc:page applicationIcon="icon/favicon.ico" label="#{overviewBundle.pageTitle} - #{title}" id="page">
 
+<!--
       <tc:dataAttribute name="tobago-log-level" value="DEBUG"/>
+-->
 
       <tc:script file="demo.js"/>
 
+<!-- it seems this no longer needed with Tobago 3.0
       <f:facet name="resize">
         <tc:command immediate="true"/>
       </f:facet>
+-->
 
       <f:facet name="menuBar">
         <tc:menuBar>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml?rev=1569332&r1=1569331&r2=1569332&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml Tue Feb 18 14:10:58 2014
@@ -36,6 +36,7 @@
     <supported-theme>scarborough</supported-theme>
     <supported-theme>richmond</supported-theme>
     <supported-theme>charlotteville</supported-theme>
+    <supported-theme>bootstrap</supported-theme>
   </theme-config>
 
   <resource-dir>tobago-resource</resource-dir>