• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Make sure auto-generated proc names do not contain spaces

Ordering contracts and implementations

Bug: acs_sc::invoke accidentally required contract even though you had impl_id

Added option to verify that the implementation implements the contract you think

Added API for contracts and implementations

Allow service contracts to be invoked with impl_id

    • -11
    • +26
    ./tcl/acs-service-contract-procs.tcl
Removed old debugging log statements

  1. … 5 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 815 more files in changeset.
1. removed some errant log statemets previously inserted when debugging

2. sql/common/*sql files weren't being displayed by the APM, are now

3. added index on start_date in timespan-create after user reported

very slow calendar queries in .LRN

  1. … 7 more files in changeset.
Fixed some minor acs-lang stuff and a few noquote things.

  1. … 6 more files in changeset.
noquote changes (Dirk Gomez)

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

    • -2
    • +2
    ./sql/oracle/acs-sc-packages-create.sql
    • -1
    • +1
    ./sql/postgresql/acs-sc-packages-drop.sql
    • -0
    • +23
    ./www/contract-display-postgresql.xql
  1. … 97 more files in changeset.
Added documentation for acs_sc::contract::new_from_spec and acs_sc::impl::new_from_spec

Clarified the error message when a service contract cannot be bound. Did the same for PostgreSQL a while ago.

    • -2
    • +2
    ./sql/oracle/acs-sc-packages-create.sql
removing the file listings from the info files since those are no longer used by OpenACS

  1. … 28 more files in changeset.
1. removed some needless LARS notices

2. removed acs_methods and friends from the permissions documentation

and got rid of the commented-out table stubs.

3. dropping of permissions was broken in PG, fixed that.

4. cc_users and registered_users views have been sped up.

5. removed an unused and incorrect proc from revision-procs

6. updated acs-kernel to 4.6.3

-------------------------------------------------------------------------------------

  1. … 11 more files in changeset.
Added display of implementation owner, and added display of implementations when you click to view a contract.

    • -0
    • +23
    ./www/contract-display-postgresql.xql
file contract-display-oracle.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/contract-display-oracle.xql
file contract-display-postgresql.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/contract-display-postgresql.xql

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.
Upgrade to 4.6.2: Added Tcl API for definining contracts and implementations

    • -18
    • +41
    ./tcl/acs-service-contract-procs.tcl
    • -0
    • +0
    ./tcl/implementation-procs-postgresql.xql
    • -0
    • +11
    ./tcl/msg-type-procs-postgresql.xql
A bunch of things

1. AOLserver 4.0's nsxml appears to expose a gcc bug which causes the

backwards-compatible "getattr" command to fail. I dug around nsxml

and it does appear to be a gcc bug. I changed to the proper nsxml v2

syntax.

2. In the course of exploring #1 above, I realized that the calls to

dom:: Tcl XML package commands were still being executed despite

being commented out. Typical Tcl misunderstanding on someone's part.

Net effect: we were parsing all APM .info files twice, once in Tcl

and once in ns_xml! Yuk!

3. Fixed a minor notifications bug - you couldn't delete a notification

request if any unsent notifications were pending, causing the homework

package to bomb if you deleted an uploaded homework file and the prof

hadn't yet received their notification.

4. Fixed an obscure corner case in my permissions denormalization code.

    • -1
    • +1
    ./sql/postgresql/acs-sc-packages-drop.sql
  1. … 15 more files in changeset.
various Oracle bug fixes (such as missing queries), bumping up version and provides to 4.7d2 as the new Bug Tracker and Workflow will rely on these fixes

    • -9
    • +11
    ./tcl/acs-service-contract-procs.tcl
    • -13
    • +21
    ./tcl/implementation-procs-oracle.xql
    • -0
    • +14
    ./tcl/implementation-procs.xql
    • -11
    • +0
    ./tcl/msg-type-procs-postgresql.xql
    • -0
    • +13
    ./tcl/msg-type-procs.xql
Added Tcl API for defining contracts and registering implementations

    • -17
    • +38
    ./tcl/acs-service-contract-procs.tcl
    • -0
    • +82
    ./tcl/contract-procs-oracle.xql
    • -0
    • +73
    ./tcl/contract-procs-postgresql.xql
    • -0
    • +233
    ./tcl/contract-procs.tcl
    • -0
    • +46
    ./tcl/implementation-procs-oracle.xql
    • -0
    • +46
    ./tcl/implementation-procs-postgresql.xql
    • -0
    • +185
    ./tcl/implementation-procs.tcl
    • -0
    • +34
    ./tcl/msg-type-procs-oracle.xql
    • -0
    • +44
    ./tcl/msg-type-procs-postgresql.xql
    • -0
    • +124
    ./tcl/msg-type-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.
Added acs-kernel dependancy for proper loading order. (At the request of pluto@objectrealms.net)

merge from oacs-4-6

    • -2
    • +3
    ./sql/oracle/upgrade/upgrade-4.5-4.5.1.sql
    • -0
    • +19
    ./sql/oracle/upgrade/upgrade-4.5.1-4.6.sql
  1. … 106 more files in changeset.
file upgrade-4.5.1-4.6.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-4.5.1-4.6.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-4.5.1-4.6.sql
  1. … 2 more files in changeset.
- Upgrade scripts for acs-content-repository, acs-events, acs-kernel, acs-mail, acs-service-contract, bookmarks, faq, file-storage, news and search

- Bumped version of above packages to 4.6

- Fixed the view/sequence hack in apm-create so that APM package edit UI works in PG 7.2

    • -2
    • +3
    ./sql/oracle/upgrade/upgrade-4.5-4.5.1.sql
    • -0
    • +19
    ./sql/oracle/upgrade/upgrade-4.5.1-4.6.sql
  1. … 27 more files in changeset.
contract display, better error handling in acs_sc_proc, document API some

    • -24
    • +60
    ./tcl/acs-service-contract-procs.tcl