• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
revert premature commit affecting all sites

  1. … 6 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.

  1. … 6 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

  1. … 4 more files in changeset.
Add 'boolean' parameter datatype and increase version number

  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.
Drop function first, as name of parameters changed

name arguments consistently

  1. … 1 more file in changeset.
Fix typo

schema queries: allow mixed case for column and table names (similar to function_args

bump versiom number to 5.10.0d11

    • -0
    • +157
    ./upgrade-5.10.0d10-5.10.0d11.sql
  1. … 2 more files in changeset.
proivde upgrades script for PG 11 and bump version number to 5.9.2d2

  1. … 1 more file in changeset.
file upgrade-5.9.2d1-5.9.2d2.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade-5.9.2d1-5.9.2d2.sql
improve comments and spelling

  1. … 3 more files in changeset.
fix issue #3360; probably a problem that shows up with pg10.

make checking of pg_version number more robust (backporting changes from head).

See also issue #3359

Removed obsolete @arch-tag

  1. … 30 more files in changeset.
Fix typo

Change database type for boolean from "bool" to "boolean" in acs_datatypes

    • -0
    • +7
    ./upgrade-5.10.0d7-5.10.0d8.sql
  1. … 2 more files in changeset.
Remove obsolete table apm_package_db_types: this was superseded by threaded cache ::acs::known_database_types

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

  1. … 6 more files in changeset.
fix typo

Replace obsolete function bitfromint4() by cast

    • -0
    • +38
    ./upgrade-5.10.0d5-5.10.0d6.sql
  1. … 2 more files in changeset.
Replace obsolete funktion bittoint4() by cast

    • -0
    • +78
    ./upgrade-5.10.0d4-5.10.0d5.sql
  1. … 2 more files in changeset.
fix singular/plural typos

  1. … 6 more files in changeset.
improve spelliing

  1. … 2 more files in changeset.
Fix typos

  1. … 6 more files in changeset.
Fix typos

  1. … 62 more files in changeset.
Fix typos

  1. … 28 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.
Portrait management reform and correction

Moved logics to create a portrait in a proc in order to reuse it in other places

such as picture retrieval services (e.g. Bach picture retrieval at WU). Turns out

we were not doing our homeworks here: when the portrait is created into CR, a

cr_child_rel is created. When the portrait was erased though, this was not cleaned

up propely, leaving dangling acs_objects with no reference in cr_child_rels table.

On busy sites, this can grow in the ten thousands order of magnitude. Changes include

also fix for this behavior and tuples cleanup.

    • -0
    • +80
    ./upgrade-5.10.0d3-5.10.0d4.sql
  1. … 16 more files in changeset.
Fix typos

  1. … 11 more files in changeset.