webgui/lib/WebGUI/Asset/Wobject/Survey
Patrick Donelan 2cc10d2953 Survey JSON performance warning for non-wre-standard JSON modules/versions
If you have funny combinations of JSON, JSON::XS and JSON::PP installed,
JSON can start deciding to use JSON::PP instead of JSON::XS, which equals
bad performance on very large Survey instances.

This commit adds a new warning to the Edit Survey page if JSON->backend
is detected to be something other than JSON::XS.
2009-08-09 06:25:49 +00:00
..
ExpressionEngine.pm Fixed bug in Survey::ExpressionEngine - was not using most recent survey 2009-07-03 01:39:53 +00:00
ResponseJSON.pm Fixed two new Survey bugs 2009-08-07 01:08:39 +00:00
SurveyJSON.pm Survey JSON performance warning for non-wre-standard JSON modules/versions 2009-08-09 06:25:49 +00:00
Test.pm Survey: fixed handling of multi-choice question bundles in Test.pm 2009-07-10 03:32:44 +00:00