email_send.php

Checkout
Diff latest
Open in IDE
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
31 revisions

Fixes INP-1808 - Create "E-mail Log" records using corresponding unit

Differential Revision: http://qa.in-portal.org/D412

Fixes INP-1808 - Create "E-mail Log" records using corresponding unit

Differential Revision: http://qa.in-portal.org/D412

Revision ID:
16699
Parents:
branches/5.2.x/core/kernel/utility/email_send.php 16684
Head on:
5.2.x
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:eol-style = LF
  • svn:keywords = Id

Fixes INP-1729 - Use "preg_replace_callback" instead of "preg_replace" with "e" modifier

Differential Revision: http://qa.in-portal.org/D328

Fixes INP-1729 - Use "preg_replace_callback" instead of "preg_replace" with "e" modifier

Differential Revision: http://qa.in-portal.org/D328

Revision ID:
16684
Parents:
branches/5.2.x/core/kernel/utility/email_send.php 16362
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:eol-style = LF
  • svn:keywords = Id

Fixes INP-1529 - Don't attach same file twice to same e-mail

Differential Revision: http://qa.in-portal.org/D191

Fixes INP-1529 - Don't attach same file twice to same e-mail

Differential Revision: http://qa.in-portal.org/D191

Revision ID:
16362
Parents:
branches/5.2.x/core/kernel/utility/email_send.php 16199
Tags:
5.2.2-B1 5.2.2-B2
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:eol-style = LF
  • svn:keywords = Id

Fixes INP-1419 - Manually added e-mail recipients not shown in log

Differential Revision: http://qa.in-portal.org/D60

Fixes INP-1419 - Manually added e-mail recipients not shown in log

Differential Revision: http://qa.in-portal.org/D60

Revision ID:
16199
Parents:
branches/5.2.x/core/kernel/utility/email_send.php 15461
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:eol-style = LF
  • svn:keywords = Id

Fixes #0001348: EmailLog doesn't store Emails with Very Long Body when sent via Mailing List

INP-1109

Fixes #0001348: EmailLog doesn't store Emails with Very Long Body when sent via Mailing List

INP-1109

Revision ID:
15461
Parents:
branches/5.2.x/core/kernel/utility/email_send.php 15445
Branch points:
5.3.x
Tags:
5.2.0 5.2.1-B1 5.2.1-B2 5.2.1-RC1 5.2.1
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:eol-style = LF
  • svn:keywords = Id

Fixes #0001342: Make UTF-8 the only one supported language encoding

INP-1104

Fixes #0001342: Make UTF-8 the only one supported language encoding

INP-1104

Revision ID:
15445
Parents:
branches/5.2.x/core/kernel/utility/email_send.php 15415
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:eol-style = LF
  • svn:keywords = Id

Fixes #0001329: Multi-recipient e-mail has broken recipient names on 5.x

INP-1092

Fixes #0001329: Multi-recipient e-mail has broken recipient names on 5.x

INP-1092

Revision ID:
15415
Parents:
branches/5.2.x/core/kernel/utility/email_send.php 15383
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:eol-style = LF
  • svn:keywords = Id

Fixes #0001307: In-Portal Tags Stripped during HTML-to-Plain text Conversion

INP-1073

Fixes #0001307: In-Portal Tags Stripped during HTML-to-Plain text Conversion

INP-1073

Revision ID:
15383
Parents:
branches/5.2.x/core/kernel/utility/email_send.php 15137
Tags:
5.2.0-RC1
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:eol-style = LF
  • svn:keywords = Id

Bug #0000268: Code Cleanup in 5.2.x branch

1. removing references ("&") in code (makeClass & recallObject methods)

INP-224

Bug #0000268: Code Cleanup in 5.2.x branch

1. removing references ("&") in code (makeClass & recallObject methods)

INP-224

Revision ID:
15137
Parents:
branches/5.2.x/core/kernel/utility/email_send.php 15106
Tags:
5.2.0-B2 5.2.0-B3
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:eol-style = LF
  • svn:keywords = Id

Fixes #0001199: Rename DBG_EMAIL option and Add it to debug_sample.php

INP-974

Fixes #0001199: Rename DBG_EMAIL option and Add it to debug_sample.php

INP-974

Revision ID:
15106
Parents:
branches/5.2.x/core/kernel/utility/email_send.php 14861
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:eol-style = LF
  • svn:keywords = Id

