Adds the ability for voting on a topic within a specified category in Discourse.
Go to file
Nat a81b74df30
DEV: Fix migration that renamed site settings
2024-08-07 11:09:16 +08:00
.github/workflows DEV: Update CI workflows (#142) 2023-01-10 19:17:49 +00:00
app DEV: Scope topic voting tables to avoid confusion with post voting (#196) 2024-07-17 20:26:40 +08:00
assets DEV: Scope topic voting tables to avoid confusion with post voting (#196) 2024-07-17 20:26:40 +08:00
config DEV: Scope topic voting tables to avoid confusion with post voting (#196) 2024-07-17 20:26:40 +08:00
db DEV: Fix migration that renamed site settings 2024-08-07 11:09:16 +08: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: Remove query to make sure topic vote counts are deleted when topics are deleted (#201) 2024-08-03 00:16:59 +08:00
test/javascripts/acceptance DEV: Update linting (#179) 2024-01-16 17:43:56 +01:00
.discourse-compatibility DEV: Pin plugin for Discourse < 3.4.0.beta1-dev (#198) 2024-08-02 17:13:39 +08:00
.eslintrc.cjs DEV: Update linting (#179) 2024-01-16 17:43:56 +01:00
.gitignore DEV: Remove Travis CI (#63) 2020-10-13 11:37:28 +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 rexml from 3.2.8 to 3.3.3 (#199) 2024-08-05 13:19:29 +02: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
package.json DEV: Update rubocop-discourse to version 3.8.0 (#190) 2024-05-28 11:52:45 +02:00
plugin.rb DEV: Scope topic voting tables to avoid confusion with post voting (#196) 2024-07-17 20:26:40 +08:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:38 +02:00
yarn.lock Build(deps): Bump braces from 3.0.2 to 3.0.3 (#192) 2024-06-16 22:29:25 +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