moviewyrm/bookwyrm/templatetags
Mouse Reeve fc3b609ada Use general ratings rather than privacy filtered
The original system customized how a rating is displayed to every user
based on the privacy settings of the reviews and, relatedly, who the
user follows. This is cool, but the query is too complicated to load in
sessions, and the initial load, which isn't mitigated by caching, is too
much and causes timeouts for many users. Also the cache clearing wasn't
working correctly because I put in a wildcard, which does not work.
2022-05-30 08:42:48 -07:00
..
__init__.py rename main code directory 2020-09-17 13:30:54 -07:00
book_display_tags.py Moves remaining tags into new files 2022-01-18 12:28:59 -08:00
feed_page_tags.py Moves remaining tags into new files 2022-01-18 12:28:59 -08:00
group_tags.py Renames group tags 2022-01-18 12:32:12 -08:00
interaction.py Python formatting 2022-01-08 16:38:52 -08:00
landing_page_tags.py Fixes localizing query for superlatives 2022-03-01 10:34:17 -08:00
layout.py Fix site_path tag 2021-05-26 16:57:28 +02:00
markdown.py More templatetag files 2021-05-11 15:14:42 -07:00
notification_page_tags.py Moves remaining tags into new files 2022-01-18 12:28:59 -08:00
rating_tags.py Use general ratings rather than privacy filtered 2022-05-30 08:42:48 -07:00
shelf_tags.py Handle stopped reading special case in javascript 2022-05-26 12:23:13 -07:00
stars.py Fixes labels 2021-09-10 14:41:55 -07:00
status_display.py Fixes want to read status header 2021-08-21 11:49:57 -07:00
user_page_tags.py Moves remaining tags into new files 2022-01-18 12:28:59 -08:00
utilities.py Updates add cover modal 2021-12-30 14:07:30 -08:00