acs-content-repository

  • last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve capitalization

  1. … 5 more files in changeset.
unify spelling of names

  1. … 2 more files in changeset.
Rework variable assigning loops (set -> lassign) + Whitespace changes

  1. … 13 more files in changeset.
improve list handling

improve grammar

regenerated documentation

  1. … 29 more files in changeset.
Rework variable assigning loops (set -> lassign)

  1. … 2 more files in changeset.
Fix typos

    • -7
    • +7
    ./tcl/acs-content-repository-procs.tcl
Fix typos

  1. … 25 more files in changeset.
Fix capitalization

Prefer 'in' and 'ni' operators over lsearch for testing list containment

  1. … 2 more files in changeset.
Prefer lappend over concat for appending lists (lappend modifies the variable 'in place')

  1. … 5 more files in changeset.
remove conditiions, which are always true

fix typos

    • -3
    • +3
    ./sql/oracle/upgrade/upgrade-5.2.0d16-5.2.0d17.sql
Fix typo (db_list_of_list -> db_list_of_lists)

  1. … 2 more files in changeset.
Fix typos

  1. … 1 more file in changeset.
Fix typos

  1. … 34 more files in changeset.
Fix typo

    • -2
    • +2
    ./tcl/acs-content-repository-procs.tcl
Fix typos

  1. … 60 more files in changeset.
Fix typos

    • -11
    • +11
    ./sql/oracle/upgrade/upgrade-4.7d6-5.0d1.sql
  1. … 34 more files in changeset.
Fix typos

  1. … 28 more files in changeset.
Fix typos

    • -1
    • +1
    ./sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql
  1. … 7 more files in changeset.
fix typos

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

  1. … 82 more files in changeset.
Fix typos

  1. … 52 more files in changeset.
mark *not_cached functions as private

  1. … 2 more files in changeset.
fix invalid meta-data and documentation strings

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.
Add missing change in the data model from previous commit

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.

    • -24
    • +23
    ./sql/postgresql/content-item.sql
    • -0
    • +77
    ./sql/postgresql/upgrade/upgrade-5.10.0d4-5.10.0d5.sql
  1. … 14 more files in changeset.