acs-calendar-2-procs-postgresql.xql

  • last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge of 4.6.3b1 to HEAD

    • -20
    • +20
    ./acs-calendar-2-procs-postgresql.xql
  1. … 101 more files in changeset.
My previous changes caused a bunch of values to be timestamps rather than

dates, messing up links (they seemed to work but looked ugly)

Another PG 7.3 date arithmetic change ...

    • -20
    • +20
    ./acs-calendar-2-procs-postgresql.xql
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. … 53 more files in changeset.
merge bartt PG 7.3 fixes from HEAD

  1. … 54 more files in changeset.
Removed duplicate query declaration.

    • -40
    • +0
    ./acs-calendar-2-procs-postgresql.xql
Patches to make OpenACS PG 7.3 compatible.

    • -1
    • +83
    ./acs-calendar-2-procs-postgresql.xql
  1. … 54 more files in changeset.
Date/time/number localization

    • -43
    • +1
    ./acs-calendar-2-procs-postgresql.xql
  1. … 85 more files in changeset.
fixed the weekly widget

fixed the look-and-feel of weekly widget

  1. … 5 more files in changeset.

updated the widget to actually work

    • -3
    • +25
    ./acs-calendar-2-procs-postgresql.xql
  1. … 2 more files in changeset.
added PG support for new calendar procs

    • -0
    • +33
    ./acs-calendar-2-procs-postgresql.xql