Ticket #6888 (closed Feature Request: fixed)

Opened 5 years ago

Last modified 2 years ago

Discuss: Should the "What" field in event_view contain Subject() or Title()?

Reported by: mrtopf Owned by: alecm
Priority: minor Milestone: 4.0
Component: Infrastructure Keywords:
Cc:

Description

Right now it is Subject() but the title actually does not show up. It should show up though as we need to mark it as vEvent there (and not vCard) and this should contain the title (this will be a separate bug).

Change History

comment:1 Changed 4 years ago by hannosch

  • Milestone changed from 3.0.x to 3.1

comment:2 Changed 4 years ago by hannosch

  • Milestone changed from 3.1 to 3.2

comment:3 Changed 4 years ago by hannosch

  • Milestone changed from 3.2 to 4.0

comment:4 Changed 4 years ago by limi

  • Status changed from new to closed
  • Resolution set to fixed

(In [21606]) - Overhauled the hCard/hCalendar support on the Events page, this fixes #6888 and #6889, refs #6333 and #6708 [limi]:

  • Fixed hCard syntax to be able to include email address.

  • Fixed spamProtect.py script to be able to accept optional arguments for HTML classes/ids and render them in the returned tag.

  • Inserted the fn/url classes on the mailto link now that it is supported.

  • Made the name render with a mailto link now that spamProtect supports it (it already supported this for a while, we just never used it).

  • dtstart/dtend classes were being overwritten by KSS class definitions, so the hCalendar event tags were never rendered, breaking the hCalendar support. Fixed.
  • When there is no fullname, show email address. This would turn out blank earlier. Fixed.

  • The date *has* to be supplied inside an abbr tag for most parsers. Fixed.

comment:5 Changed 3 years ago by hannosch

  • Component changed from Content Types to Infrastructure

comment:6 Changed 2 years ago by hannosch

  • Milestone changed from 5.0 to 4.0

Milestone 5.0 deleted

Note: See TracTickets for help on using tickets.