User tests: Successful: Unsuccessful:
Pull Request for Issue #45484.
Remove call to 'toPunycode' in getSafeName which throws error for files with underscores
Nothing happens - see Issue
File is uploaded
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Labels |
Added:
PR-6.0-dev
|
I have tested this item 🔴 unsuccessfully on 48f40f8
I have tested this item ✅ successfully on 48f40f8
Title |
|
I have tested this item ✅ successfully on 48f40f8
I have test this successfully with: imageäöütest.jpg, acs-delivering_package2_copy.jpg and imageäöütest_pack_test.jpg all were uploaded with appropriate substitution.
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
RTC
Release Blocker
bug
|
this PR is not correct. Before this PR if you have a filename using ut8 characters it will be uploaded and cleanedwith this PR the file is simply not uploaded
Test by creating an image with the filename imageäöütest.jpgBefore this pr it will be saved as imageaoutest.jpgWith this pr nothing happens to the imageunrelated bug