Add Monolog Symfony-Bridge to Drupal
Problem/MotivationWe have an opportunity in Drupal 8 to much improve our logging system.Proposed resolutionMonolog is an abstracted logging service which integrates with many different handlers. In...
View ArticleFor Drupal migration, identify the source module
Problem/MotivationThe migrate_upgrade UI is now providing a confirmation page, showing the administrator performing the upgrade what modules are being upgraded from their legacy sites (and what modules...
View ArticleAdd back incremental migrations through the UI
Problem/MotivationFollow-up to #2683421: Remove incremental and rollback options from the UI (and add them back when they are more stable) which removes both the rollback and incremental options since...
View ArticleHandle import of private files
Private files need a separate migration from public files, because their source path will differ. Haven't looked too closely, but this probably requires core support - like, an option on the file...
View ArticleException handling in Migrate UI
Problem/MotivationFrom #2281691: User interface for migration-based upgrades. Much of the exception handling in the Migrate UI is problematic, including:Throwing or catching \Exception instead of...
View ArticleAdd back rollbacks through the UI
Follow-up to #2687843: Add back incremental migrations through the UIProblem/MotivationFollow-up to #2683421: Remove incremental and rollback options from the UI (and add them back when they are more...
View ArticleFix database settings form required fields
In #2647470: Write tests we removed #limit_validation_errors in order to support both mysql and pgsql. Let's try to add that back.
View Article[META] Usability refinements for Migrate UI
This issue was originally created as a META to focus on improving the migrate UI but became side tracked after I posted a patch to implement some suggestions by yoroy. Work continued on that patch, and...
View ArticleProvide menu links for Drupal Upgrade UI pages
Problem/MotivationI assumed that there already is an issue for this, but I couldn't find. The Drupal Upgrade UI module provides two pages /upgrade and /upgrade/log but there are no menu items for...
View ArticleLogger tries to replace {users_field_data} with current user object
Problem/MotivationIf you have e.g. an exception when writing to a user table, then \Drupal\Core\Logger\LogMessageParser::parseMessagePlaceholders() converts {users_field_data} to @users_field_data and...
View ArticleMake .htaccess usage work for the widest possible configurations without...
Problem/MotivationThe commit from #140 of #1269780: Remove symlinks option from .htaccess made changes to the vendor/.htaccess and auto-generated .htaccess files (such as the one in...
View ArticleLarge images are not responsive, exceed the available space
Large Image is overflow. Please add below css on style.css of Seven theme: img { max-width: 100%; }
View ArticleWrong triggering element is detected when the clicked button has a unique...
I fall into problem that if some of buttons changed on client side and form has several submit buttons, first button will be selected as $form_state['triggering_element'].There is a related topic for...
View ArticleSeven Style Guide: Radio Buttons
Implement new design for radio button elements (CSS3, backwards compatible)
View ArticleCreate a subsystem for Logging
Problem/MotivationI'm slowly reviewing all the tickets related to the dblog module. After some time of lecture it become clear that there are some tickets that are under the dblog.module (or the old...
View ArticleFatal error: Call to a member function url() on a non-object in line number...
Getting the following error when trying to delete the forum in migration script. Fatal error: Call to a member function url() on a non-object in line number 243 rdf.module/** * Implements...
View ArticleUpdate status should indicate security coverage
To support changes to the project application process, namely decoupling the ability to create full projects/releases from security coverage - we will need to provide indicators on the update status...
View ArticleThere is no indication on configuration forms if there are overridden values
Problem/MotivationAs per reviews by @webchick and discussion between @alexpott, @xjm and @effulgentsia, it may be a problem that configuration forms work totally opposite in terms of overridden values...
View ArticleEnsure that ConfigImport is taking place without outstanding updates
Problem/MotivationTalks about #2628144: Ensure that ConfigImport is taking place against the same code base making config import more reliable. There is some contention because it reduces some of the...
View ArticleCCK does not exist in Drupal 7, rename Migrate's cckfield plugins to...
Problem/Motivationcckfield plugins were introduced to make migrating cck fields easier but we're now using the same plugin type for D7 fields as well.This is confusing for developers as 'CCK' was...
View Article