Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
language system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2014 at 19:12 UTC
Updated:
8 Dec 2014 at 18:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
penyaskitoComment #2
penyaskitoComment #5
penyaskitoComment #6
penyaskitoComment #8
penyaskitoComment #10
penyaskitoShould be green.
Comment #11
penyaskitoReplaced language_get_default_configuration() calls.
Comment #13
penyaskitoUse ContentLanguageSettings in the language_configuration element and forms.
Comment #15
penyaskitoFix VocabularyLanguageTest
Comment #16
penyaskitoRemoved completely
language_get_default_configuration()Comment #18
penyaskitoTricky call in node form... It was not a hook!
Comment #19
penyaskitoComment #20
penyaskitoThis was a pattern, moved that to hook_form_alter. Removing code++
Comment #22
penyaskitoOk, we only need to alter if the entity is translatable.
Comment #24
penyaskitoOk, we only need to alter if the entity TYPE is translatable.
Comment #25
penyaskitoWe can remove code in BlockContentForm too.
Comment #26
penyaskitoUse assertTrue when possible.
Comment #27
penyaskitoPosted patch #2355909-117: language.settings config is not scalable on main issue.
Comment #29
penyaskitoParent has been committed.