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

Removing unused files. The calendar admin interface was completely broken and replaced during the Hamburg bug bash (kudos to Lars). Most of the code in the removed files basically duplicated OpenACS code from somewhere else. Now that calendar is making proper use of OpenACS this stuff is a) not necessary anymore and b) has never worked anyway.

    • -40
    • +0
    ./www/admin/cal-item-permissions-oracle.xql
    • -50
    • +0
    ./www/admin/cal-item-permissions-postgresql.xql
    • -142
    • +0
    ./www/admin/cal-item-permissions.adp
    • -146
    • +0
    ./www/admin/cal-item-permissions.tcl
    • -28
    • +0
    ./www/admin/cal-item-permissions.xql
    • -28
    • +0
    ./www/admin/calendar-permissions-oracle.xql
    • -28
    • +0
    ./www/admin/calendar-permissions-postgresql.xql
    • -94
    • +0
    ./www/admin/calendar-permissions.adp
    • -125
    • +0
    ./www/admin/calendar-permissions.tcl
    • -28
    • +0
    ./www/admin/calendar-permissions.xql
    • -46
    • +0
    ./www/admin/calendar-preferences-oracle.xql
    • -28
    • +0
    ./www/admin/calendar-preferences-postgresql.xql
    • -103
    • +0
    ./www/admin/calendar-preferences.adp
    • -80
    • +0
    ./www/admin/calendar-preferences.tcl
  1. … 3 more files in changeset.
Removed unused queries calendar_create_private.get_user_name,calendar_public_p.check_calendar_permission

    • -79
    • +40
    ./tcl/calendar-procs-postgresql.xql
Moved to calendar-2-procs.tcl to calendar-procs.tcl and removed unused procs calendar_make_date, calendar_create_private, calendar_update

    • -30
    • +0
    ./tcl/calendar-2-procs-postgresql.xql
    • -0
    • +24
    ./tcl/calendar-procs-postgresql.xql
Spiffed up month display

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

    • -0
    • +2
    ./catalog/calendar.en_US.ISO-8859-1.xml
    • -12
    • +7
    ./sql/postgresql/calendar-create.sql
    • -0
    • +11
    ./sql/postgresql/upgrade/upgrade-2.0d1-2.0b2.sql
    • -46
    • +56
    ./tcl/cal-item-2-procs-oracle.xql
    • -3
    • +15
    ./tcl/cal-item-2-procs-postgresql.xql
    • -3
    • +16
    ./tcl/calendar-2-procs-postgresql.xql
    • -195
    • +258
    ./tcl/calendar-2-procs.tcl
  1. … 584 more files in changeset.
Added automated test

  1. … 3 more files in changeset.
bump core to 5.0.0b4 for new tarball. update readme.txt and variable.ent to 5.0.0b4.

  1. … 28 more files in changeset.
Fix the package and vendor URLs, remove broken owner emails.

  1. … 73 more files in changeset.
clean up summary and description information

  1. … 51 more files in changeset.
Fixed column naming

New keys

    • -2
    • +2
    ./catalog/calendar.en_US.ISO-8859-1.xml
file upgrade-2.0d1-2.0b2.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-2.0d1-2.0b2.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.0d1-2.0b2.sql
file permissions.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    ./www/admin/permissions.tcl
file permissions.adp was initially added on branch oacs-5-0.

    • -0
    • +0
    ./www/admin/permissions.adp
file permissions-user-add.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    ./www/admin/permissions-user-add.tcl
file permissions-user-add.adp was initially added on branch oacs-5-0.

    • -0
    • +0
    ./www/admin/permissions-user-add.adp
file calendar-delete.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    ./www/admin/calendar-delete.tcl
- 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

    • -11
    • +6
    ./sql/postgresql/calendar-create.sql
    • -0
    • +11
    ./sql/postgresql/upgrade/upgrade-2.0d1-2.0b2.sql
    • -52
    • +56
    ./tcl/cal-item-2-procs-oracle.xql
    • -2
    • +15
    ./tcl/calendar-2-procs-postgresql.xql
    • -195
    • +258
    ./tcl/calendar-2-procs.tcl
  1. … 37 more files in changeset.
Removed obsolete files

- 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

Typo in constraint name

Noquote bug

providing a default for interval_type so that if you don't check anything you don't get a complaint when submitting the recurrance form

Fixed #1156 - show events properly if start_display_hour is set to anything but 0

Check that end_date is > start_date

    • -2
    • +14
    ./www/cal-item-create-recurrence-2.tcl
Removed a hard-coded string => some more I18N

added start_date_before_end_date and start_time_before_end_time

    • -0
    • +2
    ./catalog/calendar.en_US.ISO-8859-1.xml
Fixing #1071: Added a noquote tag to the description parameter, so that HTML is allowed in the verbose description of a calendar item

Fixed bug #940: logic for turning on/off hour widgets was bad