function theme_table don't pass sort parameter by field key, it pass...
API page: http://api.drupal.org/api/drupal/includes%21theme.inc/function/theme_tab...I have changed a piece code in tablesort.inc file and it worked correctly. please considerIn dunction...
View ArticleAdd a ThemeConfig service for setting and getting default and admin themes
Problem/MotivationThemeHandler has a setDefault method which really is not appropriate. See #2416673-41: Add a ThemeConfig service for setting and getting default and admin themes.Proposed...
View ArticleSymfony's ApcClassLoader requires APC backwards compatibility layer
Problem/MotivationFollow-up from #2646100: Exception on php7 + APCu without backwards compatibilty enabled and #2617568: Rename apc_* functions with apcu_*. Symfony issue appears to be...
View ArticleThe spacing of the buttons in the preview bar is cramped on narrow screens
Problem/MotivationThe node preview bar looks bad on narrow screensProposed resolutionAdd a media query so the horizontal styling doesn't apply on small screensRemaining tasksNone.User interface...
View Articleajax.js insert command sometimes wraps content in a div, potentially...
Problem/MotivationPrior to #39, Drupal.AjaxCommands.prototype.insert() always added a DIV wrapper to the content returned by the server. Since #39, it only does that if the content isn't already...
View ArticleIntegrityConstraintViolationException using an entity reference in a view
I built an entity reference in the "views"(see picture 01), then added a "Reference Content fields" in the "content types"(see picture 02). When using the entity reference in the "add content" (see...
View ArticleAdd authentication support for Views
Problem/MotivationCurrently, the only way to add authentication to a REST View is through RouteSubscriberBase->alterRoutes().We could add the Authentication setting to REST Views so users could...
View ArticleRefine menu permissions - add separate one for menu OTF
A follow-on to: http://drupal.org/node/151583 for concerns not resolved by that patch.The current menu module UI has some limitations - for example no simple way to move or copy links between...
View ArticleUse more specific entity.manager services in .services.yml files
Problem/MotivationWe have now things like the entity type manager. Let's use that one in our .services.yml files and use the right services in the classes itself.Proposed resolutionRemaining tasksUser...
View ArticleCKEditorPluginCssInterface: Allow CKEditor plugins to add CSS to iframe...
Problem/MotivationSome CKEditor plugins need additional CSS to function. E.g. image captions, alignment, etc.Loading additional CSS in CKEditor iframe instances currently requires...
View ArticleEntity::getEntity() does not correctly deal with an existing ID mapping...
Problem/MotivationIf you are doing a migration and have an error, then it saves an ID mapping without a destination ID.When you repeat that row, then the destination receives array(0 => NULL)...
View ArticleInclude CKEditor's AutoGrow plug-in
Problem/MotivationRight now in Drupal 8, if you go to node/add/article, type the highlights of your article in a few words, click the "Image" button, upload an image, hit "Save", you get this:So we...
View ArticleUndefined variable: groups in...
Got this error when trying to create a views filter Plugin: Notice: Undefined variable: groups in Drupal\views\Plugin\views\filter\FilterPluginBase->groupForm() (line 761 of...
View ArticleDisplay the page title, even if "0"
Updated: Comment 26Problem/Motivation#577424: The zero incident highlighted that we should double check our loose comparisons. Here is the first bug I stumbled upon: the page title is not displayed if...
View ArticleDrupal 8 Install Page: Page title is not complete
Problem/MotivationWhen we install Drupal 8 if we see the page's <title> tag then there is no value after the Pipe (|). Compared to Drupal 7 this showed "Drupal" keyword. As per the below...
View ArticleAutocomplete function fails when index.html exist - After upgrading to Drupal...
Because form autocomplete temporarily disables clean URLs, this unexpected behavior can cause sites to lose tagging and author autocompletion capabilities if they rely on clean URLs for the...
View ArticleAnonymous user label can't be viewed and auth user labels are only...
Problem/Motivation1. Create a node 2. Assign anonymous user as the author 3. Edit the node 4. Change autherActual behavior The author field is pre-filled with: - Restricted access - (0)Expected...
View ArticleTranslated string are loaded into Views UI and then saved as default language...
There is a problem with the Views UI when used with multilingual Drupal sites. If a view is accessed in another language then the default language the Views UI will load the translated strings if...
View ArticleViews allows removal of required relationships and gives a fatal error on save
Problem/MotivationWhen a relationship is removed there is no check whether other handlers depend on it. Thus it is possible to save a view with inconsistent data. This results in fatal errors when...
View Article