Adds the ability for voting on a topic within a specified category in Discourse.
Go to file
Jarek Radosz 17f48ec3ee
DEV: Actually fix deprecation
Continuation of 8b0b6ec0c2 :P
2020-07-06 22:23:08 +02:00
.tx Update translations 2018-09-10 14:06:14 -04:00
app FIX: Use top-level namespace for base classes (#45) 2019-10-02 14:30:27 +10:00
assets DEV: Actually fix deprecation 2020-07-06 22:23:08 +02:00
bin Add frozen string literal comment to files. 2019-05-13 11:11:19 +08:00
config Update translations 2020-06-24 11:42:49 -04:00
db/migrate Make Rubocop happy 2019-07-29 21:28:47 -04:00
spec FIX: Move archived votes when merging topics (#50) 2020-05-26 13:10:13 +03:00
.eslintrc FIX: when selecting "votes" it would not be selected 2019-11-05 16:14:13 +11:00
.gitignore DEV: Add rubocop-discourse gem 2020-05-06 18:14:42 +02:00
.rubocop.yml DEV: Add rubocop-discourse gem 2020-05-06 18:14:42 +02:00
.travis.yml DEV: Enable Travis CI. 2019-10-08 12:48:55 +03:00
Gemfile DEV: Add rubocop-discourse gem 2020-05-06 18:14:42 +02:00
Gemfile.lock DEV: Add rubocop-discourse gem 2020-05-06 18:14:42 +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
plugin.rb FIX: Move archived votes when merging topics (#50) 2020-05-26 13:10:13 +03: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