-
Notifications
You must be signed in to change notification settings - Fork 729
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: mantisbt/mantisbt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3b4ea93dca67
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mantisbt/mantisbt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 86abb9cc145f
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 11 files changed
- 1 contributor
Commits on Aug 16, 2012
-
Store bugnote URL replacement string in a static variable
The purpose is to make code more readable. Follow up on fix for issue #14447.
Configuration menu - View commit details
-
Copy full SHA for 71c7e02 - Browse repository at this point
Copy the full SHA 71c7e02View commit details
Commits on Aug 17, 2012
-
Upgrade PHPMailer from 5.1 to 5.2.1
Version 5.2.1 (January 16, 2012) * Closed several bugs * Performance improvements * MsgHTML() now returns the message as required. * New method: GetSentMIMEMessage() (returns full copy of sent message) Version 5.2 (July 19, 2011) * protected MIME body and header * better DKIM DNS Resource Record support * better aly handling * htmlfilter class added to extras * moved to Apache Extras Fixes #12562
Configuration menu - View commit details
-
Copy full SHA for a4f644c - Browse repository at this point
Copy the full SHA a4f644cView commit details -
Fix #14630: Improved logging for emails
Prior to this, several e-mail related events were not reported at all, making troubleshooting of issues difficult. The following cases are now logged: * sending of queued messages (email_send_all) * errors thrown by PHPMailer * reminder emails (email_bug_reminder) - fixes #9368 * deletion of records from the email queue In addition, admin/email_queue.php was modified to print a formatted date instead of a numeric timestamp.
Configuration menu - View commit details
-
Copy full SHA for 6e27e96 - Browse repository at this point
Copy the full SHA 6e27e96View commit details -
Fix #14631: Consistent email validation
PHPMailer uses filter_var() to check for an e-mail validity; this function treats single-domain e-mail addresses (e.g. user@localhost) as invalid. However, Mantis API function email_is_valid() relies on a custom regex to validate e-mails, which does accept such addresses. As a consequence, we accept addresses to which we are unable to send messages. To avoid this problem, we now rely on PHPMailer::ValidateAddress() method to ensure that any email we store can be sent PHPMailer.
Configuration menu - View commit details
-
Copy full SHA for a38858a - Browse repository at this point
Copy the full SHA a38858aView commit details -
Do not skip e-mail validation if $g_login_method != LDAP
Prior to this, function email_is_valid() always returned true when $g_use_ldap_email = ON, even if $g_login_method != LDAP. Even though this is not an usual case (when not using LDAP, the other LDAP-related configuration options should be left to their default values), this causes the actual validation to be skipped which could lead to email sending errors. Fixes #14632
Configuration menu - View commit details
-
Copy full SHA for 86abb9c - Browse repository at this point
Copy the full SHA 86abb9cView commit details
There are no files selected for viewing
Large diffs are not rendered by default.