• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
as part of the sql upgrade of acs-kernel from 4.6.1 to 4.7d I forgot to change views and plsql code. Adding these changes now to make the upgrade complete

    • -1
    • +638
    ./oracle/upgrade/upgrade-4.6.1-4.7d.sql
upgrading acs-kernel from 4.6.1 to 4.7d to support APM auto mounting of packages, and Tcl procedure package callbacks such as after-install, after-instantiate, and after-mount. Upgrade scripts supplied to add table apm_package_callbacks and add column auto_mount to table apm_package_versions.

    • -0
    • +34
    ./oracle/upgrade/upgrade-4.6.1-4.7d.sql
    • -0
    • +34
    ./postgresql/upgrade/upgrade-4.6.1-4.7d.sql
  1. … 1 more file in changeset.
An upgrade script from almost 2 years ago is patched. yay. closes bug 180

    • -1
    • +1
    ./oracle/upgrade/upgrade-4.2-4.2.1.sql
adding a table to the APM for holding Tcl proc callbacks invoked after installation, instantiation etc. of packages

- Fixed double declaration of function acs_attribute__create_attribute, with

same arguments. Thanks for Stan Kaufman on #openacs for reporting this.

Merged in changes to make acs-workflow not part of initial install from HEAD to 4.6 branch

merge bartt PG 7.3 fixes from HEAD

    • -0
    • +12
    ./postgresql/acs-metadata-create.sql
    • -3
    • +3
    ./postgresql/community-core-create.sql
    • -1
    • +1
    ./postgresql/rel-segments-body-create.sql
    • -0
    • +38
    ./postgresql/upgrade/upgrade-4.5-4.5.1.sql
  1. … 45 more files in changeset.
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

    • -0
    • +2
    ./oracle/upgrade/upgrade-4.6-4.6.1.sql
    • -0
    • +25
    ./postgresql/upgrade/upgrade-4.6-4.6.1.sql
  1. … 31 more files in changeset.
Removed acs-workflow from acs-install.sql script

Removed extraneous declaration of acs_attribute__create_attribute.

Patches to make OpenACS PG 7.3 compatible.

    • -0
    • +12
    ./postgresql/acs-metadata-create.sql
    • -3
    • +3
    ./postgresql/community-core-create.sql
    • -1
    • +1
    ./postgresql/rel-segments-body-create.sql
    • -7
    • +45
    ./postgresql/upgrade/upgrade-4.5-4.5.1.sql
  1. … 45 more files in changeset.
adding the Message Catalog APM file type to the datamodel

file upgrade-4.6-4.6.1.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/upgrade/upgrade-4.6-4.6.1.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-4.6-4.6.1.sql
changes acs__magic_object_id to isstrict,iscachable, bump version to 4.6.1, upgrade script provided

    • -0
    • +2
    ./oracle/upgrade/upgrade-4.6-4.6.1.sql
    • -0
    • +25
    ./postgresql/upgrade/upgrade-4.6-4.6.1.sql
  1. … 1 more file in changeset.
I18N: we need pretty_name and pretty_plural of the member relationship role to be internationalized in dotLRN - using two new message keys

  1. … 1 more file in changeset.
adding missing comma

setting context_id of acs-lang to be the main site id

merge from oacs-4-6

    • -0
    • +442
    ./oracle/upgrade/upgrade-4.5-4.5.1.sql
    • -0
    • +631
    ./oracle/upgrade/upgrade-4.5.1-4.6.sql
    • -0
    • +273
    ./postgresql/upgrade/upgrade-4.5.1-4.6.sql
  1. … 108 more files in changeset.
Make /acs-lang accessible to the public, since this is where they go set their language pref

file upgrade-4.5.1-4.6.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/upgrade/upgrade-4.5.1-4.6.sql
    • -0
    • +0
    ./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

    • -0
    • +442
    ./oracle/upgrade/upgrade-4.5-4.5.1.sql
    • -0
    • +631
    ./oracle/upgrade/upgrade-4.5.1-4.6.sql
    • -0
    • +273
    ./postgresql/upgrade/upgrade-4.5.1-4.6.sql
  1. … 27 more files in changeset.
Got rid of references to acs_object_id_seq view in apm-create, which were causing some errors

    • -0
    • +197
    ./postgresql/upgrade/upgrade-4.5.1-4.5.2.sql
  1. … 1 more file in changeset.
Peter: creating an instance of acs-lang and mounting it under the main site at server creation (along with acs-admin et al)

CREATE FUNCTION -> CREATE OR REPLACE FUNCTION

    • -7
    • +7
    ./postgresql/upgrade/upgrade-4.5-4.5.1.sql
mount cr for virtual url refs in oracle

avoid collating order problems by padding version strings with 0000.

increase field sizes (from sloan)

add parent_key function

fix typo v_segment_name should be segment_name bug 911/patch 424

typo fix bug 1660/patch 346 Jun Yamog