setting upgrade status for a message key to deleted if the en_US message is deleted. This is unfortunately another example in the I18N code where we are assuming the presence of the en_US locale and that translation is done from this locale.
- Add lots more documentation to ad_proc. Even old-time #openacs'ers (myself included) didn't know how the (formerly undocumented) :boolean attribute for name parameters worked (thanks Til!).- Added example to ad_proc's docstring.
making sure message keys with upgrade status of deleted are not exported to xml files, important fix: write xml files in utf-8 if the specified charset is not supported by tcl, correcting some log statements
changing to use the new apm_load_packages proc that sources Tcl files of packages in right order. I broke bootstrapping with my previous commit because -init files were sourced to early. Sorry...
- Added some comments to the functions to make it clear that their purpose is no notify packages of when user information is changed.- Added @see tags.