• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Initual attempt at correct daylight savings time handling. When calculating

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

without timezone.

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
    • +161
    ./upgrade/upgrade-0.5d2-0.5d3.sql
  1. … 3 more files in changeset.
make functions create or replace. fix inputs to a get_status_summary and get_html_p, bump version, upgrade

    • -0
    • +57
    ./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
    • +204
    ./upgrade/upgrade-0.4d-0.4d1.sql
  1. … 95 more files in changeset.
rollback of Timo's name, package_id commit; see TIP 53

    • -204
    • +0
    ./upgrade/upgrade-0.4d-0.4d1.sql
  1. … 94 more files in changeset.
TIP#42,43: adding package_id and title to acs_objects table

    • -0
    • +204
    ./upgrade/upgrade-0.4d-0.4d1.sql
  1. … 94 more files in changeset.
fixing bug 957: adding recurring events broken in PG. Adding ::INT casts to arguments of add_months() and to_interval() calls

added upgrade script for index creation on start_date (see bug #634)

    • -0
    • +1
    ./upgrade/upgrade-0.2d-0.3d.sql
  1. … 1 more file in changeset.
1. removed some errant log statemets previously inserted when debugging

2. sql/common/*sql files weren't being displayed by the APM, are now

3. added index on start_date in timespan-create after user reported

very slow calendar queries in .LRN

  1. … 7 more files in changeset.
merge of 4.6.3b1 to HEAD

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