Skip to content
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

[Documents] Newsletter: add option to maintain a manual edited plain-text version #4794

Merged
merged 11 commits into from Aug 2, 2019
Merged

[Documents] Newsletter: add option to maintain a manual edited plain-text version #4794

merged 11 commits into from Aug 2, 2019

Commits on Jul 31, 2019

  1. Update newsletter.js

    New panel for plain text input field.
    AlexanderWeckmer committed Jul 31, 2019
    Copy the full SHA
    02400ef View commit details
    Browse the repository at this point in the history
  2. Create plaintextPanel.js

    The new panel
    AlexanderWeckmer committed Jul 31, 2019
    Copy the full SHA
    024faa3 View commit details
    Browse the repository at this point in the history
  3. Update NewsletterController.php

    Getting the data for the new field on save.
    AlexanderWeckmer committed Jul 31, 2019
    Copy the full SHA
    90d16af View commit details
    Browse the repository at this point in the history
  4. Update Newsletter.php

    Additional Getter and Setter for plain text part
    AlexanderWeckmer committed Jul 31, 2019
    Copy the full SHA
    eef5b8e View commit details
    Browse the repository at this point in the history
  5. Update icons.css

    Icon for the new panel
    AlexanderWeckmer committed Jul 31, 2019
    Copy the full SHA
    2a33c73 View commit details
    Browse the repository at this point in the history
  6. Update Newsletter.php

    Adding the plain text part to the message if the plain text field is filled in, otherwise existing pimcore procedure via html2text if installed.
    Now, either the data of the plain text field or the result of html2text will be added to the message as text/plain part to the  email.
    AlexanderWeckmer committed Jul 31, 2019
    Copy the full SHA
    74e90c2 View commit details
    Browse the repository at this point in the history
  7. Update de.json

    AlexanderWeckmer committed Jul 31, 2019
    Copy the full SHA
    c78e393 View commit details
    Browse the repository at this point in the history
  8. Update en.json

    AlexanderWeckmer committed Jul 31, 2019
    Copy the full SHA
    b12d062 View commit details
    Browse the repository at this point in the history
  9. Update index.html.php

    Added the link to the new plaintextPanel.js
    AlexanderWeckmer committed Jul 31, 2019
    Copy the full SHA
    c186695 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    1f8a8d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. revised

    AlexanderWeckmer committed Aug 1, 2019
    Copy the full SHA
    42c0717 View commit details
    Browse the repository at this point in the history