acs-developer-support

  • last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Make ds_collect_connection_info public: it is used in the request processor in acs-tcl

Remove AOLserver cruft

- reduced complexity of registering/invoking filters

- move more deprecated procs in acs-tcl to acs-tcl/tcl/deprecated-procs.tcl

  1. … 7 more files in changeset.
merge with missing files

    • -0
    • +284
    ./tcl/test/acs-developer-support-procs.tcl
  1. … 1459 more files in changeset.
merge from oacs-5-10

    • -13
    • +37
    ./tcl/acs-developer-support-init.tcl
    • -522
    • +537
    ./tcl/acs-developer-support-procs.tcl
    • -13
    • +11
    ./www/doc/developer-support-example.adp
  1. … 8085 more files in changeset.
file acs-developer-support-procs.tcl was initially added on branch oacs-5-10.

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

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

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.
Remove divergency between oracle and postgres codebase

    • -51
    • +0
    ./tcl/acs-developer-support-procs-oracle.xql
    • -52
    • +0
    ./tcl/acs-developer-support-procs-postgresql.xql
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

Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 474 more files in changeset.
Rework variable assigning loops (set -> lassign) + Whitespace changes

  1. … 13 more files in changeset.
regenerated documentation

    • -79
    • +40
    ./www/doc/developer-support-example.adp
  1. … 42 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 70 more files in changeset.
Fix typos

  1. … 31 more files in changeset.
simplify code

whitespace cleanup

replace depreacted proc

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.