Dries Buytaert
1d9b81af47
- Patch #830304 by solotandem: drupal_mail() doc example using D6 syntax for t().
2010-07-28 02:19:56 +00:00
Dries Buytaert
8dd4725eeb
- Patch #855376 by aspilicious: fix newlines in mail.inc.
2010-07-16 11:18:49 +00:00
Dries Buytaert
3620310d7c
- Patch #818206 by Berdir et al: apply coding standard for no-arg constructors.
2010-06-17 13:16:57 +00:00
Dries Buytaert
445d7142c4
- Patch #508738 by Eric_A, terrychild: drupal_html_to_text() negative padding error.
2010-05-04 15:11:21 +00:00
Angie Byron
71ee49de3e
#679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface.
2010-01-09 23:03:22 +00:00
Dries Buytaert
1b01b241ae
- Patch #648744 by Crell: specified more @return type definitions for auto-completion in IDEs.
2009-12-04 16:31:04 +00:00
Angie Byron
ec732a6360
#239825 follow-up: Adjusting comments.
2009-11-02 04:10:51 +00:00
Angie Byron
b567437500
#239825 by jeffschuler and bjaspan: Add support for OS-specific line endings on e-mails.
2009-11-02 02:37:36 +00:00
Dries Buytaert
13d3072f41
- Patch #356074 by chx, Damien Tournoud: provide a sequences API.
2009-10-16 03:01:55 +00:00
Angie Byron
c4a548f64d
#331180 follow-up by pwolanin and mfb: Fix sending of mail.
2009-09-01 17:40:28 +00:00
Angie Byron
ee59107c23
#331180 by pwolanin and Rob Loach: Added pluggable smtp/mail framework.
2009-08-31 18:30:27 +00:00
Angie Byron
2c55219315
#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.
2009-08-24 00:14:23 +00:00
Angie Byron
e63e85020b
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
2009-08-24 00:10:46 +00:00
Angie Byron
4ae238ea57
*** empty log message ***
2009-08-24 00:02:05 +00:00
Dries Buytaert
6bf31cfefc
- Patch #455172 by RoboPhred: updated documentation example.
2009-05-07 10:41:12 +00:00
Angie Byron
ba62c9c54f
#279233 by jbomb: Fix grammar in e-mail message string.
2009-03-30 05:32:31 +00:00
Dries Buytaert
92a8adea65
- Patch #352470 by scor: fixed typos and grammar in comments.
2008-12-30 16:43:20 +00:00
Dries Buytaert
f9fd9c3bf8
- Patch #330084 by c960657: don't set Reply-To header unless necessary and fixed documentation issue.
2008-11-07 16:59:36 +00:00
Dries Buytaert
e85f1b32a7
- Patch #273743 by meba, jsaints: fixed exmaple code.
2008-10-06 11:00:01 +00:00
Angie Byron
a3bb66e4e8
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
2008-09-20 20:22:25 +00:00
Dries Buytaert
c082e1b8ff
- Patch #258192 by dww: drupal_html_to_text() doesn't support <strong class='foo'>.
2008-05-19 19:25:24 +00:00
Dries Buytaert
2e18cb8924
- 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.
2008-05-06 12:18:54 +00:00
Dries Buytaert
56d2664a90
- 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.
2008-04-14 17:48:46 +00:00
Dries Buytaert
a65fd88dcb
- Patch #234403 by Gabor, Bevan and me: drupal_mail_send() had problems with linebreaks headers.
2008-04-02 20:15:59 +00:00
Dries Buytaert
637ec9359c
- Patch #234403 by alienbrain: drupal_mail_send() should use CRLFs instead of LFs in e-mail headers.
2008-03-15 11:59:37 +00:00
Dries Buytaert
b8a1eab1fb
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
2008-02-06 19:38:28 +00:00
Gábor Hojtsy
5ad519996d
#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
2008-01-25 17:04:00 +00:00
Dries Buytaert
2db2c039fb
- Patch #172950 by webernet: code style fixes.
2007-09-04 21:10:45 +00:00
Gábor Hojtsy
14692ac3a3
#172194 by ax: html to text was not picking up href values if not being the last argument
2007-09-01 14:35:19 +00:00
Dries Buytaert
7531f956aa
- Patch #169627 by JirkaRybka: improved logging of mail problems.
2007-08-26 08:00:49 +00:00
Dries Buytaert
ee701b3336
- Patch #155986 by Uwe: fixed typos.
2007-07-02 14:41:37 +00:00
Gábor Hojtsy
8caf4da7f1
#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()
2007-07-01 19:49:19 +00:00
Dries Buytaert
2bf7c1c0e3
- Patch #147662 by Gordon et al: add new #pre_render callback to drupal_render().
2007-06-28 07:48:41 +00:00
Gábor Hojtsy
cc9f167e49
#154218 by Steven: HTML to text email converter, centralizing email wrapping in Drupal core and providing a solid conversion function for contributed modules
2007-06-26 22:21:08 +00:00