Trellis Learning Management System


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000174 [Trellis] Modules minor always 2008-11-24 13:06 2008-12-08 17:41
Reporter carlos View Status public  
Assigned To carlos
Priority normal Resolution fixed  
Status resolution committed   Product Version 0.5.2
Summary 0000174: Support emails not operative
Description When a user tries to send an email to the support team, that email is never sent. The reason why that is happening is that on trunk/core/base/modules/support.php there is no code that makes it operative. It needs to be implemented.
Additional Information
Tags No tags attached.
Error Code
URI
Attached Files

- Relationships

-  Notes
User avatar (0000620)
vcs (reporter)
2008-12-08 14:25

issue#174 Support emails are now operative.


Repository: /var/svn/trellis-dev, Revision: 8516, Committer: carlos
User avatar (0000621)
vcs (reporter)
2008-12-08 14:28

issue#174 Support emails are now operative.


Repository: /var/svn/trellis-dev, Revision: 8517, Committer: carlos
User avatar (0000622)
vcs (reporter)
2008-12-08 14:47

issue#174 Support emails are now operative. I added the function send_email_support on the file TrelllisLMS.php which sends the support center the message written by a user, the information about that user and some other additional information like the user agent and the client name.


Repository: /var/svn/trellis-dev, Revision: 8518, Committer: carlos
User avatar (0000623)
vcs (reporter)
2008-12-08 15:26

issue#174 changed constant CLIENT_EMAIL_TO to TRELLIS_CLIENT_EMAIL_TO in send_support_email method


Repository: /var/svn/trellis-dev, Revision: 8519, Committer: james
User avatar (0000628)
carlos (developer)
2008-12-08 16:46
edited on: 2008-12-08 16:47

Reminder sent to: james

Just to let the maintainer now. The changes have been made and tested and it is already ready for review. A new function was added on TrellisLMS class, called send_support_email and support.php was also modified to call that new function.

User avatar (0000632)
james (administrator)
2008-12-08 17:00

Two spacing issues in TrellisLMS.php, please fix the spacing on the following lines:

Reference Page: http://' [^] . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] . '
to
Reference Page: http://' [^] . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] . '

and

Client: '.TRELLIS_CLIENT_NAME;
to
Client: ' . TRELLIS_CLIENT_NAME;
User avatar (0000634)
vcs (reporter)
2008-12-08 17:21

issue#174 The two spacing issues in TrellisLMS.php where corrected.


Repository: /var/svn/trellis-dev, Revision: 8524, Committer: carlos
User avatar (0000635)
carlos (developer)
2008-12-08 17:23

Reminder sent to: james

The updates have been performed. Please, review whenever you can. Thank you very much.
User avatar (0000641)
vcs (reporter)
2008-12-08 17:40

issue#174 added send_support_email method to TrellisLMS. updated base support module to use send_support_email method


Repository: /var/svn/trellis, Revision: 91, Committer: james

- Issue History
Date Modified Username Field Change
2008-11-24 13:06 carlos New Issue
2008-12-08 11:09 james Status new => confirmed
2008-12-08 11:09 james Status confirmed => assigned
2008-12-08 11:09 james Assigned To => carlos
2008-12-08 14:25 vcs Checkin
2008-12-08 14:25 vcs Note Added: 0000620
2008-12-08 14:28 vcs Checkin
2008-12-08 14:28 vcs Note Added: 0000621
2008-12-08 14:47 vcs Checkin
2008-12-08 14:47 vcs Note Added: 0000622
2008-12-08 15:26 vcs Checkin
2008-12-08 15:26 vcs Note Added: 0000623
2008-12-08 16:46 carlos Issue Monitored: james
2008-12-08 16:46 carlos Note Added: 0000628
2008-12-08 16:47 carlos Note Edited: 0000628
2008-12-08 17:00 james Note Added: 0000632
2008-12-08 17:21 vcs Checkin
2008-12-08 17:21 vcs Note Added: 0000634
2008-12-08 17:23 carlos Note Added: 0000635
2008-12-08 17:40 vcs Checkin
2008-12-08 17:40 vcs Note Added: 0000641
2008-12-08 17:40 james Status assigned => resolution committed
2008-12-08 17:40 james Fixed in Version => 0.5.2
2008-12-08 17:40 james Resolution open => fixed
2008-12-08 17:41 james Fixed in Version 0.5.2 => 0.5.3



Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker