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

Configurable events #22

Merged

Commits on Jul 26, 2017

  1. Rename birthday -> event

    General renaming/rewording of var/function-names and comments
    in preparation for the upcoming refactoring, to hopefully make
    that diff easier to read. Also includes a small comment
    grammar-fix at line 344.
    rowanthorpe committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    7e9510c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Big refactor to handle generic events

    This now configurably handles birthdays and anniversaries, and
    custom events (potentially more than one per contact) with added
    labels per custom event. Also includes one or two minor added
    newlines and improved spacing in plaintext email output (too
    much hassle to split to separate commit).
    rowanthorpe committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    a10cc13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    597e2ae View commit details
    Browse the repository at this point in the history
  3. Update Greek translations

    rowanthorpe committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    1005b5d View commit details
    Browse the repository at this point in the history
  4. Prepare non-Greek translations for update

    Remove unneeded entries, add TODOs
    rowanthorpe committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    1e5e14e View commit details
    Browse the repository at this point in the history
  5. Link email address in html instead of separate link

    Use mailto: anchor for email address, remove redundant "send email now"
    link, remove unneeded line from translations.
    rowanthorpe committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    2cd9efb View commit details
    Browse the repository at this point in the history