• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- ensure proper encoding of hrefs

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

  1. … 2541 more files in changeset.
- replace deprecated call to "calendar_create" by "calendar::create"

- replace deprecated call to "calendar_assign_permissions" by "calendar::assign_permissions"

- provide hints to depreacated calls to non-deprecated counterparts

  1. … 1 more file in changeset.
- fix invalid api-doc variable @creation_date

  1. … 7 more files in changeset.
- use tcl 8.5 commands

- brace expressions to allow for tcl compilation

- no need to use "expr" inside an "if" or "for" condition

- no need to use "expr" inside "expr"

- bump version number

  1. … 12 more files in changeset.
Oops, there are two queries to grab a calendar item. One if the use of

attachments is disabled (which I'd changed earlier), and one if attachments

are enabled (which I'd missed earlier). Thanks to Michael at MGH for catching

this while testing.

More support for the related link stuff in acs-events.

  1. … 1 more file in changeset.
Allow for the creation of calendar items that aren't mapped to a calendar.

Useful for an application that wants to associate content with a calendar,

but doesn't want to have it actually show up in the calendar until the

content is approved. It's easiest to create and remember the cal item

when the content is created, then map the cal item to the calendar during

the approval stage.

Support for more editing options for recurring events. Allow editing one item, future instance, or all instancs of a recurring item

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

off fixing a bunch of other stuff.

  1. … 26 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.
Added headers and caption to month view. Removed unecessary nested tables.

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

  1. … 185 more files in changeset.
Fix misnaming of a query

Cleaned up Raul's attempt to write an apm callback

file apm-callback-procs.xql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./apm-callback-procs.xql
upgrade that fixes permissions and removes requests for personal calendars

file apm-callback-procs.tcl was initially added on branch oacs-5-3.

    • -0
    • +0
    ./apm-callback-procs.tcl
fixes personal calendar permissions that were inherited by default

Merged changes to HEAD ...

  1. … 1552 more files in changeset.
Add tests for calendar package

file cal-item-procs.tcl was initially added on branch oacs-5-3.

    • -0
    • +0
    ./test/cal-item-procs.tcl
Fix query name to refer to correct tcl procedure. Interestingly this could never have worked the way it is. The calendar::create procedure must not be called anywhere.

Zen: HTML cleanup

  1. … 7 more files in changeset.
fixed bug 3075 on calendar

Merging dotlrn-all and dotlrn-extras from oacs-5-2

  1. … 882 more files in changeset.
Minor enhancement for notification

Merge return_url and ui cleanup frm 5.2 (sorry! accidentally commited new code to 5.2 first)

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

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

  1. … 2472 more files in changeset.