Add a MenuManager service
As a follow-up to #1984702: Convert menu.module's page callbacks to Controllers, we should introduce a MenuManager service to encapsulate or replace many of the helper functions left in menu.moduleSee...
View ArticleBlog only shows 4 pages in the pager
I don't Know why after install several module in order to improve SEO the page of blog only show 4 pages in the pager. In can't find when exactly occur so identify the module or configuration that...
View Articleconfiguration translation step in the installation takes a reeeeaaallly long...
Updated: Comment #1Problem/MotivationDuring the install, on step 9/10,"Translate configuration", the batch (Updating configuration translations: 80 von 184 abgeschlossen [80 of 184 completed]) takes a...
View ArticleD8 alpha 2 - Can't find theme settings file
Clean install using Acquia Dev Desktop of Alpha2 on Windows.Menu: click on "Appearance". Click on "Settings" for theme. ERROR MESSAGE: The requested page "/admin/appearance/settings/bartik" could not...
View ArticleGlobal text textarea is hidden due a CSS problem in Firefox
When adding or editing any kind of global textarea in Views (i.e. in the no results found option), the form element is floated:Tested in Chrome and seems to be displayed...
View Article[meta] Make sure CSS classes are prefixed properly
We have several bugs introduced in D8 times that makes theming just nightmare. The simplifications made are too simple and causes a lot of troubles.Don't ship Drupal without this issues resolved,...
View Articleremove enforced menu- prefix to custom menu machine names
Follow up: #1945226: Add language selector on menusUpdated: Comment #0Problem/MotivationIn D7 and also now, custom menus (menus made in the UI), are forced to have menu- prefixed to the machine name...
View ArticleRename the 'Frontpage' view to 'Latest content'.
This goes in pair with #1066830: Change /node path to /latest and allow admins to disable. and #1210366: Per-bundle node listing pages, blocks, feeds..I realize that novice users coming to the views...
View ArticleChange the disable user interface with formats. Make it remove.
Noticed while testing, but not caused by: #1987124: Convert filter_admin_format_page() and filter_admin_overview() to a ControllerUpdated: Comment #0Problem/MotivationThe label disable on the action...
View Article_node_revision_access giving too much access to users with Administer Content...
_node_revision_access() in node.module is used to check whether or not someone should have access to delete, revert or view a revision. I found this issue when trying to troubleshoot #2028303: Delete...
View ArticleTwig debug output does not show the base hook when a theme suggestion is...
Updated: Comment #0Problem/MotivationWhen a theme suggestion is called directly, like theme('comment__node_article', …), the Twig debug output does not show the base template - in this case...
View ArticleNot able to use to switch between fields in different fieldsets with Safari
Not sure what happened, but when I try to tab between fields that are in different fieldsets in Safari it won't let me and jumps me back out to the buttons and navbar. I don't have this problem with...
View ArticleConfigEntityListController::getOperations adds 'enable' and 'disable' without...
Now that we are checking access for CRUD operations #1995048: EntityListController::getOperations() should respect access checks what should we do about the 'enable' and 'disable' operation added in...
View ArticleProvide list and form controllers for EntityViewMode
In #1043198: Convert view modes to ConfigEntity we attempted to add a UI for the view modes as well, but there was no consensus on how the UI should work.#1043198-36: Convert view modes to ConfigEntity...
View ArticleRemove field_ui.admin.inc
It's kind of silly to have one file with one function it, really. Plus, this will/should probably get converted at some point anyway by the twig team.
View ArticleRename ModuleEnable test to ModuleEnableTest
All of our test classes are named in the format SomethingTest, It seems we have a test class called ModuleEnable, which should be renamed to ModuleEnableTest. Enough said.AttachmentSizeStatusTest...
View ArticleWrite configuration schema for node types
Problem#111715: Change notice: Convert node/content types into configuration just landed, so we need to do the config schema for it.
View ArticleFix to general css in the views UI
views.admin.css has some way to generic css. /* @group Inline lists */.horizontal > * { clear: none; float: left; /* LTR */ }.horizontal.right { float: right; }.horizontal label { position:...
View ArticleMove views node links back to node table
An helper table is used in node_views_data hook: "views_entity_node" for having the links there: // Define some fields based upon views_handler_field_entity in the entity // table so they can be...
View ArticleTypo in tip for "Full HTML"
On the filter tips page at /filter/tips, when viewing filter tips for Full HTML, the line "If paragraphs are not recognized simply add a couple blank lines." isn't grammatically correct. It should...
View Article