• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix typo

provide a better name (site_node::delete_service_nodes) amd delete nodes of services packages as well

  1. … 1 more file in changeset.
bugfix: unmounting a package could lead to a deletion of services used in other packages

A new API call "site_node::unmount_services" can be used to unmount all services in a first step.

unmount services before calling "site_node::delete -node_id $node_id -delete_subnodes -delete_package"

prevents collateral damage.

  1. … 3 more files in changeset.
prefer all caps spelling for SQL

  1. … 6 more files in changeset.
be more liberal for accepted network driver names

Deprecate country_widget proc

Deprecate exists_and_not_null proc as it does not comply with openacs naming convention and can be replaced with plain tcl idioms

  1. … 3 more files in changeset.
Check the namespace as well in the 'naming__proc_naming' testcase

Deprecate exists_and_equals and replace its occurrences

  1. … 1 more file in changeset.
Rename build_mime_message to ad_build_mime_message to comply with naming convention, replace occurrences, create deprecated wrapper

  1. … 4 more files in changeset.
moved "safe_eval" under the "ad_" prefix and marked the original function as deprecated

  1. … 4 more files in changeset.
added test to check, if names of Tcl procsfollow the naming guidelines of OpenACS

reduced clobbing of global namespace

moved "populate_secrect" to "sec_*" prefix to reduce clobbering of global namespace

  1. … 3 more files in changeset.
move rp filter consistently under the rp_* prefix

don't clobber toplevel namespace

point out pre UNICODE character handling that should be fixed

addres kernel_id always via variable rathen than via method

fix wrong argument (many thank to Franz Penz for reporting the bug)

Provide a more straightforward approach of gzipping

Support gzip versions < 1.6

backport security patch from oacs-5-10

  1. … 1 more file in changeset.
add IPv6 loopback address as well as "always accepted" for web testing

allow always 127.0.0.1 in logindata as valid peer

Deprecate ad_quotehtml. use ns_quotehtml instead.

  1. … 9 more files in changeset.
don't trust login_cookie, when no session_cookie is provided

avoid multiple but identical calls

improve cross references in apidoc

No need to force-cache the value of every parameter of every package instance

We are just adding a new parameter: this should in fact not exist and therefore no cache should be present and needed to be flushed. Furthermore, in most cases one would immediately restart the server, as this normally happens in the context of a package upgrade.

Replace deprecated idioms