sintonia/widgets/js
Yuchen Wang 86729475f6 CC-3067: Shows in frontend widgets appear on the wrong day after changing timezone
- Converting times to UTC timezone in ApiController before sending them to model functions

- Added utility functions in DateHelper.php

- GetShowsByDayOfWeek has been removed due to bugs caused by using local timezone
based variable like $day, which represents day of the week in local time, in db query,
which has times saved in UTC timezone. Converting stuff like day of the week from local
to UTC is messy. GetNextShows(...) can do the job so WeekInfoAction now uses it instead
2011-11-21 18:03:56 -05:00
..
jquery-1.6.1.min.js Added widgets directory with CSS 2011-06-28 16:47:48 -04:00
jquery-ui-1.8.10.custom.min.js Added widgets directory with CSS 2011-06-28 16:47:48 -04:00
jquery.showinfo.js CC-3067: Shows in frontend widgets appear on the wrong day after changing timezone 2011-11-21 18:03:56 -05:00