2001-08-27 19:15 andy * tcl/static-pages-procs.tcl: Converted old sp_sync_cr_with_filesystem proc to sp_sync_cr_with_filesystem_internal and wrapped it inside new sp_sync_cr_with_filesystem proc, in order to properly free the mutex upon an unexpected error. 2001-08-27 03:03 andy * tcl/static-pages-init.tcl, tcl/static-pages-procs.tcl, www/admin/fs-scan-progress.tcl, www/admin/fs-scan.tcl, www/admin/index.adp, www/admin/index.tcl, www/admin/fs-scan.adp: Added use of mutex to sp_sync_cr_with_filesystem to prevent errors when more than one copy runs at once for a single package instance, plus related changes. * sql/static-pages-create.sql: Fixed bug where name of root folder needs to be unique in CR, but was not. 2001-08-26 23:43 andy * www/admin/fs-scan-progress.tcl: Now uses [ad_parameter fs_root] to determine the filesystem root. * tcl/static-pages-procs.tcl: Changed sp_serve_html_page - should now work with multiple static-pages package instances. * static-pages.info: Added fs_root parameter and changed singleton-p to 'f'. 2001-08-23 21:21 andy * tcl/static-pages-procs.tcl: Now works for PDF as well as HTML, and calls fs_maybe_create_new_mime_type (defined in the File Storage package) to correctly insert the MIME type into the Content Repository. * sql/static-pages-create.sql: Added support for MIME-types other than text/html. 2001-08-22 23:49 andy * www/page-visit.tcl: Now supports files under package directories, as well as under global www/ page root. * tcl/static-pages-procs.tcl: Untabified entire file. 2001-08-13 16:00 andy * sql/static-pages-create.sql: Masssive formatting change only: Replaced all literal tabs with spaces, and changed all indentation from 8 to 2 spaces deep. 2001-08-13 06:58 andy * static-pages.info, sql/static-pages-create.sql, sql/static-pages-drop.sql, sql/static-pages-sws-drop.sql, sql/static-pages-sws.sql, tcl/static-pages-procs.tcl, www/index.tcl, www/page-visit.tcl, www/admin/commentability-contain.tcl, www/admin/commentability-toggle.tcl, www/admin/commentability.adp, www/admin/commentability.tcl, www/admin/display-policy-toggle.tcl, www/admin/fs-scan-progress.tcl, www/admin/fs-scan.adp, www/admin/fs-scan.tcl, www/admin/index.adp, www/admin/index.tcl, www/admin/master.adp, www/doc/acs-admin-guide.html, www/doc/ad-doc.css, www/doc/dev-guide.html, www/doc/index.html, www/doc/static-pages-requirements.html, www/doc/xml/design.xml, www/doc/xml/index.xml, www/doc/xml/installation.xml, www/doc/xml/requirements.xml: Importing Static Pages package, v. 4.2a