discourse/plugins/poll
Jarek Radosz fe588cc7f8
DEV: Fix function prototype deprecations (#8681)
* DEV: Fix the function prototype observers deprecation

DEPRECATION: Function prototype extensions have been deprecated, please migrate from function(){}.observes('foo') to observer('foo', function() {}). [deprecation id: function-prototype-extensions.observes] See https://deprecations.emberjs.com/v3.x/#toc_function-prototype-extensions-observes for more details.

* DEV: Fix the function prototype event listeners deprecation

DEPRECATION: Function prototype extensions have been deprecated, please migrate from function(){}.on('foo') to on('foo', function() {}). [deprecation id: function-prototype-extensions.on] See https://deprecations.emberjs.com/v3.x/#toc_function-prototype-extensions-on for more details.

* DEV: Simplify `default as` imports

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2020-01-16 18:56:53 +01:00
..
app FIX: everyone can see poll results when on_vote and closed (#8613) 2019-12-24 08:04:35 +11:00
assets DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
config FIX: Add a blank poll options validation (#8652) 2020-01-03 15:09:36 +01:00
db FEATURE: Pie chart option for poll results (#8352) 2019-11-25 11:51:01 -06:00
jobs/regular DEV: Upgrading Discourse to Zeitwerk (#8098) 2019-10-02 14:01:53 +10:00
lib FIX: Add a blank poll options validation (#8652) 2020-01-03 15:09:36 +01:00
spec FIX: Add a blank poll options validation (#8652) 2020-01-03 15:09:36 +01:00
test/javascripts FIX: Remove 'staff_only' results option for non-staff (#8565) 2019-12-17 13:43:15 -08:00
plugin.rb FEATURE: Pie chart option for poll results (#8352) 2019-11-25 11:51:01 -06:00