Index: openacs-4/packages/xowiki/xowiki.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/xowiki.info,v diff -u -N -r1.128 -r1.129 --- openacs-4/packages/xowiki/xowiki.info 9 Jun 2010 12:53:28 -0000 1.128 +++ openacs-4/packages/xowiki/xowiki.info 10 Jun 2010 06:37:38 -0000 1.129 @@ -10,11 +10,11 @@ t xowiki - + Gustaf Neumann A more generic xotcl-based wikis example with object types and subtypes based on the content repository (with category support) - 2010-06-09 + 2010-05-31 Gustaf Neumann, WU Wien <pre> XoWiki is a Wiki implementation for OpenACS in XOTcl. Instead of @@ -56,30 +56,55 @@ BSD-Style 0 - + + + + + + + + - + - + - + Index: openacs-4/packages/xowiki/tcl/xowiki-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-callback-procs.tcl,v diff -u -N -r1.60 -r1.61 --- openacs-4/packages/xowiki/tcl/xowiki-callback-procs.tcl 9 Jun 2010 12:53:28 -0000 1.60 +++ openacs-4/packages/xowiki/tcl/xowiki-callback-procs.tcl 10 Jun 2010 06:37:38 -0000 1.61 @@ -514,7 +514,7 @@ delete_parameter top_portlet } - set v 0.127 + set v 0.128 if {[apm_version_names_compare $from_version_name $v] == -1 && [apm_version_names_compare $to_version_name $v] > -1} { ns_log notice "-- upgrading to $v"