• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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)

Relax the test as some homepages might redirect to the login page and little assumptions can be made about the content (fixes vanilla dotlrn case)

CSP: allow frame-ancestors

Fix tests for those cases when main site and even the automated test package are named differently than upstream

Fix test for those instances that named their main site some custom value

Make test independent from server configuration (e.g. proxy redirects) by providing hardcoded values

Limit test to installed packages

CSP: add default rules for form-action and frame-ancestors

Fix behavior for site_node::exists_p when called with "/" (issue #3385)

Added documentation for parameter "-url".

Add proc ad_html_text_convertable_p as deprecated to improve backwards compatibility

The old name ad_html_text_convertable_p contained a spelling

error and was replaced by ad_html_text_convertible_p.

Add remarks about "correct" usage of ad_decode in proc doc

improve spelling

  1. … 12 more files in changeset.
improve spelling

    • -1
    • +1
    ./tcl/test/apm-parameter-test-procs.tcl
  1. … 1 more file in changeset.
improve spelling

  1. … 4 more files in changeset.
Replace ad_decode idioms