Commit graph

4731 commits

Author SHA1 Message Date
Patrick Donelan
e765360ca9 Added changes to changelog for 7.7.3 2009-04-10 00:47:17 +00:00
Colin Kuskie
06fc2bef10 Fix hardcoded extras in the Carousel template. 2009-04-09 15:17:01 +00:00
Patrick Donelan
571ca5db06 Fixed small bug in Survey validation where invalid branch expressions
wouldn't be shown
Improved and i18n'ed Survey validation warning container
2009-04-09 07:57:37 +00:00
Patrick Donelan
d19963fd8e Fixed up Passive Analytics config install (wasn't added to
WebGUI.conf.original in version 7.7.70)
2009-04-09 06:16:35 +00:00
Patrick Donelan
aa7a20b4f2 Made Survey use question default score if answer score undefined,
updated hoverHelp
2009-04-09 05:38:49 +00:00
Patrick Donelan
f1f40bc129 Updated Survey help (recordedAnswer, Answer Score, etc..)
Fixed behaviour of Survey Question textInButton
2009-04-09 05:38:22 +00:00
Kaleb Murphy
c1c9521d6e Removed duplicate css from template. 2009-04-09 03:28:37 +00:00
Patrick Donelan
c22a1457cb Added changes to survey.css for Kaleb 2009-04-09 03:07:13 +00:00
Kaleb Murphy
af00b7a881 Survey summaries now use YUI datatables and charts for extra bling. 2009-04-08 20:03:41 +00:00
Yung Han Khoe
aefb658fd5 Added 'too few/many' messages to matrix compare box, rfe# 9965 2009-04-08 19:52:35 +00:00
Yung Han Khoe
87abb79331 fixed #10110: Matrix 2.0 - "Data Error" on Pending Product Listing Updates 2009-04-08 19:35:14 +00:00
Yung Han Khoe
992f35710d Added Carousel to upgrade script, some code cleanup and template changes 2009-04-08 18:08:50 +00:00
Patrick Donelan
a7cb9b031d Made Survey ExpressionEngine disabled by default, controlled via config
file enableSurveyExpressionEngine flag
Added branching based on question score and section score total
Added more tests
2009-04-08 08:12:44 +00:00
Colin Kuskie
b8ba4e2118 Add a method to Account called getUsers, which returns
either the user specified by the uid form param, or the
session user.
Change appendCommonVars to use it.
Remove spotty overrides in plugins.
2009-04-07 21:22:56 +00:00
Graham Knop
2f4d9079f0 unset package flag recursively during upgrades 2009-04-06 19:38:37 +00:00
Patrick Donelan
8a5ce8f358 Updated Carousel javascript so that it works with multiple instances on
the same page
2009-04-06 07:51:14 +00:00
Kaleb Murphy
a6a70a46e0 Summaries added to the survey 2009-04-05 19:33:46 +00:00
Yung Han Khoe
5e10530e31 Carousel bugfix, templates and i18n 2009-04-05 15:48:16 +00:00
Colin Kuskie
78c76f543c Fix double variables showing up in thread and post help. 2009-04-03 21:08:56 +00:00
Kaleb Murphy
577f1aad32 Adding Survey columns 2009-04-03 17:20:38 +00:00
Graham Knop
7080b60aa3 preparing for 7.7.3 dev 2009-04-03 01:42:20 +00:00
Graham Knop
5946ca4a3f fix upgrade for if RSSFromParent is missing 2009-04-03 01:21:44 +00:00
Graham Knop
bfd84ee382 preparing for 7.7.2 release 2009-04-03 01:10:50 +00:00
Graham Knop
a829304bae improving RSSCapable upgrade procedure, adding feed header selection 2009-04-03 00:07:19 +00:00
Colin Kuskie
60a3906b05 Add a creation date to the Cart.
Use that date to expire carts older than an interval, via a new workflow.
Config file changes, tests, i18n.
2009-04-02 21:58:45 +00:00
Matthew Wilson
c489deda37 <sigh/> fixing my flub. nothing to see here. 2009-04-02 19:40:36 +00:00
Matthew Wilson
03527365bd catch one more upgrade/porting case 2009-04-02 19:26:40 +00:00
Matthew Wilson
ff22d81b92 During 7.7.2 upgrade, adding routines to unlink unused .pm and correctly port over rss item limit. 2009-04-02 19:21:24 +00:00
Colin Kuskie
0a4d6b4099 Document the newer version of Clone required for 7.7.2 in the gotchas.txt file. 2009-04-02 05:04:46 +00:00
Colin Kuskie
629abc4517 Fix a gateway URL issue with the Vendor Payout js. 2009-04-01 16:33:13 +00:00
David Delikat
1e445f82c4 fixed AdSku
added 'thanks' text after ad to cart
cleaned up i18n text
moved shop fields to shop tab
added AdSku Asset to WebGUI original config file
2009-04-01 02:54:55 +00:00
Graham Knop
18212d7a66 fixed #10056: YUI javascripts included while adminOff (BNC) 2009-03-31 22:01:39 +00:00
Colin Kuskie
d6d5009402 Update default Shelf template to use the addCartToForm template variables. 2009-03-31 16:02:47 +00:00
Kaleb Murphy
272283e75d Adding template and js to show warnings. 2009-03-31 04:39:48 +00:00
Kaleb Murphy
e73a7645a7 Survey now shows warnings if bad goto, bad gotoExpressions, no question text, survey looping,
or no question answers are found.
2009-03-31 04:08:44 +00:00
Matthew Wilson
cf63a4e4f3 (Matthew Wilson) add AssetAspect/RssFeed. See exportAssetCollateral for a good time. 2009-03-30 21:38:12 +00:00
JT Smith
8d61c288e7 fixed a bug that required you to hit "update cart" before the checkout
button would appear
2009-03-30 18:42:40 +00:00
Yung Han Khoe
814231b966 fixed #9951: Matrix 2.0: Median not calculated correctly 2009-03-30 17:13:55 +00:00
Yung Han Khoe
9cdd099d5e fixed #9933: Matrix 2.0 - Unable to view/edit product maintainer account 2009-03-28 20:04:20 +00:00
Colin Kuskie
01b8ccf412 Add getAddToCartForm to skus, update Shelf code, help, i18n and template. 2009-03-28 17:25:43 +00:00
Yung Han Khoe
2f1837c608 fixed #9865: Matrix: Later added attributes are not detected in older listings 2009-03-28 15:51:45 +00:00
Yung Han Khoe
15b29252ed Fixed Matrix alpha numeric sort direction, changed default sort to alpa numeric 2009-03-28 15:26:09 +00:00
Graham Knop
13bec1ac46 preparing for 7.7.2 dev 2009-03-27 02:33:27 +00:00
Graham Knop
881c688a25 preparing for 7.7.1 release 2009-03-27 02:03:23 +00:00
Graham Knop
8e9cb0ee1c fix Survey question types grammar 2009-03-26 23:33:08 +00:00
Graham Knop
0e9bc87bb1 clear some old unused settings 2009-03-26 23:23:25 +00:00
Graham Knop
89a937bde3 move some templates into correct folders 2009-03-26 22:34:37 +00:00
Graham Knop
e1d659553e Fix Ad Sku templates: Asset ID, Namespace, I18n 2009-03-26 22:29:13 +00:00
Graham Knop
c1d04f220a more bug/test fixes 2009-03-26 22:12:21 +00:00
Brian Medley
1901c650e5 Fix typo 2009-03-26 21:50:45 +00:00