• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

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

merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 286 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. … 12 more files in changeset.
add =t =f to boolean flags, fix docs, some cleanup on logging

  1. … 1 more file in changeset.
merge of 4.6.3b1 to HEAD

  1. … 101 more files in changeset.
adding proc ad_assert_arg_value_in_list on 4-6 branch (it was added previously on head)

adding proc ad_assert_arg_value_in_list which is a first stab at providing some kind of systematic argument checking for ad_proc arguments

Added comment only re. number_p returns true for empty_string.

Upgrade to 4.6.2

  1. … 30 more files in changeset.
Making apm_source update the apm_library_mtime variable (just like the analogous proc for xql files does). Making installation log much less information to the browser (changing from apm_ns_write_callback to apm_dummy_callback). Moving initialization of util_memoize cache to happen before first package is installed (fixes bug 242).

  1. … 3 more files in changeset.
issuing a debug level warning when deprecated procs with the warn flag are invoked

Merging changes from oacs-4-6