drupal_form_submit() does not accept FormInterface objects
#1913084: Introduce a Form interface for building, validating, and submitting forms modified drupal_get_form() to accept either a string form ID or an object implementing FormInterface....
View ArticleCall-time pass-by-reference has been deprecated in drupal_load()
I'm sure this is something stupid I'm doing, but I'm out of tricks to find it.Deprecated function: Call-time pass-by-reference has been deprecated in drupal_load() (line 1101 of...
View Articledragtable.js sets incorrect weights
Repeatable: alwaysSteps to repeat: 1. create a table with three items, initial weights: -1,0,1 2. reorder the first 2, using drag and drop. (leave the third) 3. submit the new weightsExpected results:...
View ArticleConvert book's system_config_form() to SystemConfigFormBase
Sub-issue of #1924990: [meta] Convert all of system_config_form() to SystemConfigFormBase
View ArticleImages won't display in bartik theme sections
I have created a subtheme from the Bartik theme. I have basic pages created with each page that has a sidebar menu link. I have images in the header section and first sidebar section.When I click on...
View ArticleConvert forum's system_config_form() to SystemConfigFormBase
This is part of #1924990: [meta] Convert all of system_config_form() to SystemConfigFormBaseProblem/MotivationMore consistent use of SystemConfigFormBaseProposed resolutionConvert it to use...
View ArticleRename module CSS files to match new file naming convention
Problem/MotivationThe BAT (base-admin-theme) file organization we started to do in Drupal 8 was a fantastic idea. See http://drupal.org/node/1089868It works really well, but its names conflict with the...
View ArticleRename toolbar.config.yml to toolbar.settings.yml
Not sure it has some specific reasons, but all modules has the config file in [module name].settings.yml but toolbar.
View ArticleSmall optimization for search on modules page
Problem/MotivationAn optimization was noticed, in the issue about adding search to tests lists. #1919470-6: Add a search field to the test overview pageProposed resolutionReplicate optimization for the...
View ArticleConvert t() to format_string that added class to the description, when search...
Problem/Motivationt() only has replacement vars. +++ b/core/modules/simpletest/simpletest.pages.incundefined@@ -149,11 +171,11 @@ function theme_simpletest_test_table($variables) {+Â Â Â Â Â Â Â 'data' =>...
View ArticleTypo in MenuListController
Hi,There's a typo in MenuListController.php: $operatuins instead of $operations. Since everything is correct on the screen, I assume the line is useless. Anyway, I'll provide both patches (one, that...
View ArticleToolbar tabbing issues
I just noticed that there are issues with tabbing through the new administrative menu for Drupal 8. I was able to toggle the horizontal orientation for the menu. The issue is with trying to tab into...
View Article"Tip" plugins managed by TourManager ??
It's fairly confusing that "Tip" plugins (TipPluginBase, TipPluginInterface...) are managed by TourManager rather than TipPluginManager...FooBarPlugin <--> FooBarPluginManager, no ?
View ArticleAdd footer for theme_table()
There is no way add <tfoot> tag, I think we should cover that.
View ArticleAdd documentation for REST link relations
Problem/MotivationThere is no human readable documentation for a REST API.Proposed resolutionProvide documentation for link relations. For example, see http://haltalk.herokuapp.com/rels/posts. When a...
View ArticleConvert rest's system_config_form() to SystemConfigFormBase
Sub-issue of #1924990: [meta] Convert all of system_config_form() to SystemConfigFormBase
View Articleoptimize taxonomy_check_vocabulary_hierarchy()
taxonomy_check_vocabulary_hierarchy() is horribly inefficient as it calls taxonomy_get_tree() in order to check the parents.Also, it seems that the only reason $changed_term is needed is because of the...
View ArticleUse of slaves breaks site
The Database namespace is not imported into the system.module, causing the following code in system.module to produce a fatal error:Database::ignoreTarget('default', 'slave');Patch coming up...
View ArticleConvert system's system_config_form() to SystemConfigFormBase
Sub-issue of #1924990: [meta] Convert all of system_config_form() to SystemConfigFormBase
View ArticleProvide a "original filename" field for file entity.
This is a follow-up for #1842718: Use new Transliteration functionality in core, which in turn is a follow-up task for #567832: Transliteration in core.Posted by andypost on February 23, 2013 at...
View Article