• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Forgot to change data control file to reference this package rather than

my test package ...

    • -1
    • +1
    ./sql/postgresql/01-timezone-rules.ctl
Decided that assuming SQL data files are CSV-formatted files is a bad idea

after running into a package that embeds comments in its data! Changed

from .csv to .dat and all that implies. Still more testing to do...

    • -527
    • +0
    ./sql/common/ref-timezones-data.sql
    • -36045
    • +0
    ./sql/common/ref-timezones-rules.sql
    • -35931
    • +0
    ./sql/common/timezone-rules.csv
    • -0
    • +35931
    ./sql/common/timezone-rules.dat
    • -0
    • +521
    ./sql/common/timezones.dat
    • -1
    • +1
    ./sql/postgresql/01-timezone-rules.ctl
  1. … 24 more files in changeset.
Removed references to the old INSERT data initialization files in the

oracle version.

Switching to the use of PostgreSQL's COPY command and Oracle's SQL*Loader

to load the data for this package. Much, much faster than a bazillion

INSERT statements.

    • -35931
    • +0
    ./sql/common/01-timezone-rules.csv
    • -0
    • +35931
    ./sql/common/timezone-rules.csv
    • -0
    • +521
    ./sql/common/timezones.csv
    • -0
    • +5
    ./sql/oracle/00-timezones.ctl
    • -0
    • +11
    ./sql/oracle/01-timezone-rules.ctl
    • -0
    • +1
    ./sql/postgresql/00-timezones.ctl
    • -0
    • +1
    ./sql/postgresql/01-timezone-rules.ctl
    • -7
    • +1
    ./sql/postgresql/ref-timezones-create.sql
Moved csv files to match naming scheme that makes it easy to load in both

PG and Oracle - dd-table-name.csv where dd is the sequence number, used

to control the order in which table data is loaded.

    • -0
    • +521
    ./sql/common/00-timezones.csv
    • -0
    • +35931
    ./sql/common/01-timezone-rules.csv
    • -521
    • +0
    ./sql/common/ref-timezones-data.csv
    • -35931
    • +0
    ./sql/common/ref-timezones-rules.csv
merge of 4.6.3b1 to HEAD

    • -0
    • +521
    ./sql/common/ref-timezones-data.csv
    • -0
    • +35931
    ./sql/common/ref-timezones-rules.csv
    • -47
    • +48
    ./sql/postgresql/ref-timezones-create.sql
    • -7
    • +7
    ./sql/postgresql/ref-timezones-drop.sql
  1. … 5 more files in changeset.
removing the file listings from the info files since those are no longer used by OpenACS

  1. … 5 more files in changeset.
Created CSV files for the timezone data and rules that can be loaded by

either PostgreSQL or Oracle many, many times more quickly than inserts.

Code to do the loading will be checked in after I write it.

    • -0
    • +521
    ./sql/common/ref-timezones-data.csv
    • -0
    • +35931
    ./sql/common/ref-timezones-rules.csv
file ref-timezones-data.csv was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/common/ref-timezones-data.csv
file ref-timezones-rules.csv was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/common/ref-timezones-rules.csv
A variety of changes that add up to making outlook synchronization work

with PostgreSQL (at all) and Oracle (better).

1. Changed calendar to read SystemTimezone rather than hardwire it to

US/Eastern.

2. Made calendar depend on acs-lang since that's where the param lives.

3. Fixed the query on the acs-lang page that lets you set the timezone

(used the Oracle-ism UNIQUE rather than the standard DISTINCT)

4. Saw that the test stuff doesn't work and got rid of the links on the

index page - people can live without testing it for this release (we

should fix it for 4.7)

5. Fixed timezone__local_to_utc so it works with calendar, though it's

very whacky (shifted so the timezone'd date part is the UTC date, would

be much much better to use timestamp without timezone but PG doesn't

accept that syntax for function returns and we're not ready to drop

PG 7.2 support yet so I can't take advantage of the timestamp/timestamptz

type names, sigh)

    • -25
    • +16
    ./sql/postgresql/ref-timezones-create.sql
  1. … 6 more files in changeset.

1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2

by using the APM rather than running the upgrade script by hand from

PSQL or SQL*Plus.

2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2

to force the APM to upgrade acs-kernel (and therefore the APM datamodel)

before anything else. No guarantee on this though since not all

packages properly define their dependence on the kernel, it appears.

3. Whacked the release notes to suggest people use the APM to upgrade

acs-kernel first, other package later, just for safety's sake.

4. Fixed goof-up in acs-subsite I accidently introduced.

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

    • -26
    • +35
    ./sql/postgresql/ref-timezones-create.sql
    • -7
    • +7
    ./sql/postgresql/ref-timezones-drop.sql
  1. … 38 more files in changeset.
correctly quote interval and use extract(timezone_hour...) bug 253 patch 85 Matthew Walker and patch 88 me

    • -8
    • +9
    ./sql/postgresql/ref-timezones-create.sql
rolling back bad commit. I committed installation timesaver changes to these files as part of my catalog file commit. Needless to say, Jeff the Gatekeeper Davis immediately spotted this mistake so that it could be corrected...

    • -1
    • +520
    ./sql/common/ref-timezones-data.sql
    • -1
    • +36016
    ./sql/common/ref-timezones-rules.sql
I18N: committing all the message catalog files from the dotLRN translation server. Kudos to all our translators for this contribution.

    • -520
    • +1
    ./sql/common/ref-timezones-data.sql
    • -36016
    • +1
    ./sql/common/ref-timezones-rules.sql
  1. … 333 more files in changeset.
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

  1. … 56 more files in changeset.
sync info files with package data and correct provides identifiers

  1. … 36 more files in changeset.
undo bad commit

    • -0
    • +36016
    ./sql/common/ref-timezones-rules.sql
  1. … 7 more files in changeset.
use 'scoped_p' instead of 'style' to determine which view to present

    • -36017
    • +1
    ./sql/common/ref-timezones-rules.sql
  1. … 7 more files in changeset.

A royal kludge to work around PG 7.2 brain damage

    • -5
    • +5
    ./sql/postgresql/ref-timezones-create.sql

Changed timezone calls to CAST for PG 7.2 compatibility ...

    • -5
    • +5
    ./sql/postgresql/ref-timezones-create.sql
this was correct, reverting back to version 1.2

    • -515
    • +522
    ./sql/common/ref-timezones-data.sql
fixed back commit

    • -521
    • +514
    ./sql/common/ref-timezones-data.sql
    • -0
    • +36015
    ./sql/common/ref-timezones-rules.sql
just a bit of work

    • -36016
    • +1
    ./sql/common/ref-timezones-rules.sql
  1. … 11 more files in changeset.

Cleaned this up ...

    • -9
    • +3
    ./sql/postgresql/ref-timezones-drop.sql

A variety of minor fixes ...

    • -125
    • +20
    ./sql/oracle/ref-timezones-create.sql
  1. … 3 more files in changeset.
*** empty log message ***

    • -56
    • +17
    ./sql/postgresql/ref-timezones-create.sql

Made ref-timezones work with PostgreSQL, made names of reference packages

be consistent.

    • -35934
    • +35934
    ./sql/common/ref-timezones-rules.sql
    • -10
    • +24
    ./sql/oracle/ref-timezones-create.sql
    • -453
    • +282
    ./sql/postgresql/ref-timezones-create.sql
    • -11
    • +29
    ./sql/postgresql/ref-timezones-drop.sql
  1. … 5 more files in changeset.
version update with new common/ packages