engaging-computing / phpSENSE

An educational data analytics platform.
http://isenseproject.org
14 stars 10 forks source link

Mm568 #570

Closed mmcguinn closed 11 years ago

mmcguinn commented 11 years ago

-Fixed negative numbers getting abs'ed in vises. -Fixed a bug where session names containing 's caused the vises to not work until you changed the grouping field. -Reworked the date parser. AM/PM as well as timezone offsets are now done externally to moment.js to avoid wierdness. The format of the date in terms of year location is infered from the numeric value of the first date term. If it's greater than 12 then the year comes first. Currently the parser parses into local time not utc (due to a bug in moment.js) so all non-unix timestamps will be off according to the timezone of the viewer.

568