Commit graph

2988 commits

Author SHA1 Message Date
Colin Kuskie
a717b62fa4 Remove 7.6 upgrade scripts and packages from 7.7 2009-08-13 07:21:20 +00:00
Colin Kuskie
6a8b771859 i18n several items in the Matrix, and Matrix listing. 2009-08-13 07:08:09 +00:00
Colin Kuskie
0c67c0d8ce Fix the search button in the view template. 2009-08-13 05:08:13 +00:00
Graham Knop
b54a3a0262 fixed #10279: Some columns still latin1 after upgrade to 7.5.40 2009-08-11 22:30:23 +00:00
Colin Kuskie
a2012171d2 Fix a bad default group setting in the SQL Report for download groups. 2009-08-11 21:16:14 +00:00
Steve Swanson
1d19fd15a8 More tweaks to the gallery css for old firefox 2009-08-11 20:30:05 +00:00
Steve Swanson
e4c192e1bb Had to remove some mozilla/firefox specific code that was breaking the gallery under firefox 2.x 2009-08-11 17:28:42 +00:00
Patrick Donelan
146373937d Fixed two new Survey bugs
* Survey response startDate stored twice
startDate was being stored both in a column in Survey_response and also inside the
serialised responseJSON. Consolidated to column and moved startDate methods to
Survey.pm where they are actually used. Was not causing errors because both copies
were initialised to "now" at response creation time, and then never changed (this is also
why we don't need any repair code to fix existing survey repsonses in the wild).

* Survey ExpireIncompleteSurveyResponses Workflow Activity not enabled
The only time you'd actually want to modify startDate is when you're trying to simulate
response expiry in test code, which is why I found the above bug when I was writing the
missing test suite for ExpireIncompleteSurveyResponses. Along with test suite, added
upgrade code to enable workflow activity and add it  to the Daily Maintenance Tasks
workflow. Also made minor fixes to the workflow activity, such as making sure it uses
the correct isComplete code.
2009-08-07 01:08:39 +00:00
Colin Kuskie
c23300d0e4 Forward porting Matrix compare/search button fix. This is a workaround
for a YUI bug, where it assumes that Opera will provide a string trim function.
2009-08-04 19:06:31 +00:00
Colin Kuskie
9afc07fd94 Unify account layout style.
Change CSS to only apply account css rules to account content, instead of global/body content.
2009-08-04 17:30:36 +00:00
Colin Kuskie
f60a4b9ecc Forward port gallery images folder style template fix, and also
fix the Map templates folder.
2009-08-04 16:26:05 +00:00
Patrick Donelan
10755c3b83 Fixed Survey reporting bugs
* Survey::responseJSON mutator was not doing the right thing when
  responseId argument was passed in
* www_viewGradeBook template fixes and documentation
2009-07-29 06:37:34 +00:00
Colin Kuskie
9d5521b820 Rework gallery thumbnails template to fix intermittent IE7 rendering issues. 2009-07-29 02:11:07 +00:00
Patrick Donelan
74d1be7799 fixed #10706: FriendManager Style/Layout template options 2009-07-28 05:00:09 +00:00
Colin Kuskie
5bd2fc5f5c Check for the existance of the table before making queries against it.
It might really have been deleted.
2009-07-28 00:43:03 +00:00
Colin Kuskie
78b53aecc7 Fix a rendering problem in the Product template where images overlap
the controls, or brochure, warranty, manual.  Also, i18n the word Controls
for admin mode being on.
2009-07-27 21:13:39 +00:00
Colin Kuskie
7432407888 Use gateway macro for survey.css link in default survery take template. 2009-07-26 16:52:38 +00:00
Colin Kuskie
96b26fb099 i18n the Default My Sales template. 2009-07-25 23:01:24 +00:00
Colin Kuskie
8011397cfc Fix root paths in Account templates. 2009-07-25 19:12:17 +00:00
Colin Kuskie
73157856e4 Make number in day box in month view 13 pixels wide, so numbers
aren't crowded.
2009-07-25 05:13:55 +00:00
Colin Kuskie
46db295296 Ready for 7.7.17 development. 2009-07-24 05:02:09 +00:00
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