acs-developer-support

  • last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
release work

  1. … 204 more files in changeset.
regenerated documentation

    • -13
    • +7
    ./www/doc/developer-support-example.adp
  1. … 467 more files in changeset.
bump version numbers of 5.9|5.10 packages to 5.10.0b1

adjust dependencies

  1. … 87 more files in changeset.
Complete coverage of public api for the developer support

    • -3
    • +122
    ./tcl/test/acs-developer-support-procs.tcl
Increase coverage of public api

    • -0
    • +53
    ./tcl/test/acs-developer-support-procs.tcl
Increase coverage of public api

    • -0
    • +67
    ./tcl/test/acs-developer-support-procs.tcl
Increase coverage of public api

    • -0
    • +39
    ./tcl/test/acs-developer-support-procs.tcl
file acs-developer-support-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/acs-developer-support-procs.tcl
Cleanup typo in doc

Whitespace changes

    • -531
    • +531
    ./tcl/acs-developer-support-procs.tcl
make procs public, since these have to be called from pages of other packages

  1. … 1 more file in changeset.
reduce public footprint

    • -19
    • +19
    ./tcl/acs-developer-support-procs.tcl
Make api public, complies with acs-api-browser.graph__bad_calls automated test

    • -1
    • +11
    ./tcl/acs-developer-support-procs.tcl
  1. … 4 more files in changeset.
remove protection "private", since function has to be called from other packages

  1. … 6 more files in changeset.
Prefer 'namespace which' over 'info commands', as it is faster (on local tests, around 2x) and returns a single value. Many thanks to Nathan Coulter.

  1. … 58 more files in changeset.
Add ad_page_contract

mprove spelling: move closer to the linux documentation recommendations

  1. … 21 more files in changeset.
Whitespace changes

Fix request duration time

Make sure, variable you_are_really is initialized

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

}

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

file nsshell.adp was initially added on branch oacs-5-10.

file nsshell.tcl was initially added on branch oacs-5-10.

fixed small bug reported by michael aram: ds toolbar could disappear temporarily, when executing ns_eval commands (e.g. blueprint reloading)

    • -8
    • +20
    ./tcl/acs-developer-support-procs.tcl
improve spelling

  1. … 18 more files in changeset.
fix for issue #3399

Replace ad_decode idioms

Replace ad_decode idioms

Replace ad_decode idioms

  1. … 1 more file in changeset.
fix name of doc tag