• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
- bump version numbers to 5.8.1

  1. … 74 more files in changeset.
- bump version number to 5.8.1b2

  1. … 75 more files in changeset.
- bump version numbers for beta release

  1. … 74 more files in changeset.
- fix minor documentation bugs

- prettify documentation (use master templates)

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.

- bump version numbers to [25].8.1a3

- update requirements for core components to newest version number in the branch

  1. … 74 more files in changeset.
- add still missing function args

    • -1
    • +3
    ./sql/postgresql/acs-events-create.sql
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
- bump version numbers

  1. … 11 more files in changeset.
- update maturities

  1. … 4 more files in changeset.
- bump version numbers

  1. … 39 more files in changeset.
- update release dates in .info files to make it easier to spot, what old versions are installed

  1. … 36 more files in changeset.
- require for all packages in oacs-5-8 branch acs-kernel 5.8.0

  1. … 13 more files in changeset.
- 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
PG 9.0 compatibility. Changes regarding usage of sequences. Deleting unused views and sequences.

    • -4
    • +1
    ./sql/postgresql/acs-events-create.sql
    • -3
    • +2
    ./sql/postgresql/recurrence-create.sql
    • -0
    • +149
    ./sql/postgresql/upgrade/upgrade-0.6d3-0.6d4.sql
Merged oacs-5-5 branch of .LRN packages to HEAD.

  1. … 87 more files in changeset.
Fix dependencies and their version

  1. … 14 more files in changeset.
More fixes to timespan calculaton to handle timezone (DST) spanning recurring events.

    • -3
    • +3
    ./sql/postgresql/acs-events-create.sql
    • -1
    • +46
    ./sql/postgresql/upgrade/upgrade-0.6d2-0.6d3.sql
Fix problem with Daylight Saving Time when creating recurring

events. This works fine in Oracle because the timestamps don't have

timezones. In Postgresql when calculating the interval between events

for recurring events, we need to ignore the timezone to get the

correct result when the event crosses the Daylight Saving Time boundar.

    • -2
    • +2
    ./sql/postgresql/acs-events-create.sql
    • -0
    • +248
    ./sql/postgresql/upgrade/upgrade-0.6d2-0.6d3.sql
Merged changes to HEAD ...

    • -0
    • +748
    ./sql/oracle/upgrade/upgrade-0.6d1-0.6d2.sql
    • -3
    • +22
    ./sql/postgresql/acs-events-create.sql
    • -0
    • +357
    ./sql/postgresql/upgrade/upgrade-0.6d1-0.6d2.sql
  1. … 1552 more files in changeset.
Fixed typo in daveb's change

Update version number for packages and dependencies

  1. … 63 more files in changeset.
Make sure "this event" is updated when editing a reucrrence and applying

to this event and all future events

    • -2
    • +3
    ./sql/postgresql/acs-events-create.sql
file upgrade-0.6d1-0.6d2.sql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-0.6d1-0.6d2.sql
All editing only future events of a recurrence

    • -0
    • +748
    ./sql/oracle/upgrade/upgrade-0.6d1-0.6d2.sql
    • -3
    • +21
    ./sql/postgresql/acs-events-create.sql
    • -0
    • +65
    ./sql/postgresql/upgrade/upgrade-0.6d1-0.6d2.sql
Fix handling of recurring events over DST. Add upgrade script. NOTE:

only needed on postgresql since Oracle doesn't store timezones.

    • -0
    • +292
    ./sql/postgresql/upgrade/upgrade-0.6d1-0.6d2.sql