• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add function args missed by earlier upgrades

- bump version numbers

    • -0
    • +48
    ./postgresql/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
    ./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. … 2546 more files in changeset.
- add still missing function args

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

    • -0
    • +0
    ./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
    ./postgresql/acs-events-create.sql
    • -192
    • +229
    ./postgresql/activity-create.sql
    • -125
    • +163
    ./postgresql/oracle-compat-create.sql
    • -51
    • +62
    ./postgresql/recurrence-create.sql
    • -638
    • +804
    ./postgresql/timespan-create.sql
    • -299
    • +322
    ./postgresql/test/acs-events-test.sql
    • -225
    • +277
    ./postgresql/test/time_intervals-test.sql
    • -208
    • +291
    ./postgresql/test/timespan-test.sql
    • -403
    • +487
    ./postgresql/test/utest-create.sql
    • -150
    • +157
    ./postgresql/test/utest.sql
    • -26
    • +22
    ./postgresql/upgrade/upgrade-0.1d-0.2d.sql
    • -127
    • +77
    ./postgresql/upgrade/upgrade-0.4d-0.4d1.sql
    • -22
    • +20
    ./postgresql/upgrade/upgrade-0.5d1-0.5d2.sql
    • -86
    • +54
    ./postgresql/upgrade/upgrade-0.5d2-0.5d3.sql
    • -136
    • +78
    ./postgresql/upgrade/upgrade-0.6d1-0.6d2.sql
    • -89
    • +55
    ./postgresql/upgrade/upgrade-0.6d2-0.6d3.sql
    • -79
    • +59
    ./postgresql/upgrade/upgrade-0.6d3-0.6d4.sql
PG 9.0 compatibility. Changes regarding usage of sequences. Deleting unused views and sequences.

    • -0
    • +149
    ./postgresql/upgrade/upgrade-0.6d3-0.6d4.sql
  1. … 1 more file in changeset.
More fixes to timespan calculaton to handle timezone (DST) spanning recurring events.

  1. … 1 more file in changeset.
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.

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

    • -0
    • +748
    ./oracle/upgrade/upgrade-0.6d1-0.6d2.sql
    • -0
    • +357
    ./postgresql/upgrade/upgrade-0.6d1-0.6d2.sql
  1. … 1553 more files in changeset.
Fixed typo in daveb's change

Make sure "this event" is updated when editing a reucrrence and applying

to this event and all future events

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

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

    • -0
    • +748
    ./oracle/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
    ./postgresql/upgrade/upgrade-0.6d1-0.6d2.sql
  1. … 1 more file in changeset.
file upgrade-0.6d1-0.6d2.sql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.6d1-0.6d2.sql
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

    • -378
    • +377
    ./oracle/upgrade/upgrade-0.3d-0.4d.sql
    • -1
    • +1
    ./oracle/upgrade/upgrade-0.5d2-0.5d3.sql
    • -207
    • +208
    ./postgresql/timespan-create.sql
  1. … 2474 more files in changeset.
fixing typos -- missing semicolons

fixing typos -- missing semicolons in acs_event__get_html_p and acs_event__get_status_summary

Initual attempt at correct daylight savings time handling. When calculating

intervals for copy, recurring events treat dates in calculations as timestamp

without timezone.

    • -207
    • +208
    ./postgresql/timespan-create.sql
typo fix, add a missing comma

    • -1
    • +1
    ./oracle/upgrade/upgrade-0.5d2-0.5d3.sql
Rearranging definition order to fix compilation bugs. Now the all of the package definitions come first, the bodies second.

    • -388
    • +387
    ./oracle/upgrade/upgrade-0.3d-0.4d.sql
  1. … 1 more file in changeset.
Rearranging definition order to fix compilation bugs. Now the all of the package definitions come first, the bodies second.

    • -388
    • +387
    ./oracle/upgrade/upgrade-0.3d-0.4d.sql
  1. … 1 more file in changeset.
fix pacakge -> package typo

    • -1
    • +1
    ./oracle/upgrade/upgrade-0.5d2-0.5d3.sql
  1. … 9 more files in changeset.
fix the bkwd compat acs_event__new function resolves bug 2383

propigate package_id to acs_objects, make __new a 14 param function and add backwards compatible version, bump package version, upgrades for oracle and pg, oracle untested

    • -0
    • +737
    ./oracle/upgrade/upgrade-0.5d2-0.5d3.sql
    • -0
    • +161
    ./postgresql/upgrade/upgrade-0.5d2-0.5d3.sql
  1. … 1 more file in changeset.
make functions create or replace. fix inputs to a get_status_summary and get_html_p, bump version, upgrade

    • -26
    • +26
    ./postgresql/acs-events-create.sql
    • -0
    • +57
    ./postgresql/upgrade/upgrade-0.5d1-0.5d2.sql
  1. … 1 more file in changeset.
Remerge Timo's changes for tip 42,43, cf tip 53

    • -0
    • +631
    ./oracle/upgrade/upgrade-0.4d-0.4d1.sql
  1. … 92 more files in changeset.