rDrama/files
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
..
assets Cleanup sidebar sizing style kludges 2023-02-04 04:13:18 -06:00
classes [themotte/rDrama#451] Add relation 2023-01-03 01:44:40 -08:00
commands Eager load comments for post rendering. 2022-11-28 17:47:54 -05:00
helpers Randomize sidebar recommendation order (#483) 2023-02-04 04:13:18 -06:00
mail Split SITE_NAME into computer-readable SITE_ID and human-readable SITE_TITLE. 2022-07-31 18:53:18 -05:00
routes Remove legacy comment pagination logic 2023-02-07 07:00:13 -06:00
templates Cleanup sidebar sizing style kludges 2023-02-04 04:13:18 -06:00
tests [themotte/rDrama#451] Passing in the db connection as an optional param makes things easier 2023-01-13 19:33:56 -08:00
__init__.py Initial e2e testing 2022-05-13 02:55:29 -05:00
__main__.py Merge remote-tracking branch 'origin/frost' into themotte-issue-451 2023-01-12 22:09:07 -08:00
cli.py [#72] Ensure seed_db command is actually imported when calling into flask 2022-06-09 01:34:46 -07:00