Patrick Donelan
a9638ae691
Survey: Let them eat sort
2009-05-19 02:45:26 +00:00
Patrick Donelan
9cbd30c3d8
Refactored Survey test suite diagnostics etc..
2009-05-17 08:15:59 +00:00
Patrick Donelan
3105b27034
Improved Survey test setup
2009-05-16 09:06:00 +00:00
Patrick Donelan
4d181da7f9
SurveyJSON bug fixes
...
Fixed bug in SurveyJSON::update to stop it updating questionType when not asked
Fixed unsafe reference bug in SurveyJSON::getMultipleChoiceBundle
Added more Survey Test Suite tests
2009-05-16 07:24:55 +00:00
Patrick Donelan
7e0796cc78
Some minor Survey bug fixes
...
Removed evil "use JSON -support_by_pp"
test() and test_mc() now intelligently start at the right place and give better TAP descriptions
2009-05-16 01:13:20 +00:00
Patrick Donelan
2bde3dc02c
Moved Survey test upgrade to 7.7.6-7.7.7 upgrade script
2009-05-15 23:42:10 +00:00
Patrick Donelan
7829d708ea
Survey test suite now functional.
...
Tests are defined via a JSON-encoded spec, through Web Crud interface
Test results are TAP encoded, and TAP parsed and prettified into HTML
Added i18n, help and tests
2009-05-15 10:33:47 +00:00
Patrick Donelan
fdf7e68827
Added Survey feedback template
...
Added survey feedback template and method for returning the templated feedback for a given response
Used this to clean up the default survey template, and updated the i18n and help
2009-05-13 08:59:50 +00:00
Colin Kuskie
59c559354f
Update test to make getListings work. It used the defaultSort value, which was
...
set to an invalid column.
2009-05-13 03:17:42 +00:00
Patrick Donelan
6815cd76aa
Improved handling of Survey restart
2009-05-13 02:10:34 +00:00
Patrick Donelan
79db642219
Refactored Survey for more happy endings
...
Refactored www_submitQuestions to use utility submitQuestions sub (for ease of testing)
Replaced numeric flags, completedCode etc..
Added restart() and exitUrl() to the Expression Engine
Added more Survey instance tests
2009-05-12 12:36:26 +00:00
Colin Kuskie
d1993c8131
Fix a test comment.
2009-05-11 21:18:36 +00:00
Doug Bell
d81f0ada05
added tests for getThreadsPaginator in Collaboration to allow future refactoring
2009-05-11 17:27:41 +00:00
Patrick Donelan
9e2cdeca13
Added some tests for Survey visualization
2009-05-11 11:06:55 +00:00
Patrick Donelan
7a3ecea4bb
Survey Expressions can now access verbatim values
2009-05-11 06:55:13 +00:00
Patrick Donelan
cf98c81461
Fixed Survey's handling of multi-answer questions (e.g. maxAnswers != 1)
...
Now stores all supplied answers to multi-answer question as arrayref
Variable [[var]] text replacement converts to comma-separated list
Expression Engine's value() returns appropriate value depending on context
Expression Engine's score() does sum of multi-answers, as you would expect
Updated related i18n & hover-help, and tests
Cleaned up survey js somewhat
2009-05-08 08:00:04 +00:00
Patrick Donelan
f3ed30d939
Refactored Survey ExpressionEngine tag() util into tag() setter and tagged() accessor.
...
Updated i18n to reflect the fact that min/max/step are used for all numeric types, not just slider.
Also updated textCols/Rows i18n.
2009-05-06 05:53:10 +00:00
Patrick Donelan
3dda2b49d4
Survey Branch Expressions now allow you to "tag" data along the way and store
...
it in the response data structure along with the actual user input. Tag data
can be used in subsequent expressions, in [[tag]] templated text replacement,
and to classify responses in an arbitrary way.
Refactored Survey expression utility subs that lookup values/scores/tags in
external assets.
Fixed bug whereby only highest precedence Survey expression was being evaluated
rather than letting them all run and do their own short-circuiting.
2009-05-04 06:28:05 +00:00
Patrick Donelan
ac1a00b252
Survey Branch Expressions can now test whether a question
...
has been reached/answered, rather than just testing for the value
of a response
2009-05-04 04:06:40 +00:00
Colin Kuskie
d83f1fd5fc
Last batch of User and Group cleanups.
2009-05-01 03:29:32 +00:00
Colin Kuskie
39607fc208
Another batch of clean-ups for users and groups.
2009-05-01 02:48:18 +00:00
Graham Knop
1937ef3ab6
fix survey test
2009-04-30 21:30:15 +00:00
Graham Knop
12298aa7ca
fix thingy test for field type being provided provided
2009-04-30 20:55:13 +00:00
Colin Kuskie
40b5ac13a4
Update code to match new RssFeed API w.r.t exporting.
2009-04-28 19:51:47 +00:00
Colin Kuskie
409e3a3f6c
Automatically cleanup storage created for export collateral tests.
2009-04-24 22:41:39 +00:00
Colin Kuskie
19f703dc9b
Merge with HEAD, 10472
2009-04-24 17:12:17 +00:00
Colin Kuskie
32ef0d5068
getKeywordStaticURL function, with tests.
2009-04-24 16:53:53 +00:00
Patrick Donelan
5e9db959ad
Added another Survey ResponseJSON test
2009-04-24 03:43:40 +00:00
Colin Kuskie
09ad8d2a11
Remove subclass exportHtml_view in favor of a session scratch variable for telling
...
when the asset is being exported. Keyword files are exported into a private directory
to prevent filename collisions.
2009-04-24 00:05:09 +00:00
Patrick Donelan
6c58e1de81
Added Survey meta-targets NEXT_SECTION and END_SURVEY to allow for more
...
convenient jumping
Improved processGotoExpression tests
2009-04-22 07:19:23 +00:00
Patrick Donelan
99855719d0
Survey bug fixes: Verbatim responses now properly recorded
...
Added useText option to responseValuesByVariableName so that it can be
used for both branch expressions and [[var]] text substitution correctly
Added extra verbatim handling to [[var]] text substitution
All survey test now pass, except for one involving True/False
multi-chocie bundle, soon to be fixed by updating bundle
2009-04-22 05:16:29 +00:00
Colin Kuskie
f2451e2f7e
Add feed support to StoryTopic.
2009-04-22 04:59:23 +00:00
Colin Kuskie
070df97708
tag cloud urls in export mode
2009-04-22 01:20:55 +00:00
Patrick Donelan
c3ea6d4683
Added Survey back button, with option to turn it on/off, tests, and i18n
...
Noticed that some Survey tests are broken, will fix tomorrow
2009-04-21 07:12:07 +00:00
Colin Kuskie
54aaa673cf
exported keyword file tests
2009-04-20 23:09:55 +00:00
Colin Kuskie
d1db12d1e4
Finish export code.
...
Make the list of assets templatable, since the user can see it.
Beginnings of export collateral tests.
2009-04-20 21:18:24 +00:00
Colin Kuskie
7b3ab664fe
test for getStaticKeywordUrl
2009-04-17 17:20:12 +00:00
Colin Kuskie
08c033b2c5
Document how template variables work in export mode.
...
Change how pagination works when exporting.
Early code for exporting keyword pages.
2009-04-17 17:11:07 +00:00
Colin Kuskie
c439453784
Make rssUrl and atomUrl variables respond to exportMode.
2009-04-16 21:19:17 +00:00
Colin Kuskie
1ddf1b50a4
add export mode for StoryArchive.
...
Turn off search variables when in export mode.
2009-04-16 19:21:28 +00:00
Colin Kuskie
fbbd63eaa5
Static export for the topic is done.
2009-04-16 17:09:48 +00:00
Colin Kuskie
1a9da53abf
Modify tests to use the automatic storage cleanup provided by WebGUI::Test.
...
Several tests previously leaked storage locations.
2009-04-14 01:54:28 +00:00
Colin Kuskie
c28c7771c3
Top story photo template variables, with i18n, help and tests.
2009-04-13 23:16:53 +00:00
Colin Kuskie
1edaca4ed2
Merge up to 10305
2009-04-13 17:04:23 +00:00
Graham Knop
edca468d50
prevent test from leaking users and surveys
2009-04-10 00:51:44 +00:00
Patrick Donelan
546d48f68b
Updated Survey tests to not leave behind versionTag
2009-04-09 04:17:23 +00:00
Patrick Donelan
aa8379188a
Survey branch expressions can now resolve score()s and value()s from
...
other survey instances.
2009-04-09 04:04:39 +00:00
Colin Kuskie
efef611b03
getRssFeedItems for StoryArchive, with tests.
...
A couple of quick rss/atom url tests.
2009-04-08 22:46:42 +00:00
Colin Kuskie
0f73a20a03
add tests for RSS feeds for the Collaboration
2009-04-08 21:05:07 +00:00
Yung Han Khoe
4f5963757d
added tests for Carousel wobject
2009-04-08 17:17:01 +00:00