Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#239825 follow-up: Adjusting comments.
#239825 by jeffschuler and bjaspan: Add support for OS-specific line endings on e-mails.
- Patch #356074 by chx, Damien Tournoud: provide a sequences API.
#331180 follow-up by pwolanin and mfb: Fix sending of mail.
#331180 by pwolanin and Rob Loach: Added pluggable smtp/mail framework.
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
*** empty log message ***
#455172 by budda, RoboPhred, andypost: Fix drupal_mail() documentation, so that it encourages to set the body of the email as an array (like core does).
- Patch #455172 by RoboPhred: updated documentation example.
#330084 by c960657: Remove unnecessary duplication of the From header value in Reply-to; standards indicate setting the From header should be sufficient
#279233 by Aren Cambre, jbomb: Message printed when email is not being possible to send was informal and had a grammar problem.
#279233 by jbomb: Fix grammar in e-mail message string.
- Patch #352470 by scor: fixed typos and grammar in comments.
- Patch #330084 by c960657: don't set Reply-To header unless necessary and fixed documentation issue.
- Patch #273743 by meba, jsaints: fixed exmaple code.
- Patch #273743 by meba, jsaints: fixed exmaple code.
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
- Patch #258192 by dww: drupal_html_to_text() doesn't support <strong class='foo'>.
#258192 by dww: strong and em tags could just as well have attributes as any other tag
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, 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 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 linebreaks headers.
rolling back #234403 by Bevan and damz: we should keep using LF in mail headers, without CR, CRLF causes problems
#234403 by alienbrain: PHP.net documents we should use CRLF in mail headers, so do that
- Patch #234403 by alienbrain: drupal_mail_send() should use CRLFs instead of LFs in e-mail headers.
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
#212126 report by salvis, patch by myself: allow clearing of drupal_html_to_text() URL list, so it can be used multiple times on the page
- Patch #172950 by webernet: code style fixes.
#172194 by ax: html to text was not picking up href values if not being the last argument
- Patch #169627 by JirkaRybka: improved logging of mail problems.
- Patch #155986 by Uwe: fixed typos.
#82499 by Jose A Reyero and a little bit from myself: send emails localized 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 drupal_render().
#154218 by Steven: HTML to text email converter, centralizing email wrapping in Drupal core and providing a solid conversion function for contributed modules
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |