• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Spiffed up month display

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

  1. … 584 more files in changeset.
file permissions.tcl was initially added on branch oacs-5-0.

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

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

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

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

    • -0
    • +0
    ./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

    • -40
    • +0
    ./admin/cal-item-permissions-oracle.xql
    • -50
    • +0
    ./admin/cal-item-permissions-postgresql.xql
    • -142
    • +0
    ./admin/cal-item-permissions.adp
    • -146
    • +0
    ./admin/cal-item-permissions.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

  1. … 7 more files in changeset.
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

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
    ./admin/calendar-permissions-oracle.xql
    • -4
    • +4
    ./admin/calendar-permissions-postgresql.xql
Applying Carl's patch from bug #943. A cosmetic change for some browsers.

Fixed bug #952: quoting of calendar items

  1. … 3 more files in changeset.
Make choosing a calendar to which to add events work

Make today a link back to the view for today. Useful when viewing an individual item, where otherwise there's no link back to the day view without going past the 'week' or other view first, or hitting the back button

Cleaned up defaulting of variables

Messed up the message key previously

- I18n'd 'No Items

- Made it still show the widget that lets you choose how many days to show even if there are no appointments

  1. … 2 more files in changeset.
Confusion with date variable cause mini-calendar to not show the right date

Simpler layout

I18n'd calendar list display

  1. … 2 more files in changeset.
don't bomb on item_hour_not_found when timezones are enabled