Commit graph

4766 commits

Author SHA1 Message Date
Martin Kamerbeek
2e4ce42b76 Adding pluggable tax system. 2009-04-17 13:32:18 +00:00
Patrick Donelan
eec6ac3e47 Refactored Edit Survey page to improve UI, fixed some minor bugs,
cleaned up template and css, reduced memory usage
2009-04-17 09:39:52 +00:00
Colin Kuskie
caa511bee5 Allow the Account system to return data (JSON/XML/other) without style and layout templates. 2009-04-17 00:10:44 +00:00
Colin Kuskie
9fdac9ef8f Implementing rfe 10002, add link to User Manager to view a User's account. 2009-04-16 23:58:54 +00:00
Colin Kuskie
754b9c7c31 Reverting change to Inbox default SORT BY. 2009-04-16 23:17:55 +00:00
Yung Han Khoe
1c9d5de39c fixed #10190: Matrix 2.0 - Strange characters in "Show Ratings" box 2009-04-16 19:24:29 +00:00
JT Smith
1b32ab4846 rfe: Extend DateTime for Week-Nrs (#9151) 2009-04-16 17:06:50 +00:00
Colin Kuskie
c08b0755dd Mirror fix for dragging to all other Page Layout templates. Add note to gotchas about
custom page layout templates, along with instructions for how to modify to make them
work.
2009-04-16 05:18:45 +00:00
Colin Kuskie
6258df5bab Fix spelling errors in changelog entry. 2009-04-16 04:29:01 +00:00
Kaleb Murphy
2f5fc2f4e1 Survey editor now keeps survye objedts in a scrollable panel to keep buttons always in view. 2009-04-15 19:10:41 +00:00
Colin Kuskie
5bf3614d10 Bug attribution. 2009-04-14 23:29:36 +00:00
Colin Kuskie
15d3738134 Remove a strange clause from Inbox ORDER BY. 2009-04-14 23:29:09 +00:00
Graham Knop
0f311d9224 fixed: 7.6 upgrade left some default content marked as packages 2009-04-14 20:51:49 +00:00
Graham Knop
383fa9a5e5 fixed #9816: Syndicated content asset fails on feeds including a UTF8 BOM 2009-04-14 20:51:44 +00:00
JT Smith
7376100540 Apply button applies but reloads old content in editor (#9827) 2009-04-14 20:05:53 +00:00
Colin Kuskie
26ef39e66b Make processTransaction really handle not getting an object, by checking
to see if it's an object before calling methods on it.
2009-04-14 20:00:26 +00:00
Colin Kuskie
ba156edb5a Refix synopsis output as metadata. 2009-04-14 19:33:16 +00:00
JT Smith
99cb11e115 updated the change log with:
- fixed: Spam in the wiki  (#10050)
 - fixed: maintenance tasks in parallel  (#9921)
 - fixed: Schedular Fields Too Short  (#9889)
 - fixed: Can't invite friends  (#10112)
 - Added missing POD docs for WebGUI::Account
2009-04-14 18:45:10 +00:00
JT Smith
6d75e0aa89 maintenance tasks in parallel (#9921) 2009-04-14 18:41:15 +00:00
JT Smith
e205496634 Schedular Fields Too Short (#9889) 2009-04-14 18:08:10 +00:00
Colin Kuskie
d2012694dc Fix the alphabetFieldSearch in the UserList, #10163 2009-04-14 16:14:55 +00:00
Kaleb Murphy
6f4f5d9414 Made sure Survey default question types upgrades with "Yes" being 1 and "No" being 0. 2009-04-14 15:28:59 +00:00
Yung Han Khoe
d5893a5a6a fixed product/manufacturer links on pending matrix lisstings 2009-04-13 15:43:51 +00:00
David Delikat
599d0ec770 fixed bug 9989: thing pagination no longer includes datasave params 2009-04-13 00:48:10 +00:00
Yung Han Khoe
a2540ddbfd added alphanumeric sort button to Matrix defaul view 2009-04-12 21:06:12 +00:00
David Delikat
4c7e1b4cfd Form::Date::toHtml was coded to set value tgo the default this caused
the default value to be displayed in some cases.
2009-04-11 23:11:38 +00:00
Yung Han Khoe
9e417edaf0 small change to Carousel hidden textarea template 2009-04-11 18:48:21 +00:00
Yung Han Khoe
bb330fd30c fixed #10141: Matrix 2.0 - Search does not check matching products 2009-04-11 17:31:33 +00:00
David Delikat
46e73ed59f fixed dragDrop to use a handle rather than the whole
object for dragdrop start events.
2009-04-11 15:16:09 +00:00
Yung Han Khoe
4086723a70 fixed #10142: Matrix 2.0 - Search screen compare button not functional 2009-04-10 20:04:18 +00:00
Kaleb Murphy
8cd5588f10 Survey [[question variable]] now returns the shown answer text for multiple choice questions, and the recorded value for non-multiple choice questions. 2009-04-10 17:46:17 +00:00
Kaleb Murphy
99a1418714 Default Survey Question settings now save 100% of the answer configuration data. This will not affect previous Surveys, but allow new defaults to be more complex if desired. 2009-04-10 16:06:20 +00:00
Graham Knop
7ea43faa3a preparing for 7.7.4 dev 2009-04-10 12:39:24 +00:00
Graham Knop
cc0d5943fd preparing for 7.7.3 release 2009-04-10 11:51:00 +00:00
Graham Knop
17cd847378 adjusting tests for new behavior 2009-04-10 00:51:49 +00:00
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