Added a proc ad_http_cache_control that outputs No-Cache headers by default for all dynamic pages, and a kernel parameter to turn it off. Fixes bug #186.
Making developer support show bind variable values in queries (only for PG) - thanks Lars. Adding a check in the -init.tcl file so that setup of nsv vars etc is only done once. The new APM will source -init.tcl files once per interpreter - we need to be wary of that.
further development of the workflow Tcl API. Added caching of the Tcl API on the workflow level. Port of datamodel to Oracle, some work remaining there. The package is not yet ready for initial release but will be in about 1-2 weeks.
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
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.