• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
regenerated documentation

    • -84
    • +43
    ./doc/developer-support-example.adp
  1. … 439 more files in changeset.
harden page contracts

  1. … 23 more files in changeset.
skip "-url" in "export_vars -url" since it is the default

  1. … 11 more files in changeset.
regenerated documentation

    • -39
    • +84
    ./doc/developer-support-example.adp
  1. … 294 more files in changeset.
Deprecate export_ns_set_vars and extend export_vars to be able to export also a custom ns_set, which was the real added value provided by this api

  1. … 11 more files in changeset.
Deprecate template::util::is_true, implemented as a simple string command oneliner since 2015 and inline occurrences

  1. … 33 more files in changeset.
regenerated documentation

    • -13
    • +7
    ./doc/developer-support-example.adp
  1. … 467 more files in changeset.
Add ad_page_contract

Whitespace changes

Fix request duration time

add nsshell when available.

making nsshell available:

a) install nsshell from https://bitbucket.org/naviserver/nsshell/

b) configure in your OpenACS config file nsshell:

##################################################################

#

# nsshell configuration (per-server module)

#

ns_section "ns/server/${server}/modules" {

ns_param nsshell tcl

}

ns_section "ns/server/${server}/module/nsshell" {

ns_param url /admin//nsshell

ns_param kernel_heartbeat 5

ns_param kernel_timeout 10

}

##################################################################

fix for issue #3399

Replace ad_decode idioms