zulip/templates/zerver/emails
Steve Howell ba51078418 Simplify CSS linter and clean up CSS.
The CSS linter was pretty hard to reason about.  It was
pretty flexible about certain things, but then it would
prevent seemingly innocuous code from getting checked in.

This commit overhauls the pretty-printer to be more composable,
where every object in the AST knows how to render itself.  It
also cleans up a little bit of the pre_fluff/post_fluff logic
in the parser itself, so comments are more likely to be "attached"
to the AST node that make sense.

The linter is actually a bit more finicky about newlines, but
this is mostly a good thing, as most of the variations before
this commit were pretty arbitrary.
2017-11-13 12:43:43 -08:00
..
.gitignore emails: Store the compiled emails in separate directory. 2017-09-27 16:48:18 -07:00
confirm_new_email.source.html emails: Use common_context for email change notifications. 2017-09-27 16:48:18 -07:00
confirm_new_email.subject emails: Update subject lines of emails. 2017-07-14 15:20:04 -07:00
confirm_new_email.txt emails: Use common_context for email change notifications. 2017-09-27 16:48:18 -07:00
confirm_registration.source.html emails: Store the compiled emails in separate directory. 2017-09-27 16:48:18 -07:00
confirm_registration.subject email: Move and rename preregistrationuser_confirmation_email templates. 2017-05-03 20:54:40 -07:00
confirm_registration.txt emails: Update text of emails. 2017-07-13 19:17:53 -07:00
digest.html emails: Remove comments from tops of email templates. 2017-07-13 19:17:53 -07:00
digest.subject emails: Update subject for digest emails. 2017-07-13 18:47:02 -07:00
digest.txt emails: Remove comments from tops of email templates. 2017-07-13 19:17:53 -07:00
email.css Simplify CSS linter and clean up CSS. 2017-11-13 12:43:43 -08:00
email_base_default.source.html server settings: Add setting for MAILING_ADDRESS. 2017-10-19 00:04:07 -07:00
email_base_messages.html emails: Add base template for missed message and digest emails. 2017-07-06 15:46:03 -07:00
find_team.source.html emails: Store the compiled emails in separate directory. 2017-09-27 16:48:18 -07:00
find_team.subject email: Move and rename find_team_email templates. 2017-05-03 23:26:14 -07:00
find_team.txt emails: Remove verbose_support_offers conditional where unneccesary. 2017-06-10 01:04:00 -07:00
followup_day1.source.html emails: Send first welcome email right away. 2017-10-19 00:04:07 -07:00
followup_day1.subject email: Move and rename followup_day* templates. 2017-05-03 23:26:14 -07:00
followup_day1.txt emails: Send first welcome email right away. 2017-10-19 00:04:07 -07:00
followup_day2.source.html emails: Store the compiled emails in separate directory. 2017-09-27 16:48:18 -07:00
followup_day2.subject emails: Update subject lines of emails. 2017-07-14 15:20:04 -07:00
followup_day2.txt emails: Update followup_day2 with better topic advice. 2017-08-22 14:26:17 -07:00
invitation.source.html emails: Store the compiled emails in separate directory. 2017-09-27 16:48:18 -07:00
invitation.subject emails: Update subject for invitation emails. 2017-07-13 18:47:21 -07:00
invitation.txt emails: Update text of emails. 2017-07-13 19:17:53 -07:00
invitation_reminder.source.html emails: Store the compiled emails in separate directory. 2017-09-27 16:48:18 -07:00
invitation_reminder.subject emails: Update subject lines of emails. 2017-07-14 15:20:04 -07:00
invitation_reminder.txt emails: Fix two grammar nits. 2017-07-04 13:57:54 -07:00
missed_message.html notifications: Fix the ugly inactive scrollbar in missed message emails. 2017-09-20 10:30:35 -07:00
missed_message.subject emails: Update subject for missed message emails. 2017-07-13 18:47:17 -07:00
missed_message.txt emails: Remove comments from tops of email templates. 2017-07-13 19:17:53 -07:00
notify_change_in_email.source.html emails: Store the compiled emails in separate directory. 2017-09-27 16:48:18 -07:00
notify_change_in_email.subject emails: Update subject lines of emails. 2017-07-14 15:20:04 -07:00
notify_change_in_email.txt emails: Update text of emails. 2017-07-13 19:17:53 -07:00
notify_new_login.source.html emails: Change "Server" and "Account" to render links. 2017-10-04 15:07:13 -07:00
notify_new_login.subject Make notification email for new login give browser and os. 2017-06-21 14:36:41 -04:00
notify_new_login.txt emails: Remove comments from tops of email templates. 2017-07-13 19:17:53 -07:00
password_reset.source.html emails: Store the compiled emails in separate directory. 2017-09-27 16:48:18 -07:00
password_reset.subject emails: Update subject lines of emails. 2017-07-14 15:20:04 -07:00
password_reset.txt password_reset: Change email to be appropriate for obtaining first password. 2017-08-28 20:39:53 -07:00