Colin Kuskie
263b581a58
Handle the case of not being able to instanciate messages when deleting a whole list of them.
2012-07-26 16:00:28 -07:00
Colin Kuskie
ca2c06381a
Fix gateway issues in several modules, including auth for password recovery. Fixes bug #12375
2012-07-19 09:39:12 -07:00
Colin Kuskie
428ea58327
Add better support for user profile fields for addresses to the Cart and the EMS.
2011-08-11 16:27:29 -07:00
Doug Bell
5f89a281e9
fix #11965 : FriendMgr pagination and getUsersNotIn
2010-11-16 13:26:38 -06:00
Colin Kuskie
2adc7a24e2
Move "back to profile" link from Account Profile Layout template into the View template. Added the can_edit_profile template variable to common template variables for the Profile plugin.
2010-09-28 09:32:33 -07:00
Colin Kuskie
1f2fbeb823
Remove debug code.
2010-09-02 13:25:48 -07:00
Colin Kuskie
f7e0c9f940
Archived content should be shown in the Account/Contributions screen. Fixes bug #11643 .
2010-06-15 14:11:26 -07:00
Colin Kuskie
ef419c8b7b
There's no need to special case Posts in Account/Contributions. The view method referes you to the Thread, and if a user has multiple posts in a thread, it links to the Thread multiple times. Also, this fixes bug #11622 .
2010-06-15 11:08:50 -07:00
Colin Kuskie
7afb41fdf9
Allow whitespace formatting in user invitations. Preserve text messages with newlines. Fixes bug #11538
2010-05-17 16:13:01 -07:00
khenn
b0c7c1162d
Added sendNotification flag to WebGUI::Friends::rejectAddRequest. Added setting which supresses friend rejection notices from the inbox.
2010-05-13 17:15:41 -05:00
Colin Kuskie
abf4aec1a2
Change user invitation emails to come from the sending site, instead of the user, since that can cause SPF problems. Fixes bug #11435 .
2010-02-24 10:14:13 -08:00
Colin Kuskie
f761188bb0
Queue invitations to be sent instead of sending them directly to avoid dropped emails due to SMTP problems. Fixes bug #11436 .
2010-02-24 09:49:19 -08:00
Colin Kuskie
aafbf01b8e
Change invitations to use HTML instead of text. Fixes bug #11434 .
2010-02-24 09:43:58 -08:00
Colin Kuskie
1e7f443126
Fix problems with the Sales tab in the Shop Account plugin.
...
Only display the Sales tab to vendors, and prevent www_viewSales from erroring out if the
user is not a vendor. New template, template variable, i18n.
2010-01-18 08:51:17 -08:00
Colin Kuskie
cb74591afa
Fix typo in POD sub name.
2009-11-29 16:18:24 -08:00
Colin Kuskie
4b1867587e
Fix pagination when viewing another user's friends. bug #11076
2009-09-30 18:37:56 -07:00
Colin Kuskie
5ee64a57d3
Allow profile fields to be emptied. Fixes bug #10913 .
2009-09-14 20:42:38 -07:00
Patrick Donelan
f3c3bfb4dc
Fixed GUID string comparisons (eq instead of ==)
2009-08-23 07:44:41 +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
3cc02af6bb
fix bug #10783 copy sender in the Inbox.
2009-08-16 06:33:26 +00:00
Colin Kuskie
b28a14b7fd
Fix broken, inconsistent friend wholeName. Bug 10782.
2009-08-16 06:20:31 +00:00
Eric Kennedy
6adfc6ccee
Fixed #10743 : Inbox Rich Editor selection not saved (Eric Kennedy)
2009-08-10 15:57:56 +00:00
Colin Kuskie
92afb44b4e
Merge dead code removal for Account/Profile.pm
2009-08-04 17:12:07 +00:00
Patrick Donelan
74d1be7799
fixed #10706 : FriendManager Style/Layout template options
2009-07-28 05:00:09 +00:00
Colin Kuskie
9af746c7af
Remove i18n echo calls in Account/Shop My Sales template.
2009-07-20 20:22:44 +00:00
Martin Kamerbeek
68a69a9700
Fixed a bug in my purchases where tarnsaction amounts were shown that did not take into account the in store credit
...
used in the transaction.
2009-07-15 14:15:06 +00:00
Colin Kuskie
576b914293
More POD fixes.
2009-07-04 17:21:05 +00:00
Colin Kuskie
3dfb23cf55
Forward porting Account/Inbox i18n fixes.
2009-06-11 19:08:24 +00:00
Colin Kuskie
d6edd7f3a3
Fix the error message shown when you try to send a message from the Inbox, but none
...
of your friends allow private messaging.
2009-06-08 20:59:31 +00:00
Paul Driver
af237cb125
fixed #10266 : Public Profile overrides Able to be friend
2009-06-03 19:28:42 +00:00
Colin Kuskie
29759ede9c
Fix multiple email handling in the Inbox.
...
Put an email regex into WebGUI::Utility, and use it in Form/Email and Account/Inbox.
2009-06-03 17:11:36 +00:00
Colin Kuskie
c8781f8b55
Fix a bad call to insufficient in the Shop.
2009-05-28 16:15:02 +00:00
Martin Kamerbeek
f1ea8acdaf
Fixed bug where unsuccessful transations were included in the payout totals and My Sales summary.
2009-05-14 13:53:47 +00:00
Martin Kamerbeek
323dc1ff0c
Adding missing tmpl_vars.
2009-05-14 09:00:52 +00:00
Colin Kuskie
86fd07e3a5
Add files missed during the initial checkin of managed friends network.
2009-05-14 04:07:19 +00:00
Colin Kuskie
535621e8b6
Add managed Friends network, allowing a designated group to add and remove
...
friends from each other groups.
2009-05-14 02:25:36 +00:00
Colin Kuskie
9827c4a520
Add templated inbox notifications.
2009-05-13 18:16:49 +00:00
Colin Kuskie
0983f6468d
Add an Inbox setting to send the user a copy of messages that they send.
2009-05-13 17:50:46 +00:00
Colin Kuskie
385d35c13b
RFE for making an user's inbox filterable by the person who sent it.
...
Includes template changes, i18n, help and tests.
2009-05-13 17:20:40 +00:00
Martin Kamerbeek
31c4bf83d7
Refactored genereation of tranasaction related tmpl_vars into WG::Shop::Transaction->getTransactionVars.
2009-05-13 12:52:19 +00:00
Martin Kamerbeek
9d90b92629
Tax details are now stored with the transaction items they belong to.
2009-05-08 10:03:25 +00:00
Hao Ching
254796dea3
RFE #9998 , mark selected inbox messages as read/unread.
2009-05-01 17:21:02 +00:00
Colin Kuskie
486d873d7b
Reverting patch for Account/Friends.
2009-04-27 20:18:38 +00:00
Doug Bell
6d20e7f5df
added: ThingyRecord allows you to sell records in a Thing (like a classified ad)
2009-04-19 02:09:34 +00:00
Colin Kuskie
9f1da1f4c5
Save 1 object access per friend by using the friendId we already know.
2009-04-17 19:04:21 +00:00
Martin Kamerbeek
2e4ce42b76
Adding pluggable tax system.
2009-04-17 13:32:18 +00:00
JT Smith
3d5c7e23d7
fixed: Can't invite friends ( #10112 )
2009-04-14 15:22:35 +00:00
Colin Kuskie
ad025a26a1
Move view all users filter into edit friends.
2009-04-10 10:18:35 -07:00
Colin Kuskie
8f5e9aac1f
Change display of groups on manage friends screen
...
If 1 group, display it. If more than 1, display all groups
but this one.
2009-04-10 10:04:43 -07:00
Colin Kuskie
a5c7e2b39b
Fix JS errors, add ableToBeFriend profile override.
2009-04-09 17:22:07 -07:00