• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
removed obsolete start_clause and end_clause.

    • -2
    • +0
    ./www/view-one-day-display-postgresql.xql
Make calendar play nice with calendar-portlets. I am slowly approaching alpha status with this.

    • -3
    • +2
    ./www/view-month-display-postgresql.xql
  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.

Fixed time_p for calendar::item:get. Now uses the correct lc_time_fmt switch to retrieve the proper start_time

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

    • -1
    • +1
    ./catalog/calendar.en_US.ISO-8859-1.xml
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

re-exporting the Arabic catalog files as their keys were previously messed up (had question marks in them)

    • -5
    • +0
    ./catalog/calendar.AR_EG.ISO-8859-6.xml
    • -9
    • +0
    ./catalog/calendar.AR_LB.ISO-8859-6.xml
  1. … 60 more files in changeset.
reverting to use the localized version of calendar-display-procs that was developed by Lars. Those procs will be used by the calendar-portlet templates until Dirks new templates are compatible with portlets and can be used instead

    • -23
    • +8
    ./tcl/calendar-display-procs-postgresql.xql
    • -87
    • +51
    ./tcl/calendar-display-procs.tcl
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

    • -3
    • +5
    ./www/view-week-display-postgresql.xql
I18nized Oracle queries

    • -25
    • +17
    ./www/view-week-display-oracle.xql
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
    ./www/resources/calendar.css
adding latest translations from the translation server

    • -0
    • +60
    ./catalog/calendar.AR_EG.ISO-8859-6.xml
    • -0
    • +130
    ./catalog/calendar.AR_LB.ISO-8859-6.xml
    • -1
    • +1
    ./catalog/calendar.da_DK.ISO-8859-1.xml
    • -31
    • +31
    ./catalog/calendar.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/calendar.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/calendar.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/calendar.fi_FI.ISO-8859-15.xml
    • -1
    • +1
    ./catalog/calendar.fr_FR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/calendar.gl_ES.ISO-8859-1.xml
    • -12
    • +103
    ./catalog/calendar.it_IT.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/calendar.nl_NL.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/calendar.no_NO.ISO-8859-1.xml
  1. … 616 more files in changeset.
Multiple i18n fixes

    • -34
    • +14
    ./www/view-week-display-postgresql.xql
i18n mini calendar strings

i18n calendar admin string

resurrected show_calendar_name_p and calendar_id_list

    • -9
    • +9
    ./www/view-list-display-postgresql.xql
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)

    • -4
    • +4
    ./www/view-one-day-display-postgresql.xql
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)

Resurrected so that calendar-portlet works like a charm.

    • -0
    • +153
    ./tcl/calendar-display-procs-oracle.xql
    • -0
    • +158
    ./tcl/calendar-display-procs-postgresql.xql
Resurrected so that calendar-portlet works fine.

    • -0
    • +452
    ./tcl/calendar-display-procs.tcl
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.