Rename assertIdentical() to assertSame() for better compatibility with PHPUnit
I noticed in #1935922: Convert PhpStorage tests to phpunit there's a lot of renaming from assertIdentical() in simpletest to assertSame() in PHPUnit.We should probably rename this function wholesale...
View ArticleMove all tests to a Drupal\Tests\* namespace?
I noticed in #1935922: Convert PhpStorage tests to phpunit it's doing a lot of this: /**Â * @file- * Definition of Drupal\system\Tests\PhpStorage\FileStorageTest.+ * Definition of...
View ArticleTable borders look broken
For the /admin/structure/block, and other pages with tables the borders look really strange and broken and sometimes color mismatches.Description for borders behaviour: - bottom border of rows in table...
View Articlenode_theme() doesn't declare the file for theme_node_admin_overview()
node_theme() doesn't declare the file that theme_node_admin_overview() lives in.This doesn't cause a problem for node module, since it only invokes that theme function from inside that file.But it's a...
View Articlereorder the paramters of module_load_include() to make sense
I'm surely not the only person who finds this order of params impossible to remember: // Load node.admin.inc from the node module. module_load_include('inc', 'node', 'node.admin');Let's pick that...
View ArticleIncorporate the 1st comment from the file_save_upload() documentation,...
API page: http://api.drupal.org/api/drupal/includes%21file.inc/function/file_save_... API page: http://api.drupal.org/api/drupal/developer!topics!forms_api_reference.html/7#fileIt took a good bit of...
View ArticleNo way to place js at the top of page['page_bottom'] using hook_js_alter in...
1. some Drupal modules use hook_page_alter to add js to the $page['page_bottom'] region.$page_bottom and $page['page_bottom'] are explained here: http://drupal.org/update/modules/6/7#hook_footer2. I...
View ArticleAdd language selector on menus
ProblemDrupal understands the language of configuration in Drupal 8, and translation to other languages (as well as possible other contributed functionality) depends on the language of configuration....
View ArticleRepetitive config in breakpoint.module
See #1912308-28: Create configuration schemas for breakpoint module@todo: Fill this out properly.
View ArticleCan Symfony .yml exporter export integer/boolean values *without* quotes in...
Follow up for #1930226: Update integer/boolean values with quotes in configuration files. and @webchick's comment on #1938570-11: Make views active config save format match the default yml file (order...
View Articlehook_library_info() diet
Because all script dependencies are/should be declared, the 'weight' key in library files declaration is now useless.State of the patch: Everything seems to be working Was a problem with dependencies...
View ArticleAllows fields to be stored by entity type instead of name.
Problems / MotivationsCurrently, if we want to have an entity with a field 'title', it is very difficult to do in practice (not technically) because it will create potential naming conflict if another...
View ArticleRename \Drupal\system\Tests\System\SystemConfigFormBase to...
We have \Drupal\system\SystemConfigFormBase, but we have a naming clash with the pre-existing test class.AttachmentSizeStatusTest resultOperationsSystemConfigFormTestBase.patch3.51 KBIdlePASSED:...
View Articlechange __call(__FUNCTION__ strangeness to direct calls
Follow up for #1446382-27: Need a reliable way to determine if a specific bundle for an entity type is translatable through #33Problem/Motivation+++...
View Articleerror messages on admin page for picture mappings
screenshot attached clean installation latest dev first time visit of admin pageAttachmentSizeStatusTest resultOperationsd8_picture_mapping_error.JPG84.83 KBIgnored: Check issue status.NoneNone
View ArticleConvert book_admin_overview to a new-style Controller
Convert this page callback to a new-style Controller, using the instructions on http://drupal.org/node/1800686
View ArticleConvert book_admin_edit to a new-style FormInterface implementation
Convert this page callback to a new-style implementation, using the instructions on http://drupal.org/node/1800686
View ArticleConvert config_admin_import_form to a new FormInterface implementation and...
Convert this page callback to a new-style FormInterface implementation, using the instructions on http://drupal.org/node/1800686
View Article[meta] Convert all of confirm_form() to ConfirmFormBase
#1938600: Add a FormInterface replacement for confirm_form() adds a base class to allow FormInterface to mimic confirm_form(). We should convert all of them to it. This is the meta for that. Please see...
View ArticleMETA: Tour module
OverviewThis META task is to be used to provide an overview of the progress on Tour.module.Tasks of mention#1921152: META: Start providing tips for other core modules.#1942576: Demonstrate a multipage...
View Article