• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reverting to the previous version 1.4, since oracle doesn't have an interval data type

    • -20
    • +20
    ./acs-calendar-2-procs-oracle.xql
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 ...

    • -20
    • +20
    ./acs-calendar-2-procs-oracle.xql
  1. … 52 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.
removing debug printout

merge from oacs-4-6

  1. … 110 more files in changeset.
Fixed acs-datetime to use acs-lang's localization-procs instead of having weekdays and names of months replicated here.

    • -0
    • +14
    ./test/acs-calendar-procs.tcl
  1. … 3 more files in changeset.
Date/time/number localization

    • -43
    • +1
    ./acs-calendar-2-procs-postgresql.xql
  1. … 81 more files in changeset.
changed a non-existant key to one that is in the catalog file and seemed like the same thing

localizing the month name in the month calendar widget

I18N: internationalizing time-related words used by acs-datetime such as month names. Work done by Steffen Tiedemann. Thanks Steffen.

  1. … 2 more files in changeset.
change CSS classes z_light, oddrow to odd, and z_dark, evenrow to even

  1. … 8 more files in changeset.
cleanup from sloan

  1. … 1 more file in changeset.
dt_prev_month_name mistakenly returned the name of the next month instead of the previous one.

dt_widget_calendar_navigation: list_of_vars didn't get initialized if there were no pass_in_vars, which caused the proc to break.

cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 690 more files in changeset.
fixed bug in dt_widget_day that only shows up if activity is more than one hour long. Essentially the_hour was incrd by i to get a new index value. The previous index is later needed, so I added an expression to subtract i from the_hour

fixed the weekly widget

fixed calendar for PG

  1. … 10 more files in changeset.
Fix to dt_widget_list bug that showed the no item type multiple

times. From Andrew Grumet.

Fixed SDM$ 1551 using patch # 269

width made better

fixed calendar daily layout - again

fixed calendar daily layout

added no-time support for list widget

added today bgcolor to month view

  1. … 1 more file in changeset.
made list widget nicer

  1. … 4 more files in changeset.
fixed up the monthly view

  1. … 4 more files in changeset.