• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Including navbar without having installed dotlrn.

  1. … 1 more file in changeset.
Reverted all changes from Mannheim

  1. … 222 more files in changeset.
Mannheim update, fix and merge bugbash

  1. … 197 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.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
Added in a parameter which changes the default view of a calendar instance.

  1. … 1 more file in changeset.
1325. Parameterize show calendar name

Added a paramter Show_Calendar_Name_p and fixed the view*adp's so that

they pay respect to this parameter.

  1. … 3 more files in changeset.
Fixed #1328 "Should not require login to view a calendar"

  1. … 9 more files in changeset.
Don't drop the period_days parameter as long as you are only surfing on a view-list page.

Added a parameter to set the default for period_days

  1. … 3 more files in changeset.
Added notifications to calendar. Currently works only for PostgreSQL, will do the port to Oracle in the next 4 weeks.

  1. … 11 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
- Rewrote calendar admin pages

- Rewrote calendar permission checking

- Fixed bug #261: Day summary doesn't show events before 7 am

- Fixed bug #1139: Times added between 8 and 10 am not shown in day view

- Calendars inherits permissions from the package to which they belong

  1. … 51 more files in changeset.
More cleanup and bugfixes, moved cal-item-new to using ad_form, added timezones (peter marklund)

  1. … 14 more files in changeset.
starting to add timezone support to the calendar package. Have not finished this task yet as we are waiting for Dirk to help us fix some major breakages that are preventing us from testing

  1. … 26 more files in changeset.
the calendar_list is now created in the caller of cal-options which saves a lot of unnecessary queries.

  1. … 5 more files in changeset.
Added a link to admin/ for admins

  1. … 1 more file in changeset.
noquote fixes: moved as much html generation into adp files

  1. … 42 more files in changeset.
draft version of noquoted calendar package

  1. … 22 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 76 more files in changeset.
Added Sloan "+" graphic for adding an item

Jarkko Laine's calendar bug fixes ...

  1. … 2 more files in changeset.
I just added Jarkko Laine's bugfix for #303 and related bad input bugs. CVS

updated the other files and for some reason seems to think they're needed

again

Made the add item template display a small + sign instead, and gave it a title tag

  1. … 1 more file in changeset.
I18N: making the calendar package use the message catalog

  1. … 23 more files in changeset.
-fix urlencode bug

  1. … 1 more file in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 692 more files in changeset.
undo ns_urlencoding on month view. ansi_date is ns_urlencoded in dt_widget_month

fixed more calendar navigation links. similar to previous fix. Also fixed list display so that it only shows activities for one day at a time. Also fixed link in url_template. Moved sort_by query grab to ad_page_contract as optional query var. --Tom Jackson

fixed prev and next_nav_template link: date needed ns_urlencoding and link went to directory instead of back to the view file.