Merge lp://staging/~julian-edwards/launchpad/mechanical-30-ui-changes-4 into lp://staging/launchpad
Proposed by
Julian Edwards
Status: | Merged |
---|---|
Merged at revision: | not available |
Proposed branch: | lp://staging/~julian-edwards/launchpad/mechanical-30-ui-changes-4 |
Merge into: | lp://staging/launchpad |
Diff against target: | None lines |
To merge this branch: | bzr merge lp://staging/~julian-edwards/launchpad/mechanical-30-ui-changes-4 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Deryck Hodge (community) | Approve | ||
Review via email: mp+10301@code.staging.launchpad.net |
To post a comment you must log in.
= Summary =
More mechanical 3.0 updates
== Proposed fix == s:+admin rcePackage: +publishinghist ory
Two more pages updated:
* DistroArchSerie
* DistributionSou
== Implementation details == s:+admin used a Zope form which I had to convert to an
The DistroArchSerie
LPForm so that I could add next_url, cancel_url and page_title in the new view
class.
== Tests == ries.txt
bin/test -vvt xx-distroarchse
== Demo and Q/A == /launchpad. dev/ubuntu/ +source/ alsa-utils/ +publishinghist ory /launchpad. dev/ubuntu/ breezy- autotest/ i386/+admin
The pages are at:
* https:/
* https:/
You need to be logged in as an admin for the latter.
= Launchpad lint =
Checking for conflicts. and issues in doctests and templates.
Running jslint, xmllint, pyflakes, and pylint.
Using normal rules.
Linting changed files: /launchpad/ pagetitles. py soyuz/templates /distroarchseri es-admin. pt soyuz/stories/ soyuz/xx- distroarchserie s.txt soyuz/browser/ configure. zcml soyuz/browser/ distroarchserie s.py soyuz/templates /distributionso urcepackage- publishinghisto ry.pt
lib/canonical
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
== Pylint notices ==
lib/lp/ soyuz/browser/ distroarchserie s.py
19: [C0301] Line too long (79/78)
Gah, warning me about this is too fscking late here. I'll have it fixed by
the time you read this MP.