• last updated 17 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Increase coverage of public api

    • -0
    • +67
    ./test/acs-developer-support-procs.tcl
Increase coverage of public api

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

    • -0
    • +0
    ./test/acs-developer-support-procs.tcl
Cleanup typo in doc

Whitespace changes

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

    • -51
    • +0
    ./acs-developer-support-procs-oracle.xql
    • -52
    • +0
    ./acs-developer-support-procs-postgresql.xql
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.
Prefer '{}' to '[list]' when creating empty lists

  1. … 70 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. … 7833 more files in changeset.
Standardize spellings of names

  1. … 11 more files in changeset.
Fix spelling errors

  1. … 13 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