apm_load_catalog_files (private)

 apm_load_catalog_files [ -upgrade ] package_key

Defined in packages/acs-tcl/tcl/apm-install-procs.tcl

Load catalog files for a package that is either installed or upgraded. If the package is upgraded message key upgrade status is reset before loading the files. During installation of OpenACS when the acs-lang package hasn't been installed yet this procedure won't do anything. That's not a problem since catalog files will be loaded upon next server restart. Also caches the messages it loads.

Switches:
-upgrade
(boolean) (optional)
Parameters:
package_key
Author:
Peter Marklund

Partial Call Graph (max 5 caller/called nodes):
%3 apm_package_install apm_package_install (public) apm_load_catalog_files apm_load_catalog_files apm_package_install->apm_load_catalog_files apm_package_installed_p apm_package_installed_p (public) apm_load_catalog_files->apm_package_installed_p lang::catalog::import lang::catalog::import (public) apm_load_catalog_files->lang::catalog::import

Testcases:
No testcase defined.
[ show source ]
Show another procedure: