• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Harden page contracts

  1. … 1 more file 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.
Provide package_id to the api explicitly

Cleanup unused variables

Cleanup reference to non-existent parameter

make template::adp_puts private again. removed some of the weirdness in calendar attachments

  1. … 3 more files in changeset.
calendar reform (part 2):

- make "forgotten" fields "related_link_url", "related_link_text",

"redirect_to_rel_link_p" of acs-events usable from the calendar.

- add web interface for "location" field as well

- bump version to 2.10.0d4

  1. … 14 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- prefer "localurl" over "return_url" as name of page_filter

  1. … 27 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

  1. … 313 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- improve page contracts

  1. … 16 more files in changeset.
- use numeric comparison operator for truth value comparisons

  1. … 4 more files in changeset.
Support the related link features of the acs-events datamodel.

  1. … 1 more file in changeset.
fix for bug #3159

Merged the 5.4 branch to HEAD, to pick up emmanuelle's fixes before I go

off fixing a bunch of other stuff.

  1. … 27 more files in changeset.
1. Always insert all-day event as starting and ending at 00:00 in the server timezone (using it as a flag). Don't convert to the user timezone when retrieving them for display.

2. Use condition start=end for all-day event as suggested by Gustaf (thanks gustaf for this)

3. Fixed the display of events created in another timezone

4. Fixed the display of all-day events

  1. … 9 more files in changeset.
Forgot to add the hc CSS in that one.

Replace header_stuff property with calls to template::head

  1. … 11 more files in changeset.
Merged oacs-5-3 branch to HEAD

  1. … 187 more files in changeset.
Removed manual url encoding for return_url. Was encoded twice.

Added link multirow to pass CSS to the default-master in the new way but preserving the old way (header_stuff) for Zen compatibility

  1. … 7 more files in changeset.
Merged changes to HEAD ...

  1. … 1556 more files in changeset.
Remove [ ] around add attachment link, the link is a button class now.

Zen: HTML cleanup

  1. … 5 more files in changeset.
Add return urls for edit item and new item

  1. … 3 more files in changeset.
Merge return_url and ui cleanup frm 5.2 (sorry! accidentally commited new code to 5.2 first)

  1. … 14 more files in changeset.
Adding return_urls so the behavior after adding/editing an item is more consistent

  1. … 13 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
Applied #720. fixed 2561