Closed (fixed)
Project:
Transliterate filenames for uploads
Version:
2.0.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2023 at 16:31 UTC
Updated:
3 Nov 2025 at 06:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
anybodyComment #3
anybodyComment #4
anybodyComment #5
anybodyWe could also think about automating the migration to the core settings releasing a 3.x version, which transfers the configuration from this module to the
file.settingscore config and afterwards uninstalls itself. What do you think?Other deprecated modules which were merged into core or other contrib modules, did similar in the past.
Comment #6
grevil commentedLet's do that in a follow-up issue! If needed!
Comment #8
grevil commentedI don't think we should do that, since Drupal 10.0.x and Drupal 10.1.x will then be still in use. These instances will also have the deprecation notice then if we use the
approach in the info.yml. This can be quite confusing.
I guess the current implementation should be enough. Otherwise we could create a ^10.2.x only version and use the lifecycle properties, but I don't think that is necessary.
Please review!
Comment #9
grevil commentedComment #10
anybody@Grevil: Thanks, just one comment for clarification on the module overview page.
Afterwards RTBC!
Comment #11
anybodyCould you ping the last active maintainer please to take a look at this issue? No maintainer activity here yet.
Also a note should be added to the module page and the module status should be changed.
Comment #12
grevil commentedDone, please review again.
Comment #13
grevil commentedI send https://www.drupal.org/u/adubovskoy an email!
Comment #14
anybodyPerfect!
@Maintainers: Also a note should be added to the module page and the module status should be changed.
Comment #17
adubovskoy commented@Grevil, @Anybody thank you for your input! The module page is updated.
Comment #19
joegl commentedIf we're uninstalling this module and using the new "Sanitize filenames" settings at /admin/config/media/file-system, I assume we'd want to enable all the options and leave the Replacement Character as the dash? Thanks!
Comment #20
jonhattanyes, we want to enable all options. See https://git.drupalcode.org/project/transliterate_filenames/-/blob/8.x-1....