~ubuntu-branches/ubuntu/natty/moodle/natty

« back to all changes in this revision

Viewing changes to lib/phpmailer/README_MOODLE.txt

  • Committer: Bazaar Package Importer
  • Author(s): Tomasz Muras
  • Date: 2010-10-30 12:19:28 UTC
  • mfrom: (1.1.12 upstream) (3.1.10 squeeze)
  • Revision ID: james.westby@ubuntu.com-20101030121928-qzobi6mctpnk4dif
Tags: 1.9.9.dfsg2-2
* Added Romanian translation
* Updated Japanese translation (closes: #596820)
* Backporting security fixes from Moodle 1.9.10 (closes: #601384)
   - Updated embedded CAS to 1.1.3
   - Added patch for MDL-24523:
     clean_text() not filtering text in markdown format
   - Added patch for MDL-24810 and upgraded customized HTML Purifier to 4.2.0 
   - Added patch for MDL-24258:
     students can delete their forum posts later than $CFG->maxeditingtime 
     under certain conditions
   - Added patch for MDL-23377:
     Can't delete quiz attempts in course without enrolled students

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Moodle-specific changes to phpmailer are tracked here.
2
 
 
3
 
 
4
 
  lib/phpmailer/class.phpmailer.php
5
 
 
6
 
  Changed by: Vy-Shane Sin Fat <vy-shane AT moodle.com>
7
 
  Date: 14 Feb 2007
8
 
  Reason: http://tracker.moodle.org/browse/MDL-3681
9
 
 
10
 
 
11
 
  lib/phpmailer/class.phpmailer.php
12
 
 
13
 
  Changed by skodak
14
 
  Date 12 Mar 2007
15
 
  Reason: support for gb18030
16
 
 
17
 
 
18
 
  lib/phpmailer/class.phpmailer.php
19
 
 
20
 
  Changed by skodak
21
 
  Date 15 Dec 2007
22
 
  Reason: MDL-12596 - correct timezone in date
23
 
  
 
 
b'\\ No newline at end of file'
 
1
Description of PHPMailer 1.73 library import into Moodle
 
2
 
 
3
Changes:
 
4
 
 
5
class.phpmailer.php
 
6
 * Duplicate Message-IDs in Forum mail (MDL-3681)
 
7
 * Support for gb18030 (MDL-5229)
 
8
 * Correct timezone in date (MDL-12596)
 
9
 * Backported fixes for CVE-2007-3215 (MDL-18348)
 
10
 * Custom EncodeHeader() to allow multibyte subjects (textlib). Seems that current phpmailer version (2.3) has it properly implemented (though dependent of mbstring).
 
11
 * Custom constructor PHPMailer()
 
12
 * Custom SetLanguage() function