• last updated 34 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
bumped version number from development version to release version

  1. … 93 more files in changeset.
Replace permission::require_write_permission with permission::require_permission across the calendar package

Rationale: permission::require_write_permission assumes the object creator to have write permission on the object. Instead, we should rely on permissions to be set correctly on the calendar. permission::require_write_permission also performs an additional query to retrieve the object creator.

It is unclear whether permission::require_write_permission makes sense at all as an api, but we leave this to a future post-release reform.

  1. … 2 more files in changeset.
bumped version numbers to 5.10.1b1

  1. … 85 more files in changeset.
Fix for define_function_args for cal_item__new

- Define always SQL function with the longest argument list

- Bumped version number to 2.10.1d7

  1. … 2 more files in changeset.
State new dependencies

  1. … 1 more file in changeset.
Localize the notification mode as we do downstream, fix test so that the notification generated internally by calendar::item::new is detected, rather than a dummy one

  1. … 5 more files in changeset.
use adp:icon and fix broken layout

- prefer adp:icon over old-style .gif images

- fix line-breaks in table headers of week-calender, which causes

diffent heights of some of the table headers (1 line vs. 2lines)

This was a problem at least with bootstrap5

  1. … 5 more files in changeset.
Depend on the new features in acs-tcl

Return a 422 complaint, introduce a generic error message when an item is invalid

  1. … 3 more files in changeset.
improve spelling

  1. … 10 more files in changeset.
fix release dates in .info files

  1. … 82 more files in changeset.
release work

  1. … 204 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.
Use the new 'url' input type widget. Bump version number for dependency

  1. … 1 more file in changeset.
Use the new ad_form 'number' input field. Bump version number for dependency.

  1. … 2 more files in changeset.
New index on cal_items(on_which_calendar, item_type_id)

  1. … 2 more files in changeset.
create a partial index on public calendars

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

  1. … 1 more file in changeset.