• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add missing translations

    • -0
    • +1
    ./catalog/calendar.es_ES.ISO-8859-1.xml
  1. … 5 more files in changeset.
Last shot at improving difference in color

First shot at improving color difference in highcontrast CSS of calendar

Improve color differences to reach level AA

Refactored "list view" to use list builder

    • -0
    • +1
    ./catalog/calendar.en_US.ISO-8859-1.xml
- fixed octal number bug in view-week-display and view-one-day-display

- fixed bug for print-button in month display (items.weekday was not set)

Version number bumps

  1. … 48 more files in changeset.
Don't encode return_url ...

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. … 39 more files in changeset.
Yet more emma css fixes

Add options for editing recurring events

Attach attachment icon

Make number of days filter form inline

Allow passed in return_url

Support for more editing options for recurring events. Allow editing one item, future instance, or all instancs of a recurring item

    • -0
    • +48
    ./tcl/cal-item-procs-postgresql.xql
CSS fixes thanks to emmar

Merged the 5.4 branch to HEAD, to pick up emmanuelle's fixes before I go

off fixing a bunch of other stuff.

    • -0
    • +4
    ./catalog/calendar.en_US.ISO-8859-1.xml
    • -20
    • +24
    ./catalog/calendar.es_ES.ISO-8859-1.xml
    • -48
    • +52
    ./www/cal-item-delete-confirm.adp
  1. … 13 more files in changeset.
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)

    • -2
    • +7
    ./www/view-week-display-postgresql.xql
HTML Strict cleanup: removed trailing slash of input, img, link and meta tags

  1. … 36 more files in changeset.
Someone made calendar depend unconditionally on attachments (before it depended

conditionally, it appears) without adding the dependency to the info file.

Tch tch. Quality is #1000000 with us!

Bumped version numbers

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

Bumped version number of calendar (needed to be done after all the accessibility work and having added message keys) and updated its dependencies.

  1. … 2 more files in changeset.
Fix dependencies

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

Replaced table with div.

HTML strict cleanup.

    • -48
    • +52
    ./www/cal-item-delete-confirm.adp
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.