webgui/lib
Patrick Donelan 146373937d Fixed two new Survey bugs
* Survey response startDate stored twice
startDate was being stored both in a column in Survey_response and also inside the
serialised responseJSON. Consolidated to column and moved startDate methods to
Survey.pm where they are actually used. Was not causing errors because both copies
were initialised to "now" at response creation time, and then never changed (this is also
why we don't need any repair code to fix existing survey repsonses in the wild).

* Survey ExpireIncompleteSurveyResponses Workflow Activity not enabled
The only time you'd actually want to modify startDate is when you're trying to simulate
response expiry in test code, which is why I found the above bug when I was writing the
missing test suite for ExpireIncompleteSurveyResponses. Along with test suite, added
upgrade code to enable workflow activity and add it  to the Daily Maintenance Tasks
workflow. Also made minor fixes to the workflow activity, such as making sure it uses
the correct isComplete code.
2009-08-07 01:08:39 +00:00
..
Spectre Forward porting spectre stop fix. Moved from IKC to interrupt based. 2009-07-29 23:30:52 +00:00
WebGUI Fixed two new Survey bugs 2009-08-07 01:08:39 +00:00
.perlcriticrc small changes in Thingy's web services methods, added Thingy tests 2008-09-24 16:24:14 +00:00
default.ttf * The TrueType font provided for CAPTCHA and chart label generation 2008-11-18 13:05:17 +00:00
WebGUI.pm Ready for 7.7.17 development. 2009-07-24 05:02:09 +00:00