• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

    • -5
    • +5
    ./catalog/calendar.de_DE.ISO-8859-1.xml
    • -3
    • +3
    ./catalog/calendar.en_US.ISO-8859-1.xml
  1. … 8 more files in changeset.
fix release dates in .info files

  1. … 82 more files in changeset.
release work

  1. … 204 more files in changeset.
regenerated documentation

  1. … 466 more files in changeset.
bump version numbers of 5.9|5.10 packages to 5.10.0b1

adjust dependencies

  1. … 87 more files in changeset.
make template::adp_puts private again. removed some of the weirdness in calendar attachments

  1. … 1 more file in changeset.
Use the new 'url' input type widget. Bump version number for dependency

Whitespace changes

    • -21
    • +12
    ./www/cal-item-create-recurrence.tcl
Use the new ad_form 'number' input field. Bump version number for dependency.

mark private functions as private

  1. … 9 more files in changeset.
reduce verbosity, add covered calls in test cases

Fix extra braces

Add 'calendar_basic_api' test case, covering 'calendar::new', 'calendar::delete', 'calendar::rename' and 'calendar::name'

Add a precautional "if not exists"

New index on cal_items(on_which_calendar, item_type_id)

file upgrade-2.10.0d7-2.10.0d8.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.10.0d7-2.10.0d8.sql
added missing upgrade script

file upgrade-2.10.0d6-2.10.0d7.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.10.0d6-2.10.0d7.sql
create a partial index on public calendars

Port of downstream feature: cleanup properly everything related with a calendar package instance before deleting (e.g. calendar item types)

This might be superseded by just plain referential integrity, taking care also of the oracle part, in a future moment

improve spelling: move closer to the linux documentation recommendations

  1. … 8 more files in changeset.
Reform 'all_day_event' private interface:

now we consider all day events only those where the time component of both start and end date is set at midnight. This is more restrictive that the previous criteria, which would allow also events where start and end date were equals, or the date component was different, regardless of time, to be considered all day events.

In practice, the user interface would already make so that an event created as "all day event" would be set with midnight as the time for start and end date.

calendar::item::get would already return time_p in the array to indicate whether this was an event with time or not. No time would mean "all day event". For convenience, we now return also the straight all_day_event_p flag in the array.

Remove blind catch, this proc is actually robust to bogus values

added editor hints and white-space cleanup

    • -0
    • +6
    ./tcl/calendar-callback-hooks-procs.tcl
    • -16
    • +17
    ./tcl/calendar-compatibility-procs.tcl
  1. … 21 more files in changeset.
Replace deprecated idiom

Adapt clock format for the now stricter 'lc_time_fmt'

improve comments

Introduce a new callback hook for calendar item edit

    • -0
    • +6
    ./tcl/calendar-callback-hooks-procs.tcl
Whitespace changes

improve spelling

  1. … 5 more files in changeset.