• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bug #1089: Log details when the tmpfile filter fails

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.

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

typo in ns_log command

Added API to get info about an object type

hopefully the last problem with -- bug 1086

adding -- to all ad_html_to_text calls

  1. … 8 more files in changeset.
add -- to all string_truncate calls

  1. … 11 more files in changeset.
site node instance names for the context bar should be plain text and so quotehtml

add a -- to ad_html_text_convert, make util_close_html_tags not eat < not part of a tag

Added proc to get repository channel from acs-kernel version number

o correct in parse_incoming_email

was source (and looking) for wrong filenames. This caused the

procedure to return the entire message.

Provide a default locale via ad_conn locale even if not in a connection

Lars added new proc util_get_subset_missing along with test cases

adding proc util_subset_p with corresponding test case

Allow passing in of party_id to write_permission_p and require_write_permission

acs_user::delete -permanent doesn't work change to fix for bug 983 patch 322 Vinod Kurup

patch allows static files to be served from

sub-directories. Currently, referencing a file that resides in a

sub-directory, e.g. acs-subsite/www/resources/css/main.css,

fails. This patch rectifies this problem.

bug 1035 patch 334 Simon Buckle

fist_names typo bug #1062

make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 65 more files in changeset.
switch to using \\copy rather than copy since the backend typically

is not able to read the dat file because of permissions (or if it is

on a remote machine the file typically will not even exist).

bug #1033

  1. … 8 more files in changeset.
fixing typo in query apm_version_get.select_version_info

Fixed bug: hadn't removed all references to allowed_url_attributes_list

Fixing call to ad_sign by adding -- before parameters to protect against

values beginnign with -

Added a file for image library procs

Let AllowedAttributes, AllowedProtocol and AllowedTags to contain a * to make it easier to run an insecure site if you really don't care. Especially having to explicitly enumerate allowed tags can be a pain.

making sure proc apm_load_any_changed_libraries never reloads -init.tcl files. Those should only be source on server startup. Not sure how the -init.tcl files got on the reload list in the first place.

Added additional attributes to acs_user::get for /acs-admin/users/one.tcl

    • -2
    • +10
    ./community-core-procs-postgresql.xql
create empty package directories on APM packages create

Make acs_privacy::set_user_read_private_data accept Tcl booleans