Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
locale.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Dec 2012 at 11:03 UTC
Updated:
29 Jul 2014 at 21:38 UTC
Noticed in #1804702-77: Display interface translation status
Disabling tamper lead to errors like
Notice: Undefined index: wysiwyg in locale_translation_status() (line 620 of core/modules/locale/locale.pages.inc).
Notice: Trying to get property of non-object in locale_translation_status() (line 620 of core/modules/locale/locale.pages.inc).
gives these 3 lines (core, tamper, wysiwyg) in the expanded details:
Drupal core (8.x-dev). No translation files are provided for development releases.
(no version). File not found at http://ftp.drupal.org/files/translations/8.x/locale_tamper/locale_tamper-.af.po nor at translations://locale_tamper-.af.po
(7.x-2.1+28-dev). No translation files are provided for development releases.
The name for tamper project (and wysiwyg project which tamper provided?) are missing, but I think both of those whole lines should be gone.
after uninstalling block and tamper,
in the expanded details it says:
No updates found for 2 projects
Drupal core (8.x-dev). No translation files are provided for development releases.
(7.x-2.1+28-dev). No translation files are provided for development releases.
[note a fix in other issue makes it say Drupal core]

Do not check and do not list projects that have been disabled or uninstalled.
No UI changes.
No API changes anticipated.
Comments
Comment #1
sutharsan commentedThis is only related to Locale Tamper module which does thing quick and dirty. It forces a list of modules upon Locale module but the modules don't exist. Normal modules are uninstalled, but Locale Tamper does not take care of this. IMHO this is not a core issue and a won't fix for Locale Tamper.
Comment #2
yesct commentedthat makes sense.
Comment #2.0
yesct commentedUpdated issue summary subheadings