Merge lp:~matthew.revell/launchpad/bugs-439909-439267 into lp:launchpad

Proposed by Matthew Revell
Status: Merged
Merged at revision: not available
Proposed branch: lp:~matthew.revell/launchpad/bugs-439909-439267
Merge into: lp:launchpad
Diff against target: 34 lines
3 files modified
lib/lp/app/templates/base-layout-macros.pt (+2/-2)
lib/lp/registry/templates/product-new.pt (+1/-1)
version.txt (+1/-1)
To merge this branch: bzr merge lp:~matthew.revell/launchpad/bugs-439909-439267
Reviewer Review Type Date Requested Status
Michael Nelson (community) code Approve
Review via email: mp+12710@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Matthew Revell (matthew.revell) wrote :

Updates /version.txt to "3.0" and also changes "lib/lp/app/templates/base-layout-macros.pt" so that the "Contact us" link is shown to everyone, not just logged-in users.

Revision history for this message
Michael Nelson (michael.nelson) wrote :

> Updates /version.txt to "3.0" and also changes "lib/lp/app/templates/base-
> layout-macros.pt" so that the "Contact us" link is shown to everyone, not just
> logged-in users.

Thanks for doing that Matthew!

r=me

<mrevell> noodles775: I have a branch fixing the problems we discussed: https://code.launchpad.net/~matthew.revell/launchpad/bugs-439909-439267/+merge/12710
<noodles775> mrevell: great, thanks for that!
* lantash has quit (Client Quit)
<noodles775> mrevell: doing yours first as it's tiny :), I was just checking to see if there were any tests that might check the url for the contact-us link...
<noodles775> mrevell: and there aren't, but: http://pastebin.ubuntu.com/282928/
<noodles775> there's a few other places where we say 'Contact us' but send people to <email address hidden>?
<noodles775> mrevell: I'll leave it up to you whether you think it's worthwhile making them consistent.
<noodles775> mrevell: r=me
<mrevell> noodles775: Yeah. The first of those, main-template, I believe is an over hang from the old design. I'll fix the other links. Thanks.
<noodles775> Great.
<noodles775> mrevell: and, of course, run it through ec2 first as there could be a test somewhere looking for the contact us url/href etc.

review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp/app/templates/base-layout-macros.pt'
2--- lib/lp/app/templates/base-layout-macros.pt 2009-09-18 14:53:15 +0000
3+++ lib/lp/app/templates/base-layout-macros.pt 2009-10-01 11:57:14 +0000
4@@ -358,8 +358,8 @@
5 &nbsp;&bull;&nbsp;
6 <a href="/legal">Terms of use</a>
7 &nbsp;&bull;&nbsp;
8- <a href="/feedback"
9- tal:condition="request/lp:person">Contact us</a>
10+ <a href="https://help.launchpad.net/Feedback"
11+ >Contact us</a>
12 <span id="lp-version" tal:condition="not:is_lpnet">
13 &nbsp;&bull;&nbsp;
14 <a href="https://help.launchpad.net/LaunchpadReleases"
15
16=== modified file 'lib/lp/registry/templates/product-new.pt'
17--- lib/lp/registry/templates/product-new.pt 2009-09-02 20:25:33 +0000
18+++ lib/lp/registry/templates/product-new.pt 2009-10-01 11:57:14 +0000
19@@ -253,7 +253,7 @@
20 <div metal:use-macro="context/@@launchpad_form/form">
21 <metal:step fill-slot="extra_info">
22 <div style="text-align: right;">Not sure what to do?
23- <a href="mailto:feedback@launchpad.net">Contact us</a>
24+ <a href="https://help.launchpad.net/Feedback">Contact us</a>
25 </div>
26 <h2 class="legend" id="step-title">Step
27 <tal:step_number tal:replace="view/step_number"/>
28
29=== modified file 'version.txt'
30--- version.txt 2009-09-01 20:24:17 +0000
31+++ version.txt 2009-10-01 11:57:14 +0000
32@@ -1,1 +1,1 @@
33-2.2.7
34+3.0