discourse/plugins/poll
Sérgio Saquetim ad3a2df0a4
DEV: Replace Ember's deprecated mapBy with standard .map (#34963)
Replaces usages of `mapBy` across the codebase with JavaScript's native
`.map`. This resolves deprecation warnings related to Ember's array
extensions and ensures compatibility with future Ember versions.

---------

Co-authored-by: Jarek Radosz <jradosz@gmail.com>
2025-09-26 12:59:35 -03:00
..
app DEV: Normalize route and namespace setup in plugins (#34962) 2025-09-25 12:35:29 +02:00
assets DEV: Replace Ember's deprecated mapBy with standard .map (#34963) 2025-09-26 12:59:35 -03:00
config DEV: Normalize route and namespace setup in plugins (#34962) 2025-09-25 12:35:29 +02:00
db/migrate FEATURE: dynamic poll support (#34368) 2025-08-19 16:43:36 +10:00
jobs/regular DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
lib DEV: Remove an obsolete poll migration task (#34990) 2025-09-26 09:52:47 +08:00
spec FEATURE: dynamic poll support (#34368) 2025-08-19 16:43:36 +10:00
test/javascripts FEATURE: dynamic poll support (#34368) 2025-08-19 16:43:36 +10:00
plugin.rb DEV: Normalize route and namespace setup in plugins (#34962) 2025-09-25 12:35:29 +02:00