1. Fixed a couple of typos in file storage2. New fast permissions stuff (PG only thus far)2. While poking around CMS code looking for things that needed recreating due to the permissions upgrade, changed over to "create or replace function"
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
- Removed all namespace references from the resulting HTML. This previously caused a problem for Opera (7).- Added an update feature to the admin page.- Removed an extraneous .xql file from /www/admin.
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.
- Break the description of long hyper links in chunks of 50 characters as not to interfere with the page layout.- Flush the ETP page whenever the log is updated so that the displayed ETP page is always current.
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.
Changed name of constraint from srvsimp_responses_resp_id_pk tosurvey_responses_resp_id_pk. This will only cause an error if you installsimple survey and survey at the same time.
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.