Adds the ability for voting on a topic within a specified category in Discourse.
Go to file
dependabot[bot] c07e5e1066
Build(deps-dev): Bump rack from 3.0.11 to 3.0.12 (#233)
Bumps [rack](https://github.com/rack/rack) from 3.0.11 to 3.0.12.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/commits/v3.0.12)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-13 23:26:03 +00:00
.github/workflows DEV: Update CI workflows (#142) 2023-01-10 19:17:49 +00:00
app DEV: Update plugin annotations (#213) 2024-10-25 09:48:52 +01:00
assets FEATURE: add "Votes" option to category topic list settings (#232) 2025-02-10 16:50:41 -05:00
config Update translations (#228) 2025-01-21 15:56:07 +01:00
db DEV: Promote historical post-deploy migrations (#229) 2025-01-24 11:50:41 -03:00
lib/discourse_topic_voting DEV: Scope topic voting tables to avoid confusion with post voting (#196) 2024-07-17 20:26:40 +08:00
spec DEV: Promote historical post-deploy migrations (#229) 2025-01-24 11:50:41 -03:00
test/javascripts/acceptance DEV: Bump dependencies and fix linting (#231) 2025-02-06 17:58:31 +01:00
.discourse-compatibility DEV: Pin version for Discourse <3.5.0.beta1-dev (#230) 2025-02-05 20:18:17 +01:00
.gitignore DEV: Remove Travis CI (#63) 2020-10-13 11:37:28 +02:00
.npmrc DEV: Switch to use pnpm (#212) 2024-10-14 13:56:04 +02:00
.prettierrc.cjs DEV: Update linting (#179) 2024-01-16 17:43:56 +01:00
.rubocop.yml DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
.streerc DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
.template-lintrc.cjs DEV: Update linting (#179) 2024-01-16 17:43:56 +01:00
Gemfile DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
Gemfile.lock Build(deps-dev): Bump rack from 3.0.11 to 3.0.12 (#233) 2025-02-13 23:26:03 +00:00
LICENSE.txt Add who voted to vote count 2016-03-17 15:47:02 -05:00
README.md DEV: Plugin rename (#126) 2022-11-02 13:42:06 +08:00
eslint.config.mjs DEV: Update eslint config (#215) 2024-11-19 11:31:55 +01:00
package.json DEV: Bump dependencies and fix linting (#231) 2025-02-06 17:58:31 +01:00
plugin.rb FIX: Care for nil counts when ordering (#205) 2024-08-12 16:26:13 +08:00
pnpm-lock.yaml DEV: Bump dependencies and fix linting (#231) 2025-02-06 17:58:31 +01:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:38 +02:00

README.md

Discourse Topic Voting

Adds the ability for voting on a topic within a specified category.

Topic discussing the plugin itself can be found here: https://meta.discourse.org/t/discourse-voting/40121