rDrama/files/helpers
TLSM dbaf0a1bfd Remove unused polls code to reduce query volume.
Due to use of Submission.{choices, options, bet_options} in realbody,
generating submission_listings resulted in extremely high volume of
SELECT queries.

In local testing with 6 posts, one of which had a poll with 2 options,
the removal of these calls reduced quantity of queries on the homepage
from 84 to 22.

Given that it was previously decided to remove the polls feature after
a regression while adding comment filtering, the remaining dead code
paths for polls were also removed.
2022-09-05 23:44:18 -05:00
..
alerts.py Add trailing LF to text files 2022-05-10 21:05:51 -04:00
assetcache.py assetcache: add interface for non-Jinja consumers. 2022-08-30 16:23:09 -04:00
blackjack.py Add trailing LF to text files 2022-05-10 21:05:51 -04:00
const.py Remove unused polls code to reduce query volume. 2022-09-05 23:44:18 -05:00
discord.py Add trailing LF to text files 2022-05-10 21:05:51 -04:00
get.py Refactored path building and caching on /pp/ route 2022-06-08 06:53:15 -05:00
images.py Add trailing LF to text files 2022-05-10 21:05:51 -04:00
jinja2.py assetcache: add interface for non-Jinja consumers. 2022-08-30 16:23:09 -04:00
lazy.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
sanitize.py Fix an error with trying to sanitize really ugly HTML 2022-08-22 09:55:14 -05:00
security.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
slots.py Add trailing LF to text files 2022-05-10 21:05:51 -04:00
wrappers.py Add active user counter logic; add to admin tools. 2022-09-05 00:44:13 -05:00