discourse/script/bulk_import
Gerhard Schlager 41afbca529 FIX: Import of poll options didn't work correctly
We need to escape text that looks like Markdown within options and use `DiscoursePoll::Poll.extract` to generate HTML and the digest for options. Unfortunately our implementation of md5 in JS is slightly different from Ruby's md5. Also, extracted HTML can contain HTML entities, curly quotes, etc. that isn't in the original option text.
2024-12-12 00:44:47 +01:00
..
base.rb FIX: Import of poll options didn't work correctly 2024-12-12 00:44:47 +01:00
discourse_merger.rb DEV: Bump rubocop_discourse (#29608) 2024-11-06 06:27:49 +08:00
generic_bulk.rb FIX: Import of poll options didn't work correctly 2024-12-12 00:44:47 +01:00
phpbb_postgresql.rb DEV: Bump rubocop_discourse (#29608) 2024-11-06 06:27:49 +08:00
uploads_importer.rb DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
uploads_importer.yml DEV: Uploads import script can download files (#26816) 2024-05-04 22:48:16 +02:00
vanilla.rb DEV: Bump rubocop_discourse (#29608) 2024-11-06 06:27:49 +08:00
vbulletin.rb DEV: Bump rubocop_discourse (#29608) 2024-11-06 06:27:49 +08:00
vbulletin5.rb DEV: Bump rubocop_discourse (#29608) 2024-11-06 06:27:49 +08:00