Download & Extend

Add a bartik based layout plugin to the bartik theme

Project:Drupal core
Version:8.x-dev
Component:Bartik theme
Category:task
Priority:normal
Assigned:Unassigned
Status:needs work

Issue Summary

We need to start converting the bartik page.tpl.php into a valid layout plugin. This will likely include the addition of a few new regions for areas like breadcrumbs that were hardcoded into a section of the layout.

Comments

#1

Status:active» needs review

This is a first pass at this that I mostly stole from sdboyer's excellent patch over on #1812720: Implement the new panels-ish controller [it's a good purple]. I figured I could try to push in smaller components of what he's doing that should be relatively non-controversial. This is a first pass, and some portions that shouldn't be in a layout plugin are still there. Anything that's not a full fledged region needs to be address and either removed, or replaced with a region (depending upon whether it sits in a portion of the template that a region couldn't just as easily fulfill. breadcrumbs is a good example of something that will likely need a custom region).

This is throwing a few errors still, but we need to address the functionality that's trying to provide in any event, so I didn't try to fix it yet.

Eclipse

AttachmentSizeStatusTest resultOperations
1929688-1.patch11.92 KBIdleFAILED: [[SimpleTest]]: [MySQL] 52,409 pass(es), 1 fail(s), and 0 exception(s).View details | Re-test

#2

Status:needs review» needs work

The last submitted patch, 1929688-1.patch, failed testing.