• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
file upgrade-0.6d1-0.6d2.sql was initially added on branch oacs-5-3.

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

    • -378
    • +377
    ./sql/oracle/upgrade/upgrade-0.3d-0.4d.sql
    • -8
    • +10
    ./sql/postgresql/acs-events-create.sql
    • -207
    • +208
    ./sql/postgresql/timespan-create.sql
  1. … 2473 more files in changeset.
fixing typos -- missing semicolons

fixing typos -- missing semicolons in acs_event__get_html_p and acs_event__get_status_summary

    • -3
    • +3
    ./sql/postgresql/acs-events-create.sql
update .info file and tag for 5.2 release

  1. … 1 more file in changeset.
Add requires acs--kernel to info file.

Initual attempt at correct daylight savings time handling. When calculating

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

without timezone.

    • -6
    • +8
    ./sql/postgresql/acs-events-create.sql
    • -207
    • +208
    ./sql/postgresql/timespan-create.sql
Taking up version numbers -- preparing for release

  1. … 2 more files in changeset.
typo fix, add a missing comma

Rearranging definition order to fix compilation bugs. Now the all of the package definitions come first, the bodies second.

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

  1. … 9 more files in changeset.
fix the bkwd compat acs_event__new function resolves bug 2383

    • -1
    • +1
    ./sql/postgresql/acs-events-create.sql
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
    ./sql/oracle/upgrade/upgrade-0.5d2-0.5d3.sql
    • -7
    • +30
    ./sql/postgresql/acs-events-create.sql
    • -0
    • +161
    ./sql/postgresql/upgrade/upgrade-0.5d2-0.5d3.sql
upping version numbers in preparation for release

  1. … 54 more files in changeset.
make functions create or replace. fix inputs to a get_status_summary and get_html_p, bump version, upgrade

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

    • -2
    • +5
    ./sql/postgresql/acs-events-create.sql
    • -0
    • +204
    ./sql/postgresql/upgrade/upgrade-0.4d-0.4d1.sql
  1. … 92 more files in changeset.
rollback of Timo's name, package_id commit; see TIP 53

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

    • -0
    • +631
    ./sql/oracle/upgrade/upgrade-0.4d-0.4d1.sql
    • -2
    • +5
    ./sql/postgresql/acs-events-create.sql
    • -0
    • +204
    ./sql/postgresql/upgrade/upgrade-0.4d-0.4d1.sql
  1. … 91 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
Fix the package and vendor URLs, remove broken owner emails.

  1. … 73 more files in changeset.
clean up summary and description information

  1. … 51 more files in changeset.
cleaned up files: updated require sections, removed references to arsdigita and openforce, and replaced out-of-date owner info. Most of these edits were done by hand due to bug 1106; I tried to do the same things the APM would do (remove file sections, etc) and updating the release date to today

  1. … 19 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

    • -3
    • +3
    ./sql/postgresql/acs-events-create.sql
Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +1732
    ./sql/oracle/upgrade/upgrade-0.3d-0.4d.sql
  1. … 23 more files in changeset.
Updated version numbers to upgrade to changes made for Oracle 9i support

  1. … 37 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

    • -12
    • +12
    ./sql/oracle/timespan-create.sql
    • -30
    • +30
    ./sql/oracle/test/timespan-test.sql
  1. … 270 more files in changeset.