• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.10.1d2-5.10.1d3.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade-5.10.1d2-5.10.1d3.sql
file upgrade-5.10.0d14-5.10.0d15.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade-5.10.0d14-5.10.0d15.sql
Use 'revision_id' as a tiebreaker in case creation_date is the same, which can happen if different revisions were created inside a single transaction.

  1. … 2 more files in changeset.
added constraint cr_items_parent_id_ck to avoid certain simple loops on parent_ids

An item must not be equal to its own parent. Note that this constraint is not

guaranteed to avoid all loops; it is still possible to create indirect recursive

loops but excludes some real-world problems.

  1. … 4 more files in changeset.
file upgrade-5.10.0d12-5.10.0d13.sql was initially added on branch oacs-5-10.

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

    • -0
    • +0
    ./upgrade-5.10.0d11-5.10.0d12.sql
  1. … 1 more file in changeset.
use SQL functions (instead of plpgsql) defined as stabe and strict for

* content_folder__is_folder

* content_folder__is_sub_folder, and

* content_folder__is_empty

... having as well more sane constructs returning boolean values

  1. … 2 more files in changeset.
file upgrade-5.10.0d10-5.10.0d11.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade-5.10.0d10-5.10.0d11.sql
improve performance of content_folder__is_sub_folder

  1. … 2 more files in changeset.
file upgrade-5.10.0d9-5.10.0d10.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade-5.10.0d9-5.10.0d10.sql
file upgrade-5.10.0d8-5.10.0d9.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade-5.10.0d8-5.10.0d9.sql
Fix attribute datatype discrepancy, introduced in 2006 but never fixed for already existing instances.

Original datatype change:

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

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

  1. … 3 more files in changeset.
Move CR search callbacks to new namespace in compliance with OpenACS naming convention, create deprecated wrappers, update service contract tables

  1. … 3 more files in changeset.
file upgrade-5.10.0d7-5.10.0d8.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade-5.10.0d7-5.10.0d8.sql
fix typo

improve spelling

  1. … 33 more files in changeset.
improve spelling

  1. … 33 more files in changeset.
drop leftover functions from 2003, 2004 and 2005 in existing instances

  1. … 1 more file in changeset.
file upgrade-5.10.0d6-5.10.0d7.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade-5.10.0d6-5.10.0d7.sql
revert prevous change

  1. … 1 more file in changeset.
Add "FOR UPDATE" to select operation of *_f() function inserting tuples.

the required "content_type__refresh_trigger" calls will follow later.

    • -0
    • +98
    ./upgrade-5.10.0d5-5.10.0d6.sql
  1. … 2 more files in changeset.
improve spelling

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

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

  1. … 16 more files in changeset.
Fix typos

  1. … 62 more files in changeset.
Fix typos

  1. … 28 more files in changeset.
Fix typos

  1. … 9 more files in changeset.
Fix more typos

  1. … 84 more files in changeset.
Upgrade fix

Execute cleanup only if explicitly uncommented, as might have performance implications.

Also, correct unaligned constraint names in old instances upgraded incrementally over the years.

  1. … 1 more file in changeset.