rDrama/files
TLSM b04849e5b7 hotfix: comment nesting in template from #535
In some cases, #535 caused comment display to wildly break visible
page formatting. The sidebar often moved to bottom of page, and some
comments would display in a second column alongside the main one.

Root cause was a closing `</div>` left outside of a conditional
which was included in rendered markup even when:
 1) A comment is invisible for the current browsing user v, e.g.
    filtered or removed.
 2) The subtree rooted at said comment is to be hidden based on
    the display logic added in #535.
Which left a stray `</div>` with no opening tag where those
comments should've gone.

Most of the testing appears to have been done on reply chains of
comments, which behave correctly. It is specifically the zero
children (or otherwise not even showing a "Removed" message in the
page) which causes the bug.
2023-04-03 20:22:41 -06:00
..
assets remove holes (#492) 2023-04-01 00:13:30 -05:00
classes kitchen sink formatting pass 2023-04-03 03:30:57 -06:00
commands remove holes (#492) 2023-04-01 00:13:30 -05:00
helpers kitchen sink formatting pass 2023-04-03 03:30:57 -06:00
mail post scheduling (#554) 2023-03-29 16:32:48 -05:00
routes kitchen sink formatting pass 2023-04-03 03:30:57 -06:00
templates hotfix: comment nesting in template from #535 2023-04-03 20:22:41 -06:00
tests remove holes (#492) 2023-04-01 00:13:30 -05:00
__init__.py Initial e2e testing 2022-05-13 02:55:29 -05:00
__main__.py Update dotenv support to make operative (#564) 2023-03-29 21:59:34 -05:00
cli.py post scheduling (#554) 2023-03-29 16:32:48 -05:00