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

}

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

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

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

fix for issue #3399

Replace ad_decode idioms

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.
only lowercase proc meta-data is recognized

  1. … 1 more file in changeset.
Prefer individual 'set' operations over 'lassign' in these particular cases

  1. … 6 more files in changeset.
Fix capitalization

  1. … 3 more files in changeset.
Small improvement of css-edit triggered by "ugly" code smell

Rework variable assigning loops (set -> lassign) + Whitespace changes

  1. … 13 more files in changeset.
regenerated documentation

    • -79
    • +40
    ./doc/developer-support-example.adp
  1. … 42 more files in changeset.
add ad_script_abort after ad_returnredirect to make termination intent explicit

  1. … 22 more files in changeset.
add ad_script_abort after ad_returnredirect to make termination intent explicit

  1. … 14 more files in changeset.
make sure to call ad_script_abort after ad_return

  1. … 10 more files in changeset.
normalize boolean expressions in ADP files

  1. … 9 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

    • -0
    • +562
    ./doc/developer-support-example.adp
  1. … 7820 more files in changeset.
regenerated ducumentation

  1. … 250 more files in changeset.
Improve robustness of file operations against names starting with a "-"

  1. … 8 more files in changeset.
- reduce verbosity

- modernize HTML

  1. … 24 more files in changeset.
- use entities for single quotes in HTML text

  1. … 74 more files in changeset.
- updated version numbers, regenerated documentation

  1. … 297 more files in changeset.
- use consistently "clock clicks -microseconds"

  1. … 1 more file in changeset.
- prefer "localurl" over "return_url" as name of page filter

  1. … 13 more files in changeset.
- improve checking of return_urls in page_contracts

  1. … 11 more files in changeset.