view-month-display.tcl

  • last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
strengthen boolean parameters in page contracts

  1. … 31 more files in changeset.
Use new feature for dt_get_info to retrieve variables in a way that we know what is there and what not

  1. … 2 more files in changeset.
register javascript click event for adding a calender entry only once for each day

before javascript event was registered multiple times: for each day and for each calender event

javascript click event for adding a calender entry was also fired when a calender event was viewed

whitespace cleanup

  1. … 3 more files in changeset.
Use ad_include_contract instead of implicit variable guessing

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

  1. … 7834 more files in changeset.
Fix spelling errors

  1. … 22 more files in changeset.
- Don't prevent default on event handler for day cell, so clicking on existing event works

- Fix text for event existance so events are shown

  1. … 1 more file in changeset.
trim-zeros reform (part 3):

- don't depend on private function of some other package

- replace dt_trim_leading_zeros by util::trim_leading_zeros

- bump version number to 2.6.1d5

  1. … 2 more files in changeset.
- replace onclick/onkeypress handler with listeners

- make expressions more sane

  1. … 1 more file 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.
- 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. … 17 more files in changeset.
1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

  1. … 379 more files in changeset.
Removed .LRN dependencies from calendar (essentially the view include

scripts only worked from within .LRN or calendar itself). Did a bunch of

clean-up of stuff being computed by portlets that are totally ignored by the

calendar include scripts. If the semantics are wanted, they should be put

into the calendar package itself. Switched a bunch of stuff to properly use

export_vars, and to generate links inline rather than subst an awkward

template. Got rid of the use of site_node_object_map in calendar, because

calendars have a perfectly usable package_id in the data model (should really

be rewritten to use package_id in the underlying acs_objects row), and the

URLs generated by site_node_object_map are just as easily generated from this

package id. Bonus: site nodes are cached, the site_node_object_map is not.

  1. … 48 more files in changeset.
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.
Improved tables caption and links title texts.

  1. … 8 more files in changeset.
Fix for headers identifier

  1. … 5 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. … 187 more files in changeset.
Don't try to set num_attachments for days with no events.

Add attachment icon if an event has attachments.

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

  1. … 1556 more files in changeset.
Remove ns_log

Zen: HTML clean-up

  1. … 6 more files in changeset.
Update calendar for Zen

  1. … 34 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.