Adds the ability for voting on a topic within a specified category in Discourse.
Go to file
David Taylor 835b3580b7
FIX: Skip migrating null/blank custom field values in migrations
2020-09-09 17:00:56 +01:00
app FIX: move data to separate tables (#52) 2020-08-17 15:01:33 +10:00
assets DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
config Update translations 2020-09-09 15:00:39 +00:00
db/migrate FIX: Skip migrating null/blank custom field values in migrations 2020-09-09 17:00:56 +01:00
lib/discourse_voting FIX: dont error when topic without category 2020-08-17 16:18:16 +10:00
spec FIX: dont error when topic without category 2020-08-17 16:18:16 +10:00
.eslintrc DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
.gitignore DEV: apply coding standards (#54) 2020-09-04 13:20: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
.travis.yml DEV: Enable Travis CI. 2019-10-08 12:48:55 +03:00
Gemfile DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:38 +02:00
Gemfile.lock DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:38 +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: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
plugin.rb FIX: backwards compatibility with stable discourse 2.5.0 (#53) 2020-08-18 10:26:10 +10:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:38 +02:00
yarn.lock DEV: apply coding standards (#54) 2020-09-04 13:20:28 +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