Patrick Donelan
9e2cdeca13
Added some tests for Survey visualization
2009-05-11 11:06:55 +00:00
Patrick Donelan
b12906a777
Added Survey Visualization
...
Does nothing if GraphViz module not installed (the default until wre 0.9.3)
Shows sections and questions as nodes, answers as edges.
Branch targets also show up as edges
Branch expression edges are currently disabled
2009-05-11 10:21:14 +00:00
Patrick Donelan
639a3398f0
Fixed Survey expression validation handling of verbatim values
2009-05-11 08:16:14 +00:00
Patrick Donelan
7a3ecea4bb
Survey Expressions can now access verbatim values
2009-05-11 06:55:13 +00:00
Patrick Donelan
5f80ac35f6
Fixed Survey "copy" button on Edit Survey page
2009-05-11 05:20:27 +00:00
Patrick Donelan
5d6b4093be
Survey Expression Engine validation++
...
Survey Expression Engine now detects invalid variable names passed to value(), score(), etc..
Also now detects situations where you have jump targets/expressions defined at multiple levels - thus causing precedence rules to kick in (normally this indicates a mistake)
Fixed Survey edit page bug where TextEditor would not move after gotoExpression textarea resize caused items to move
2009-05-10 07:45:14 +00:00
JT Smith
8905d554fb
fixed pagination counting error and some ticket import problems
2009-05-09 17:04:15 +00:00
JT Smith
9fb2074414
- Fixed a load problem with Code Editor by making user toggle it on. This is
...
better than normal anyway since many users appear not to want to use the
editor in most cases.
2009-05-08 15:27:20 +00:00
JT Smith
0ba93ae518
Fixed a search results display error with synopsis.
2009-05-08 14:22:49 +00:00
JT Smith
37271f7ca7
Added more information output to EMS record importer.
2009-05-08 14:19:05 +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
18460256df
template attachments now work with packages. head_attachments and body_attachments are now documented
2009-05-07 17:35:43 +00:00
Doug Bell
28311c08d4
fix default value for packed head tags. too dangerous to make default to on right now
2009-05-07 17:30:25 +00:00
Doug Bell
af4db882b8
fix regeneration of packed snippet
2009-05-07 17:29:17 +00:00
Doug Bell
7a1d96f752
fix bug with packed extra head tags
2009-05-07 17:27:56 +00:00
JT Smith
2b6b8872dd
URLs that shouldn't happen ( #10353 )
2009-05-07 16:26:32 +00:00
Graham Knop
01de17428e
fix pod typo
2009-05-07 15:57:07 +00:00
Graham Knop
121d3683e2
fix Thingy Record expiry workflow activity
2009-05-07 15:42:58 +00:00
Martin Kamerbeek
0fd6447042
Internationalised the javascript part of the vendor payouts manager.
2009-05-07 12:23:26 +00:00
Patrick Donelan
330c8f416c
Fixed Survey jump target and jump expression precedence order across
...
Answer, Question and Section (and improved documentation in API)
2009-05-07 06:42:27 +00:00
Colin Kuskie
1fb9c4877b
Prevent a possible logic problem in the Sku with shipsSeparately and isShippingRequired.
2009-05-06 22:55:28 +00:00
Colin Kuskie
efd20f86a4
Fix an i18n typo in the survey exitURL hover help.
2009-05-06 22:05:06 +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
494efe1cf1
Added Country question type to Survey
...
Refactored WebGUI::Form::Country so that it can be used to return a list of countries
2009-05-06 02:38:26 +00:00
Colin Kuskie
a819c93944
Fix wrong attribute for script tag in Dataform.
2009-05-05 16:46:30 +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
Doug Bell
9b72641abb
added minimal skeletons without all the unnecessary example code
2009-05-02 02:52:21 +00:00
Paul Driver
f4df3b1280
template attachments (scripts and stylesheets)
2009-05-01 23:03:36 +00:00
Doug Bell
3320465ca4
fixed : #9897 . Fixed problem with highlighting in codearea. Updated EditArea to version 0.8.1.1
2009-05-01 18:29:41 +00:00
Hao Ching
254796dea3
RFE #9998 , mark selected inbox messages as read/unread.
2009-05-01 17:21:02 +00:00
Kaleb Murphy
54063ae9f6
Survey sections now have logical section type, which is never shown to the user, only used for silently checking gotos.
2009-04-30 20:43:23 +00:00
Colin Kuskie
e25094a16e
Remove dead code.
2009-04-30 20:31:10 +00:00
Graham Knop
f3a9b3b8f3
fix Sku pulling in wrong i18n labels
2009-04-30 20:23:46 +00:00
Colin Kuskie
9b20ce2fe7
Add note about packed templates to process method sub.
2009-04-30 19:42:47 +00:00
Graham Knop
4ec14bc026
some image cropper cleanups
2009-04-30 18:17:12 +00:00
Doug Bell
bc2ed6a3c1
added #9289 : Extending the "Request Approval For Version Tag" activity (Bernd Kalbfuß-Zimmermann)
2009-04-30 18:02:25 +00:00
Doug Bell
faca68256c
Added: Packing of templates, snippets, and head tags.
2009-04-30 17:57:26 +00:00
Doug Bell
026f7ff47e
Added #10145 : Global Head Tags in Settings
2009-04-29 21:51:22 +00:00
Frank Dillon
003f54fd40
Search now performs a GET rather than a POST
2009-04-29 17:03:22 +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
ad88a1da5f
Adding missing i18n to PassiveAnalytics
2009-04-29 04:15:45 +00:00
Paul Driver
fea5dea0d9
Help for the template variable I added earlier
2009-04-29 01:26:50 +00:00
Colin Kuskie
a77ff94488
Correct bad POD.
2009-04-28 23:01:46 +00:00
Paul Driver
b53bec706b
added a template var to Thingy View Thing for fieldType
2009-04-28 20:26:47 +00:00
Colin Kuskie
40b5ac13a4
Update code to match new RssFeed API w.r.t exporting.
2009-04-28 19:51:47 +00:00