• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Make sure the cal item notification has at least 1 subscriber

Use a test admin user to run the ics test

Fix typos

Make calendar::get_month_multirow_information private: its purpose is very specific to the usage in the month view

Deprecate calendar::assign_permissions, trivial wrapper to the permission api

Deprecate calendar::item::assign_permission, trivial wrapper to the permission api

One can in fact replace the only occurrence by granting the admin permission on the item.

Update tests to demonstrate that the behavior remains the same.

Deprecated api, update documentation

Deprecate long-abandoned api

Increase proc coverage

Increase proc coverage

Accomodate the test for downstream, where the notification object depends on whether the calendar is private or not

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
    • +3
    ./catalog/calendar.de_DE.ISO-8859-1.xml
    • -11
    • +12
    ./catalog/calendar.en_US.ISO-8859-1.xml
    • -0
    • +2
    ./catalog/calendar.it_IT.ISO-8859-1.xml
Detect when permission caching is enabled and flush the permission cache in this case

Formatting changes, use more appropriate operator

Fix typo, formatting changes

Increae proc coverage

Increase proc coverage

Deprecate calendar::make_datetime less useful than it used to be

Increase proc coverage

Deprecate calendar::from_sql_datetime, not used upstream and superseded by modern HTML5 features and clock idioms

Increase proc coverage

Increase proc coverage

Increase proc coverage

Increase proc coverage

Deprecate calendar::adjust_date, implementing a trivial default logic

Fix typo

calendar_ids_list won't be passed in the right format to be validated in the page contract, in exchange, quote it properly in the database

Use standard %H:%M notation to pass the event time to calendar creation

Clarify idiom, improve markup

    • -7
    • +11
    ./www/cal-item-create-recurrence.tcl
Fix typo