Merge lp:~kfogel/launchpad/538226-what-is-a-patch-linkfix into lp:launchpad

Proposed by Karl Fogel
Status: Merged
Approved by: Karl Fogel
Approved revision: no longer in the source branch.
Merged at revision: not available
Proposed branch: lp:~kfogel/launchpad/538226-what-is-a-patch-linkfix
Merge into: lp:launchpad
Diff against target: 161 lines (+14/-14)
11 files modified
lib/canonical/launchpad/doc/google-searchservice.txt (+2/-2)
lib/canonical/launchpad/doc/notification-recipient-set.txt (+1/-1)
lib/canonical/launchpad/webapp/error.py (+1/-1)
lib/lp/answers/doc/faqtarget.txt (+2/-2)
lib/lp/bugs/templates/bug-attachment-confirm-is-patch.pt (+2/-2)
lib/lp/bugs/templates/bug-attachment-edit.pt (+1/-1)
lib/lp/bugs/templates/malone-portlet-stats.pt (+1/-1)
lib/lp/registry/templates/team-mailinglist.pt (+1/-1)
lib/lp/translations/stories/standalone/xx-pofile-translate-legal-warning.txt (+1/-1)
lib/lp/translations/templates/person-translations-relicensing.pt (+1/-1)
lib/lp/translations/templates/translations-macros.pt (+1/-1)
To merge this branch: bzr merge lp:~kfogel/launchpad/538226-what-is-a-patch-linkfix
Reviewer Review Type Date Requested Status
Abel Deuring (community) code Approve
Review via email: mp+21707@code.launchpad.net

Description of the change

Fix a misspelled help wiki URL, and make a few other URL fixes for consistency.

