Book module usability improvements
Problem/MotivationWhile I was testing book module's conversion to twig, I failed, three times in a row, to actually use book module correctly because the usability is so bad. Each time I tried to...
View ArticleCurrent element values missing from vertical tabs when shown in 2-column layout
Problem/MotivationOne of the most awesome benefits of adding vertical tabs in Drupal 7 was the javascript that allowed people to see what the current values were without having to pop-open the...
View Articlerun-tests.sh class and module options broken
Since #1901670: Start using PHPUnit for unit tests the output of simpletest_script_get_test_list is expected to be something like:array( 'group' => array(   'testclass1',   'testclass2',...
View ArticleEntity API tests fail on SQLite
Steps to reproduce:do a clean install using SQLiteenable the testing modulerun the Entity API test group. It'll die with:ResponseText: A fatal error occurred: SQLSTATE[HY000]: General error: 1 table...
View ArticleRename $module.info.yml into extension.yml
Follow-up to: #1793074: Convert .info files to YAMLProblemD8 requires a one extension per directory rule since #1299424: Allow one module per directory and move system tests to core/modules/system.This...
View ArticleBook outline list (book_admin_edit) missing book nodes
I have added 5 book pages into my book, each node has a parent book node referenced in it's book settings. On admin/content/book/N (where you go to re-order the book pages) there are only three items...
View ArticleDocument that Bundles are constant
I found a function call in ViewsBundle. This definitely needs a comment.AttachmentSizeStatusTest resultOperationsbundle_is_constant.patch1.25 KBIdlePASSED: [[SimpleTest]]: [MySQL] 52,487 pass(es).View...
View ArticleTypo fixes in system.api.php
Found these.AttachmentSizeStatusTest resultOperationssystem_api_cleanup.patch1.9 KBIdleFAILED: [[SimpleTest]]: [MySQL] Unable to apply patch system_api_cleanup.patch. Unable to apply patch. See the log...
View Articletranslation_node_insert() updates the node table directly without also...
With a persistent entity cache, this means the following problem is very easy to replicate:1) Create node A1 2) Translate node A1 as A2The database is correct for both nodes (both tnids pointing to the...
View ArticleConvert image_jpeg_quality to cmi
Subissue of #1775842: [meta] Convert all variables to state and/or config systems.
View ArticleChange user email causes password problem
Hi all, I am having an issue with changing user email programmatically that causes the user password to be somehow corrupted and subsequently user cannot login. Kindly, allow me to explain.I have a PHP...
View ArticleUnable to upgrade website from drupal 6 to drupal 7
Hi All,I am trying to upgrade website from drupal 6 to drupal 7. I have followed the upgrade documentation. Unfortunately I am getting failure message while running update.php. Still unable to upgrade...
View ArticleConvert image_toolkit to cmi
subissue of #1775842: [meta] Convert all variables to state and/or config systems.
View ArticleChange node test variables 'node_test_change_view_mode' and...
Subissue of #1775842: [meta] Convert all variables to state and/or config systems.
View Articleentity_delete_multiple() bypasses Entity::delete()
entity_delete_multiple() calls $storage_controller->delete($entities) directly.So any code present in the EntityClass::delete() method is never executed. Thus those two lines are not equivalent...
View ArticleChange drupal_css_cache_files into state.
subissue of #1775842: [meta] Convert all variables to state and/or config systems.
View ArticleTableselect type in forms returns empty records
I tried creating a tableselect similar to admin page user list admin/people in drupal 7. I am getting empty message displayed on the screen even though the records are passed to the tableselect as...
View ArticleRemove 'bundles' key from the MenuLink class annotation
Bundle info has been moved to a new hook hook_entity_bundle_info() and the menu_link entity type doesn't even need to explicitely declare any bundle at the moment.
View ArticleMake the select objection earlier available
On issues like #1935300: Thou shall not hardwire Database in your filters it became clear that you want to construct the dbtng query object a bit earlier.
View ArticleUpdate CKEditor library to 4.1 RC and remove CKEditor default style...
Release announcement: http://ckeditor.com/blog/CKEditor-4.1-RC-ReleasedAdded to core at #1878344: Add CKEditor JS library to core and updated at #1905424: Update CKEditor library, we should now update...
View Article