Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -r1.89 -r1.90 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 20 Sep 2007 12:19:37 -0000 1.89 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 24 Sep 2007 12:05:45 -0000 1.90 @@ -8,8 +8,9 @@ namespace eval ::xowiki { - ::xo::PackageMgr create Package \ + ::xo::PackageMgr create ::xowiki::Package \ -superclass ::xo::Package \ + -pretty_name "XoWiki" \ -package_key xowiki \ -parameter {{folder_id "[::xo::cc query_parameter folder_id 0]"}} @@ -56,7 +57,6 @@ # # URL and naming management # - Package instproc normalize_name {string} { set string [string trim $string] # if subst_blank_in_name is turned on, turn spaces into _ @@ -65,7 +65,7 @@ } return [ns_urldecode $string] } - + Package instproc default_locale {} { # TODO: this might be called quite often. we can optimize this my caching into xo::cc if {[ns_conn isconnected] && [my get_parameter use_connection_locale 0]} {