• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed constraint to fit our convention for abbreviation

Jeffd's new constraints had names too long for oracle.

Correction of name constraint

  1. … 2 more files in changeset.
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?

    • -47
    • +46
    ./upgrade/upgrade-4.6.2-5.0d1.sql
  1. … 721 more files in changeset.
Rearranging definition order to fix compilation bugs. Now the all of the package definitions come first, the bodies second.

    • -47
    • +46
    ./upgrade/upgrade-4.6.2-5.0d1.sql
  1. … 1 more file in changeset.
Rearranging definition order to fix compilation bugs. Now the all of the package definitions come first, the bodies second.

    • -47
    • +46
    ./upgrade/upgrade-4.6.2-5.0d1.sql
  1. … 1 more file in changeset.
Changes for package_id that hadn't been (harumph) tested by the implementor

Remerge Timo's changes for tip 42,43, cf tip 53

    • -0
    • +94
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
  1. … 94 more files in changeset.
rollback of Timo's name, package_id commit; see TIP 53

    • -94
    • +0
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
  1. … 93 more files in changeset.
TIP#42,43: adding package_id and title to acs_objects table

    • -0
    • +94
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
  1. … 93 more files in changeset.
Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +537
    ./upgrade/upgrade-4.6.2-5.0d1.sql
  1. … 23 more files in changeset.
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. … 272 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 41 more files in changeset.
adds acs_mail_links_body_id_idx

  1. … 2 more files in changeset.
file upgrade-4.6.1-4.6.2.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.6.1-4.6.2.sql
  1. … 1 more file in changeset.
more foreign key indexes, bumps to 4.6.2, upgrade scripts included

  1. … 4 more files in changeset.
- changing to composite PK made PK too long. fixes bug 178

- changing to composite PK made PK too long. fixes bug 178

pk on acs_mail_queue_outgoing bug 97/patch 19 Vinod Kurup

  1. … 3 more files in changeset.
fixes pk on acs_mail_queue_outgoing closes bug 97/patch 19 Vinod Kurup

    • -0
    • +21
    ./upgrade/upgrade-4.6-4.6.1.sql
  1. … 3 more files in changeset.
merge from oacs-4-6

  1. … 110 more files in changeset.
file upgrade-4.5-4.6.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.5-4.6.sql
  1. … 3 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

  1. … 30 more files in changeset.
fix the object attributes (table, column name)

  1. … 3 more files in changeset.
fixed to set creation_user only if party_from is actually a user.

fixed to use the acs-kernel param OutgoingSender if party_from doesn't have an email address.

  1. … 2 more files in changeset.
fixed incompatiblity in workflow due to changing from acs-notifications to acs-mail

  1. … 9 more files in changeset.
fixed creation_user parameter

1. Fixed a bug in the oracle version of acs-mail-nt-create.sql

2. Fixed a bug in the oracle version of the APM - a standard SQL92

left join was being executed rather than the nasty Oracle-specific

notation.

3. Futzed with the APM a bit - you can now only set "watch" commands on

those .xql files which are used by the current installation, you can

only install packages supported by the current installation's RDBMS.

  1. … 8 more files in changeset.
added on delete cascade

replaced content_object_id with content_item_id

changed add_content from procedure to a function. we can then get the sequence number back into tcl, so we can edit data for that object