• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
Fixed a problem in callbacks; implementations always call the contract definitions arg parser, but in the case where the contract only had positional arguments the arg parser was not defined.

added basic info about defining and using callbacks to docstring of ad_proc

fix for bug 2843, this bug causes problems when trying to change authentication parameters

fix for bug 2843, this bug causes problems when trying to change authentication parameters

Merged fix from HEAD.

Removed uneeded case for callbacks.

Merged fix from head.

Fixed callback bug - implementations don't know what the args of the contract are.

Merged callback fix from HEAD.

Fixed callbacks to not call the arg parser when no switches are declared.

Updated to work with Oracle 10. Was using Oracle8 hardcoded -- the new

code is is more flexible with what the driver calls itself.

  1. … 1 more file in changeset.
OpenNSD is kaput

fix for trailing space on boolean flag resolves bug 2381 by Carl Coryell-Martin

have callbacks executed one level below the calling function so upvar works how you would expect in the callback

Callbacks no longer throw an error if -catch is specified with -impl and the chosen implementation that does not exist.

i am a monkey

throw error if invoking specific impl which does not exist

fix empty body contract check

some error checking for callback declaration, fix namespace eval warning, add an @see for the contract to each impl

too listy by far

Callback implmentation, see tip 79 for details

log a debug message for procs declared in a namespace eval rather than explicit namespace

change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

    • -35
    • +48
    ./40-db-query-dispatcher-procs.tcl
  1. … 689 more files in changeset.
comment out db_qd_log calls as almost noone will use these anymore and some added appreciable overhead. warn when a proc does not yield a statement name with advice about why, fix the bootstrap version of acs_kernel_id to cache

    • -46
    • +46
    ./40-db-query-dispatcher-procs.tcl
  1. … 1 more file in changeset.
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 285 more files in changeset.
typo -proc instead of -public, bug 1295

add -public and -private for some procs, minor bug in acs_object::get some @see notes

  1. … 11 more files in changeset.
Recognize files in lib as include_pages

when parsing a xql file fails, it seems appropriate to log this in the error log