Issue Details (XML | Word | Printable)

Key: MDL-16268
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Luis Rodrigues
Reporter: Martin Dougiamas
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-10107

Test operation of all existing message paths

Created: 29/Aug/08 05:27 PM   Updated: 13/Jan/09 03:49 PM
Return to search
Component/s: Messages
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Luis Rodrigues and Martin Dougiamas
Security Level: None
Resolved date: 13/Jan/09
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
All the existing functionality should be tested, for all 24 combinations and results reported here:

eg
      Notices about minor problems + Logged In -> Email
      Notices about minor problems + Logged In -> Jabber
      Notices about minor problems + Logged In -> Popup
      Notices about minor problems + Logged Out -> Email
      Notices about minor problems + Logged Out -> Jabber
      Notices about minor problems + Logged Out -> Popup

etc



 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Luis Rodrigues added a comment - 31/Aug/08 01:29 AM - edited
'Notices about minor problems' and 'Important errors with the site' are a problem to test since they aren't triggered in any place yet.

Just added support for the new message system to the user-user messaging. Email and popup working fine for this. JAbber is also working but to see it working it's still needed to configure

define("JABBER_SERVER","jabber80.com");
define("JABBER_USERNAME","");
define("JABBER_PASSWORD","");

and JABBER_USERNAME has to be on destuser roaster.


Luis Rodrigues added a comment - 31/Aug/08 07:25 AM - edited
Using more than one destination for delivering messages works fine (it's not very error resistant).

All of mod/forum codepath work fine.