discourse/plugins/poll/lib
Jarek Radosz babbebfb35
FEATURE: Add the title attribute to polls (#10759)
Adds an optional title attribute to polls. The rationale for this addition is that polls themselves didn't contain context/question and relied on post body to explain them. That context wasn't always obvious (e.g. when there are multiple polls in a single post) or available (e.g. when you display the poll breakdown - you see the answers, but not the question)

As a side note, here's a word on how the poll plugin works:

> We have a markdown poll renderer, which we use in the builder UI and the composer preview, but… when you submit a post, raw markdown is cooked into html (twice), then we extract data from the generated html and save it to the database. When it's render time, we first display the cooked html poll, and then extract some data from that html, get the data from the post's JSON (and identify that poll using the extracted html stuff) to then render the poll using widgets and the JSON data.
2020-10-02 09:21:24 +02:00
..
tasks DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
polls_updater.rb FEATURE: Add the title attribute to polls (#10759) 2020-10-02 09:21:24 +02:00
polls_validator.rb FEATURE: Allow single option polls (#8853) 2020-02-05 08:03:27 -06:00
post_validator.rb FIX: Allow users to create polls in PMs with non human users (#9055) 2020-03-02 14:29:40 -05:00