- 🇺🇸United States smustgrave
With D7 shutting down in a few weeks I'm triaging the D7 queue of scanner. Will leave bugs open for a bit longer and maybe, if the other committers want to, do a final D7 version release of scanner
Use the Batch API for all replacement processing.
Hi,
this patch:
1) adds support for languages (ability to select which node language to use when searching for strings).
2) fixes the problem mentioned here:
https://www.drupal.org/node/2616640 →
3) introduces the use of the batch API to prevent timeout problems on large replacement tasks
About the point 2, I think the problem mentioned in the bug is due the fact that the module assumes the field value language is always the same as the node language.
The path looks if the content of a field being replaced is actually using the node language or just 'und'.
Thanks
Giulio
Closed: outdated
1.0
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
With D7 shutting down in a few weeks I'm triaging the D7 queue of scanner. Will leave bugs open for a bit longer and maybe, if the other committers want to, do a final D7 version release of scanner