acs-developer-support

  • last updated 56 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- quote pattern

- use numeric comparison operator for truth value comparisons

  1. … 4 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
    • +21
    ./tcl/acs-developer-support-procs.tcl
  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

- bump version numbers

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

- brace expressions

- update maturities

  1. … 4 more files in changeset.
- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 333 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.
- bump version numbers

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

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

  1. … 7 more files in changeset.
- replace deprecated "ad_require_permission" by "permission::require_permission"

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

  1. … 3 more files in changeset.
- update release dates in .info files to make it easier to spot, what old versions are installed

  1. … 36 more files in changeset.
- require for all packages in oacs-5-8 branch acs-kernel 5.8.0

  1. … 13 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
    ./tcl/acs-developer-support-procs.tcl
  1. … 11 more files in changeset.
make test for user_switching more robust

be a bit more graceful on missing requests.

content_type css_file does not exist, require admin permission to do this, read file all at once instead of line by line

Added Malte's patch which removes the use of /o/ when editing the css file.

I think it's cleaner this way.

Show the pool name in the report. It might be handy and otherwise why are we collecting it.

Don't overwrite error value when replacing bind variables

Make the footer div disappear if it's empty (it was making a box with

nothing in it).

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