rDrama/files/routes
TLSM a64c0872ee Remove legacy comment pagination logic
The comments schema, prior to December 2021, used parent_comment_id
instead of also storing top_comment_id. Comment pagination is based
now on top_comment_id. However, upstream never migrated their old
comments to populate tc_id, and thus retained two copies of pagination
logic, each using different limits to try to emulate similar behavior.

TheMotte foremost has no posts created prior to December 2021 (so
these branches never activated) and also has tc_id on all comments.

The dual limit pagination approach was already removed (there is
only one limit for paginating comments). This completes the removal of
this logic, since these are purely dead codepaths which have previously
caused confusion to contributors.
2023-02-07 07:00:13 -06:00
..
__init__.py giphy: remove giphy 2023-01-20 06:01:34 -06:00
admin.py admin: remove merging 2023-01-20 06:01:59 -06:00
awards.py awards: remove tilt award 2023-01-08 19:38:20 -06:00
chat.py ratelimiting: check after required request g attributes are set 2022-12-17 09:21:40 -08:00
comments.py [themotte/rDrama#451] Move the pusher_thread() function from files/routes/comment.py to files/helpers/comment.py 2023-01-09 00:07:49 -08:00
dev.py Debug: Add button in admin panel to login to other accounts (#437) 2023-01-08 03:16:02 -06:00
errors.py ratelimiting: check after required request g attributes are set 2022-12-17 09:21:40 -08:00
feeds.py Change default RSS sort to 'new'. 2022-09-12 12:16:54 -05:00
front.py transfers: remove /transfers/ 2023-01-20 06:02:14 -06:00
login.py Replace sql_ilike_clean with func.lower for non-pattern uses; also fixes #398 2023-01-08 19:37:26 -06:00
oauth.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
posts.py Remove legacy comment pagination logic 2023-02-07 07:00:13 -06:00
reporting.py Switch over comment reporting to use the new system 2022-07-09 06:33:41 -05:00
search.py Replace sql_ilike_clean with func.lower for non-pattern uses; also fixes #398 2023-01-08 19:37:26 -06:00
settings.py Replace sql_ilike_clean with func.lower for non-pattern uses; also fixes #398 2023-01-08 19:37:26 -06:00
static.py Rework error system a bit to remove a bunch of duplicated code (#434) 2022-12-01 20:58:27 -06:00
subs.py Rework error system a bit to remove a bunch of duplicated code (#434) 2022-12-01 20:58:27 -06:00
users.py Merge branch 'frost' into pr-eager-content 2022-12-17 17:17:32 -06:00
volunteer.py volunteer: fix missing import 2023-01-08 03:17:26 -06:00
volunteer_common.py Volunteer Janitor: Initial duty acquisition. 2022-12-01 18:53:24 -08:00
volunteer_janitor.py fix: volunteer duties can be None 2023-01-09 00:30:20 -06:00
votes.py Rework error system a bit to remove a bunch of duplicated code (#434) 2022-12-01 20:58:27 -06:00