Adds the ability for voting on a topic within a specified category in Discourse.
Go to file
Andrei Prigorshnev 2aa309b070
FEATURE: Improve blank page syndrome (#110)
2022-04-01 19:37:08 +04:00
.github/workflows DEV: Update CI workflows (#106) 2021-12-16 22:52:03 +00:00
app FIX: Delete votes associated with no user (#85) 2021-04-07 14:43:07 +03:00
assets FEATURE: Improve blank page syndrome (#110) 2022-04-01 19:37:08 +04:00
config FEATURE: Improve blank page syndrome (#110) 2022-04-01 19:37:08 +04:00
db/migrate DEV: Promote historic post-deploy migrations (#96) 2021-06-23 17:34:04 +01:00
lib/discourse_voting PERF: exclude vote fields in `topic-list-item` serializer for PMs. (#103) 2021-09-16 18:56:02 +05:30
spec FIX: add second order by column to preserve order while paging. (#109) 2022-03-04 10:03:39 +05:30
test/javascripts/acceptance FEATURE: Improve blank page syndrome (#110) 2022-04-01 19:37:08 +04:00
.discourse-compatibility FEATURE: Improve blank page syndrome (#110) 2022-04-01 19:37:08 +04:00
.eslintrc DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
.gitignore DEV: Remove Travis CI (#63) 2020-10-13 11:37:28 +02:00
.prettierrc DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
.rubocop.yml DEV: Add rubocop-discourse gem 2020-05-06 18:14:42 +02:00
.template-lintrc.js DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
Gemfile FIX: Stop trying to merge duplicate votes (#56) 2020-09-17 11:02:19 -05:00
Gemfile.lock Build(deps): Bump rexml from 3.2.4 to 3.2.5 (#86) 2021-05-02 17:07:23 +02:00
LICENSE.txt Add who voted to vote count 2016-03-17 15:47:02 -05:00
README.md Rename feature voting to voting 2017-03-06 15:38:26 -05:00
package.json DEV: prettier 2.2.1 (#77) 2021-01-27 10:45:24 +01:00
plugin.rb FIX: add second order by column to preserve order while paging. (#109) 2022-03-04 10:03:39 +05:30
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:38 +02:00
yarn.lock Build(deps): Bump ansi-regex from 4.1.0 to 4.1.1 (#112) 2022-03-31 11:55:45 +02:00

README.md

Discourse 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