History | Log In     View a printable version of the current page.  
We are currently focused especially on Moodle 2.0, Moodle 1.9.x bugs and Moodle 1.9.x testing.    Confused? Lost? Please read this introduction to the Tracker.
Issue Details (XML | Word | Printable)

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

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: 31/Aug/08 07:06 PM
Component/s: Messages
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Luis Rodrigues and Martin Dougiamas
Security Level: None


 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 - 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 - 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.