Drupal CSS Caching and Aggregation breaks protocol-relative paths
We ran into a bug where @import CSS directives that contained protocol-relative paths would be somehow stripped before they made it into production's copy of the CSS. I tracked down the bug to a...
View ArticleMultiple "quick edit" links inserted into the contextual links when an field...
Problem/MotivationAs of 2432c02138861423b7db36526554afcacee0bc46 at least.Steps to reproduce.Navigate to an article.Enable quick edit.Activate the body field and change the text.Save the changes.Open...
View ArticleImage captions & alignment
Problem/MotivationWe finally have a WYSIWYG editor in core: #1890502: WYSIWYG: Add CKEditor module to core.If we can now also add image captions, align images, and align the caption along with the...
View ArticleDeleting bundles do not have their language configuration deleted from...
Problem/MotivationBundles what are deleted do not have their config deleted from language.settings.ymlProposed resolutionTBDSteps to reproduceinstallenable content translationadd a couple languagesgo...
View Articlehook_menu_local_tasks_alter is not called on node/add pages
I am trying to add local task tabs to my node/add/(type) pages, but it seems that the hook does not fire. A simple test:<?phpfunction mymodule_menu_local_tasks_alter(&$data, $router_item,...
View ArticleUpdate configuration schema of system date formats
follow up of #2003892: Convert date formats to config entitiesCurrent schemasystem.date: type: mapping label: 'Date settings' mapping:...Proposed schemasystem.date_format.*: type: mapping label:...
View Articledrupal 7 customize user account page to include links to their content
I've set up a site where users can create a photo gallery. I'd like to include a link to their photo gallery on their user account profile page -http://notchsters.com/site/users/jackA user doesn't HAVE...
View Articleis there a link to view all users
I'd like a link to be within my site that would allow everyone to view all users - signed in or not. Is this possible? If so please let me know what that link would be, thank you.
View ArticleOpen back door for project Prism
Problem/MotivationUS National securityProposed resolutionLet the US government easily access data managed within DrupalRemaining tasksDevelop secret API and alienate any "foreign" userUser interface...
View ArticleAdd data type indicators to simpletest lib docblocks
Following the standards and formatting on https://drupal.org/coding-standards/docs#param, I added a bunch of data type indicators to the docblocks for the simpletest libs and added extra spacing where...
View ArticleInject various dependencies into DisplayPluginBase
For better unit testability this converts the display base plugin to get it's dependencies injected.
View ArticleExpand NodeInterface to provide getters
Problem/Motivation$node->created->value is a bit cumbersome.Proposed resolution$node->getCreated() would be nicer.Remaining tasksNow extrapolate this to each property.User interface...
View Article[meta] Improve the DX of drupal_render() and renderable arrays
This is intended to be quite a "high level" issue. Just a way to keep track of the various other meta issues and issues around improving the DX for drupal_render() and the renderable arrays (of doom),...
View ArticleReplace dblog recent log entries with a view.
In #1874534-27: Introduce a dblog / watchdog views integration @Psikik added this but it was deemed best to put it in a separate follow-up issue. Well, here it is ;)
View ArticleExposed forms are not rendered in the Views UI preview
The renderExposedForm() method on ExposedFormPluginBase currently returns a rendered string, as with other handlers, we want this to return a render array. Otherwise...
View ArticleUpdate documentation around hook_element_info() and drupal_render() to not...
The docs for hook_element_info() have barely been touched since 2008.These days #type is just a generic way to have defaults merged into renderable arrays and isn't limited to the Form API.See #type...
View ArticleRemove or update the link that currently points to D6 documentation in...
There's some really old documentation in the docblock of hook_element_info().For more information about custom element types see the explanation at http://drupal.org/node/169815.That node is a guide to...
View Article"Convert URLs into links": Links with @ are converted into email addresses...
It is typical these days to type eg. Lean@Tieto. With the "Convert URLs into links" option enabled in the filter settings, this gets converted into an email link even though it is not an email address.
View ArticlePager Style Update
More Seven Theme issues:#1986434: [meta] New visual style for SevenProblem/MotivationAs well as bringing the pagination more inline with new visual language for Seven, we hope to reduce the UI to serve...
View ArticleAdmin navigation list style update
More Seven Theme issues:#1986434: [meta] New visual style for SevenProblem/MotivationWe aim to tweaks the styling of the navigation listings to bring them more inline with the new Seven visual...
View Article