acs-developer-support-procs.tcl

  • last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    ./acs-developer-support-procs.tcl
Make api public, complies with acs-api-browser.graph__bad_calls automated test

  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.
Make sure, variable you_are_really is initialized

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

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
    ./acs-developer-support-procs.tcl
  1. … 1 more file in changeset.
whitespace cleanup

    • -75
    • +75
    ./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

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