• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
PG 8.3 tightened up type checking, thus enforcing the notion that "to_date"

converts a string to a date, not a date to another form of a date (sheesh).

Moved that query into the pg xql file then discovered that apparently it's

not a good query for oracle, either, so hopefully fixed that (though it will

need testing)

HTML Strict cleanup: removed trailing slash of input, img, link and meta tags

  1. … 36 more files in changeset.
Removed non-standard property "filter".

Replaced non standard "-moz-opacity" property by the standard one "opacity". Same for "cursor:hand", replaced by "cursor:pointer". There's only 1 non standard property remaining, "filter", needed for IE.

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. … 1 more file in changeset.
Replaced table with div.

HTML strict cleanup.

Minor fix in CSS. Changed the name of a style that was clashing with an ID in the day view.

Remove unused obsolete files

Minor fix in calendar CSS to align calendar views.

Improved tables caption and links title texts.

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

Added headers and caption to month view. Removed unecessary nested tables.

  1. … 1 more file in changeset.
Added caption and header to week-view table, removed unecessary nested tables.

Added caption and headers in day view.

  1. … 2 more files in changeset.
Reduced nested tables for mini-calendar. Moved style to CSSs. Added caption and headers to the mini-calendar table.

Moved calendar icons to CSS

  1. … 2 more files in changeset.
1. Changed the alternative text of the icons in the view selection bar

2. Added a label in the form to go to a date in the mini calendar

3. Minor changes to improve the layout

  1. … 1 more file in changeset.
Forgot to add the hc CSS in that one.

High contrast stylesheet for calendar

  1. … 3 more files in changeset.
file calendar-hc.css was initially added on branch oacs-5-4.

    • -0
    • +0
    ./resources/calendar-hc.css
Removed event handler for onMouseOver and onMouseOut event

Removed event handler for onMouseOver and onMouseOut event

HTML Strict cleanup

HTML Strict cleanup

  1. … 1 more file in changeset.
HTML Strict cleanup

  1. … 1 more file in changeset.
theme-zen now uses blank-master instead of blank-compat. Replaced header_stuff with calls to template::head where necessary to make it possible (except new-portal that needs to be done -portal layouts-)

  1. … 10 more files in changeset.
Replace header_stuff property with calls to template::head

Merged oacs-5-3 branch to HEAD

  1. … 173 more files in changeset.
Fix javascript to disable/enable start and end time depending on the type of event (all day or not) -was failing when entering wrong times and going back using the browser for instance-

changing <br/> to <br> to meet html transitional validation requirements