Views listing page links are broken for default task page displays
In #2011006: Default local tasks provided by Views are broken, we fixed Views to distinguish between a default task and its parent when providing routes.The Views UI listing page should also link to...
View ArticleIndicate when an optional handler is missing, that it is not "broken"
In #1966424: Change notice: Allow Views handlers to be optional we allowed handlers to be denoted as optional, so that if their providing module was broken, the Views UI would still function.When a...
View ArticleConfiguration export action path is broken when Drupal is installed in a...
The export configuration functionality provided at admin/config/development/export doesn't work when Drupal is installed in a subdirectory of document root (e.g. mysite.com/drupal/).Configuration...
View ArticleTerm shortlink link relation is broken
In taxonomy_term_page() we are adding a shortlink and we do not want to alias it, but currently an aliased version is printed (identical the cannonical link relation).
View ArticleProvide a unit test for EntityBC Decorator
Once you add a new method to entity interface you often run into broken code.ViewUIObjectTest tries to test itself automatically by using reflection, so could EntityBC
View ArticleAdd test for deleting menu bundles to verify their language configuration is...
Postponed on these:#2014955: Deleting bundles do not have their language configuration deleted from language.settings.yml#1945226: Add language selector on menusUpdated: Comment...
View ArticleConvert field type to typed data plugin for datetime module
Depends on #1969728: Implement Field API "field types" as TypedData Plugins Instructions are on #2014671: [META] Convert all field types to data type plugins
View ArticleComplete conversion of users to Entity Field API
#1825332: Introduce an AccountInterface to represent the current user is in, so we can start moving to methods.
View ArticleRandom failure on UserPasswordResetTest
Drupal\user\Tests\UserPasswordResetTest 65 1 0Message Group Filename Line Function StatusOne-time link is no longer valid. Other UserPasswordResetTest.php 81...
View ArticleCreate generic layout classes
There are some repetitive width properties set in the admin interface. We can make these more consistent by created generic layout classes and applying them the relevant elements. Contrib modules could...
View ArticleOverlay too wide in Firefox
Overlay extends beyond right side of the browser windon in Firefox on OS X (Safari, Chrome are ok) Firebug shows this CSS for the overlay container div#overlay {Â Â Â display: block;Â Â Â margin: 0 auto;...
View Articleadmin/content does not have a border anymore
There's no border at left side of the table, needs follow-upReported on #1895160-54: Change notice: Convert admin/content to a View, keep a non-views fallback with no bulk operations
View Articleadmin/content does not have a border anymore
There's no border at left side of the table, needs follow-upReported on #1895160-54: Change notice: Convert admin/content to a View, keep a non-views fallback with no bulk operations
View ArticleDrupal\Component\Gettext\PoStreamReader calls get_t()
Part of #1929270: [meta] Drupal-agnostic components should not be calling Drupal functions
View Articlehttp parameter pollution on taxonomy index page
This came up in a scan, but I'm marking low priority since it is probably not exploitable. Basically anything you pass as an argument to /taxonomy/term gets inserted into the list of body classes.GET...
View ArticleThe documentation for hook_ranking() is wrong
I just spent the last couple hours trying to figure out why I was getting a non-sensical SQL error during searches. While looking into it, I finally discovered that the problem is that the...
View ArticleEvaluate supporting TokuDB engine on MariaDB
TokuDB is now open source. While the MariaDB makers are working on integrating Apache's Cassandra engine, a completely new "NewSQL" engine, promising to bring together the best of SQL and NoSQL worlds,...
View ArticleDrupal\Tests\user\Views\Argument\RolesRidTest is in the wrong place
visit core/modules/user/tests/Drupal/Tests suprise! two namespaces for phpunit tests. the correct one is \Drupal\<module>\Tests
View ArticleMultilingual tour for language section
Follow up for #1940590: Write a multipage multilingual tour.Problem/MotivationMultilingual configuration is spread throughout the site. It would be useful to have a tour to help users know how to...
View ArticleMultilingual tour for user profile page
Follow up for #1940590: Write a multipage multilingual tour.Problem/MotivationMultilingual configuration is spread throughout the site. It would be useful to have a tour to help users know how to...
View Article