discourse/plugins/poll/spec
Bianca Nenciu 96a16123d8
FIX: Generate unique HTML heading names (#12705)
Headings with the exact same name generated exactly the same heading
names, which was invalid. This replaces the old code for generating
names for non-English headings which were using URI encode and resulted
in unreadable headings.
2021-04-16 10:54:19 +03:00
..
controllers FIX: Force string conversions to UTF-8 "bytes" (#11315) 2020-11-23 17:51:05 +01:00
db/post_migrate DEV: Improve flaky time-sensitive specs (#9141) 2020-03-10 22:13:17 +01:00
integration DEV: Use response.parsed_body in specs (#9615) 2020-05-07 17:04:12 +02:00
jobs/regular DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
lib FIX: Generate unique HTML heading names (#12705) 2021-04-16 10:54:19 +03:00
models FIX: Avoid exception when rendering a poll in a trashed post 2020-04-28 14:43:09 +01:00
requests DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
serializers FIX: hides votes from regular users when poll is staff only (#11342) 2020-11-24 22:19:06 +01:00