• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:donb:20030329025945:1 does not match your current filter (clear filter).

file ref-timezones-data.csv was initially added on branch oacs-4-6.

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

    • -0
    • +0
    ./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
    ./postgresql/ref-timezones-create.sql
  1. … 6 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
    ./postgresql/ref-timezones-create.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

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
    • +36016
    ./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.

    • -36016
    • +1
    ./common/ref-timezones-rules.sql
  1. … 333 more files in changeset.
undo bad commit

    • -0
    • +36016
    ./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
    ./common/ref-timezones-rules.sql
  1. … 7 more files in changeset.

A royal kludge to work around PG 7.2 brain damage

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

this was correct, reverting back to version 1.2

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

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

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

Cleaned this up ...

A variety of minor fixes ...

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

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

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

be consistent.

    • -35934
    • +35934
    ./common/ref-timezones-rules.sql
    • -10
    • +24
    ./oracle/ref-timezones-create.sql
    • -453
    • +282
    ./postgresql/ref-timezones-create.sql
    • -11
    • +29
    ./postgresql/ref-timezones-drop.sql
  1. … 6 more files in changeset.
initial import

    • -0
    • +510
    ./postgresql/ref-timezones-create.sql
    • -0
    • +25
    ./postgresql/ref-timezones-drop.sql
  1. … 1 more file in changeset.
updated timezones. I was missing all after 505

    • -515
    • +522
    ./common/ref-timezones-data.sql
initial revision

    • -0
    • +520
    ./common/ref-timezones-data.sql
    • -0
    • +36045
    ./common/ref-timezones-rules.sql
    • -0
    • +512
    ./oracle/ref-timezones-create.sql
    • -0
    • +25
    ./oracle/ref-timezones-drop.sql