Colin Kuskie
7336d2d630
SMS coding complete, beginning testing.
...
Added getInboxAddresses method to User.pm, with tests.
All SMS/Email address choices are made in Mail/Send, on create
and on send, since that's when it handles groups.
Test variable addresses on creating mails.
Updated t/smtpd.pl to handle receiving and sending multiple messages.
2009-03-17 14:35:13 -07:00
Colin Kuskie
684d67fd37
Only make 1 i18n object.
2009-02-26 15:25:43 -08:00
JT Smith
36eead4e9c
fixed documentation
2009-02-06 04:50:46 +00:00
Stephen Opal
fb3c85fdd2
When using only a groupId in create, the code assumed that the call also intended to use a userId, which it acquired from $session->user->userId.
...
This caused group type administrative notices to also go to the initial user.
2009-01-29 17:36:36 +00:00
Doug Bell
dd6c492016
fixed copyright
2009-01-29 17:29:58 +00:00
Frank Dillon
ab443b2572
Updated the POD for some of the new and changes methods to make their use more clear.
2008-12-01 19:43:54 +00:00
Frank Dillon
4ff722bd5d
Pluggable Account system added to WebGUI with new Profile, Inbox, Friends, User, and Shop interfaces.
2008-11-15 11:39:23 +00:00
Frank Dillon
11d18075fa
Account release candidate - final changes before merge
2008-11-15 02:39:23 +00:00
Frank Dillon
615e0e3746
lots of changes
2008-11-12 23:03:42 +00:00
Frank Dillon
fec49433c3
Fixed #8818 : Visitor sends a welcome message
2008-10-28 21:41:56 +00:00
Colin Kuskie
3119574e01
fix typo in sql for userId lookup, 8818
2008-10-13 16:26:51 +00:00
Graham Knop
7aa9c59af8
clean up sent messages some
2008-09-18 19:51:14 +00:00
Colin Kuskie
90b76d21a4
fix POD spacing
2008-09-10 15:33:01 +00:00
Kaleb Murphy
7cd3266462
Inbox messages now tell you who the message was from
2008-09-09 16:02:54 +00:00
Patrick Donelan
1dec37292a
Patch to allow overriding of email message & subject for inbox messages (see http://www.plainblack.com/webgui/dev/discuss/overriding-inbox-emails/3 )
2008-09-06 05:01:37 +00:00
Colin Kuskie
4f5e3a6a43
Fix a bug in the delete method, execute is passed an array ref.
...
Update POD about constructors/instanciators.
2008-09-02 02:53:45 +00:00
JT Smith
93b5ca16e4
updating copyright year
2008-02-07 23:28:18 +00:00
JT Smith
fa09c41598
replaced return; with return undef;
2008-01-24 21:58:15 +00:00
Doug Bell
587443b801
add: Friends network
2007-10-22 19:42:11 +00:00
JT Smith
a7dde82421
updated copyright
2007-07-01 16:09:42 +00:00
Frank Dillon
82e020dc4f
Changes to WebGUI for Private Messaging
2007-06-14 20:10:33 +00:00
Wouter van Oijen
2d9565775f
POD fixes and removing debug output
2006-07-11 09:05:22 +00:00
Wouter van Oijen
684f08649d
Fixing stuff
2006-05-21 14:49:40 +00:00
JT Smith
6c6d36c981
readding mail footer to email messages
...
removed some old settings that don't apply any longer
2006-04-09 16:12:32 +00:00
JT Smith
fbaadce274
more bug fixes
2006-03-22 04:38:19 +00:00
JT Smith
8e1f06676a
bug fixes
2006-03-22 03:09:04 +00:00
JT Smith
b6ad963119
replaced MessageLog with Inbox
2006-03-21 22:44:31 +00:00
JT Smith
4b97b4b431
fixed some syntax errors
2006-02-17 15:07:17 +00:00
JT Smith
7afecafb6c
the start of the inbox system for workflow, the rest will have to wait until we get some activities going
2006-02-01 00:19:32 +00:00