• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed comments

white-space changes

    • -13
    • +37
    ./acs-developer-support-init.tcl
Enforce boolean expressions, rather than specific values such as "t" or "1"

    • -19
    • +24
    ./test/acs-developer-support-procs.tcl
remove one more case where assumption was that permission returns int

    • -2
    • +3
    ./test/acs-developer-support-procs.tcl
Fix regression: do not issue the call when there are no headers

Streamline ns_set idioms

Streamline ns_set idioms

Complete coverage of public api for the developer support

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

    • -0
    • +53
    ./test/acs-developer-support-procs.tcl
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.