acs-developer-support

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

- improve code sanity

- make user switching somewhat useable for larger sites (postgres only)

- improve comments and code formatting

    • -24
    • +54
    ./tcl/acs-developer-support-procs.tcl
    • -18
    • +0
    ./tcl/acs-developer-support-procs.xql
whitespace cleanup

    • -75
    • +75
    ./tcl/acs-developer-support-procs.tcl
ds_enabled_p should return always false when running without a connection; otherwise search-rendering etc. might return different results when someone activates the developer support

make shell window span the full browser width, provide some styling

improve rowcount expressions

  1. … 75 more files in changeset.
Move file doc into ad_page_contract

use more appropriate status codes for error messages

  1. … 1 more file in changeset.