Commit graph

2558 commits

Author SHA1 Message Date
Colin Kuskie
223a5125bf Use setting API to determine if the setting exists in the db. 2009-08-23 19:09:37 +00:00
Colin Kuskie
1ed91d7f20 Fix Matrix i18n in compare matrix template. Fixes #10814 2009-08-23 19:07:15 +00:00
Patrick Donelan
b89cb988e8 Fixed: inboxSmsNotificationTemplateId setting missing from upgrade script 2009-08-23 08:53:44 +00:00
Colin Kuskie
91b37aae36 Ready for 7.7.19 development. 2009-08-21 05:13:35 +00:00
Colin Kuskie
5ef030d1f8 Give the Carousel a minimum width, and expose it as a template variable to help
YUI Carousel with rendering.  Adjust default template, Help, i18n.
Fixes bug #10511.
2009-08-20 23:12:59 +00:00
Colin Kuskie
bd0d7c080c Update existing EMS'es with a default schedule template. Fix for #10804 2009-08-20 20:53:12 +00:00
Doug Bell
a0d3eeaac8 fixed 10640, 10639, 10625: Map point save HTML/JS 2009-08-20 18:51:39 +00:00
Colin Kuskie
d6b402676a Fix typos in SQL related to RSSCapable. 2009-08-19 23:44:46 +00:00
Doug Bell
cf63977998 fixed #10793: Map Add Point photo field 2009-08-19 23:13:44 +00:00
Doug Bell
739541a06a fixed #10624: map template problem with floats 2009-08-19 22:36:55 +00:00
Colin Kuskie
defbec3171 Document inbox_messageStates clean-up, and write an upgrade script to delete
states from users who have already been deleted.
2009-08-19 15:12:34 +00:00
Colin Kuskie
0762ce1730 Entangle the required and editable properties of Profile fields.
Add tests.  Update i18n for required property hover help.
Upgrade script to set editable=1 on all required fields.
fixes #10781
2009-08-17 19:28:04 +00:00
Colin Kuskie
f942489787 Clean-up Matrix search template JS.
Add link back to main matrix screen.
Make initial search results match search form defaults.
fixes #10766, 10786
2009-08-17 18:35:53 +00:00
Patrick Donelan
388a0b1267 Fixed a whole lot of brokenness in Inbox SMS/Email notifications
WebGUI::Inbox::Message::create now passes isInbox flag to WebGUI::Mail::Send::create
so that per-user notification settings get used

SMS Gateway setting field is now 'text' instead of 'email' so that user can enter a
properly formed value (such as 'myemailgateway.com', which is not an email address).

Added SMS notification template as distinct from email notification template because
SMSs should not be HTML and in general you will want to make your SMS notification
message a lot shorter than your html email notification message (160 char limits in
many countries). As a result, SMSs are now sent as separate emails to gateway rather
than being CCd on email notification.

Added smsGatewaySubject setting because many SMS Gateways use email subject for
authentication. For consistency, also added Email notification email subject.

Fixed handling of different combinations of site-wide sendInboxNotificationsOnly with
per-user receiveInboxEmailNotifications and receiveInboxSmsEmailNotifications.
 * sendInboxNotificationsOnly && receiveInboxEmailNotifications = email notification
 * sendInboxNotificationsOnly && !receiveInboxEmailNotifications = no email
 * !sendInboxNotificationsOnly = ignore receiveInboxEmailNotifications
 * In all cases, SMS is optional and only dependent on receiveInboxSmsEmailNotifications

Updated tests and i18n
2009-08-16 09:42:35 +00:00
Colin Kuskie
046f1a7303 Ready for 7.7.18 development. 2009-08-14 04:44:03 +00:00
Colin Kuskie
14ab55284f Change the layout of the story templates. Added break tags to force the
lines to break.
2009-08-13 22:22:31 +00:00
Colin Kuskie
e7d3e15e0e Story Edit template i18n 2009-08-13 21:34:19 +00:00
Colin Kuskie
e886474284 Draw a fieldset around each Photo and its metadata.
Change the delete label so that it is clear that you are deleting the image and the metadata.
Redo the image upload form so that it is clear that uploading a new image to a photo with
an existing image replaces the existing with the new one.
2009-08-13 21:30:49 +00:00
Colin Kuskie
a682e45583 Another batch of 7.6 pruning from 7.7. Leaving primary shunt path, 7.6.14-7.7.0 2009-08-13 07:25:12 +00:00
Colin Kuskie
db01d7aa08 Prune more 7.6 packages 2009-08-13 07:22:18 +00:00
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