discourse/plugins/poll
Bianca Nenciu 573a71fdd9
DEV: Do not skip pages when loading polls (#13649)
In some conditions, pages were skipped. This was implemented in the past
in f490a8d, but then reverted in 04ec543, because sometimes it was stuck
reloading the first page.

The code that loads more results was simplified and a lot of duplicate
code was removed. The logic to remove users who changed their vote was
also introduced again, but just for the regular polls.
2021-07-07 13:06:08 +03:00
..
app DEV: Remove with_deleted workarounds for old Rails version (#11550) 2020-12-22 10:38:59 +11:00
assets DEV: Do not skip pages when loading polls (#13649) 2021-07-07 13:06:08 +03:00
config Update translations (#13565) 2021-06-29 16:02:02 +02:00
db/migrate DEV: Promote historic post_deploy migrations 2021-06-23 17:43:38 +01: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 DEV: An endpoint to check if the current user voted in a poll. (#13648) 2021-07-06 14:46:34 -03:00
test/javascripts DEV: Do not skip pages when loading polls (#13649) 2021-07-07 13:06:08 +03:00
plugin.rb DEV: An endpoint to check if the current user voted in a poll. (#13648) 2021-07-06 14:46:34 -03:00