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"