Block a user
Ensure email address exists before sending to it
Rewrite tests to ensure correct behaviour both when validation fails and succeeds.
xsltproc encoding issue when building the website locally
This is blocking the upgrade of our build server to Debian 11. Can we use a backported version or so?
Probably easiest to just set LC_ALL=C at the point of build script invocation for now.
xsltproc encoding issue when building the website locally
So this is some sort of a locale issue. Builds fine with LC_ALL=C, whereas it keeps erroring out with LC_ALL unset and all the other locale variables set to "en_GB.UTF-8". For now the workaround is…
xsltproc encoding issue when building the website locally
Seems to be missing -r
to read on line 54 of scaffold.sh
.