• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug #1109: /members/ doesn't scale

Fixed security hole with page query variable values getting subst'ed with -entire_form switch. Created special noprocessing_vars data structure in which to stick these kinds of variables where processing should not get done. Export_vars is getting a bit ugly.

Fixed security issue: summary line contents could get subst'ed

Re-implementing the Map XML file generation after review. Adding notification for it.

  1. … 13 more files in changeset.
return_url was dropped when the login page was expired

cleaned up files: updated require sections, removed references to arsdigita and openforce, and replaced out-of-date owner info. Most of these edits were done by hand due to bug 1106; I tried to do the same things the APM would do (remove file sections, etc) and updating the release date to today

    • -7
    • +7
    /openacs-4/packages/dotlrn/dotlrn.info
  1. … 13 more files in changeset.
cleaned up files: updated require sections, removed references to arsdigita and openforce, and replaced out-of-date owner info. Most of these edits were done by hand due to bug 1106; I tried to do the same things the APM would do (remove file sections, etc) and updating the release date to today

    • -3
    • +4
    /openacs-4/packages/forums/forums.info
    • -15
    • +13
    /openacs-4/packages/news/news.info
  1. … 5 more files in changeset.
Do not fail the change password operation if we could not send out the email notification

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