Commit graph

2517 commits

Author SHA1 Message Date
Colin Kuskie
0d06c15275 Add a method to update userProfileData column types.
Fix a bug with making a profileField called userId.
Update POD
Added several profileField tests.
2009-07-22 17:59:58 +00:00
Colin Kuskie
b231bbd89d Add a JSON default to fieldPrice so ThingyRecord won't die decoding empty JSON strings 2009-07-22 16:41:26 +00:00
Paul Driver
a632380882 PayPalStd resurrected 2009-07-20 21:04:12 +00:00
Colin Kuskie
75c8ec1e59 Add description to StoryArchive template.
Fix bad image template variables in Story templates.
2009-07-20 15:56:04 +00:00
Colin Kuskie
f2bd5d8e48 The shelf now checks for viewing permissions of the products and shelves that it displays.
Template with i18n feedback for users.
2009-07-17 21:01:55 +00:00
Colin Kuskie
dfa64e5ac6 Fix Navigation templates that still use PBtmpl0+048 after 7.7.15 upgrade.
New package for people upgrading from below .15, new upgrade script for
users on .15.
2009-07-17 17:56:46 +00:00
Colin Kuskie
5af7333d79 Ready for 7.7.16 development. 2009-07-17 05:32:38 +00:00
Colin Kuskie
19a2a5a31d Import new templates, search, poll, flash, folder, layout, file, image, syndicated content, article, navigation, from the Template Working Group. 2009-07-16 20:22:19 +00:00
Colin Kuskie
2ffc1abd9d Make the StoryTopic story template the same as the StoryArchive template 2009-07-15 23:02:33 +00:00
Doug Bell
d66009afa5 added new thingyrecord template 2009-07-15 17:57:25 +00:00
Doug Bell
40fcbb5fa9 added thingyrecord per-field price to right upgrade 2009-07-15 05:00:23 +00:00
Doug Bell
47c6aaa994 added thingyrecord per-field pricing 2009-07-15 04:58:33 +00:00
Colin Kuskie
cd67bed213 Add a form to the admin console for CSRF protected actions. 2009-07-14 15:52:55 +00:00
Colin Kuskie
9e3ae7693c Finish pruning out early release code. 2009-07-13 23:50:47 +00:00
Colin Kuskie
a2c275ee3e Remove early commit of new template code. 2009-07-13 23:21:57 +00:00
Paul Driver
2adb08c79c Requested docs/scripts added for 11777 2009-07-13 22:12:03 +00:00
Colin Kuskie
0a3329d7be Reverting 11777 due to lack of docs, upgrade script, and adding new
code during feature freeze.
2009-07-13 20:40:09 +00:00
Colin Kuskie
bf2475afc7 Ready for 7.7.15 development. 2009-07-09 22:19:05 +00:00
Colin Kuskie
80b5c57155 Another upgraded upgrade script. 2009-07-09 16:48:24 +00:00
Colin Kuskie
3911846ce8 Better error handling for importing packages. 2009-07-09 16:37:51 +00:00
Colin Kuskie
26e366e17c Change the default ThingyRecord template to show a thank you message,
View Cart link, and continue shopping link.
2009-07-08 05:22:27 +00:00
Colin Kuskie
d6e242f8b2 Duplicate the old RSS asset fix right before the upgrade sub that causes problems,
to catch users who have upgraded past the original stopping point.
2009-07-07 19:30:01 +00:00
Colin Kuskie
8fabfdb04c Make sure that all old RSS assets are cleaned up during the switch to the RSS AssetAspect. 2009-07-07 02:00:17 +00:00
Colin Kuskie
53f657d58b Ready for 7.7.14 development 2009-07-02 22:08:05 +00:00
Colin Kuskie
79e6e7aed6 Remove session db based token storage. 2009-07-02 20:50:29 +00:00
Colin Kuskie
7901e1d398 Fix the Post handling Metadata possibleValues differently from other Assets. 2009-06-26 22:42:15 +00:00
Colin Kuskie
e5a0af1260 Adding conditional check for column addition. 2009-06-26 17:26:18 +00:00
Colin Kuskie
8383fd9935 Add tokenId column to userSession table. Doing the session code changes
and db changes at the same time creates a huge mess.
2009-06-26 16:58:19 +00:00
Patrick Donelan
ac1272a835 Moved survey template upgrades to the correct folder 2009-06-26 02:30:30 +00:00
Patrick Donelan
9ac8ca9137 Survey: stopped RTE from overlapping dialog buttons in Edit Survey page 2009-06-26 02:29:51 +00:00
Colin Kuskie
c237a0c8b7 Ready for 7.7.13 development 2009-06-25 23:50:28 +00:00
Colin Kuskie
d533b7de8b Add upgrade script to add new ConvertUTCToTZ macro to config files. 2009-06-25 00:07:15 +00:00
Patrick Donelan
b5186bfbab fixed #10565: Survey: add question doing double-create 2009-06-22 07:08:08 +00:00
Colin Kuskie
de4a3f2fb2 ready for 7.7.12 development 2009-06-20 13:42:43 +00:00
Patrick Donelan
cbc308c55a SurveyJSON size reduction/optimization
SurveyJSON was storing a lot of redundant information (every setting on
every single section/question/answer, which, in most cases, will simply
take on the default values). This was bloating the surveyJSON property in
the db, and equally as importantly, slowing down Survey because it had to
do a lot of JSON parsing on the serialised surveyJSON object.

