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

Require admin permission on the calendar, not the user

Use auth::require_login instead of the custom login check block

Order the user dropdown

    • -4
    • +4
    ./www/admin/calendar-permissions-postgresql.xql