• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Delete unneeded line

improve protection against attacked cookies

Fix typo

new support function util::var_subst_quotehtml to perform variable substitution with ns_quotehtml

use capitals for abbreaviation

- improve error message

- break overlong lines

    • -26
    • +62
    ./tcl/request-processor-procs.tcl
remove duplicated test case

use "ad_log" instead of "ns_log" in "obscure case"

get proper default authority

reflow overlong lines

return the directory listing in templated form (when someone manages to activate the fancy directory listings)

fix for issue #3390 (typo in cmd name)

change references from "http://*tcl.tk/" to "https://*tcl-lang.org/"

  1. … 3 more files in changeset.
dont rely on upper/lower case on header fields

improve behavior in error cases. When the request fails early, "ad_context_node_list" might return

an empty list, such that "lindex ... 1" will fail

    • -104
    • +112
    ./tcl/navigation-procs.tcl
improve spelling and deactivate changes that were probably needed only for Firefox 2

  1. … 4 more files in changeset.
avoid double substitutions

  1. … 2 more files in changeset.
Avoid double flagging for non-optional values having "notnull" specified.

Previously, there was a complaint from "notnull" and one from "not optional"

    • -11
    • +17
    ./tcl/tcl-documentation-procs.tcl
Move xowiki tests in the xowiki package

  1. … 1 more file in changeset.
Fix automated test on the site node non-xotcl api when one sets the subsite to require email verification

Follow redirect to handle the vanilla dotlrn use case

add potential debugging aid

whitespace changes

  1. … 1 more file in changeset.
extend regression test to cover webcallable funcitons

automated tests: fix broken argument in test case

- return results as dict

- make array argument optional

- improve documentation

Mark flags as required

- fix file handling of SQL files

- add counting of blank lines

- add counting of comment lines

Let the teardown code take care of removing the site nodes (fixes tests on a vanilla core-only instance)

Unnest list idiom when we retrieve the url by package id in non-xotcl site node implementation (fixes tests on a vanilla instance with just the core packages)