Merge lp://staging/~michael.nelson/launchpad/sprint-index-should-hide-heading-db-devel into lp://staging/launchpad/db-devel
Proposed by
Michael Nelson
Status: | Merged |
---|---|
Merged at revision: | not available |
Proposed branch: | lp://staging/~michael.nelson/launchpad/sprint-index-should-hide-heading-db-devel |
Merge into: | lp://staging/launchpad/db-devel |
Diff against target: |
73 lines 3 files modified
lib/lp/blueprints/browser/sprint.py (+7/-2) lib/lp/blueprints/stories/sprints/05-sprint-creation.txt (+20/-0) lib/lp/blueprints/templates/sprint-portlet-attendees.pt (+1/-2) |
To merge this branch: | bzr merge lp://staging/~michael.nelson/launchpad/sprint-index-should-hide-heading-db-devel |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brad Crittenden (community) | release-critical | Approve | |
Gavin Panella (community) | Approve | ||
Review via email: mp+12284@code.staging.launchpad.net |
To post a comment you must log in.
= Summary =
This branch fixes bug 435269.
I landed the sprint-index update the other day, but subsequently a
view.label was added to a parent class of SprintView. It was my fault
for not have a test that explicitly ensured no h1 was included below the
app-tabs.
== Proposed fix ==
Specifically set the view.label to None for the SprintView. This is a
workaround for bug 435255.
== Pre-implementation notes ==
== Implementation details ==
== Tests ==
bin/test -vvt stories/sprints
== Demo and Q/A == people. canonical. com/~michaeln/ tmp/sprint- index-heading- before. png people. canonical. com/~michaeln/ tmp/sprint- index-should- hide-heading- after.png
Screenshots:
http://
http://
QA: https:/ /edge.launchpad .net/sprints/ uds-l
Demo: https:/ /launchpad. dev/sprints/ uds-guacamole
= Launchpad lint =
Checking for conflicts. and issues in doctests and templates.
Running jslint, xmllint, pyflakes, and pylint.
Using normal rules.
Linting changed files: blueprints/ stories/ sprints/ 05-sprint- creation. txt blueprints/ browser/ sprint. py blueprints/ templates/ sprint- portlet- attendees. pt
lib/lp/
lib/lp/
lib/lp/
== Pyflakes notices ==
lib/lp/ blueprints/ browser/ sprint. py
35: 'Hierarchy' imported but unused
37: 'ApplicationMenu' imported but unused
== Pylint notices ==
lib/lp/ blueprints/ browser/ sprint. py
37: [W0611] Unused import ApplicationMenu
35: [W0611] Unused import Hierarchy
I removed this lint with r8503.
--
Michael