• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
there's a bug in calendar new proc where the calendar type isn't saved, fixed here

fixed inadvertent commit, the calendar merge related procs were not in my latest commits

  1. … 1 more file in changeset.
varous bug fixes, enhance date field to use the new calendar javascript and integrates with ad_form date widget

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

  1. … 116 more files in changeset.
(Hopefully) fixed Bug #1711: Outlook Synch creates wrong item start/end time

Now normalizing to UTC - works for me, needs to be doublechecked.

  1. … 1 more file 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.
Added parameter normalize_system_to to calendar::item::get to solve #1711: Outlook Synch creates wrong item start/end time

Replaced hard-coded text with message key. (#1857)

Added notifications to calendar. Currently works only for PostgreSQL, will do the port to Oracle in the next 4 weeks.

  1. … 11 more files in changeset.
Moved cal-item-2-procs stuff into cal-item-procs. i

Moved all procs into calendar::item namespace.

Removed unused queries.

  1. … 8 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
- Rewrote calendar admin pages

- Rewrote calendar permission checking

- Fixed bug #261: Day summary doesn't show events before 7 am

- Fixed bug #1139: Times added between 8 and 10 am not shown in day view

- Calendars inherits permissions from the package to which they belong

  1. … 51 more files in changeset.
- Sanatize handling of personal and non-personal calendars

- Fixed one-day display including overlapping events

- Edit recurring events (apply to one/all)

- Edit calendar for an item

- Display clendar for an item

  1. … 10 more files in changeset.
Make calendar play nice with calendar-portlets. I am slowly approaching alpha status with this.

  1. … 20 more files in changeset.
Added proper permission checks to cal-item-new and debugged permissioning.

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

  1. … 14 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

  1. … 26 more files in changeset.
merge from oacs-4-6

  1. … 130 more files in changeset.
use permission api rather than hit db directly

  1. … 5 more files in changeset.
Fixed permissions settings in calendar. The original code skirted around

the fact that context_id in the calendar item was being set to NULL by

physically copying the parent calendar's permissions and attaching them

to the new item.

This messed up recurring items because the code to copy an item didn't copy

the permissions, just context_id.

I changed the calendar item create code to set context_id to the calendar

parent, which seems to work fine. After all this is how the perms system

is meant to work ...

  1. … 2 more files in changeset.
massive update to calendar for cleanup

  1. … 23 more files in changeset.
added support for editing recurring events

  1. … 8 more files in changeset.
fixed up use of new datetime procs

  1. … 5 more files in changeset.
fixed up view of calendar items and deletion of recurrences

  1. … 7 more files in changeset.
calendar updates for event types - this doesn't work on PG just yet

  1. … 11 more files in changeset.
support for overlapping cal display

  1. … 9 more files in changeset.
*** empty log message ***

  1. … 5 more files in changeset.
*** empty log message ***

  1. … 4 more files in changeset.

Grabbed the incomplete (and never to be completed) calendar module from the

ArsDigita CVS tree.

  1. … 45 more files in changeset.
Initial revision

    • -0
    • +287
    ./cal-item-procs.tcl
  1. … 45 more files in changeset.