webgui/t/Workflow/Activity
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
..
ArchiveOldStories.t Add a workflow activity for archiving old stories, i18n and tests. 2009-03-25 01:07:28 +00:00
BucketPassiveAnalytics.t Merge in HEAD, up to 9866. 2009-03-17 23:45:21 +00:00
CalendarUpdateFeeds.t Forward porting fixes for iCal escaping and unescaping, and line wrapping. 2009-07-01 22:18:57 +00:00
DeleteExpiredSessions.t Update tests for modified code, and for CSRF checks. 2009-07-16 22:35:49 +00:00
ExpireIncompleteSurveyResponses.t Fixed two new Survey bugs 2009-08-07 01:08:39 +00:00
NotifyAboutLowStock.t Clean up queued email created when the inbox message is added. 2009-05-20 01:13:50 +00:00
RemoveOldCarts.t merge to 10219 2009-04-08 16:35:31 +00:00