Index: openacs-4/packages/xotcl-core/xotcl-core.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/xotcl-core.info,v diff -u -r1.31 -r1.32 --- openacs-4/packages/xotcl-core/xotcl-core.info 29 Jul 2007 21:33:25 -0000 1.31 +++ openacs-4/packages/xotcl-core/xotcl-core.info 1 Aug 2007 19:32:31 -0000 1.32 @@ -8,10 +8,10 @@ t xotcl - + Gustaf Neumann XOTcl library functionality (e.g. thread handling, online documentation, Generic Form and List Classes) - 2007-07-29 + 2007-08-01 This component contains some core functionality for OACS applications using XOTcl. It includes XOTcl thread handling for OACS (supporting persistent and @@ -39,7 +39,7 @@ BSD-Style 0 - + Index: openacs-4/packages/xowiki/xowiki.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/xowiki.info,v diff -u -r1.58 -r1.59 --- openacs-4/packages/xowiki/xowiki.info 29 Jul 2007 21:31:52 -0000 1.58 +++ openacs-4/packages/xowiki/xowiki.info 1 Aug 2007 19:32:30 -0000 1.59 @@ -8,11 +8,11 @@ f xowiki - + Gustaf Neumann A more generic xotcl-based wikis example with object types and subtypes based on the content repository (with category support) - 2007-07-29 + 2007-08-01 <pre> XoWiki is a Wiki implementation for OpenACS in XOTcl. Instead of trying to implement the full set of Wiki markup commands of systems @@ -53,16 +53,16 @@ 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 -r1.28 -r1.29 --- openacs-4/packages/xowiki/tcl/xowiki-callback-procs.tcl 29 Jul 2007 21:31:53 -0000 1.28 +++ openacs-4/packages/xowiki/tcl/xowiki-callback-procs.tcl 1 Aug 2007 19:32:31 -0000 1.29 @@ -289,6 +289,16 @@ } } + if {[apm_version_names_compare $from_version_name "0.60"] == -1 && + [apm_version_names_compare $to_version_name "0.60"] > -1} { + ns_log notice "-- upgrading to 0.60" + # load for all xowiki package instances te weblog-portlet prototype page + foreach package_id [::xowiki::Package instances] { + ::xowiki::Package initialize -package_id $package_id -init_url false + $package_id import_prototype_page weblog-portlet + } + } + if {[apm_version_names_compare $from_version_name "0.65"] == -1 && [apm_version_names_compare $to_version_name "0.65"] > -1} { ns_log notice "-- upgrading to 0.65"