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 committed 8 files to 'Moodle CVS' - 31/Aug/08 01:53 AM
MDL-16268 User-User send messages now use new messaging system.
MODIFY message/edit.php   Rev. 1.6    (+3 -3 lines)
MODIFY lang/en_utf8/message.php   Rev. 1.13    (+2 -2 lines)
MODIFY admin/index.php   Rev. 1.338    (+3 -1 lines)
MODIFY message/discussion.php   Rev. 1.25    (+44 -7 lines)
DEL message/output/popup/Attic/popup_interface.php   Rev. 1.2    (+0 -0 lines)
MODIFY lib/messagelib.php   Rev. 1.6    (+5 -6 lines)
MODIFY message/refresh.php   Rev. 1.16    (+35 -2 lines)
MODIFY message/lib.php   Rev. 1.79    (+37 -77 lines)
Luis Rodrigues committed 1 file to 'Moodle CVS' - 31/Aug/08 07:22 AM
MDL-16268 updated jabber output to send messages to destination user configured jaber
account or if empty to its email
MODIFY message/output/jabber/message_output_jabber.php   Rev. 1.3    (+39 -17 lines)
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.


Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 01/Sep/08 03:01 PM
MDL-16268 - Translated a new string for messaging.
MDL-13766 - Translated a new string for repostitory.
MODIFY ja_utf8/message.php   Rev. 1.20    (+1 -0 lines)
MODIFY ja_utf8/repository.php   Rev. 1.11    (+2 -1 lines)
MODIFY ja_utf8/README   Rev. 1.800    (+1 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 05/Sep/08 06:58 PM
MDL-16268, string translated
MODIFY fr_utf8/message.php   Rev. 1.16    (+2 -1 lines)
Martin Dougiamas made changes - 13/Jan/09 03:49 PM
Field Original Value New Value
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]