| Anonymous | Login | Signup for a new account | 2010-09-10 07:54 PDT |
| Main | My View | View Issues | Change Log | Roadmap |
| 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 | |||||||||||||
|
|
|||||||||||||
Notes |
|
|
vcs (reporter) 2008-12-08 14:25 |
issue#174 Support emails are now operative. Repository: /var/svn/trellis-dev, Revision: 8516, Committer: carlos |
|
vcs (reporter) 2008-12-08 14:28 |
issue#174 Support emails are now operative. Repository: /var/svn/trellis-dev, Revision: 8517, Committer: carlos |
|
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 |
|
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 |
|
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. |
|
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; |
|
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 |
|
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. |
|
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 |
| Main | My View | View Issues | Change Log | Roadmap |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |