Convert aggregator/opml to views
we need a new display plugin for <opml> though, should be fairly easy to add
View ArticleAdd a _entity_view routing default for viewing an entity.
Updated: Comment #0Problem/MotivationWe have _entity_list, _entity_form already, lets add _entity_view to cut down on boilerplate code for viewing an entityProposed resolutionAdd an _entity_view option...
View ArticleRemove drupal_add_css from bartik.theme
Similar to issue #2008270: Remove drupal_add_css() from _drupal_maintenance_theme() — use #attached drupal_add_css() should be removed from bartik.Main meta issue: #1839338: [meta] Remove...
View ArticleThe Views UI tour is broken
When we removed the duplicate links for local actions, this changed the route for views administration. However, the Views UI tour was not updated.Attached resolves the issue.AttachmentSizeStatusTest...
View ArticleWrite tour integration for Appearance pages
Part of #1921152: META: Start providing tour tips for other core modules.Problem/MotivationWrite tour integration for Appearance admin pagesProposed resolutionCreate tour yml files for required admin...
View ArticleDefine contextual entity operations through annotation; remove the context...
Problem/MotivationMENU_LOCAL_TASK and MENU_DEFAULT_LOCAL_TASK were removed by #2004334: Change notice: Separate Tabs (MENU_LOCAL_TASK) from hook_menu(). This has left contextual links somewhat stranded...
View ArticleMove database query out of \Drupal\node\Access\NodeRevisionAccessCheck
Problem#1946434: Convert all of confirm_form() in node.admin.inc and node.pages.inc to the new form interface introduced a direct database query to the {node} table in...
View ArticleReplace function_exists() with is_callable() in form.inc
Replace function_exists() with is_callable() in form.inc as part of #1002080: [Policy, no patch] Deprecate function_exists() in favor of is_callable().
View ArticleMissing index on router table
Saw the query in #2036241: Routing system cannot handle /foo/bar and /foo/{baz} and wondered what the indexes where, turns out this isn't covered properly.mysql> EXPLAIN SELECT * FROM router WHERE...
View ArticleReplace function_exists() with is_callable() in language.inc
Replace function_exists() with is_callable() in language.inc as part of #1002080: [Policy, no patch] Deprecate function_exists() in favor of is_callable().
View ArticleReplace function_exists() with is_callable() in theme.inc
Replace function_exists() with is_callable() in theme.inc as part of #1002080: [Policy, no patch] Deprecate function_exists() in favor of is_callable().
View ArticleResetting user's password while it's beign blocked causes error
Resetting user's password while it's beign blocked causes error:Warning: Cannot modify header information - headers already sent by (output started at /includes/common.inc:2697) funktiossa...
View ArticleRandom test failure in installation step
A patch that just changed hook_help() in the Tour module failed in a Taxonomy test in the last 24 hours... Here's an excerpt from the test log, showing the previous test (Theme functions) working fine,...
View Articlenode_submit should support exiting $node->created value
API page: https://api.drupal.org/api/drupal/modules%21node%21node.module/function/...Currently, node_submit() only supports a pre-filled created date through the $node->date value. $node->date is...
View ArticleWrite tour integration for Content UI pages
Part of #1921152: META: Start providing tour tips for other core modules.Problem/MotivationWrite tour integration for Content admin pagesProposed resolutionCreate tour yml files for required admin...
View ArticleWrite tour integration for Menu admin page
Part of #1921152: META: Start providing tour tips for other core modules.Problem/MotivationWrite tour integration for Menu admin pageProposed resolutionCreate tour yml files for required admin screens...
View ArticleWrite tour integration for Reports pages
Part of #1921152: META: Start providing tour tips for other core modules.Problem/MotivationWrite tour integration for Reports admin pageProposed resolutionCreate tour yml files for admin screen in...
View ArticleWrite tour integration for People page
Part of #1921152: META: Start providing tour tips for other core modules.Problem/MotivationWrite tour integration for People admin pageProposed resolutionCreate tour yml files for required admin...
View ArticleWrite tour integration for Extend (Modules) admin page
Part of #1921152: META: Start providing tour tips for other core modules.Problem/MotivationWrite tour integration for Extend admin pageProposed resolutionCreate tour yml files for required admin...
View ArticleSet active vertical tab from Form
I have a form generated using the Form API, which I'm having some success cleaning up with the use of the vertical tabs functions. I'd like to change which tab is active following a form submission,...
View Article