discourse/plugins/discourse-post-voting
Jarek Radosz 506c233c78
DEV: Don't use fab! for non-ActiveRecord model objects (#39272)
should fix a flake or two (`fab!` was making guardian state leak between
specs)
2026-04-15 00:52:34 +02:00
..
app FIX: Check post visibility before allowing comment creation (#38348) 2026-03-09 15:02:23 +03:00
assets DEV: Migrate post-voting category settings outlet to FormKit (#38752) 2026-03-23 10:19:51 +01:00
config I18N: Update translations (#38683) 2026-03-18 12:06:56 +01:00
db/migrate
extensions
lib FIX: Missing visibility authorization in flag allows flagging comments in inaccessible topics (#37856) 2026-02-17 16:28:31 +11:00
spec DEV: Don't use fab! for non-ActiveRecord model objects (#39272) 2026-04-15 00:52:34 +02:00
test/javascripts/acceptance FIX: resolve localized tag names via ID when creating or editing topics (#39026) 2026-04-02 13:42:55 +08:00
package.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00
plugin.rb FIX: update post voting for new JSON encoding (#39206) 2026-04-14 11:55:27 -05:00
README.md
tsconfig.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00

Discourse Post Voting

Discourse Post Voting allows the creation of topics with votable posts.

image

Please refer to https://meta.discourse.org/t/227808 for more info!

Contributions

Special thanks to Pavilion for building https://github.com/paviliondev/discourse-question-answer which this plugin took inspirations from.