• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-0.6.2d6-0.6.2d7.sql was initially added on branch oacs-5-10.

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

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-0.6.2d5-0.6.2d6.sql
Fix typos

    • -2
    • +2
    ./sql/postgresql/test/timespan-test.sql
  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
    ./sql/oracle/upgrade/upgrade-0.6.2d4-0.6.2d5.sql
    • -3
    • +3
    ./sql/postgresql/acs-events-create.sql
    • -0
    • +10
    ./sql/postgresql/upgrade/upgrade-0.6.2d4-0.6.2d5.sql
Trim whitespace

    • -190
    • +189
    ./sql/oracle/acs-events-create.sql
    • -83
    • +78
    ./sql/oracle/activity-create.sql
Whitespace trimming

Whitespace trimming

    • -23
    • +18
    ./sql/postgresql/activity-create.sql
    • -122
    • +121
    ./sql/postgresql/acs-events-create.sql
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.

    • -5
    • +5
    ./sql/postgresql/acs-events-create.sql
    • -0
    • +8
    ./sql/postgresql/upgrade/upgrade-0.6.2d3-0.6.2d4.sql
Change declared acs_attribute datatype to boolean for boolean columns

    • -3
    • +3
    ./sql/postgresql/acs-events-create.sql
    • -0
    • +19
    ./sql/postgresql/upgrade/upgrade-0.6.2d2-0.6.2d3.sql
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: ----------------------------------------------------------------------

    • -44
    • +61
    ./sql/oracle/acs-events-create.sql
    • -0
    • +237
    ./sql/oracle/upgrade/upgrade-0.6.2d0-0.6.2d1.sql
    • -0
    • +756
    ./sql/oracle/upgrade/upgrade-0.6.2d1-0.6.2d2.sql
    • -16
    • +21
    ./sql/postgresql/acs-events-create.sql
    • -0
    • +139
    ./sql/postgresql/upgrade/upgrade-0.6.2d1-0.6.2d2.sql
fix type reference for oracle

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
    • +579
    ./sql/oracle/upgrade/upgrade-0.6.2d0-0.6.2d1.sql
    • -18
    • +41
    ./sql/postgresql/acs-events-create.sql
    • -0
    • +180
    ./sql/postgresql/upgrade/upgrade-0.6.2d0-0.6.2d1.sql
Improve spellinig

improve indentation

    • -14
    • +14
    ./sql/postgresql/oracle-compat-create.sql
Fix typos

    • -2
    • +2
    ./sql/postgresql/test/time_intervals-test.sql
    • -2
    • +2
    ./sql/postgresql/test/timespan-test.sql
  1. … 61 more files in changeset.
Fix typos

    • -2
    • +2
    ./sql/postgresql/recurrence-create.sql
    • -2
    • +2
    ./sql/postgresql/test/acs-events-test.sql
  1. … 12 more files in changeset.
Fixed package version numbering

Added missing index creation statment; Fixed typo in index name

    • -2
    • +4
    ./sql/postgresql/acs-events-create.sql
    • -0
    • +5
    ./sql/postgresql/upgrade/upgrade-0.6-0.6.1.sql
fix typos

    • -2
    • +2
    ./sql/postgresql/test/timespan-test.sql
    • -2
    • +2
    ./sql/postgresql/test/utest-create.sql
  1. … 3 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

    • -2
    • +2
    ./sql/postgresql/oracle-compat-create.sql
    • -2
    • +2
    ./sql/postgresql/test/timespan-test.sql
    • -297
    • +324
    ./www/doc/requirements.adp
  1. … 7825 more files in changeset.
- add function args missed by earlier upgrades

- bump version numbers

    • -0
    • +48
    ./sql/postgresql/upgrade/upgrade-0.6d7-0.6d8.sql
  1. … 8 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. … 519 more files in changeset.
file upgrade-0.6d6-0.6d7.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-0.6d6-0.6d7.sql
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -1
    • +3
    ./sql/postgresql/acs-events-create.sql
  1. … 2542 more files in changeset.
file design.adp was initially added on branch oacs-5-8.

file requirements.adp was initially added on branch oacs-5-8.

    • -0
    • +0
    ./www/doc/requirements.adp
file index.adp was initially added on branch oacs-5-8.

file upgrade-0.6d5-0.6d6.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-0.6d5-0.6d6.sql
- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

    • -646
    • +762
    ./sql/postgresql/acs-events-create.sql
    • -192
    • +229
    ./sql/postgresql/activity-create.sql
    • -125
    • +163
    ./sql/postgresql/oracle-compat-create.sql
    • -51
    • +62
    ./sql/postgresql/recurrence-create.sql
    • -638
    • +804
    ./sql/postgresql/timespan-create.sql
    • -299
    • +322
    ./sql/postgresql/test/acs-events-test.sql
    • -225
    • +277
    ./sql/postgresql/test/time_intervals-test.sql
    • -208
    • +291
    ./sql/postgresql/test/timespan-test.sql
    • -403
    • +487
    ./sql/postgresql/test/utest-create.sql
    • -150
    • +157
    ./sql/postgresql/test/utest.sql
    • -26
    • +22
    ./sql/postgresql/upgrade/upgrade-0.1d-0.2d.sql
    • -127
    • +77
    ./sql/postgresql/upgrade/upgrade-0.4d-0.4d1.sql
    • -22
    • +20
    ./sql/postgresql/upgrade/upgrade-0.5d1-0.5d2.sql
    • -86
    • +54
    ./sql/postgresql/upgrade/upgrade-0.5d2-0.5d3.sql
    • -136
    • +78
    ./sql/postgresql/upgrade/upgrade-0.6d1-0.6d2.sql
    • -89
    • +55
    ./sql/postgresql/upgrade/upgrade-0.6d2-0.6d3.sql
    • -79
    • +59
    ./sql/postgresql/upgrade/upgrade-0.6d3-0.6d4.sql