• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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. … 753 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. … 2546 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. … 6 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.
- replace deprecated "export_form_vars" by "form_vars"

  1. … 31 more files in changeset.
- wipe out ad_get_user_id from oacs-5-8 branch

  1. … 1 more file in changeset.
- replace deprecated "ad_verify_and_get_user_id" by "ad_conn user_id"

    • -10
    • +10
    ./acs-developer-support-procs.tcl
  1. … 6 more files in changeset.
- replace deprecated "ad_get_user_id" by "ad_conn user_id"

  1. … 8 more files in changeset.
- modernize tcl

  1. … 3 more files in changeset.
- abstract in check for existance of a command whether this is scripted or not

- use a more modern tcl command set

    • -57
    • +50
    ./acs-developer-support-procs.tcl
  1. … 12 more files in changeset.
Don't overwrite error value when replacing bind variables

Fun with developer support!

1. Added a button to turn template profiling on/off.

2. Moved templating information to the request information page. It was

confusing having it work differently than db and other information. If,

for instance, you clicked on a request link in the developer support

index page, you'd get the db timing information for that request, but

the profiling stuff would come from the footer - and would be the profile

information for displaying request-info.tcl/adp, not for the template

served for that request. Oops.

3. Simplified the ds_profile proc since in practice it only is used for

profiling templates.

    • -40
    • +28
    ./acs-developer-support-procs.tcl
  1. … 9 more files in changeset.