Moodle

Test operation of all existing message paths

Details

  • Type: Sub-task Sub-task
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 2.0
  • Fix Version/s: 2.0
  • Component/s: Messages
  • Labels:
    None
  • Affected Branches:
    MOODLE_20_STABLE
  • Fixed Branches:
    MOODLE_20_STABLE

Description

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

Activity

Hide
Luis Rodrigues added a comment - - 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.

Show
Luis Rodrigues added a comment - - 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.
Hide
Luis Rodrigues added a comment - - edited

Using more than one destination for delivering messages works fine (it's not very error resistant).

All of mod/forum codepath work fine.

Show
Luis Rodrigues added a comment - - edited Using more than one destination for delivering messages works fine (it's not very error resistant). All of mod/forum codepath work fine.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: