discourse/app
Bianca Nenciu 6907aadcd7
FIX: Cache category order in database
Categories are ordered by admins setting `position` attribute of the
category (if fixed_category_position is enabled) or by the bump date of
featured topics.

Since featured topics are only updated once every 15 minutes, they can
be saved in the database for efficiency, but also to simplify various
category queries.
2024-01-18 18:01:16 +02:00
..
assets DEV: Replace period mixin with a component (#25292) 2024-01-18 13:06:42 +01:00
controllers FIX: Allow staff to change group members visibility level for automatic groups (#25281) 2024-01-17 12:54:52 -05:00
helpers DEV: Simplify ember-cli proxy strategy (#24242) 2023-11-10 11:16:06 +00:00
jobs FIX: Cache category order in database 2024-01-18 18:01:16 +02:00
mailers FIX: Add higher read & open timeouts for group SMTP emails (#24593) 2023-11-28 15:32:59 +10:00
models FIX: Cache category order in database 2024-01-18 18:01:16 +02:00
serializers DEV: Make lazy_load_categories setting use groups (#25282) 2024-01-17 20:26:51 +02:00
services FEATURE: Prefer topic_embed's cached content when summarizing (#25190) 2024-01-09 14:00:01 -03:00
views FIX: set microdata schema for topic on missing first post (#25195) 2024-01-12 16:29:03 +05:30