We now factor out and store the current section/question/answer defaults
along with the surveyJSON data itself, which means that we only needs to
store properties that differ from the defaults. This results is a massive
reduction in the size of the serialized surveyJSON stored in the database,
as well as a speed-up in json parsing time.

The compression/uncompression happens transparently to the rest of Survey.
2009-06-19 08:07:18 +00:00
Patrick Donelan
afb94a6bbd Added template to go with previous ProgressBar commit 2009-06-19 02:09:41 +00:00
Colin Kuskie
a85924d07b Add group privilege checking to the Shipping Drivers 2009-06-18 23:24:33 +00:00
JT Smith
0a004d72a0 spew forth more data! 2009-06-18 22:36:42 +00:00
Colin Kuskie
8f4e824004 Adding template for progress bar. 2009-06-18 20:03:47 +00:00
Patrick Donelan
d820d43760 Fixed #10520 - Survey responses get confused if survey structure modified
Survey responses are now revision-aware.
The survey structure gets revisioned automatically as necessary when changes
are made on the Edit Survey screen (as necessary ~~ a response exists
for the current revision)
2009-06-16 06:25:38 +00:00
Colin Kuskie
4758e10a20 Fix invalid CSS in the thingy. 2009-06-15 23:04:02 +00:00
Colin Kuskie
d710fde1f2 Fix old calendars with bad icalIntervals. 2009-06-14 22:53:45 +00:00
Yung Han Khoe
b788f82b0b fixing Matrix stickied hide/show in IE 2009-06-12 16:44:56 +00:00
Colin Kuskie
1229ebb984 Preparing for 7.7.11 development. 2009-06-11 21:07:34 +00:00
Colin Kuskie
36c2a1458c Fix rendering issues with the CS Q&A template. 2009-06-11 00:47:21 +00:00
Hao Ching
d8b9a64f83 Fixed #10491: Side by Side template metadata extra headers CSS. 2009-06-09 12:33:49 +00:00
Colin Kuskie
fcad3a112d Fix a bug in the Story when handling images of different sizes. Add a
photoWidth property to the StoryArchive, and resize all newly uploaded pictures
to a Story.
2009-06-08 21:51:33 +00:00
Kaleb Murphy
e1f71f655d Moved surveyedit.css to a snippet. Pointed template url at the new snippet. 2009-06-08 19:16:56 +00:00
Colin Kuskie
4252b359dc Make account inbox template layout symmetrical on both top and bottom bars. 2009-06-07 03:15:30 +00:00
Colin Kuskie
4d8ff20a08 Ready for 7.7.10 development 2009-06-04 23:26:41 +00:00