[jboss-cvs] jboss-seam/examples/wiki/src/etc/META-INF ...

Christian Bauer christian at hibernate.org
Thu Aug 30 12:51:00 EDT 2007


  User: cbauer  
  Date: 07/08/30 12:51:00

  Modified:    examples/wiki/src/etc/META-INF   persistence-prod-war.xml
                        wiki.taglib.xml
  Log:
  Finished Blosxom importer (not perfect though) and minor bugfixes
  
  Revision  Changes    Path
  1.10      +1 -1      jboss-seam/examples/wiki/src/etc/META-INF/persistence-prod-war.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: persistence-prod-war.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/META-INF/persistence-prod-war.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- persistence-prod-war.xml	25 Aug 2007 17:59:22 -0000	1.9
  +++ persistence-prod-war.xml	30 Aug 2007 16:51:00 -0000	1.10
  @@ -9,7 +9,7 @@
           <provider>org.hibernate.ejb.HibernatePersistence</provider>
           <jta-data-source>wikiDatasource</jta-data-source>
           <properties>
  -            <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLInnoDBDialect"/>
  +            <property name="hibernate.dialect" value="org.hibernate.dialect.MySQL5InnoDBDialect"/>
               <property name="hibernate.transaction.manager_lookup_class"
                         value="org.hibernate.transaction.JBossTransactionManagerLookup"/>
   
  
  
  
  1.16      +6 -0      jboss-seam/examples/wiki/src/etc/META-INF/wiki.taglib.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: wiki.taglib.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/META-INF/wiki.taglib.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- wiki.taglib.xml	25 Aug 2007 17:59:22 -0000	1.15
  +++ wiki.taglib.xml	30 Aug 2007 16:51:00 -0000	1.16
  @@ -120,6 +120,12 @@
           <function-signature>java.lang.String escapeAtSymbol(java.lang.String)</function-signature>
       </function>
   
  +    <function>
  +        <function-name>escapeHTML</function-name>
  +        <function-class>org.jboss.seam.wiki.util.WikiUtil</function-class>
  +        <function-signature>java.lang.String escapeHtml(java.lang.String,boolean)</function-signature>
  +    </function>
  +
       <tag>
           <tag-name>formattedText</tag-name>
   		<handler-class>org.jboss.seam.wiki.core.ui.WikiFormattedTextHandler</handler-class> 
  
  
  



More information about the jboss-cvs-commits mailing list