acs-developer-support

  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Do not enable DB-caching on startup -- too dangerous, may cause things to break (according to Jeff)

Default to enabled -- supposedly, if you're installing developer-support, it's because you want to use it

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

    • -2
    • +22
    ./tcl/acs-developer-support-procs.tcl
  1. … 594 more files in changeset.
Fix the package and vendor URLs, remove broken owner emails.

  1. … 73 more files in changeset.
clean up summary and description information

  1. … 51 more files in changeset.
allow variable subst in query on errno 2 (return)

adding ability watch whole packages on server startup with the PackageWatchList parameter

adding ability watch whole packages on server startup with the PackageWatchList parameter

    • -1
    • +21
    ./tcl/acs-developer-support-procs.tcl
enabling db info collection and developer support package by default

Adding a friendly message when permission is denied.

Fixing link to shell to use abstract url, removing spellcheck option from shell input field.

cleaned up files: updated require sections, removed references to arsdigita and openforce, and replaced out-of-date owner info. Most of these edits were done by hand due to bug 1106; I tried to do the same things the APM would do (remove file sections, etc) and updating the release date to today

  1. … 19 more files in changeset.
dont bind sql in ds_collect_db_call if errno nonzero since it messes up the traceback sometimes

    • -28
    • +31
    ./tcl/acs-developer-support-procs.tcl
if you are going to allow people to run arbitrary tcl on the server you may as well let them enter whatever tags they want in the text box

added OpenACS shell

close tr tag bug 1061 patch 335 Randy o'Meara

make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 74 more files in changeset.
changed Notice to Debug or warning in ns_log commands

Allow flipping the database-statistics without a server restart

    • -18
    • +36
    ./tcl/acs-developer-support-procs.tcl
    • -0
    • +14
    ./www/set-database-enabled.tcl
Use new templated parameters page

Made developer-support auto-mount

More for bug #814.

  1. … 6 more files in changeset.
Part of the fix for bug #814. I will proceed in a per-package fashion.

Use apm_package_url_from_key

- Removed ACS from name

- Fixed parameter descriptions

- Bumped up version number

merge of 4.6.3b1 to HEAD

    • -5
    • +18
    ./tcl/acs-developer-support-init.tcl
    • -67
    • +67
    ./tcl/acs-developer-support-procs.tcl
  1. … 41 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 101 more files in changeset.
removing the file listings from the info files since those are no longer used by OpenACS

  1. … 28 more files in changeset.
Changes to the APM caused installation of this package to break things.

Someone beat me to it but this cleaner ...

working around error message reported here: http://openacs.org/forums/message-view?message_id=89854 by checking in ds_user_switching_enabled_p if the nsv exists (this happens at an unfortunate time when the acs-developer-support procs have been sourced, but not the init file)