blob: 00b872400e8651f7d8b0ec6675d69b221bc405cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
(1) Using incorrect daylight savings offset for date should warn
Like using CDT when we are not in dalyight savings. CST would be
correct, but maybe it was on purpose? We should not hard-error,
just print somewhere so we see it Someday.
(2) Configurable Logging
Learn how to use tracing better so we can mark CSS and Images
with their file type in the traces and filter them out if we
want to.
(3) Cleaner templates in writings
i have apparently never tried to use a bempline thing in the
actual content of a thing. I have learned that this does not
work! I had to bodge a system where I tell the formatter it's
a template and then I throw it through a different template
function where not all of the variables are available?
I /really/ need to clean this up
|