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

simple drop script

    • -0
    • +12
    ./acs-mail-nt-drop.sql
ported acs-mail-nt-create from PG to oracle

    • -0
    • +265
    ./acs-mail-nt-create.sql
first stab at a drop script

fixed names of acs_objects to be specific to acs-mail (as opposed to acs-messaging)

changed object_id to gc_object_id in __create_type so that drop_type works!

changed content_object_id (fk acs_content) to content_item_id (referring to CR)

added 'on delete cascade' to acs_mail_links

added command to source acs_mail_nt_create.sql

Big 'ole update to implement multi-db aware packages. Don't try this yet,

I can't *possibly* have gotten all the right files added and removed in

one fell swoop!

    • -0
    • +255
    ./acs-mail-create.sql
    • -0
    • +460
    ./acs-mail-packages-create.sql
    • -0
    • +120
    ./acs-mail-queue-create.sql
  1. … 116 more files in changeset.