discourse/lib/backup_restore
Blake Erickson c8661674d4 FIX: Empty backup names with unicode site titles
If a site title contains unicode it may end up with an empty backup
filename because of the rails `parameterize` method we are calling.

This fix ensures that the backup filenames default to "discourse" if the
parameterized site title is empty.

Bug reported [here][1].

[1]: https://meta.discourse.org/t/backup-checksum-and-backup-name-missing-when-unicode-site-name/123192?u=blake
2019-07-17 17:07:10 -06:00
..
backup_restore.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
backup_store.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
backuper.rb FIX: Empty backup names with unicode site titles 2019-07-17 17:07:10 -06:00
local_backup_store.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
restorer.rb FIX: backups taken by pg_dump >= 11 are nonportable (#7893) 2019-07-15 18:07:44 -04:00
s3_backup_store.rb FEATURE: Support private attachments when using S3 storage (#7677) 2019-06-06 13:27:24 +10:00