• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

  1. … 50 more files in changeset.
Partial conversion from timestamp to timestamptz for PG 7.3 (need to keep

time zone timestamps so dumps from PG 7.2 installs will still work)

  1. … 13 more files in changeset.
merge bartt PG 7.3 fixes from HEAD

  1. … 51 more files in changeset.
Patches to make OpenACS PG 7.3 compatible.

  1. … 51 more files in changeset.
merge from oacs-4-6

  1. … 110 more files in changeset.
- Upgrade scripts for acs-content-repository, acs-events, acs-kernel, acs-mail, acs-service-contract, bookmarks, faq, file-storage, news and search

- Bumped version of above packages to 4.6

- Fixed the view/sequence hack in apm-create so that APM package edit UI works in PG 7.2

  1. … 30 more files in changeset.
- Converted inneficient query to INNER JOINs.

- Added Oracle upgrade script.

  1. … 1 more file in changeset.
adding upgrade file for acs_event__recurrence_timespan_edit fuction fix

    • -0
    • +47
    ./upgrade/upgrade-0.1d-0.2d.sql
fix acs_event__recurrence_timespan_edit thanks to deds@infiniteinfo.com

fixed calendar for PG

  1. … 10 more files in changeset.
added support for editing time intervals

  1. … 2 more files in changeset.

Added some stuff to acs-events, like an html_p arg to "new" to set this

existing but unused table column.

  1. … 2 more files in changeset.
applied patches 130,131,132,133,134,135,137

  1. … 7 more files in changeset.
Tests to make sure API ok

    • -0
    • +1157
    ./test/acs-events-test.sql
    • -0
    • +607
    ./test/time_intervals-test.sql
    • -0
    • +622
    ./test/timespan-test.sql
    • -0
    • +603
    ./test/utest-create.sql
    • -0
    • +15
    ./test/utest-drop.sql
Initial revision

    • -0
    • +1197
    ./timespan-create.sql
Oracle date functions ported to postgres

    • -0
    • +205
    ./oracle-compat-create.sql
    • -0
    • +15
    ./oracle-compat-drop.sql
Initial revision

    • -0
    • +1366
    ./acs-events-create.sql
    • -0
    • +28
    ./acs-events-drop.sql
    • -0
    • +344
    ./activity-create.sql
    • -0
    • +210
    ./recurrence-create.sql
    • -0
    • +14
    ./recurrence-drop.sql