• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Formatting

Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 275 more files in changeset.
No more need for these procs as all their functionality has been moved into the view-* files

    • -153
    • +0
    ./calendar-display-procs-oracle.xql
    • -143
    • +0
    ./calendar-display-procs-postgresql.xql
Make calendar play nice with calendar-portlets. I am slowly approaching alpha status with this.

  1. … 18 more files in changeset.
Fixed time_p for calendar::item:get. Now uses the correct lc_time_fmt switch to retrieve the proper start_time

bug 535 - fixed variable name typo in outlook export. Made the export to outlook link more clear

  1. … 2 more files in changeset.
reverting to use the localized version of calendar-display-procs that was developed by Lars. Those procs will be used by the calendar-portlet templates until Dirks new templates are compatible with portlets and can be used instead

    • -23
    • +8
    ./calendar-display-procs-postgresql.xql
Multiple i18n fixes

  1. … 10 more files in changeset.
Resurrected so that calendar-portlet works like a charm.

    • -0
    • +153
    ./calendar-display-procs-oracle.xql
    • -0
    • +158
    ./calendar-display-procs-postgresql.xql
Resurrected so that calendar-portlet works fine.

Added proper permission checks to cal-item-new and debugged permissioning.

  1. … 1 more file in changeset.
Corrected handling of time_p

  1. … 1 more file in changeset.
More cleanup and bugfixes, moved cal-item-new to using ad_form, added timezones (peter marklund)

  1. … 11 more files in changeset.
starting to add timezone support to the calendar package. Have not finished this task yet as we are waiting for Dirk to help us fix some major breakages that are preventing us from testing

    • -0
    • +17
    ./calendar-2-procs-oracle.xql
    • -0
    • +14
    ./calendar-2-procs-postgresql.xql
    • -15
    • +0
    ./calendar-outlook-procs-oracle.xql
    • -15
    • +0
    ./calendar-outlook-procs-postgresql.xql
  1. … 17 more files in changeset.
Removed because the display procs are not being used anymore

    • -153
    • +0
    ./calendar-display-procs-oracle.xql
    • -158
    • +0
    ./calendar-display-procs-postgresql.xql
Removed the check whether a user_id really refers to a user_id in acs_objects.

removed the calendar-community-core procs - they were unused

    • -38
    • +0
    ./calendar-community-core-procs-oracle.xql
    • -38
    • +0
    ./calendar-community-core-procs-postgresql.xql
    • -113
    • +0
    ./calendar-community-core-procs.tcl
    • -12
    • +0
    ./calendar-community-core-procs.xql
removed calendar_have_group_cal_p

added calendar_name, calendar_admin_p to select_calendar_list and removed the unnecesary adjust_calendar_list_query

moved adjust_calendar_list functionality into the calendar_list proc and then removed it

noquote fixes: moved as much html generation into adp files

  1. … 40 more files in changeset.
Fixed some minor acs-lang stuff and a few noquote things.

    • -0
    • +11
    ./calendar-display-procs-oracle.xql
    • -3
    • +91
    ./calendar-display-procs-postgresql.xql
  1. … 5 more files in changeset.
reverted to 1.34 o maintain backward compatibility and marked the tcl procs as deprecatd

draft version of noquoted calendar package

    • -117
    • +0
    ./calendar-display-procs-postgresql.xql
  1. … 21 more files in changeset.
fixed select_list_items query so that column names are the ones expected in the tcl files

    • -3
    • +5
    ./calendar-display-procs-postgresql.xql
fixed select_item_data so that result column names are the ones expected in the tcl file

merge of 4.6.3b1 to HEAD

    • -2
    • +44
    ./calendar-display-procs-postgresql.xql
    • -7
    • +7
    ./calendar-outlook-procs-postgresql.xql
  1. … 69 more files in changeset.
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)

    • -7
    • +7
    ./calendar-outlook-procs-postgresql.xql
  1. … 5 more files in changeset.

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. … 38 more files in changeset.