- mark more of the functions as deprecated which are not called by the major 80 packages and for which popular alternatives exist * pkg…
Show more
- mark more of the functions as deprecated which are not called by the major 80 packages and for which popular alternatives exist * pkg_home (-> acs_package_root_dir) * ad_get_user_info (-> acs_user::get) * exists_or_null (-> tcl builtins) * lmap (danger, this function is a built-in of Tcl 8.6) * template::util::server_root (-> $::acs::rootdir) * template::util::display_value (-> ns_log) * template::util::proper_noun (-> string totitle) * template::util::string_range (-> string range) * template::util::get_cookie (-> ad_get_cookie) * template::util::set_cookie (-> ad_set_cookie) * template::util::clear_cookie (-> ad_set_cookie)- util_wrap_list: fix bug, when length of first word less then indent (space was missing)
Show less