Replaced listings in <pre> tags with <ul><li> ... stuff which is better digestable by browsers and fixes bug #223, and removed empty link to old release notes
changing Oracle version of xql files to be 8.1.6 so that the query dispatcher will accept them. Truncating test notes if they are too long for the column in db. Removing inline query in tcl file
Adding new mime-types, which I forgot to add back when I added the new richtext widget. Jeff will probably go in and rename them something else for me, and hopefully he'll propagate the change to the richtext widget and acs-tcl/tcl/text-html-procs as well.
Renamed primary key constraint on survey_responses from srvsimp_resp_response_id_pk to survey_resp_respose_id_pk to resolve a conflict with the constraint name in simple-survey.
closing bug #208 caching lookup of host_node_map. My experiments with host node map suggest that it's not overly useful (a lot of broken links). At least now this feature doesn't add overhead to each request.
util_memoizing the proc general_comments_package_url to avoid a somewhat expensive query every time a comment url should be produced. Right now the cache isn't flushed if general comments is moved in the site map. However, we could add a before-unmount callback to flush the cache.