- 🇺🇸United States smustgrave
This issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request → as a guide.
Think the method should be deprecated first right? This could break existing sites.
Still needs a change record.
- last update
almost 2 years ago 30,368 pass - last update
almost 2 years ago CI aborted - last update
almost 2 years ago 29,396 pass, 2 fail - Status changed to Needs review
almost 2 years ago 12:39pm 2 August 2023 - last update
almost 2 years ago 29,940 pass, 1 fail - 🇷🇴Romania alex.stanciu
Added a deprecation notice and created a (draft) change record https://www.drupal.org/node/3378735 →
The last submitted patch, 99: 2449895_99.patch, failed testing. View results →
- last update
over 1 year ago 28,520 pass, 1 fail - last update
over 1 year ago 29,680 pass, 1 fail - last update
over 1 year ago 30,552 pass, 1 fail - Status changed to Needs work
about 1 year ago 6:41pm 14 March 2024 - 🇨🇦Canada benoit.borrel
For info, patch #92 → worked for me.
Config: PHP 8.3.3, Drupal 10.2.3. - last update
about 1 year ago 29,723 pass Confirming patch #92 works on PHP 8.1.28 / Drupal 10.2.6.
Unfortunately patch #99 did not work.
- 🇨🇦Canada andrew.wang
Confirming patch #92 works on PHP 8.3.10 / Drupal 10.3.10.
- Status changed to Needs review
about 1 month ago 12:05pm 31 March 2025 - 🇷🇺Russia ilya.no
Uploading patch for D11. Couldn't produce interdiff due to `Whitespace damage detected in input`. But basically it's the same with #92. I've only removed : void from importPoFile().
- 🇺🇸United States smustgrave
Have not reviewed but fixes should be in MRs please.
- Merge request !12000Issue #2449895: Imported PO files have no public URL but have a link at admin/content/files → (Open) created by tobiasb
- 🇩🇪Germany tobiasb Berlin
I added the changes from 104 + native typehint. But then I saw getExternalUrl was removed, which I added again.
- 🇩🇪Germany tobiasb Berlin
Rethinking.
Based on LocalStream -> getExternalUrl-> exception -> yes please.
Based on PrivateStream -> getExternalUrl -> exception -> why?Removing
\Drupal\locale\StreamWrapper\TranslationsStream::getExternalUrl
would use\Drupal\Core\StreamWrapper\PrivateStream::getExternalUrl
then and no Change record is required.I need to review it in a real drupal installation.
- 🇩🇪Germany tobiasb Berlin
So with PrivateStream and
\Drupal\Core\StreamWrapper\PrivateStream::getExternalUrl
the view links tosystem/files/my.po
, which does not exists, but that is ok. The file is then removed, whenfile_cron
cleanups temporary files.Better would be. Upload file -> import translation -> remove file. But this is out of scope.