Index: openacs-4/packages/xowiki/COPYRIGHT =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/COPYRIGHT,v diff -u -r1.1 -r1.2 --- openacs-4/packages/xowiki/COPYRIGHT 30 Dec 2005 00:09:53 -0000 1.1 +++ openacs-4/packages/xowiki/COPYRIGHT 27 Feb 2008 09:12:06 -0000 1.2 @@ -1,6 +1,6 @@ * xowiki * - * Copyright (C) 2005 Gustaf Neumann, neumann@wu-wien.ac.at + * Copyright (C) 2005-2008 Gustaf Neumann, neumann@wu-wien.ac.at * * Vienna University of Economics and Business Administration * Institute of Information Systems and New Media Index: openacs-4/packages/xowiki/xowiki.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/xowiki.info,v diff -u -r1.73 -r1.74 --- openacs-4/packages/xowiki/xowiki.info 17 Dec 2007 12:22:52 -0000 1.73 +++ openacs-4/packages/xowiki/xowiki.info 27 Feb 2008 09:12:06 -0000 1.74 @@ -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-09-20 + 2008-02-27 Gustaf Neumann, WU Wien <pre> XoWiki is a Wiki implementation for OpenACS in XOTcl. Instead of @@ -54,16 +54,16 @@ BSD-Style 0 - + - + @@ -79,6 +79,7 @@ + Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.205 -r1.206 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 25 Feb 2008 11:16:01 -0000 1.205 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 27 Feb 2008 09:12:06 -0000 1.206 @@ -1,5 +1,5 @@ ad_library { - XoWiki - main libraray classes and objects + XoWiki - main library classes and objects @creation-date 2006-01-10 @author Gustaf Neumann Index: openacs-4/packages/xowiki/www/admin/portal-element-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/admin/portal-element-add.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/xowiki/www/admin/portal-element-add.tcl 14 Sep 2007 18:58:09 -0000 1.7 +++ openacs-4/packages/xowiki/www/admin/portal-element-add.tcl 27 Feb 2008 09:12:07 -0000 1.8 @@ -49,7 +49,7 @@ db_transaction { set element_id [portal::add_element \ -portal_id $portal_id \ - -portlet_name [xowiki_portlet::get_my_name] \ + -portlet_name [xowiki_portlet name] \ -pretty_name $page_title \ -force_region [parameter::get_from_package_key \ -parameter "xowiki_portal_content_force_region" \