- πͺπ¨Ecuador jwilson3
The core feature set has now been released in Drupal 10.2. I've added an appropriate message relaying this information on the project page per the request in π Clarfy that this feature was added in Drupal 10.2 Active .
Let's use this issue to track:
- Gap analysis with core. For example, the simplification of strings like
_-_
is missing, are there others?) - File core follow-ups to request missing features, and
- if necessary, refactor this module to be built on top of core to cover the gaps, and release a new version.
- Gap analysis with core. For example, the simplification of strings like
- πͺπ¨Ecuador jwilson3
Regarding gap analysis:
I had forgotten already that I myself helped refactor the complicated list of checkboxes now offered in the core feature and the problem space covered by this module, and the approximate verbiage now used in core, came from this module:
Core:
Replace sequences of dots, underscores and/or dashes with the replacement character
This module:
Reduce duplicate separators - Sequences of underscores, dashes, and periods are simplified to a single character.
Test in core:
https://git.drupalcode.org/project/drupal/-/commit/56e1b484f31af44fabd60...
'Test transliteration, replace (-), replace sequences of dots, underscores and/or dashes with the replacement character' => [ 'abc. --_._-- .abc.jpeg', 'abc. - .abc.jpeg', [TRUE, '-', FALSE, FALSE, TRUE, FALSE], ],
I think in this case we can work on simply marking this module as obsolete and deprecated similar to what transliterat_filename module is doing in π Deprecate this module in favor of core functionality (>=10.2) Fixed .
- Merge request !3Issue #3238461 by jwilson3, PhilY, Grevil, Anybody: Deprecate Filename... β (Merged) created by jwilson3
- π©πͺGermany Anybody Porta Westfalica
jwilson3 β credited Anybody β .
- πͺπ¨Ecuador jwilson3
Applied issue summary template since we're pointing folks to this issue from the project page.
- πͺπ¨Ecuador jwilson3
To maintain complete feature parity, it is highly recommended to enable all filename sanitization options provided by core in File system settings.
Users see the following warning message when core filename transliteration is enabled, but other sanitizations are not enabled:
When all core filename sanitizations are enabled, you'll see the following message:
- πͺπ¨Ecuador jwilson3
If the user has updated to Drupal 10.2 but has not yet disabled the module and has not enabled core Transliteration, they'll see the following warning in Status Report:
- Status changed to Needs review
10 months ago 4:46am 17 January 2024 -
jwilson3 β
committed 67c3312e on 1.0.x
Issue #3238461 by jwilson3, PhilY, Grevil, Anybody: Deprecate Filename...
-
jwilson3 β
committed 67c3312e on 1.0.x
-
jwilson3 β
committed 67c3312e on 1.1.x
Issue #3238461 by jwilson3, PhilY, Grevil, Anybody: Deprecate Filename...
-
jwilson3 β
committed 67c3312e on 1.1.x
- πͺπ¨Ecuador jwilson3
This has been merged to both 1.0.x and 1.1.x branches, in case someone is on a dev version and wants to update.
This will also be included in the module's final release version 1.2.0
- Status changed to Fixed
10 months ago 5:48am 17 January 2024 - π©πͺGermany Anybody Porta Westfalica
PS: Perhaps you could add just one sentence to the yellow box on the project page:
sth. like "Configure your Drupal Core Tranliteration settings at /admin/config/media/file-system (Drupal 10.2+)"
- π©π°Denmark ressa Copenhagen
Cool @jwilson3, it's the first time I see a Change record for a contrib module, but it totally makes sense.
Automatically closed - issue fixed for 2 weeks with no activity.