• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge with missing files

  1. … 1462 more files in changeset.
merge from oacs-5-10

    • -0
    • +184
    ./upgrade/upgrade-0.6.2d7-0.6.2d8.sql
  1. … 8093 more files in changeset.
Apply last upgrade also to the creation script

Fixed variable names for SQL functions to allow to call these directly from Tcl

---

--- Fix SQL function that were defined with the same number of

--- arguments and the same argument names, but receiving different

--- types (integers vs. timespans). This is fine, as long the

--- functions are only called from SQL and positional arguments. When

--- calling from Tcl, this does not work.

---

--- This change uses in cases, where offsets are specified as

--- intervals the suffix "_interval" for the variable names, keeping

--- the names without this suffix for integer arguments (for Oracle

--- compatibility).

    • -0
    • +184
    ./upgrade/upgrade-0.6.2d7-0.6.2d8.sql
  1. … 1 more file in changeset.
file upgrade-0.6.2d7-0.6.2d8.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-0.6.2d7-0.6.2d8.sql
file upgrade-0.6.2d6-0.6.2d7.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-0.6.2d6-0.6.2d7.sql
added missing function args

  1. … 1 more file in changeset.
Fix for define_function_args for time_interval__overlaps_p

- Define always SQL function with the longest argument list

- Bumped version number to 0.6.2d6

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

    • -0
    • +0
    ./upgrade/upgrade-0.6.2d5-0.6.2d6.sql
Fix acs_activity__edit (TODO: upgrade script)

Fix typos

  1. … 8 more files in changeset.
Rename constraints to follow coding standards (fixes automated test datamodel__named_constraints)

Renaming constraints on Postgres without dropping/rebuilding requires version >= 9.2

    • -0
    • +10
    ./upgrade/upgrade-0.6.2d4-0.6.2d5.sql
  1. … 4 more files in changeset.
Whitespace trimming

Align case of acs_object_type with that of the actual table (fixes automated tests)

This change intentionally ingores Oracle, as its behavior with respect to case is not clear to me.

    • -0
    • +8
    ./upgrade/upgrade-0.6.2d3-0.6.2d4.sql
  1. … 1 more file in changeset.
Change declared acs_attribute datatype to boolean for boolean columns

    • -0
    • +19
    ./upgrade/upgrade-0.6.2d2-0.6.2d3.sql
  1. … 1 more file in changeset.
add forgotton fields related_link_url, related_link_text, redirect_to_rel_link_p to acs_event.new() and friends.

These files are part of the datamodel since many years, but someone forgot to adapt DB API for it.

VS: ----------------------------------------------------------------------

    • -0
    • +139
    ./upgrade/upgrade-0.6.2d1-0.6.2d2.sql
  1. … 4 more files in changeset.
Fix typos

  1. … 11 more files in changeset.
Add field "location" to acs_events: an event has now a place and a time.

This is a prerequisite for adding a "location" to the calendar.

- add location to acs_attributes

- recreate views "acs_events_dates" and "acs_events_activities"

to return location

- extend "acs_event__new()" (pg) and "acs_event.new()" (ora)

to accept location

- let handle "acs_event.new_instance()" the location attribute

- bump version number to 0.6.2d1

    • -0
    • +180
    ./upgrade/upgrade-0.6.2d0-0.6.2d1.sql
  1. … 3 more files in changeset.
Improve spellinig

improve indentation

Fix typos

  1. … 61 more files in changeset.
Fix typos

  1. … 13 more files in changeset.
Added missing index creation statment; Fixed typo in index name

    • -0
    • +5
    ./upgrade/upgrade-0.6-0.6.1.sql
  1. … 1 more file in changeset.
fix typos

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

  1. … 7832 more files in changeset.
Fix spelling errors

  1. … 11 more files in changeset.
- add function args missed by earlier upgrades

- bump version numbers

    • -0
    • +48
    ./upgrade/upgrade-0.6d7-0.6d8.sql
  1. … 9 more files in changeset.
Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

  1. … 520 more files in changeset.
- add missing index (important for large sites)

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

    • -0
    • +0
    ./upgrade/upgrade-0.6d6-0.6d7.sql