summaryrefslogtreecommitdiff
path: root/includes/mail.inc
Commit message (Collapse)AuthorAge
* - Patch #455172 by RoboPhred: updated documentation example.Dries Buytaert2009-05-07
|
* #279233 by jbomb: Fix grammar in e-mail message string.Angie Byron2009-03-30
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #330084 by c960657: don't set Reply-To header unless necessary and ↵Dries Buytaert2008-11-07
| | | | fixed documentation issue.
* - Patch #273743 by meba, jsaints: fixed exmaple code.Dries Buytaert2008-10-06
|
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* - Patch #258192 by dww: drupal_html_to_text() doesn't support <strong ↵Dries Buytaert2008-05-19
| | | | class='foo'>.
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #234403 by Gabor, Bevan and me: drupal_mail_send() had problems with ↵Dries Buytaert2008-04-02
| | | | linebreaks headers.
* - Patch #234403 by alienbrain: drupal_mail_send() should use CRLFs instead ↵Dries Buytaert2008-03-15
| | | | of LFs in e-mail headers.
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #212126 report by salvis, patch by myself: allow clearing of ↵Gábor Hojtsy2008-01-25
| | | | drupal_html_to_text() URL list, so it can be used multiple times on the page
* - Patch #172950 by webernet: code style fixes.Dries Buytaert2007-09-04
|
* #172194 by ax: html to text was not picking up href values if not being the ↵Gábor Hojtsy2007-09-01
| | | | last argument
* - Patch #169627 by JirkaRybka: improved logging of mail problems.Dries Buytaert2007-08-26
|
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* #82499 by Jose A Reyero and a little bit from myself: send emails localized ↵Gábor Hojtsy2007-07-01
| | | | in the language needed in specific situations, and centralize mail composing operations with hook_mail()
* - Patch #147662 by Gordon et al: add new #pre_render callback to ↵Dries Buytaert2007-06-28
| | | | drupal_render().
* #154218 by Steven: HTML to text email converter, centralizing email wrapping ↵Gábor Hojtsy2007-06-26
in Drupal core and providing a solid conversion function for contributed modules