tvl-depot/web/panettone/src
sterni 0d24efcdc9 fix(web/panettone): make (who:html-mode) stick
(who:html-mode) needs to be set at macro expansion time to properly take
effect which wasn't the case before, but is ensured now by
:compile-toplevel. :load-toplevel ensures that who inside the repl will
behave the same.

Since the :html5 behavior is now actually used, we need to adjust some
of the test cases to account for the different :html5 escaping mode.

Change-Id: I4dfe1d2db38da6a2486fde86596f7e5f50ed8b9f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4885
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
2022-01-13 23:19:31 +00:00
..
.gitignore feat(web/panettone): The start of a very simple issue tracker 2020-07-23 19:47:38 +00:00
authentication.lisp refactor(users/glittershark): Rename to grfn 2021-04-12 14:45:51 +00:00
css.lisp feat(web/panettone): support dark mode 2021-10-20 19:52:13 +00:00
email.lisp feat(panettone): Add functions to send email notifications 2021-04-04 14:17:25 +00:00
inline-markdown.lisp feat(panettone): don't use _ for em in inline markdown 2021-04-11 20:11:07 +00:00
irc.lisp feat(web/panettone): Noping issue authors' usernames 2021-03-28 17:07:01 +00:00
model.lisp fix(panettone): Fix export of issue status to SQL 2021-12-16 18:59:01 +00:00
packages.lisp fix(panettone): Fix handling of issue-not-found 2021-05-23 14:16:58 +00:00
panettone.lisp fix(web/panettone): make (who:html-mode) stick 2022-01-13 23:19:31 +00:00
util.lisp feat(panettone): Use postgres as the storage backend 2020-07-28 00:32:48 +00:00