• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use list instead of quoted strings in util_memoize to avoid surprises with empty strings etc.

  1. … 2 more files in changeset.
- simply expressions

- don't abbreviate "info" subcommands

- bump version number

  1. … 2 more files in changeset.
- use "lassign" instead of "foreach ... break" idiom

  1. … 5 more files in changeset.
- allow startup of the server in cases, where the configuration was messed up (change suggested by Frank in http://openacs.org/forums/message-view?message_id=4082371)

- document the non-deprecated functions, not the deprecated ones

  1. … 4 more files in changeset.
- get rid of deprecated calls to acs_sc_call in regression test

    • -20
    • +16
    ./acs-service-contract-procs.tcl
- abstract in check for existance of a command whether this is scripted or not

- use a more modern tcl command set

  1. … 12 more files in changeset.
- Fix for Tcl 8.5: OpenACS did overwrite the Tcl built-in command

"::apply" and broke therefore all scripts/libraries using it.

Changed the name of the OpenACS function to "ad_apply" and altered

the few occurances. The fix works as well with Tcl 8.4. The proper

fix for 8.5 would be to use instead of the function the expand

operator {*}

  1. … 3 more files in changeset.
- Fix for Tcl 8.5: OpenACS did overwrite the Tcl built-in command

"::apply" and broke therefore all scripts/libraries using it.

Changed the name of the OpenACS function to "ad_apply" and altered

the few occurances. The fix works as well with Tcl 8.4. The proper

fix for 8.5 would be to use instead of the function the expand

operator {*}

  1. … 3 more files in changeset.
- fix for Tcl 8.5: OpenACS did overwrite the Tcl built-in command "::apply" and broke therefore all scripts/libraries using it.

Changed the name of the OpenACS function to "ad_apply" and altered the few occurances.

The fix works as well with Tcl 8.4. The proper fix for 8.5 would be to use instead of the function the expand operator {*}

  1. … 3 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 365 more files in changeset.
Added documentation to acs-sc procs.

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

  1. … 320 more files in changeset.
Add optional contract paraemter to impl::get_id

  1. … 1 more file in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 645 more files in changeset.
Pass in impl_alias and impl_pl directly to acs_sc_proc, which avoids calling the expensive acs_sc_get_alias proc

Clarified unfinished nature of proc through clear comment

Fixing this query.

    • -1
    • +1
    ./acs-service-contract-procs-oracle.xql
default iscachable_p to f, bug 1422 patch 424 Caroline Meeks

    • -1
    • +1
    ./acs-service-contract-procs-oracle.xql
    • -1
    • +1
    ./acs-service-contract-procs-postgresql.xql
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 286 more files in changeset.
add -public and -private for some procs, minor bug in acs_object::get some @see notes

  1. … 12 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

    • -0
    • +13
    ./acs-service-contract-init-postgresql.xql
    • -0
    • +26
    ./acs-service-contract-procs-oracle.xql
    • -0
    • +65
    ./acs-service-contract-procs-postgresql.xql
    • -42
    • +10
    ./acs-service-contract-procs.tcl
  1. … 594 more files in changeset.
cut and paste failure in acs_sc_get_alias.get_alias query

    • -8
    • +5
    ./acs-service-contract-procs-oracle.xql
neglected to add the postgresql xql files

    • -0
    • +13
    ./acs-service-contract-init-postgresql.xql
    • -0
    • +65
    ./acs-service-contract-procs-postgresql.xql
file acs-service-contract-init-postgresql.xql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./acs-service-contract-init-postgresql.xql
file acs-service-contract-procs-postgresql.xql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./acs-service-contract-procs-postgresql.xql
fix a few more missing rdbms stanzas

    • -0
    • +29
    ./acs-service-contract-procs-oracle.xql
  1. … 10 more files in changeset.
added doc link

is not null vs. != '' problem

Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 273 more files in changeset.