Ticket #6888 (closed Feature Request: fixed)
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: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.
Note: See
TracTickets for help on using
tickets.
