• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Indentation

Fixed bug #482: URLs for gifs wrong

  1. … 5 more files in changeset.
bugfixes to make calendar play nicely with calendar-portlet

  1. … 1 more file in changeset.
removed obsolete start_clause and end_clause.

Make calendar play nice with calendar-portlets. I am slowly approaching alpha status with this.

  1. … 6 more files in changeset.
index.xql has become unnecessary because index.tcl uses a calendar_have_private_p to check whether a user has a private calendar

Check whether the user has a private calendar now performed calendar_have_private_p - this is package-agnostic, so only create one private calendar per user.

bug 535 - fixed variable name typo in outlook export. Made the export to outlook link more clear

  1. … 2 more files in changeset.
fix ad_form setting for no_time_p

Fixed context bar

Corrected prev_nav_template and next_nav_template

Set no_time_p to true if start_hour is null. Automatically incr start_hour by 1 and make that end_hour

retrieve calendar_name for Oracle list query

Renamed first_weekday_of_the_week_system to first_weekday_of_the_week_tz because Oracle does not approve of too long variable names, Moved calculation of weekday to SQL - impossible to calculate that in TCL

I18nized Oracle queries

i18n fix for create new item links. The link start_time must not be i18nized.

Fixed stylesheet problem: Calendar's stylesheet redefined the entire site's CSS

- moved stylesheet to www/resrouces

    • -0
    • +518
    ./resources/calendar.css
Multiple i18n fixes

    • -34
    • +14
    ./view-week-display-postgresql.xql
  1. … 1 more file in changeset.
i18n mini calendar strings

i18n calendar admin string

resurrected show_calendar_name_p and calendar_id_list

resurrected show_calendar_name_p

pay respect to start_display_hour and end_display_hour -> Added limiting clause to select_day_items_with_time query, brought back calendar_list_id (yuck)

make links to cal-item-new default for the hours in the day-view, corrected I18N setting for item times displayed, pay respect to start_display_hour and end_display_hour, resurrected show_calendar_name_p, brought back calendar_list_id (yuck)

Corrected and i18nized create-new-links for portlets and regular calendar. (Brought back hour_template).

Bring back prev_nav_template and next_nav_template, so that dotlrn portlets show properly working links.

Fixed the dateformat for current_date. We probably have to watch out for more nastinesses of that kind.

Added proper permission checks to cal-item-new and debugged permissioning.

  1. … 2 more files in changeset.
Fixed Bug #362 (inexistent date gives error in PG)

superseded by ad_form'ed cal-item-new