-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated docs for Monolog "swift" handler in cookbook. #3940
Merged
weaverryan
merged 1 commit into
symfony:2.3
from
phansys:cookbook_monolog_swift_handler
Aug 16, 2014
Merged
Updated docs for Monolog "swift" handler in cookbook. #3940
weaverryan
merged 1 commit into
symfony:2.3
from
phansys:cookbook_monolog_swift_handler
Aug 16, 2014
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
👍 |
Nice note - easy merge. Thanks Javier and sorry for the delay! As a side-note, can this work with XML? |
weaverryan
added a commit
that referenced
this pull request
Aug 16, 2014
…phansys) This PR was merged into the 2.3 branch. Discussion ---------- Updated docs for Monolog "swift" handler in cookbook. | Q | A | ------------- | --- | Doc fix? | no | New docs? | no | Applies to | 2.1+ | Fixed tickets | .. versionadded:: 2.1 Support for multiple recipients is a new Monolog feature that's available in Symfony 2.1. Prior, only a single email address was accepted as `monolog.handlers.swift.to_email` configuration. Commits ------- 86e236c Updated docs for Monolog "swift" handler in cookbook.
weaverryan
added a commit
that referenced
this pull request
Aug 16, 2014
I've added #4135 to add the PHP (and maybe) XML version. |
weaverryan
added a commit
that referenced
this pull request
Aug 16, 2014
…ryan) This PR was merged into the 2.3 branch. Discussion ---------- [#3940] Adding php example for an array of emails This follows #3940. It just adds the example also to PHP. But I can't see how this would work with XML. | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | Thanks! Commits ------- 0366d6e [#3940] Adding php example for an array of emails
weaverryan
added a commit
that referenced
this pull request
Aug 19, 2014
* 2.3: Added comma after "For example" Improved clarity of explanation around overriding setTargetPath() Removed redundant POST request exclusion info Revert "missing backtik" typo, replaced form by from replaced forgo by forgot removed unnecessary parentheses missing backtik cleaned up the code example fixed wrongly linked dependency fixed directive syntax add cookbook article for the server:run command document the usage of PHP-FPM on Apache Avoiding builds for the git notes [#3940] Adding php example for an array of emails
weaverryan
added a commit
that referenced
this pull request
Aug 19, 2014
* 2.4: Added comma after "For example" Improved clarity of explanation around overriding setTargetPath() Removed redundant POST request exclusion info Revert "missing backtik" typo, replaced form by from replaced forgo by forgot removed unnecessary parentheses missing backtik cleaned up the code example fixed wrongly linked dependency fixed directive syntax add cookbook article for the server:run command document the usage of PHP-FPM on Apache Avoiding builds for the git notes [#3940] Adding php example for an array of emails Conflicts: cookbook/console/sending_emails.rst
weaverryan
added a commit
that referenced
this pull request
Aug 19, 2014
* 2.5: Added comma after "For example" Improved clarity of explanation around overriding setTargetPath() Removed redundant POST request exclusion info Revert "missing backtik" typo, replaced form by from replaced forgo by forgot removed unnecessary parentheses missing backtik cleaned up the code example fixed wrongly linked dependency fixed directive syntax add cookbook article for the server:run command document the usage of PHP-FPM on Apache Avoiding builds for the git notes [#3940] Adding php example for an array of emails
weaverryan
added a commit
that referenced
this pull request
Aug 25, 2014
… configs (xabbuh) This PR was merged into the 2.3 branch. Discussion ---------- [Cookbook][Logging] document multiple recipients in XML configs | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes (symfony/monolog-bundle#91) | Applies to | all | Fixed tickets | #3940, #4135 Commits ------- 37ab23d document multiple recipients in XML configs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
.. versionadded:: 2.1
Support for multiple recipients is a new Monolog feature that's available in
Symfony 2.1. Prior, only a single email address was accepted as
monolog.handlers.swift.to_email
configuration.