Index: openacs-4/packages/calendar-portlet/tcl/calendar-full-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/tcl/calendar-full-portlet-procs.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/calendar-portlet/tcl/calendar-full-portlet-procs.tcl 12 May 2002 18:15:04 -0000 1.7 +++ openacs-4/packages/calendar-portlet/tcl/calendar-full-portlet-procs.tcl 15 May 2002 18:48:32 -0000 1.8 @@ -40,10 +40,7 @@ ad_proc -public get_pretty_name { } { - return [oacs_util::parameter \ - -key "full_portlet_pretty_name" \ - -package_key [my_package_key] - ] + return [parameter::get_from_package_key -package_key full_portlet_pretty_name -parameter pretty_name] } ad_proc -public link { Index: openacs-4/packages/calendar-portlet/tcl/calendar-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/tcl/calendar-portlet-procs.tcl,v diff -u -N -r1.28 -r1.29 --- openacs-4/packages/calendar-portlet/tcl/calendar-portlet-procs.tcl 12 May 2002 18:15:04 -0000 1.28 +++ openacs-4/packages/calendar-portlet/tcl/calendar-portlet-procs.tcl 15 May 2002 18:48:32 -0000 1.29 @@ -38,10 +38,7 @@ ad_proc -public get_pretty_name { } { - return [oacs_util::parameter \ - -key "pretty_name" \ - -package_key [my_package_key] - ] + return [parameter::get_from_package_key -package_key [my_package_key] -parameter pretty_name] } ad_proc -public link { Index: openacs-4/packages/dotlrn-bboard/tcl/dotlrn-bboard-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-bboard/tcl/dotlrn-bboard-procs.tcl,v diff -u -N -r1.38 -r1.39 --- openacs-4/packages/dotlrn-bboard/tcl/dotlrn-bboard-procs.tcl 14 May 2002 21:42:15 -0000 1.38 +++ openacs-4/packages/dotlrn-bboard/tcl/dotlrn-bboard-procs.tcl 15 May 2002 18:48:32 -0000 1.39 @@ -172,10 +172,7 @@ # remove the portlet bboard_portlet::remove_self_from_page $portal_id $package_id - set auto_create_forum_p [oacs_util::parameter \ - -package_key "dotlrn-bboard" \ - -key "auto_create_forum_p" - ] + set auto_create_forum_p [parameter::get_from_package_key -package_key "dotlrn-bboard" -parameter auto_create_forum_p] if {[string equal $auto_create_forum_p "t"]} { ad_return_complaint 1 "no bboard delete proc" Index: openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl,v diff -u -N -r1.37 -r1.38 --- openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl 12 May 2002 18:15:04 -0000 1.37 +++ openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl 15 May 2002 18:48:32 -0000 1.38 @@ -41,10 +41,7 @@ ad_proc -public get_pretty_name { } { - return [oacs_util::parameter \ - -key "pretty_name" \ - -package_key [my_package_key] - ] + return [parameter::get_from_package_key -package_key [my_package_key] -parameter pretty_name] } ad_proc -public link { Index: openacs-4/packages/news-portlet/tcl/news-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-portlet/tcl/news-portlet-procs.tcl,v diff -u -N -r1.17 -r1.18 --- openacs-4/packages/news-portlet/tcl/news-portlet-procs.tcl 13 May 2002 06:00:07 -0000 1.17 +++ openacs-4/packages/news-portlet/tcl/news-portlet-procs.tcl 15 May 2002 18:48:32 -0000 1.18 @@ -38,10 +38,7 @@ ad_proc -public get_pretty_name { } { - return [oacs_util::parameter \ - -key "news_portlet_pretty_name" \ - -package_key [my_package_key] - ] + return [parameter::get_from_package_key -package_key news_portlet_pretty_name -parameter pretty_name] } ad_proc -public link { Index: openacs-4/packages/news-portlet/www/news-admin-portlet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-portlet/www/news-admin-portlet.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/news-portlet/www/news-admin-portlet.adp 28 Apr 2002 22:25:19 -0000 1.4 +++ openacs-4/packages/news-portlet/www/news-admin-portlet.adp 15 May 2002 18:48:32 -0000 1.5 @@ -21,5 +21,4 @@ Index: openacs-4/packages/static-portlet/tcl/static-admin-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/tcl/static-admin-portlet-procs.tcl,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/static-portlet/tcl/static-admin-portlet-procs.tcl 13 May 2002 06:00:07 -0000 1.10 +++ openacs-4/packages/static-portlet/tcl/static-admin-portlet-procs.tcl 15 May 2002 18:48:32 -0000 1.11 @@ -33,10 +33,7 @@ ad_proc -public get_pretty_name { } { - return [oacs_util::parameter \ - -package_key [my_package_key] \ - -key "static_admin_portlet_pretty_name" - ] + return [parameter::get_from_package_key -package_key [my_package_key] -parameter static_admin_portlet_pretty_name] } ad_proc -private my_package_key {