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
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
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
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
faca68256c
Added: Packing of templates, snippets, and head tags.
2009-04-30 17:57:26 +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
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
Yung Han Khoe
1b2e327ce7
fixing an IE javascript error on Matrix compare screen
2009-04-28 18:49:20 +00:00
Paul Driver
47f922d45d
That last Thingy fix was on the wrong line. Fixed
2009-04-28 17:23:20 +00:00
Paul Driver
4347a52fb8
Changed Thingy search to use GET instead of POST
2009-04-28 16:38:27 +00:00
Yung Han Khoe
ea5187e01e
fixed #10184 : Matrix 2.0 - Version Tag Duplicate Type
2009-04-28 16:14:40 +00:00
Colin Kuskie
142518035d
Fix bad Event URL template variables.
2009-04-27 18:39:14 +00:00
Colin Kuskie
5c364112d8
Forward porting date fix for gallery advanced search.
2009-04-26 23:29:52 +00:00
Kaleb Murphy
c452f92224
Added correct mime type for json returns which were missing it.
2009-04-25 04:50:17 +00:00
Colin Kuskie
11368a7cbb
Fix a bug where the calendar will list all events, regardless of permissions.
2009-04-25 00:19:20 +00:00
Colin Kuskie
8d8d5f2d3b
Do not set the exporting scratch variable in places where it is not needed.
2009-04-24 19:04:29 +00:00
Colin Kuskie
1b8ad91605
Add in StoryManager, 3 assets for managing news content in WebGUI.
...
Several small API changes to Keyword and AssetExportHtml to support StoryManager functionality.
2009-04-24 18:31:06 +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
Colin Kuskie
a46038d734
Update the keyword URL callback to the correct method.
2009-04-24 03:44:52 +00:00
Colin Kuskie
25ead75eba
Finish cleaning up after the move of getTaxRate from the Sku to the TaxDriver.
2009-04-24 03:35:34 +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
Kaleb Murphy
a0d41dc5ae
Survey slider answer updates, now update all the answers for max,min,step settings since only the first answers values are used anyways.
2009-04-23 19:33:10 +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
Yung Han Khoe
ad6352d1eb
fixed #10158 : Matrix 2.0 - Screenshots rendering poorly
2009-04-21 17:28:05 +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
Yung Han Khoe
2c93df1bf7
fixed #10146 : Thingy duplicate errors
2009-04-20 22:02:50 +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
Yung Han Khoe
7512724239
fixed : #10109 : Matrix 2.0 - Updates to product listing by maintainer account require admin approval
2009-04-19 16:59:58 +00:00
Doug Bell
70fc3e2d11
missed some files
2009-04-19 02:10:50 +00:00
Doug Bell
6d20e7f5df
added: ThingyRecord allows you to sell records in a Thing (like a classified ad)
2009-04-19 02:09:34 +00:00
Kaleb Murphy
724675c71c
Survey new number type, if slider constraints are left blank, no constraints are applied.
2009-04-19 01:40:49 +00:00
Kaleb Murphy
9df02396b7
added Survey Number type. Text number entry that uses slider restrictions as constraints (server and client side). You can also use the arrow keys
...
to increment or decrement the number enter.
2009-04-18 22:23:35 +00:00
Yung Han Khoe
d47f5e1886
fixed #10143 : Matrix 2.0 - Product maintainer accounts changed during upgrade
2009-04-18 20:47:48 +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
Kaleb Murphy
caffe2751a
Preliminary check in for new Survey text number type and validation.
2009-04-17 17:08:42 +00:00