• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 689 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
fixed i18n string

use diamond graphic for all day entries (fix from Sloan)

added automated test scripts

    • -0
    • +96
    ./test/acs-datetime-procs.tcl
make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 74 more files in changeset.
Fixed bug #482: URLs for gifs wrong

  1. … 11 more files in changeset.
put back day_of_theweek. no idea why that was removed (lars?), anyway it is needed by the calendar-portlet

Applied patch #175: internationalizatioN

  1. … 8 more files in changeset.
The file only had one test, and it was obsolete; besides, tests now go in a -procs file, so they can be watched

Marked dt_format deprecated

changing to use lc_get instead of the old-style and direct nsv_get command for lookup of localization data

merge of 4.6.3b1 to HEAD

    • -20
    • +20
    ./acs-calendar-2-procs-postgresql.xql
  1. … 98 more files in changeset.
changing the file structure of acs-automated-testing tests as outlined in this post: http://openacs.org/forums/message-view?message_id=90563

    • -0
    • +14
    ./test/acs-calendar-init.tcl
  1. … 17 more files in changeset.
Replaced the diamond graphic with the words 'all day'. Removing it when there are no all day events is harder, but can be done with a hack if it must be.

Migrated over changes to move some GIF resources into a common subdirectory

in the subsite package, so anyone who can read the main site can read

the images (previously you had to grant read privs to "/doc" explicitly

to get the graphics stored by acs-datetime to show up.

  1. … 37 more files in changeset.
Changed &lt to the datetime arrows like we use everywhere else 'cause

they're cute!

  1. … 1 more file in changeset.
1. created /acs-subsite/www/shared/images for images that need to be

readable by all who can read the main subsite

2. changed existing references to /acs-subsite/www/shared/*.gif

3. made acs-datetime use these instead of /doc/acs-datetime/pics so

it is no longer necessary to grant broad read privs to the /doc

package in order to see calendar left/right arrow widgets etc

  1. … 26 more files in changeset.
Jarkko Laine's calendar bug fixes ...

  1. … 1 more file 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)

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.