• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file calendar-callback-procs.tcl was added on branch oacs-5-2 on 2005-07-19 16:49:36 +0000

removed search callback procs for the calendar object. It doesn't make sense to search in calendar names only. Instead we will add the calendar name to each calendar item

    • -11
    • +0
    ./calendar-callback-procs-oracle.xql
    • -11
    • +0
    ./calendar-callback-procs-postgresql.xql
Comment wording

Typos

    • -3
    • +3
    ./calendar-callback-procs-postgresql.xql
fixed a typo

Added callback files for site-wide search

    • -0
    • +27
    ./calendar-callback-procs-oracle.xql
    • -0
    • +27
    ./calendar-callback-procs-postgresql.xql
    • -0
    • +81
    ./calendar-callback-procs.tcl
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
Fixing a date format bug in calendar::item::add_recurrence.create_recurrence.

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

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

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 686 more files in changeset.
Added parameter normalize_system_to to calendar::item::get to solve #1711: Outlook Synch creates wrong item start/end time

Fixed #1711: Outlook Synch creates wrong item start/end time

For Outlook you need to convert from user's timezone to system's timezone. Outlook syncing works fine for me now. I'll have other people with reallifish configurations test it as well.

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

merge of changes up to jcd-merge-for-dirk from oacs-5-1 to HEAD

  1. … 14 more files in changeset.
Fixed have_private_p to accept named parameter party_id

typo

  1. … 1 more file in changeset.
add datasource and url contracts for Fts, add callbacks for sc stuff, add calendar_package_id to calendar::item::get areturn array

    • -0
    • +38
    ./calendar-install-procs.tcl
    • -0
    • +80
    ./calendar-sc-procs.tcl
  1. … 1 more file in changeset.
pass name through so acs_object.title will be set.

Fixed a simple error in one of the compatibility procs

Fixed #1328 "Should not require login to view a calendar"

  1. … 8 more files in changeset.
Moved all remaining procs into the calendar namespace

Added compatibility procs

    • -0
    • +50
    ./calendar-compatibility-procs.tcl
Removed useless test cases.

Added get_url proc so that notifications work properly.

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

  1. … 9 more files in changeset.
The date format string is constant - it is always the ANSI date format. There is no need to create a variable in TCL and then pass it on as a bind variable to the database. Instead I have hard-wired the format string into the database which means less code and maybe even slightly more efficiency.

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

    • -101
    • +0
    ./cal-item-2-procs-postgresql.xql
    • -17
    • +111
    ./cal-item-procs-postgresql.xql
  1. … 1 more file in changeset.
removed unused proc calendar_public_p

removed proc calendar_update which did exactly the same as rename - but wasn't that aptly named

moved calendar_get_name into calendar namespace

removed queries that were duplicated both in tcl and in xql files.

removed obviously unnecessary comments

  1. … 1 more file in changeset.
Removed unused queries calendar_create_private.get_user_name,calendar_public_p.check_calendar_permission