Multiple fixes in the code Doug wrote for 7.3 - Calendar / DateTime / Event
- fix: Calendar now reports proper product ID on iCal feed
- fix: Calendar now tries to use the feed ID when sending uid of event on iCal
feeds (to prevent over-propagation of events shared between calendars).
- fix: Bug in AssetLineage->getLineage documentation.
- rfe: Event now has a template var to toggle if an event only lasts one day
- rfe: WebGUI::DateTime->toMysql now automatically adjusts to UTC. NOTE:
toMysqlDate and toMysqlTime do NOT adjust for timezones. If you are
using them you must adjust manually.
- fix: Bug in WebGUI::DateTime documentation
- fix: Calendar default date of "first event" or "last event" now works.
- fix: Calendar now handles Events that have ' in titles appropriately.
- rfe: Added a "dateSpan" Event template variable that will show a properly
formatted date/time span depending on how the event's start and end are.
This commit is contained in:
parent
5a26e4f2d8
commit
cdaef9d5e3
5 changed files with 134 additions and 50 deletions
|
|
@ -306,7 +306,8 @@ A string containing extra where clause information for the query.
|
|||
|
||||
=head4 orderByClause
|
||||
|
||||
A string containing an order by clause (without the "order by").
|
||||
A string containing an order by clause (without the "order by"). If specified,
|
||||
will override the "invertTree" option.
|
||||
|
||||
=head4 limit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue