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
Colin Kuskie
61121788d7
Fix the logic in t/Asset/Sku.t. Add tests to make sure that the
...
shipsSeparately method is tested.
2009-05-13 03:07:34 +00:00
Colin Kuskie
3f8abbc29d
Update this test to work with the new USPS driver.
2009-05-13 03:01:31 +00:00
Patrick Donelan
6815cd76aa
Improved handling of Survey restart
2009-05-13 02:10:34 +00:00
Colin Kuskie
cbdd6077d5
Add USPS Shipping Driver with tests, and i18n.
...
Change the Ship, Cart to do exception handling when calling a shipping driver,
as that's the message passing interface between the modules.
Add a noFormProcess field property that is recognized by processPropertiesFromFormPost.
2009-05-12 23:58:19 +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
Colin Kuskie
02bf1db238
Add a test to check for the override of expire time in addUsers.
2009-05-10 02:21:18 +00:00
Martin Kamerbeek
7fb87de71d
Added the methods for the pluggable tax system that add templ vars to the cart and cart items.
2009-05-08 13:34:42 +00:00
Martin Kamerbeek
9d90b92629
Tax details are now stored with the transaction items they belong to.
2009-05-08 10:03:25 +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
Doug Bell
d0a5cc8d66
fixed tests
2009-05-07 18:18:55 +00:00
Colin Kuskie
c93075519f
Update test to work with new fixUrl code.
2009-05-07 16:42:04 +00:00
Colin Kuskie
19b333067e
Prevent default groups from being deleted.
2009-05-07 16:04:47 +00:00
Graham Knop
1c1f1c295a
don't clean up default groups
2009-05-07 15:57:11 +00:00
Colin Kuskie
676bc7f145
Adding in pseudo-module for Crud serialization testing.
2009-05-07 15:38:49 +00:00
Colin Kuskie
22fc77dd41
Fix multiple Crud issues with serialization and text/blob field handling
2009-05-06 20:50:12 +00:00
Martin Kamerbeek
461c80a6b8
Pluggable Tax: more POD, more tests, better code and less bugs
2009-05-06 13:33:16 +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
Paul Driver
f4df3b1280
template attachments (scripts and stylesheets)
2009-05-01 23:03:36 +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
Colin Kuskie
c60237443c
Test cleanups.
...
Fix a leaking group in Asset/Post/permission.t. Threads do not clean
up their groups when they are purged.
2009-05-01 02:17:39 +00:00
Colin Kuskie
004b8095a1
Add method to clean up test sessions. This has to be done
...
after ALL other types of objects have been cleaned up.
More test clean-up for users, groups and sessions.
2009-05-01 02:02:12 +00:00
Colin Kuskie
d7f2aca1e4
Test clean-up for users and groups in Shop/Vendor and all Macro tests.
2009-04-30 23:57:39 +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
d79132429d
Update test for XML::FeedPP 0.40
2009-04-30 20:21:51 +00:00
Colin Kuskie
c8b7397bc1
Test cleanup for a user and the config file.
2009-04-30 20:17:59 +00:00
Colin Kuskie
59eb8bce5b
Remove a leaky group which was never used.
2009-04-30 20:14:41 +00:00
Colin Kuskie
1d4f12781b
Test cleanup, and fix a leaky group.
2009-04-30 20:12:09 +00:00
Colin Kuskie
25231d3fe5
More test cleanup for deleting users and groups.
2009-04-30 20:10:00 +00:00
Graham Knop
51ce57d7fc
fix export test
2009-04-30 20:06:26 +00:00
Colin Kuskie
b6f103cae6
Test clean-up for groups and users.
2009-04-30 20:02:53 +00:00
Doug Bell
81b77e1836
fix now that things are packed
2009-04-30 19:45:37 +00:00
Doug Bell
3574113645
fix now that things are packed
2009-04-30 19:37:13 +00:00
Doug Bell
c60db6b1be
fix now that things are packed
2009-04-30 19:27:21 +00:00
Graham Knop
7d0f1e4b8a
improve handling of SMTP test server
2009-04-30 18:17:23 +00:00
Colin Kuskie
db290f91f9
Add an option to the Sku to require individual shipping of this sku, separate
...
from other items in the cart. Update the FlatRate driver to support calculating that.
2009-04-29 16:52:16 +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
f8f62c5640
Add 1 more test to _isStopword
2009-04-28 01:42:09 +00:00
Colin Kuskie
d7d10fff41
Add a Search test, to check for wildcards and stopwords.
2009-04-27 22:12:42 +00:00
Colin Kuskie
b053091b7d
Add tests for the export mode get*FeedUrl.
2009-04-27 19:19:10 +00:00
Colin Kuskie
553b1d03d7
Fix HEAD link issues with RssFeed with exporting.
...
Refactor the module so that getting the feed url will return
the static URL when exporting.
2009-04-27 19:16:38 +00:00