• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
use permission api rather than hit db directly

    • -48
    • +0
    ./tcl/cal-item-procs-postgresql.xql
    • -21
    • +0
    ./tcl/calendar-procs-postgresql.xql
Added new files to .info files

  1. … 38 more files in changeset.
- fix date difference of zero now means dates_valid_p = yes

- fix urlencode bug.

- note hardcoding of prev_ next_ links page as directory, not good

-- fix attribute order

-- add context_id as on_which_calendar (id)

-fix urlencode bug

fixed typo in requires statement for acs-events

ns_return->ad_return, ad_script_abort, redirect to absract urls

  1. … 45 more files in changeset.
add index pages for packages with docs

    • -0
    • +26
    ./www/doc/index.html
  1. … 5 more files in changeset.
fix calls to empty_string_p with missing $

  1. … 9 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

    • -1
    • +1
    ./www/cal-item-delete-all-occurrences.tcl
  1. … 678 more files in changeset.
undo ns_urlencoding on month view. ansi_date is ns_urlencoded in dt_widget_month

fixed more calendar navigation links. similar to previous fix. Also fixed list display so that it only shows activities for one day at a time. Also fixed link in url_template. Moved sort_by query grab to ad_page_contract as optional query var. --Tom Jackson

fixed prev and next_nav_template link: date needed ns_urlencoding and link went to directory instead of back to the view file.

remove superfluous package local masters and use sitewide master by default

  1. … 687 more files in changeset.
propigate context to master

    • -10
    • +1
    ./www/admin/calendar-permissions.adp
removed unused index.adp file

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 ...

typo fix to calendar delete from deds castillo. fixes bug #9

Manually added patches 332,333,334 for bugs 1628,1629,1630 by Brad Duell

    • -0
    • +22
    ./www/calendar-choose.adp
    • -0
    • +54
    ./www/calendar-choose.tcl
added calendar item start date / end date sanity checking

added a rename method to calendar

added outlook PG support

    • -0
    • +15
    ./tcl/calendar-outlook-procs-oracle.xql
    • -0
    • +15
    ./tcl/calendar-outlook-procs-postgresql.xql
fixed calendar weekly display for PG

    • -1
    • +1
    ./tcl/calendar-display-procs-postgresql.xql
fixed things into a single calendar query rather than multiple (not quite finished)

    • -6
    • +18
    ./tcl/calendar-display-procs-oracle.xql
    • -8
    • +20
    ./tcl/calendar-display-procs-postgresql.xql
    • -112
    • +126
    ./tcl/calendar-display-procs.tcl
fixed calendar for PG

    • -0
    • +22
    ./tcl/cal-item-2-procs-postgresql.xql
    • -0
    • +27
    ./tcl/cal-item-2-procs.xql
    • -2
    • +2
    ./www/cal-item-create-recurrence-2.tcl
    • -20
    • +4
    ./www/cal-item-create-recurrence.tcl
  1. … 2 more files in changeset.
added master

added master

using new site_node_apm_integration namespace

  1. … 1 more file in changeset.
added timezone basic stuff for syncing

    • -222
    • +13
    ./tcl/calendar-outlook-procs.tcl