To post a comment you must log in.
Revision history for this message
Abel Deuring (adeuring) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/canonical/launchpad/doc/google-searchservice.txt'
2--- lib/canonical/launchpad/doc/google-searchservice.txt 2009-06-16 20:04:54 +0000
3+++ lib/canonical/launchpad/doc/google-searchservice.txt 2010-03-22 11:58:32 +0000
4@@ -551,10 +551,10 @@
5
6 >>> page_match = PageMatch(
7 ... u'OpenID',
8- ... 'http://help.launchpad.net/OpenID',
9+ ... 'https://help.launchpad.net/OpenID',
10 ... u'Launchpad uses OpenID.')
11 >>> page_match.url
12- 'http://help.launchpad.net/OpenID'
13+ 'https://help.launchpad.net/OpenID'
14
15
16 === Graceful handling of timeouts ===
17
18=== modified file 'lib/canonical/launchpad/doc/notification-recipient-set.txt'
19--- lib/canonical/launchpad/doc/notification-recipient-set.txt 2008-09-08 13:35:16 +0000
20+++ lib/canonical/launchpad/doc/notification-recipient-set.txt 2010-03-22 11:58:32 +0000
21@@ -39,7 +39,7 @@
22 >>> recipients.add(cprov, 'You are notified for no reason.', 'Why not')
23
24 The current list of header values in use can be found at
25-ehttps://help.launchpad.net/LaunchpadMessageRationale. The 'Why not'
26+https://help.launchpad.net/LaunchpadMessageRationale. The 'Why not'
27 value is only used as an example. In practice, you should try to reuse
28 existing values if they apply to your context.
29
30
31=== modified file 'lib/canonical/launchpad/webapp/error.py'
32--- lib/canonical/launchpad/webapp/error.py 2010-03-09 18:44:08 +0000
33+++ lib/canonical/launchpad/webapp/error.py 2010-03-22 11:58:32 +0000
34@@ -166,7 +166,7 @@
35 @property
36 def layer_help(self):
37 if canonical.launchpad.layers.FeedsLayer.providedBy(self.request):
38- return '''<a href="http://help.launchpad.net/Feeds">
39+ return '''<a href="https://help.launchpad.net/Feeds">
40 Help with Launchpad feeds</a>'''
41 else:
42 return None
43
44=== modified file 'lib/lp/answers/doc/faqtarget.txt'
45--- lib/lp/answers/doc/faqtarget.txt 2009-03-24 12:43:49 +0000
46+++ lib/lp/answers/doc/faqtarget.txt 2010-03-22 11:58:32 +0000
47@@ -146,7 +146,7 @@
48 >>> faq = target.newFAQ(
49 ... no_priv, 'How to answer a question',
50 ... 'Description on how to use the Answer Tracker can be found at: '
51- ... 'http://help.launchpad.net/AnswerTrackerDocumentation')
52+ ... 'https://help.launchpad.net/AnswerTrackerDocumentation')
53 >>> faq = target.newFAQ(
54 ... no_priv, 'How to become a Launchpad king',
55 ... 'The secret to achieve uber-karma is to answer questions using '
56@@ -154,7 +154,7 @@
57 >>> faq = target.newFAQ(
58 ... no_priv, 'How to use bug mail',
59 ... 'The syntax of bug mail commands is described at: '
60- ... 'http://help.launchpad.net/BugTrackerEmailInterface')
61+ ... 'https://help.launchpad.net/BugTrackerEmailInterface')
62
63 >>> for faq in target.findSimilarFAQs('How do I use the Answer Tracker'):
64 ... print faq.title
65
66=== modified file 'lib/lp/bugs/templates/bug-attachment-confirm-is-patch.pt'
67--- lib/lp/bugs/templates/bug-attachment-confirm-is-patch.pt 2010-01-28 11:07:50 +0000
68+++ lib/lp/bugs/templates/bug-attachment-confirm-is-patch.pt 2010-03-22 11:58:32 +0000
69@@ -16,7 +16,7 @@
70 <p>
71 <strong>This file looks like a patch.</strong>
72 <small>
73- <a href="https://help.launchpad.net/Bugs/BugAttchements">
74+ <a href="https://help.launchpad.net/Bugs/BugAttachments">
75 What is a patch?
76 </a>
77 </small>
78@@ -27,7 +27,7 @@
79 <strong>This file does not look like a patch.
80 </strong>
81 <small>
82- <a href="https://help.launchpad.net/Bugs/BugAttchements">
83+ <a href="https://help.launchpad.net/Bugs/BugAttachments">
84 What is a patch?
85 </a>
86 </small>
87
88=== modified file 'lib/lp/bugs/templates/bug-attachment-edit.pt'
89--- lib/lp/bugs/templates/bug-attachment-edit.pt 2010-01-28 11:07:50 +0000
90+++ lib/lp/bugs/templates/bug-attachment-edit.pt 2010-03-22 11:58:32 +0000
91@@ -16,7 +16,7 @@
92 can also provide a direct solution to a bug - for example a patch
93 that fixes the bug.
94 <small>
95- <a href="https://help.launchpad.net/Bugs/BugAttchements">
96+ <a href="https://help.launchpad.net/Bugs/BugAttachments">
97 What is a patch?
98 </a>
99 </small>
100
101=== modified file 'lib/lp/bugs/templates/malone-portlet-stats.pt'
102--- lib/lp/bugs/templates/malone-portlet-stats.pt 2009-09-04 15:05:26 +0000
103+++ lib/lp/bugs/templates/malone-portlet-stats.pt 2010-03-22 11:58:32 +0000
104@@ -17,7 +17,7 @@
105 </li>
106 <li>
107 <strong tal:content="context/shared_bug_count">7</strong> bugs are
108- <a href="http://help.launchpad.net/CrossProjectBugTracking">shared
109+ <a href="https://help.launchpad.net/CrossProjectBugTracking">shared
110 across multiple projects</a>
111 </li>
112 <li>
113
114=== modified file 'lib/lp/registry/templates/team-mailinglist.pt'
115--- lib/lp/registry/templates/team-mailinglist.pt 2009-12-03 21:19:49 +0000
116+++ lib/lp/registry/templates/team-mailinglist.pt 2010-03-22 11:58:32 +0000
117@@ -42,7 +42,7 @@
118 </strong></p>
119
120 <p>
121- &#187; <a href="http://help.launchpad.net/ListHelp">Help for mailing lists</a>
122+ &#187; <a href="https://help.launchpad.net/ListHelp">Help for mailing lists</a>
123 </p>
124 <input tal:replace="structure view/request_list_creation/render" />
125 </div>
126
127=== modified file 'lib/lp/translations/stories/standalone/xx-pofile-translate-legal-warning.txt'
128--- lib/lp/translations/stories/standalone/xx-pofile-translate-legal-warning.txt 2009-07-01 20:45:39 +0000
129+++ lib/lp/translations/stories/standalone/xx-pofile-translate-legal-warning.txt 2010-03-22 11:58:32 +0000
130@@ -21,4 +21,4 @@
131
132 >>> warning_link = find_tags_by_class(browser.contents, 'legal-warning')[0]
133 >>> extract_link_from_tag(warning_link)
134- u'http://help.launchpad.net/Translations/ReusingPackagedTranslations'
135+ u'https://help.launchpad.net/Translations/ReusingPackagedTranslations'
136
137=== modified file 'lib/lp/translations/templates/person-translations-relicensing.pt'
138--- lib/lp/translations/templates/person-translations-relicensing.pt 2009-09-17 20:11:48 +0000
139+++ lib/lp/translations/templates/person-translations-relicensing.pt 2010-03-22 11:58:32 +0000
140@@ -26,7 +26,7 @@
141 </p>
142 <p>
143 For more about why we ask this from you, see our
144- <a href="http://help.launchpad.net/Translations/LicensingFAQ"
145+ <a href="https://help.launchpad.net/Translations/LicensingFAQ"
146 >translations&nbsp;licensing&nbsp;FAQ</a>.
147 </p>
148 <div metal:use-macro="context/@@launchpad_form/form" />
149
150=== modified file 'lib/lp/translations/templates/translations-macros.pt'
151--- lib/lp/translations/templates/translations-macros.pt 2010-02-25 00:47:17 +0000
152+++ lib/lp/translations/templates/translations-macros.pt 2010-03-22 11:58:32 +0000
153@@ -69,7 +69,7 @@
154 <td colspan="3"></td>
155 <td class="icon left right">
156 <tal:legal-warning condition="submission/legal_warning">
157- <a href="http://help.launchpad.net/Translations/ReusingPackagedTranslations"
158+ <a href="https://help.launchpad.net/Translations/ReusingPackagedTranslations"
159 class="legal-warning">
160 <img alt="Legal warning" title="Do not use this translation before checking for license compatibility" src="/@@/warning" /></a>
161 </tal:legal-warning>