• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bring back url_stub_callback, day_template, item_template

Corrected handling of time_p

I18N work.

*** empty log message ***

Set start_time if it comes as a form parameter

Make hours links to cal-item-new

    • -4
    • +4
    ./www/view-one-day-display-postgresql.xql
Added parameters for limiting the number of hours displayed.

adding timezone support to the month/week/day/list view templates

    • -0
    • +34
    ./www/view-month-display-oracle.xql
    • -10
    • +4
    ./www/view-month-display-postgresql.xql
    • -25
    • +51
    ./www/view-one-day-display-oracle.xql
    • -15
    • +10
    ./www/view-one-day-display-postgresql.xql
    • -74
    • +38
    ./www/view-week-display-oracle.xql
    • -45
    • +23
    ./www/view-week-display-postgresql.xql
More cleanup and bugfixes, moved cal-item-new to using ad_form, added timezones (peter marklund)

    • -1
    • +0
    ./www/view-one-day-display-postgresql.xql
Changes to incorporate a base_url so links from the calendar portlet work

(somewhat, not yet ready for prime time!)

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

    • -15
    • +5
    ./tcl/cal-item-2-procs-postgresql.xql
    • -0
    • +17
    ./tcl/calendar-2-procs-oracle.xql
    • -0
    • +14
    ./tcl/calendar-2-procs-postgresql.xql
    • -15
    • +0
    ./tcl/calendar-outlook-procs-oracle.xql
    • -15
    • +0
    ./tcl/calendar-outlook-procs-postgresql.xql
    • -34
    • +0
    ./www/cal-item-delete-confirm-postgresql.xql
  1. … 12 more files in changeset.
removed because file is unused

Removed Usability Test. No author given, it is not clear how this document is related to the OpenACS calendar, it has no date, and no version

    • -7899
    • +0
    ./www/doc/thesisUsabilityTest.htm
Removed link to Regression Tests

The content for this doc is in images and they images do not existed => Removed

Removed because the display procs are not being used anymore

    • -153
    • +0
    ./tcl/calendar-display-procs-oracle.xql
    • -158
    • +0
    ./tcl/calendar-display-procs-postgresql.xql
    • -470
    • +0
    ./tcl/calendar-display-procs.tcl
Added so that display pages can work with Oracle properly anytime soon. *Not* tested

    • -0
    • +39
    ./www/view-list-display-oracle.xql
    • -0
    • +57
    ./www/view-one-day-display-oracle.xql
    • -0
    • +109
    ./www/view-week-display-oracle.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
    ./tcl/calendar-community-core-procs-oracle.xql
    • -38
    • +0
    ./tcl/calendar-community-core-procs-postgresql.xql
    • -113
    • +0
    ./tcl/calendar-community-core-procs.tcl
    • -12
    • +0
    ./tcl/calendar-community-core-procs.xql
Do not show the groups an admin is member of (does not make sense here)

removed calendar_have_group_cal_p

removed junk code

sanitized the query: removed unnecessary subqueries and the query now uses the same permission clause like calendar::calendar_list

    • -5
    • +8
    ./www/view-list-display-postgresql.xql
    • -10
    • +16
    ./www/view-one-day-display-postgresql.xql
Retrieve calendar_id directly from calendars table

    • -2
    • +2
    ./www/view-month-display-postgresql.xql
sanitized the query: removed unnecessary subqueries and the query now uses the same permission clause like calendar::calendar_list

    • -15
    • +12
    ./www/view-month-display-postgresql.xql
    • -12
    • +8
    ./www/view-week-display-postgresql.xql
the calendar_list is now created in the caller of cal-options which saves a lot of unnecessary queries.

moved to using ad_form

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

debugged the query and the corresponding page. calendar-preferences now syntactically works fine, however I am not sure about the supposed semantics of this page...

    • -25
    • +7
    ./www/admin/calendar-preferences-postgresql.xql
    • -47
    • +4
    ./www/admin/calendar-preferences.tcl