acs-developer-support

  • last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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)

1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2

by using the APM rather than running the upgrade script by hand from

PSQL or SQL*Plus.

2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2

to force the APM to upgrade acs-kernel (and therefore the APM datamodel)

before anything else. No guarantee on this though since not all

packages properly define their dependence on the kernel, it appears.

3. Whacked the release notes to suggest people use the APM to upgrade

acs-kernel first, other package later, just for safety's sake.

4. Fixed goof-up in acs-subsite I accidently introduced.

  1. … 35 more files in changeset.
properly support EnabledIPs parameter.

check is ds_enabled_p in ds_add

fix date format on request-info page

change sweeper so it can sweep data even if

there is no start record with the request.

package key is acs-developer-support no developer-support.

    • -5
    • +18
    ./tcl/acs-developer-support-init.tcl
    • -25
    • +30
    ./tcl/acs-developer-support-procs.tcl
Added link to package parameters

Fixed problem with installing developer support causing subsequent packages to not load as per http://openacs.org/forums/message-view?message_id=78516

    • -32
    • +40
    ./tcl/acs-developer-support-procs.tcl
Making developer support show bind variable values in queries (only for PG) - thanks Lars. Adding a check in the -init.tcl file so that setup of nsv vars etc is only done once. The new APM will source -init.tcl files once per interpreter - we need to be wary of that.

    • -9
    • +11
    ./tcl/acs-developer-support-init.tcl
    • -2
    • +33
    ./tcl/acs-developer-support-procs.tcl
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

  1. … 33 more files in changeset.
only collect comments if ds enabled

Added new files to .info files

  1. … 38 more files in changeset.
more abstract URLs

  1. … 48 more files in changeset.
br singleton

fix html so it is valid xhtml 1.0

    • -18
    • +17
    ./tcl/acs-developer-support-procs.tcl
fix for internal redirects which were recording headers et al multiple

times. Also adds url to acs-developer-support/www/index table

display.

    • -10
    • +11
    ./tcl/acs-developer-support-procs.tcl
properly display requests for which start has a list of times.

(happens due to a bug in the request processor).

Due (I think) to a bug in the request processor 404s end up putting a

list of values into the start time variable which caused this bit

to fail and not clear out the old data. Here was the debug

[-conn3-] Error: return: failed to redirect '404': exceeded recursion limit of 3

followed by

[-sched-] Debug: JCD: ds_sweep_data: name:4.start nsv:1026036712 1026036712 1026036712 1026036712

when the ds_sweep_data proc was run. Probably should catch the whole

statement to insure that the cleanup is more robust but it is all

treating the symptoms not the disease (RP).

get parameters for the mounted instance Fixes bug 1352 patch 297

Merged with OpenACS 4.5 beta1 branch.

    • -4
    • +23
    ./tcl/acs-developer-support-procs.tcl
  1. … 88 more files in changeset.

Applied Tilmann Singer's patch #153 which fixes some problems with

acs-developer-support ("becoming" a user didn't quite work).

    • -4
    • +23
    ./tcl/acs-developer-support-procs.tcl
Change ds_require_permission to return proper HTTP headers (SDM patch

#88)