Publishes an automated Year in Review topic
Find a file
2026-03-26 13:46:41 +00:00
.github/workflows DEV: Add the d-compat branch workflow (#112) 2026-03-11 22:40:53 +00:00
app DEV: No more need for use_polymorphic_bookmarks (#104) 2025-08-25 20:38:52 +10:00
assets DEV: Update linting 2026-03-26 13:46:41 +00:00
config Update translations (#103) 2025-06-17 23:08:21 +02:00
db/migrate DEV: Promote historical post-deploy migrations (#80) 2024-07-30 01:10:25 +08:00
spec DEV: Update linting and add types (#109) 2026-01-28 11:53:56 +00:00
.discourse-compatibility DEV: Pin version for Discourse < 2026.2.0-latest (#110) 2026-02-11 16:48:19 +01:00
.gitignore DEV: Update linting and add types (#109) 2026-01-28 11:53:56 +00:00
.npmrc DEV: Switch to use pnpm (#85) 2024-10-14 14:39:57 +02:00
.prettierrc.cjs DEV: Update linting (#70) 2024-01-16 17:38:30 +01:00
.rubocop.yml DEV: Introduce syntax_tree for ruby formatting (#46) 2022-12-29 13:36:09 +01:00
.streerc DEV: Introduce syntax_tree for ruby formatting (#46) 2022-12-29 13:36:09 +01:00
.template-lintrc.cjs DEV: Update linting (#70) 2024-01-16 17:38:30 +01:00
eslint.config.mjs DEV: Update eslint config (#87) 2024-11-19 11:33:01 +01:00
Gemfile DEV: Introduce syntax_tree for ruby formatting (#46) 2022-12-29 13:36:09 +01:00
Gemfile.lock DEV: Update linting 2026-03-26 13:46:41 +00:00
LICENSE DEV: Update license (#95) 2025-02-24 11:25:38 +08:00
package.json DEV: Update linting 2026-03-26 13:46:41 +00:00
plugin.rb DEV: Update linting (#98) 2025-03-17 11:42:09 +00:00
pnpm-lock.yaml DEV: Update linting 2026-03-26 13:46:41 +00:00
README.md Add missing link to meta topic in README (#12) 2021-02-23 19:19:43 +01:00
stylelint.config.mjs DEV: Update linting (#98) 2025-03-17 11:42:09 +00:00
translator.yml DEV: Add Crowdin support (#22) 2021-09-28 14:30:49 +02:00
tsconfig.json DEV: Update linting and add types (#109) 2026-01-28 11:53:56 +00:00

Discourse Yearly Review

https://meta.discourse.org/t/discourse-yearly-review-plugin/105713/

Creates a Yearly Review topic that summarizes user and topic stats for the previous year. Stats are only selected from a site's public categories.

The review categories can be configured with the yearly_review_categories Site Setting. The review is published to the category set in the yearly_review_publish_category Site Setting. If the yearly_review_featured_badge setting is configured, users who have been granted that badge will be displayed.

User stats:

  • most topics
  • most replies
  • most likes given
  • most likes received
  • most visits
  • most replied to
  • users who have been granted the featured badge

Topic stats:

  • most popular topics
  • most liked topics (OP like count)
  • most replied to topics
  • most bookmarked topics