• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug 1677: One day view doesn't show items shorter than an hour and doesn't handle "dangling" minutes properly.

    • -0
    • +3
    ./www/view-one-day-display-postgresql.xql
merging new keys from head to 5.0

    • -1
    • +4
    ./catalog/calendar.da_DK.ISO-8859-1.xml
    • -16
    • +19
    ./catalog/calendar.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/calendar.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/calendar.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/calendar.fr_FR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/calendar.gl_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/calendar.it_IT.ISO-8859-1.xml
  1. … 89 more files in changeset.
Bumping up version number to 2.0.1

Fixed critical bug #1569 so that week queries don't bomb out if

there are category items.

    • -4
    • +5
    ./www/view-week-display-postgresql.xql
fixing bug #1331 by defaulting to hourly calendar entry instead of whole day. With this default the javascript graying out the time entries works

Quick fix for a problem with entries starting at 0h. This should be cleaned up though.

adding new translations from the translation server. This overrides my commit from last friday which was missing many messages.

    • -0
    • +3
    ./catalog/calendar.da_DK.ISO-8859-1.xml
    • -0
    • +2
    ./catalog/calendar.de_DE.ISO-8859-1.xml
    • -0
    • +1
    ./catalog/calendar.en_US.ISO-8859-1.xml
    • -0
    • +4
    ./catalog/calendar.es_ES.ISO-8859-1.xml
    • -0
    • +2
    ./catalog/calendar.it_IT.ISO-8859-1.xml
    • -0
    • +4
    ./catalog/calendar.nl_NL.ISO-8859-1.xml
    • -0
    • +4
    ./catalog/calendar.pt_BR.ISO-8859-1.xml
  1. … 87 more files in changeset.
committing catalog files from the translation server. Have used the new upgrade/merge feature of the acs-lang package for the first time (instead of doing merge in CVS).

    • -0
    • +114
    ./catalog/calendar.RO_RO.utf-8.xml
    • -29
    • +30
    ./catalog/calendar.da_DK.ISO-8859-1.xml
    • -26
    • +28
    ./catalog/calendar.de_DE.ISO-8859-1.xml
    • -0
    • +2
    ./catalog/calendar.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/calendar.fr_FR.ISO-8859-1.xml
    • -0
    • +2
    ./catalog/calendar.it_IT.ISO-8859-1.xml
    • -15
    • +15
    ./catalog/calendar.nl_NL.ISO-8859-1.xml
  1. … 176 more files in changeset.
Links to days outside of the current month did not work.

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

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
Applying Carl's patch from bug #943. A cosmetic change for some browsers.