• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Use new site_node::get_package_url which doesn't break if a package is mounted multiple times

Added proc site_node::get_package_url which gets the URL for a package from the package_key, and does not break if the package happens to be mounted in multiple places

check if we are permissioning for the package rather than a particular forums bug 1116

more noquote fixes

fix context bar

more noquote

updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info

    • -11
    • +9
    /openacs-4/packages/acs-tcl/acs-tcl.info
  1. … 4 more files in changeset.
fixed applications link

typo in ns_log command

dont bind sql in ds_collect_db_call if errno nonzero since it messes up the traceback sometimes

Fixed bug #1108: member add pages do not do correct security checks

Formatting

Added API to get info about an object type

setting default_value for acs_attributes

fix eval of context to avoid potential function evaluation

Removed noquote in if tag

Fixed security hole: You could pass in the name of an orderby which included [...], and it would get executed in the page's nameapace

more templating

Add index.vuh so GET works with plain old URL file-storage/folder/filename.ext

file index.vuh was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/file-storage/www/index.vuh
Fix content_item__move error and bug in content-image.sql.

more noquote stuff

more noquote

rename formbuilder::edit to edit since trying to upvar

"variable_form:formbutton:formbuilder::edit"

dies since namespace doesn't exist. bug 1066 patch 349

    • -2
    • +2
    /openacs-4/packages/logger/www/log.tcl
Added fs::add_file tcl proc to more easily implement webdav support. Added

upgrade callback.

Adding install callbacks for webdav support

file file-storage-dav-install-procs.tcl was initially added on branch oacs-4-6.

file file-storage-dav-procs.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/file-storage/tcl/file-storage-dav-procs.tcl
changing dbqd.logger.www.lib.entries-table.select_entries to use

all_users rather than cc_users makes the query go from 1400ms to

15ms on a system with 60k users. In any case I think you want all

entries submitted even if a users site membership is subsequently

revoked.

wal_files is no longer a legal option as of pg7.3 so removed from doc