Andrew's cute set of procs that let you log, redirect, or filter e-mailsent by your server (for development setups). Controllable from yournsd.tcl config file ...
- Add IRC logs in reverse order so that the newest log is at the top of the page.- Add 'current' link to latest IRC log at the top of the page.- Add 'current' link to irc-logger for links from other sites to the latest log.- Update documentation.
changing the new-portal create/drop scripts to conform with the naming convention package_key-create/drop.sql. This change was done by Lars on dotlrn-1-0 branch but it seems he missed doing it on head.
- Add IRC logs in reverse order so that the newest log is at the top of the page.- Add 'current' link to latest IRC log at the top of the page.- Add 'current' link to irc-logger for links from other sites to the latest log.- Update documentation.
removing code no longer needed now that file listings are not stored in info files and db. I may not find time to do this change on the 4.6 branch, but the change as it's just removal of dead code.
changing to no longer read/write file listings and database support from/to info files. This info is now determined directly from the paths in the file system (see procs apm_get_package_files and apm_package_supports_rdbms_p)
changing to no longer read/write file listings and database support from/to info files. This info is now determined directly from the paths in the file system (see procs apm_get_package_files and apm_package_supports_rdbms_p)
Deprecating apm_version_file_list and making it use apm_get_package_files. Deprecating db_package_supports_rdbms_p (use apm_package_supports_rdbms_p instead). Removing debug printouts
tightening up regexp for create and drop scripts even more than Don did previously. Adding apm_package_supports_rdbms_p that examines db type of files in file system to determine support. Tightening up regexp for apm_guess_db_type so that only sql, xql, and tcl files have a db type.