acs-developer-support-procs.tcl

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

Remove divergency between oracle and postgres codebase

  1. … 2 more files in changeset.
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. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 71 more files in changeset.
fix typos

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

    • -27
    • +42
    ./acs-developer-support-procs.tcl
  1. … 7834 more files in changeset.
Standardize spellings of names

  1. … 12 more files in changeset.
- fix typo (many thanks to Thomas Renner)

- removed useless expr statement

- use consistently "clock clicks -microseconds"

  1. … 2 more files in changeset.
- provide usual header for library files

- fix for bug #3289: add missing separator, use ds_url consistently

- remove sql statements from the code, where these are provided via .xql

- fix variable name

- cache ds-enabled state in a per-thread variable to reduce high number of locks on nsv ds_properties, even when ds is not enabled

  1. … 1 more file in changeset.
- Fix bug #3248

  1. … 2 more files in changeset.
- remove host&port from link from ds url

- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 754 more files in changeset.
- improve validty and safety of HTML

    • -28
    • +25
    ./acs-developer-support-procs.tcl
- use type checking for boolean parameters in page_contracts to improve security

  1. … 6 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -30
    • +52
    ./acs-developer-support-procs.tcl
  1. … 2547 more files in changeset.
- stick for database operations on the ms level, but use floating point numbers

  1. … 1 more file in changeset.
- report times from developer support below ms granularity

  1. … 3 more files in changeset.
- call ds_init for all types of concrete files for which handlers are registered

- fix 2 typos

  1. … 1 more file in changeset.
- add missing commits for more light-weight developer support integration

  1. … 1 more file in changeset.
- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

- use variables rather than function to determine state of the developer support

- modernize tcl

- brace expressions

  1. … 7 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 121 more files in changeset.
- replace deprecated "export_form_vars" by "export_vars -form"

- replace deprecated "ad_export_vars" by "export_vars"

  1. … 72 more files in changeset.
- revert form_vars update

  1. … 82 more files in changeset.