Fixes #0000447: Update EmailLog table only when Email has been physically sent

INP-372

Fixes #0000447: Update EmailLog table only when Email has been physically sent

INP-372

Revision ID:
14861
Parents:
branches/5.2.x/core/kernel/utility/email_send.php 14699
Tags:
5.2.0-B1
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:eol-style = LF
  • svn:keywords = Id

Bug #0000268: Code Cleanup in 5.2.x branch

1. fixed path to s.gif in FCKEditor file browse dialog

2. same kModulesHelper::getModules method is used during installation and in admin to get modules, that can be installed

3. fixed some PhpDoc comments, that were not matching their method declarations

4. moved duplicate request processing detection into Request class (from kApplication class)

5. replaced aliased function calls with original function calls

6. fixed some grammatical errors

7. most of file system interations (where folder is scanned for a specific content) are replaced with DirectoryIterator (from SPL)

8. removed duplicate tags from FckTagProcessor, since their copy from fckFCKHelper class was used

INP-224

Bug #0000268: Code Cleanup in 5.2.x branch

1. fixed path to s.gif in FCKEditor file browse dialog

2. same kModulesHelper::getModules method is used during installation and in admin to get modules, that can be installed

3. fixed some PhpDoc comments, that were not matching their method declarations

4. moved duplicate request processing detection into Request class (from kApplication class)

5. replaced aliased function calls with original function calls

6. fixed some grammatical errors

7. most of file system interations (where folder is scanned for a specific content) are replaced with DirectoryIterator (from SPL)

8. removed duplicate tags from FckTagProcessor, since their copy from fckFCKHelper class was used

INP-224

Revision ID:
14699
Parents:
branches/5.2.x/core/kernel/utility/email_send.php 14619
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:eol-style = LF
  • svn:keywords = Id

Fixes #0000742: Create universal file mime type detection function

INP-589

Fixes #0000742: Create universal file mime type detection function

INP-589

Revision ID:
14619
Parents:
branches/5.2.x/core/kernel/utility/email_send.php 14244
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:eol-style = LF
  • svn:keywords = Id

Bug #0001025: Automatically set "svn:keywords" property to PHP files

INP-827

Bug #0001025: Automatically set "svn:keywords" property to PHP files

INP-827

Revision ID:
14244
Parents:
branches/5.2.x/core/kernel/utility/email_send.php 14095
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:eol-style = LF
  • svn:keywords = Id

Bug #0000268: Code Cleanup in 5.2.x branch

Part 1 (see http://tracker.in-portal.org/view.php?id=268#bugnotes, bugnote 2970)

INP-224

Bug #0000268: Code Cleanup in 5.2.x branch

Part 1 (see http://tracker.in-portal.org/view.php?id=268#bugnotes, bugnote 2970)

INP-224

Revision ID:
14095
Parents:
branches/5.2.x/core/kernel/utility/email_send.php 14092
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:executable = *
  • svn:keywords = Id

Merge of "in-portal/releases/5.1.1@14072" to "in-portal/branches/5.2.x@13841".

Merge of "in-portal/releases/5.1.1@14072" to "in-portal/branches/5.2.x@13841".

Revision ID:
14092
Parents:
branches/5.2.x/core/kernel/utility/email_send.php 13840
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:executable = *
  • svn:keywords = Id

Releasing version 'branches/5.2.x' (copy from 'branches/5.1.x') of 'in-portal' module.

Releasing version 'branches/5.2.x' (copy from 'branches/5.1.x') of 'in-portal' module.

Revision ID:
13840
Parents:
branches/5.1.x/core/kernel/utility/email_send.php 13086
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:executable = *
  • svn:keywords = Id

Merge of "in-portal/releases/5.0.2@13073" to "in-portal/branches/5.1.x@12657".

Merge of "in-portal/releases/5.0.2@13073" to "in-portal/branches/5.1.x@12657".

Revision ID:
13086
Parents:
branches/5.1.x/core/kernel/utility/email_send.php 12657
Branch points:
5.2.x
Tags:
5.1.0-B1 5.1.0-B2 5.1.0-RC1 5.1.0
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:executable = *
  • svn:keywords = Id

Reintegrate merge of "in-portal/releases/5.0.1@12617" to "in-portal/branches/5.1.x@12453".

Reintegrate merge of "in-portal/releases/5.0.1@12617" to "in-portal/branches/5.1.x@12453".

Revision ID:
12657
Parents:
branches/5.1.x/core/kernel/utility/email_send.php 12127
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:executable = *
  • svn:keywords = Id

Releasing version 'branches/5.1.x' (copy from 'branches/RC')

Releasing version 'branches/5.1.x' (copy from 'branches/RC')

Revision ID:
12127
Parents:
branches/RC/core/kernel/utility/email_send.php 11892
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:executable = *
  • svn:keywords = Id
  • More
  • 11892
  • on

Fixes #0000103: Applying License to In-Portal and Modules

INS-1

Fixes #0000103: Applying License to In-Portal and Modules

INS-1

Revision ID:
11892
Parents:
branches/RC/core/kernel/utility/email_send.php 11657
Branch points:
5.0.x 5.1.x tag:5.0.0
Tags:
5.0.0
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:executable = *
  • svn:keywords = Id
  • More
  • 11657
  • on

1.Some changes in email sending helper:

a) added SetTo method (no need to use SetEncodedEmailHeader directly anymore)

b) DBG_EMAIL wasn't working, when AddCc and AddBcc methods were used.

