discourse/plugins/poll
Robin Ward 435a9913a4 REFACTOR: Replace global find with queryAll
In newer Embers jQuery is removed. There is a `find` but it only returns
one element and not a jQuery selector. This patch migrates our code to a
new helper `queryAll` which allows us to remove the global.
2020-10-29 14:45:51 -04:00
..
app FEATURE: Add the title attribute to polls (#10759) 2020-10-02 09:21:24 +02:00
assets FIX: pretty text allow list (#10977) 2020-10-28 13:22:06 +11:00
config Update translations (#11042) 2020-10-27 15:36:21 +01:00
db FEATURE: Add the title attribute to polls (#10759) 2020-10-02 09:21:24 +02:00
jobs/regular DEV: Upgrading Discourse to Zeitwerk (#8098) 2019-10-02 14:01:53 +10:00
lib FEATURE: Add the title attribute to polls (#10759) 2020-10-02 09:21:24 +02:00
spec FIX: Handle poll titles when headings are present (#10832) 2020-10-06 13:24:38 +02:00
test/javascripts REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
plugin.rb FEATURE: Add the title attribute to polls (#10759) 2020-10-02 09:21:24 +02:00