Index: openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl,v diff -u -N -r1.28 -r1.29 --- openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 14 Sep 2018 18:08:34 -0000 1.28 +++ openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 3 Dec 2018 17:06:47 -0000 1.29 @@ -136,6 +136,9 @@ ad_proc -deprecated util_PrettyBoolean {t_or_f { default "default" } } { + + @see tcl string is true/false + @see lang::message::lookup } { if { $t_or_f == "t" || $t_or_f eq "T" } { return "Yes" @@ -606,6 +609,7 @@ multipart/form-data using Meta Refresh page instead of a redirect. + @see ad_returnredirect } { ad_return_top_of_page [subst { @@ -627,6 +631,8 @@ One should use the built-in Tcl command "lassign" instread of this proc. + @see lassign + } { for { set i 0 } { $i < [llength $args] } { incr i } { upvar [lindex $args $i] val @@ -2469,6 +2475,9 @@ {http_referer ""} } { Like ns_httpopen but works for POST as well; called by util_httppost + + @see util::http::request + @see ns_http } { if { ![string match "http://*" $url] } {