Follow-up to #2595485: Downloaded incorrect project versions

Problem/Motivation

When files are removed from the translation files directory or after upgrade from Drupal 6 to 7 the corresponding records are not removed from the l10n_update_file table.

As shown in the reference case the database table still has incorrect (outdated) urls in l10n_update_file.fileurl column. This still needs a fix.

a

Proposed resolution

Remaining tasks

to be determined

User interface changes

none

API changes

none

Data model changes

none

Comments

hass created an issue. See original summary.

hass’s picture

Title: Downloaded incorrect project versions » l10n_update_file.fileurl value has outdated D6 url in D7 system
Sutharsan’s picture

Title: l10n_update_file.fileurl value has outdated D6 url in D7 system » Remove outdated records from l10n_update_file table
Category: Bug report » Task
Issue summary: View changes

I expect that the problem only occurs when files are removed from the translation files directory or after upgrade from Drupal 6 to 7. Can you confirm?

Changing from bug to task, as the normal working of the module is not affected. It is only polluting the database table.

Sutharsan’s picture

hass’s picture

That may be possible. I have upgraded from D6 for sure. Is the column still used? I guess not really.

Sutharsan’s picture

Category: Task » Feature request