Commit graph

4883 commits

Author SHA1 Message Date
Martin Kamerbeek
31c4bf83d7 Refactored genereation of tranasaction related tmpl_vars into WG::Shop::Transaction->getTransactionVars. 2009-05-13 12:52:19 +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
Yung Han Khoe
c4cd3c0940 adding listings caching to Matrix 2009-05-13 07:43:43 +00:00
Patrick Donelan
c9861bdf8f More Survey refactoring
refactored out repetitive checking of takenCount
added i18n template variables to Survey template so that user is told what happened for timeouts etc..
2009-05-13 02:10:57 +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
Yung Han Khoe
909c8f62ae Compare form on Matrix default view screen is now generated from markup 2009-05-12 14:49:41 +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
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
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
Hao Ching
88d6a0d067 Oops, forgot to rfe #9998 in changelog. 2009-05-07 20:40:11 +00:00
JT Smith
2b6b8872dd URLs that shouldn't happen (#10353) 2009-05-07 16:26:32 +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
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
Colin Kuskie
722e49c281 Forward porting CS default post received templateId fix for the db. 2009-05-06 15:44:55 +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
Colin Kuskie
a819c93944 Fix wrong attribute for script tag in Dataform. 2009-05-05 16:46:30 +00:00
Paul Driver
2d6584545e added a changelog note about template attachments 2009-05-01 23:42:31 +00:00
Paul Driver
f4df3b1280 template attachments (scripts and stylesheets) 2009-05-01 23:03:36 +00:00
Graham Knop
bbbe385889 updating previousVersion for 7.7.6 dev 2009-05-01 18:07:10 +00:00
Hao Ching
254796dea3 RFE #9998, mark selected inbox messages as read/unread. 2009-05-01 17:21:02 +00:00
Doug Bell
6eb0937819 reverted usePacked. you can re-enable it carefully. 2009-05-01 03:36:24 +00:00
Graham Knop
9973e203ab preparing for 7.7.5 release 2009-04-30 23:18:02 +00:00
Graham Knop
501fbdba81 fix compile warnings 2009-04-30 20:55:06 +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
Doug Bell
622154189b mysql is wetodded 2009-04-30 20:05:40 +00:00
Doug Bell
ca82394ab2 mysql is wetodded 2009-04-30 20:00:33 +00:00
Doug Bell
4ed841195d added gotcha and testEnvironment modules 2009-04-30 18:17:24 +00:00
Graham Knop
1c7d8c5050 fix mismatches between upgrades and WebGUI.conf.original 2009-04-30 18:17:19 +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
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
JT Smith
e98fc02e9b rfe: Button to Turn Admin Off on Admin Accordian (#475) 2009-04-29 14:34:42 +00:00
Yung Han Khoe
279d016af3 fixed #10182: Matrix 2.0 - Comparison view broken in IE 6 & 7 2009-04-28 19:44:24 +00:00
Yung Han Khoe
1b2e327ce7 fixing an IE javascript error on Matrix compare screen 2009-04-28 18:49:20 +00:00
Yung Han Khoe
ea5187e01e fixed #10184: Matrix 2.0 - Version Tag Duplicate Type 2009-04-28 16:14:40 +00:00
Patrick Donelan
aa045b7abc Improved Survey template so that bottom of page/submit button can be
skinned when questions don't validate. Added js to scroll page to
highest invalid question (e.g. lowest y-coord)
2009-04-28 00:37:51 +00:00
Kaleb Murphy
c327353213 Fixed a bug in the YUI simple editor for survey editing which was leaking memory. Also improved the object edit templates. 2009-04-27 20:20:58 +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
Colin Kuskie
142518035d Fix bad Event URL template variables. 2009-04-27 18:39:14 +00:00
Colin Kuskie
15f1391a01 Add gotcha notice about profile field column types. 2009-04-27 18:08:03 +00:00
Colin Kuskie
5c364112d8 Forward porting date fix for gallery advanced search. 2009-04-26 23:29:52 +00:00
Colin Kuskie
2470aeb750 Forward porting SQL Report/Paginator errorNum fix. errorNum is undefined for
no errors.
2009-04-26 23:14:22 +00:00