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

Add default email template #1898

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 22, 2015

  1. Create default_email_html.txt

    (chapter request) add a default template that can be overridden via /admin/ for chapters who regularly use HTML templates and don't want to copy-paste into the box
    milescalabresi committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    868435f View commit details
    Browse the repository at this point in the history
  2. use default HTML email template

    per a chapter request, this change makes the comm module use a default email template to wrap around all messages sent through the comm panel. Now users just type in HTML into the comm panel and it is automatically put into a template set via template overrides (default is just to put <html> tags around the message typed into the comm panel)
    milescalabresi committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    d584bf0 View commit details
    Browse the repository at this point in the history
  3. fixes missing comma

    milescalabresi committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    eff3d7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    594b670 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3284a76 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. Configuration menu
    Copy the full SHA
    eda9ad5 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

  1. Configuration menu
    Copy the full SHA
    53a614c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Configuration menu
    Copy the full SHA
    1db5e2d View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Configuration menu
    Copy the full SHA
    b06685e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06a548b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f68ef1d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Configuration menu
    Copy the full SHA
    e50ec11 View commit details
    Browse the repository at this point in the history
  2. pass correct html vs plaintxt variables

    also includes some small merge fixes and improves cleaning of
    plain text to put in an HTML template (which will be introduced
    in the next commit)
    milescalabresi committed May 31, 2018
    Configuration menu
    Copy the full SHA
    0b4ec30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    121b465 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8599f4 View commit details
    Browse the repository at this point in the history