Download & Extend

l10n_update should remove its variables upon uninstall

Project:Localization update
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Title says everything, code is golden, patch is platinum.

AttachmentSize
l10n_update-uninstall_variables.patch915 bytes

Comments

#1

Status:needs review» needs work

Maybe its best to do the wildcard variable deletion pattern here, since this module is in possibly heavy development and could add/change variables. The db_query('DELETE FROM {variable} .... LIKE 'l10n_update%'"); pattern, I mean, which is used in some contrib modules.

#2

Status:needs work» needs review

Patch updated accordingly.

AttachmentSize
l10n_update-833556-2.patch 651 bytes

#3

Status:needs review» fixed

Looks good, committed, thank you.

#4

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.