warn when sync enabled on field with previous values, they are not sync'd...
Follow up for #1807692-72: Introduce a column synchronization capability to translate alt and titles through the core image field widget also see (#75)Problem/Motivationif create a source and a...
View Articleadd (synchronized) hint similar to (all-languages) on translation add/edit form
Follow up for #1807692-72: Introduce a column synchronization capability to translate alt and titles through the core image field widgetProblem/Motivationin the translation add/edit form, fields that...
View ArticleShould the statistics node counter respect the Do Not Track setting?
Wondering if we should modify statistics.js to only run the ajax command if counter if !navigator.doNotTrack && !navigator.msDoNotTrack. I'm not sure this is worth it considering that nothing...
View ArticleWidget labels get translated twice
In field_ui_field_overview_form() the widget labels get translated twice, as already translated from field_info_field_types() get translated when shown in table.AttachmentSizeStatusTest...
View ArticleOption to select taxonomy widget via ajax in entity edit form
as the title says, it would be awesome if the enduser could switch between taxonomy widgets (dropdown, autocomplete...) on-the-fly via ajax. because sometimes one might fit better, sometimes another...
View ArticleController Injection
RequirementsEntity Controllers need to be services so they can get things like database connection or cache backends/bins injected (e.g. storage controller).The entity manager should be able to get...
View ArticleUse light (lite) pager by default
#1901290: Replace the mini pager with a lite pager (which does not run a count query) adds a 'lite' pager to Views, this only has previous/next links and hence doesn't need to do a COUNT() query. This...
View ArticleEntityWrapper::getValue() currently doesn't work with unsaved entities.
Currently, EntityWrapper::getValue() relies on entity_load() and returns NULL if the entity hasn't been saved yet. This should be considered a bug because we need this to work with unsaved entities as...
View ArticleClarify on the strategy for modals and overlay on mobile
having read a comment by snugug on using modals kill all the modals. They’re terrible everywhere except large screen desktops i skimmed through these issues#1889150: Prototype simpler overlay look...
View ArticleAdd hook_requirements() test for ability to send email?
The ability to send email is pretty essential functionality of a Drupal site. I wonder if there's a clean way to test whether PHP can send email and create a requirement on the Status report page.
View ArticleAdd list_predefined_options functionality to core
Problem/MotivationFrom the module page.Supports 'predefined options' for core List fields such as US states, etc. Provides a hook to allow other modules to define their own lists. This is similar in...
View ArticleFix statuses for cached (tempstore) views data in views_ui
After #1826602: Allow all configuration entities to be enabled/disabled it has become apparent that the status is not updated correctly when views objects are loaded from the user tempstore.Here is the...
View ArticleBest CSS aggregation with "aliases"
API page: http://api.drupal.org/api/drupal/includes%21common.inc/function/drupal_b...Hello,A suggestion : The CSS filename or CSS path must depends on base_path or base_url. (In function...
View ArticleEnrich the Overlay JavaScript API so that positioning and sizing of the...
Problem/MotivationCurrently the overlay has a simple method for displacing itself to accomodate page elements at its edges. This method was sufficient for Drupal 7, but we find that more and more in...
View ArticleWhen launching the overlay, a contextual menu remains visible when it should...
Problem/MotivationWhen clicking a contextual edit link, or any link that launches the overlay, the contextual menu remains present. It should be dismissed. This is occurring because the contextual menu...
View ArticleContextual gears do not dismiss when a UA is touch-enabled and the overlay opens
Problem/MotivationWhen a User Agent (UA) is touch-enabled, the contextual gears are always present. Some touch-enabled UAs, like tablets, are wide enough to accomodate the overlay. Given this combo of...
View ArticleSafari shows cached pages to authenticated users (from the browser cache)...
Minimal steps to reproduce:1. Install Drupal core. 2. Go to admin/config/development/performance, turn on page caching and set the maximum expiration of cached pages to a nonzero number (e.g. a few...
View ArticleModules are disorganized
On the "Extend" page (admin/modules), there are 3 modules that are in the "Multilingual" group (not identified as "Core"), and all of the rest are in "Core".This seems wrong to me: - The multilingual...
View ArticleMake path resolution the responsibility of a series of PathProcessor classes,...
This is essentially a sub-task of #1888424: Unify Generator, url(), path aliasing, and url_outbound_alter, which we decided should be broken up into 2 issues - one to deal with incoming path processing...
View ArticleSimpletest relies on color to convey failed tests
Simpletest really needs to add an icon of some sort to the list of tests so that it is easier to find broken tests. We've addressed this in other parts of the UI & just need to apply it to the...
View Article