2. both popups from "System Tools/Service" screen now have working "close window" links.

1.Some changes in email sending helper:

a) added SetTo method (no need to use SetEncodedEmailHeader directly anymore)

b) DBG_EMAIL wasn't working, when AddCc and AddBcc methods were used.

2. both popups from "System Tools/Service" screen now have working "close window" links.

Revision ID:
11657
Parents:
branches/RC/core/kernel/utility/email_send.php 11349
Branch points:
tag:5.0.0
Tags:
5.0.0
Properties:
  • cvs2svn:cvs-rev = 1.3.2.7
  • svn:executable = *
  • More
  • 11349
  • on
      • empty log message ***
      • empty log message ***
Revision ID:
11349
Parents:
branches/RC/core/kernel/utility/email_send.php 11348
Properties:
  • cvs2svn:cvs-rev = 1.3.2.6
  • svn:executable = *
  • More
  • 11348
  • on

DBG_EMAIL has no effect, when SetEncodedHeader was used. Fixed.

DBG_EMAIL has no effect, when SetEncodedHeader was used. Fixed.

Revision ID:
11348
Parents:
branches/RC/core/kernel/utility/email_send.php 11347
Properties:
  • cvs2svn:cvs-rev = 1.3.2.5
  • svn:executable = *
  • More
  • 11347
  • on

DBG_EMAIL option for debugger

DBG_EMAIL option for debugger

Revision ID:
11347
Parents:
branches/RC/core/kernel/utility/email_send.php 11319
Properties:
  • cvs2svn:cvs-rev = 1.3.2.4
  • svn:executable = *
  • More
  • 11319
  • on

#25727 - Mailing Manager

#25727 - Mailing Manager

Revision ID:
11319
Parents:
branches/RC/core/kernel/utility/email_send.php 10098
Properties:
  • cvs2svn:cvs-rev = 1.3.2.3
  • svn:executable = *
  • More
  • 10098
  • on

multibyte support

multibyte support

Revision ID:
10098
Parents:
branches/RC/core/kernel/utility/email_send.php 9247
Properties:
  • cvs2svn:cvs-rev = 1.3.2.2
  • svn:executable = *
  • More
  • 9247
  • on
      • empty log message ***
      • empty log message ***
Revision ID:
9247
Parents:
branches/RC/core/kernel/utility/email_send.php 8929
Properties:
  • cvs2svn:cvs-rev = 1.3.2.1
  • svn:executable = *
  • More
  • 8929
  • on

This commit was manufactured by cvs2svn to create branch 'RC'.

This commit was manufactured by cvs2svn to create branch 'RC'.

Revision ID:
8929
Parents:
trunk/core/kernel/utility/email_send.php 8402
Properties:
  • cvs2svn:cvs-rev = 1.3
  • svn:executable = *

#17157 - new theme

#17157 - new theme

Revision ID:
8402
Parents:
trunk/core/kernel/utility/email_send.php 7855
Branch points:
RC
Properties:
  • cvs2svn:cvs-rev = 1.3
  • svn:executable = *