Content language settings configuration page needs to determine what entities...
Problem/MotivationNoticed during #1945226-38: Add language selector on menus that there should be a way to have things on the language settings wizard/workflow page:...
View ArticleDrop node_entity_info_alter() as unused
Node already has translation" = "Drupal\node\NodeTranslationController" in annotation
View ArticleContent:encoded and summary tags should only overwrite description tag if...
There is currently no check to determine if the description tag is empty, therefore it gets overwritten by content:encoded, summary, and content respectively (if they are present).The comment: // Atom...
View ArticleAdd load arguments to the list of returned values from _menu_load_objects().
Problem/Motivationmenu_get_item returns all information about a given menu item except for the load arguments which are used to load a wildcard object.Proposed resolutionAdd an entry in...
View ArticleSearch results' link should use the node's language to get the alias
API page: http://api.drupal.org/api/drupal/modules%21node%21node.module/function/n...Using Drupal 7.18 (I think this is also an issue for 7.x-dev), with locale and i18n. I have setup nodes that are...
View Articlephp scripts/run-tests.sh not running the tests, but no error given and all...
Running tests in the front end works fine, but via the command line, with or without sudo, I get an empty result with no warnings or errors, but the tests do not execute.Does anyone know where I could...
View ArticleClean up Administrative name and description
We can probably simplify this, so the labels describe the function. I am not sure if writing it like this is grammatically correct. BeforeAfterAttachmentSizeStatusTest...
View ArticleClean up css in vertical tabs
Remove qualified element selectors in vertical-tabs by removing unneeded div, ul and li selectors in vertical-tabs css in seven and misc.Remove from both(!) vertical-tabs.css in seven and misc, the...
View ArticleConvert taxonomy admin path to follow other core
Problem/MotivationCurrently taxonomy use custom admin/structure/taxonomy/{vocabulary}/edit path that does not allow use of add/edit names and have a test for that. Other core parts uses...
View ArticleConvert block/add/{%custom_block_type} to Controller
Part of #1971384: [META] Convert page callbacks to controllers
View ArticleConvert block/add to Controller
Part of #1971384: [META] Convert page callbacks to controllersRelated issues:#1978166: Convert block/add/{%custom_block_type} to Controller
View Article_menu_link_translate() should call _menu_load_objects() just-in-time
When building the menu tree using _menu_link_translate(), function _menu_load_objects() is called too often or too few. Attached patch resolved the problem, not only the symptom: _menu_load_objects()...
View ArticleAllow for optional dependencies
If your module depends on the service of another module , we do not have a very good way to get injection currently. You can't just add it as an argument. You would need to write something...
View ArticleFetch user's 'data' field when loading comments
Sometimes important user information is stored in user's 'data' field in serialized form. When comment is loaded only certain user fields like 'name', 'signature', 'signature_format', 'picture' are...
View ArticleREST export views preview needs to escape the JSON output
Not sure if this is critical or not, starting at major.When previewing a view showing nodes with headings and links and such in them, the result is pretty effing hilarious:...We oughtta wrap that...
View ArticleConvert layout_page_list to a Controller
Part of #1971384: [META] Convert page callbacks to controllersFor instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.
View ArticleConvert layout_page_view to a Controller
Part of #1971384: [META] Convert page callbacks to controllersFor instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.
View ArticleConvert comment_permalink() to a Controller
For instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.Meta issue: #1971384: [META] Convert page callbacks to controllers
View ArticleConvert locale_translate_page to a Controller
Part of #1971384: [META] Convert page callbacks to controllersFor instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.
View ArticleConvert locale_translate_import_form to a Controller
Part of #1971384: [META] Convert page callbacks to controllersFor instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.
View Article