gustafn in OpenACS

fixed typo in filename of image

bump upstream version number from 7.5.1 to 7.6.0

bump upstream version number from 11.4.8 to 12.0.2

avoid triggering exception, when provided host header field cannot be resolved.

avoid error, when page_contract is called without an ns_set and without an open connection

fixed typo

Removed calls to deprecated NaviServer functions in legacy packages

  1. … 32 more files in changeset.
Removed calls to deprecated NaviServer functions

Removed calls to deprecated NaviServer functions

    • -1
    • +1
    /openacs-4/packages/xowf/tcl/iprange-procs.tcl
replaced calls to "ns_httpget" in legacy packages

bump version number of upstream package to 7.5.1

bump version number to latest upstream release

Avoid calls to deprecated NaviServer functions

removed deprecated "ns_set new" by "ns_set create"

moved stuff for AOLserver 2 emulation to deprecated procs, mark it explicitly as deprecated

Fixed runtime error, when "ns_cache" is viewed over the API browser

The problem was the method "flush", which is implemented via

alias to ::ns_cache__flush. In this case, "ns_cache info lookup syntax flush"

fails, because "info parameter" fails on the alias in command:

"::nsf::cmd::info parameter -context ::ns_cache ::ns_cache::flush"

prefer more efficient approach to iterate over all key/values of an ns_set

use case-insensitive access to configuration values

prefer more efficient "ns_set array" over single item ns_set access

use consistently case-insensitive access to attributes of tags

moved deprecated proc to deprecated-procs.tcl

documentation update: advertise more efficient and recent idiom

reduce startup speed by running update_nx_docs in the background

don't add slot container or slot objects to proc_doc (at least for now)

bumped upstream version of jquery-ui to 1.14.1

finetuning object descriptions

- adding links to per-object methods

- make sure that leading colons are used for object names in procdoc index

don't write warning about unknown methodtype when encountering classes

bump version number to 6.* to reflect tcl9 compatibility

moved xo::getObjectProperty to ::apidoc::get_object_property

make spelling more consistent