• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Attribute discrepancy fix for object_types in OpenACS.

Some attributes are not created for new instances since 2006, but an upgrade

script deleting the already existing ones was never done.

Original datatype change:

https://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Avictorg%3A20060727200933

https://github.com/openacs/openacs-core/commit/7e30fa270483dcbc866ffbf6f5cf4f30447987cb

    • -0
    • +57
    ./upgrade/upgrade-5.10.0d25-5.10.0d26.sql
  1. … 2 more files in changeset.
file upgrade-5.10.0d25-5.10.0d26.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.10.0d25-5.10.0d26.sql
  1. … 1 more file in changeset.
Add oracle upgrade logic for previous attribute datatype discrepancy package upgrades, and fix typo in postgres upgrade script

    • -0
    • +18
    ./upgrade/upgrade-5.10.0d24-5.10.0d25.sql
  1. … 2 more files in changeset.
file upgrade-5.10.0d24-5.10.0d25.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.10.0d24-5.10.0d25.sql
improve spelling

  1. … 11 more files in changeset.
improve spelling

  1. … 19 more files in changeset.
Move away portraits created as children of the -100 object that might be still around after acs-kernel/sql/postgresql/upgrade/upgrade-5.10.0d13-5.10.0d14.sql

    • -0
    • +20
    ./upgrade/upgrade-5.10.0d17-5.10.0d18.sql
  1. … 2 more files in changeset.
file upgrade-5.10.0d17-5.10.0d18.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.10.0d17-5.10.0d18.sql
  1. … 1 more file in changeset.
Reparent portraits coming from the old good days, which were saved with -100 as parent_id (since at least 6 years portraits are saved as children of the user object)

    • -0
    • +32
    ./upgrade/upgrade-5.10.0d13-5.10.0d14.sql
  1. … 2 more files in changeset.
file upgrade-5.10.0d13-5.10.0d14.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.10.0d13-5.10.0d14.sql
  1. … 1 more file in changeset.
revert premature commit affecting all sites

    • -10
    • +0
    ./upgrade/upgrade-5.10.0d12-5.10.0d13.sql
  1. … 5 more files in changeset.
Add new column 'public_avatar_p' to the 'user_preferences' table, in order to allow the user to decide wheter to make the avatar (profile picture) public to other users or not, with a conservative default, false. Add also a simple API to get/set that value and bump acs-kernel version number.

    • -0
    • +10
    ./upgrade/upgrade-5.10.0d12-5.10.0d13.sql
  1. … 5 more files in changeset.
Rollback of 'boolean' parameter datatype, as oracle does not see necessary to have 'boolean' datatypes, and they do not even provide with a proper alternative on what to use instead. Great. See: https://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:6263249199595#876972400346931526

    • -23
    • +0
    ./upgrade/upgrade-5.10.0d12-5.10.0d13.sql
  1. … 3 more files in changeset.
Add 'boolean' parameter datatype and increase version number

    • -0
    • +23
    ./upgrade/upgrade-5.10.0d12-5.10.0d13.sql
  1. … 3 more files in changeset.
file upgrade-5.10.0d12-5.10.0d13.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.10.0d12-5.10.0d13.sql
  1. … 1 more file in changeset.
Bring files on oacs-5-10 in sync with HEAD

  1. … 15 more files in changeset.
Reinstate reworked versions of some oracle database utilities left behind during solution of bug #3302

Rework is based on coding style observed in code provided by Brian Fenton, but could still not be tested. See https://openacs.org/bugtracker/openacs/bug?bug_number=3302

    • -0
    • +353
    ./upgrade/upgrade-5.10.0d11-5.10.0d12.sql
  1. … 1 more file in changeset.
improve comments and spelling

  1. … 4 more files in changeset.
Fix typos

  1. … 1 more file in changeset.
Removed obsolete @arch-tag

    • -2
    • +1
    ./upgrade/upgrade-5.2.0d11-5.2.0d12.sql
  1. … 30 more files in changeset.
Remove reference to legacy datamodel

...chances are few this code will be ever executed anyhow, as is the dropping script for the very kernel

  1. … 1 more file in changeset.
Remove obsolete table apm_package_db_types: this was superseded by threaded cache ::acs::known_database_types

    • -0
    • +5
    ./upgrade/upgrade-5.10.0d6-5.10.0d7.sql
  1. … 4 more files in changeset.
imporve spelling

  1. … 3 more files in changeset.
Fix typos

  1. … 23 more files in changeset.
Fix typos

  1. … 60 more files in changeset.
Fix typos

  1. … 7 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

    • -2
    • +4
    ./test/rel-segments-test-types-create.sql
    • -0
    • +344
    ./upgrade/upgrade--5.9.1d15-5.9.1d16.sql
  1. … 7820 more files in changeset.
Fix spelling errors

    • -11
    • +11
    ./upgrade/upgrade-5.0d9-5.0d13.sql
  1. … 34 more files in changeset.
applied changes provided by Brian for oracle. For details, see issue #3302

    • -123
    • +60
    ./upgrade/upgrade-5.9.1d18-5.9.1d19.sql
    • -142
    • +59
    ./upgrade/upgrade-5.9.1d19-5.9.1d20.sql
Fix issue #3300 and #3301: index name breaks Oracle name length limit of 30 chars