Merge lp:~matthew.revell/launchpad/whatsnew227 into lp:launchpad/db-devel

Proposed by Matthew Revell
Status: Merged
Merged at revision: not available
Proposed branch: lp:~matthew.revell/launchpad/whatsnew227
Merge into: lp:launchpad/db-devel
Diff against target: None lines
To merge this branch: bzr merge lp:~matthew.revell/launchpad/whatsnew227
Reviewer Review Type Date Requested Status
Данило Шеган (community) Approve
Review via email: mp+9576@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Matthew Revell (matthew.revell) wrote :

Adds the what's new for 2.2.7, which was missed from the 2.2.7 roll-out.

Revision history for this message
Данило Шеган (danilo) wrote :

Looks good, thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/canonical/launchpad/templates/root-index.pt'
2--- lib/canonical/launchpad/templates/root-index.pt 2009-07-21 06:42:41 +0000
3+++ lib/canonical/launchpad/templates/root-index.pt 2009-08-03 10:00:43 +0000
4@@ -88,27 +88,27 @@
5 <h2>What&#8217;s new?</h2>
6 <ul style="padding: 0; margin: auto;">
7 <li class="news">
8- <a href="http://blog.launchpad.net/?p=819">
9- <strong>Series dashboards</strong><br />
10- Plan your project's development and releases with Launchpad's new series overview pages.
11- </a>
12- </li>
13- <li class="news">
14- <a href="http://blog.launchpad.net/?p=816">
15- <strong>Project history timelines</strong><br />
16- See a project's progress in terms of its series, milestones and releases.
17- </a>
18- </li>
19- <li class="news">
20- <a href="http://blog.launchpad.net/code/sparklines">
21- <strong>Branch sparklines</strong><br />
22- At-a-glance indicators of a project's development activity.
23- </a>
24- </li>
25- <li class="news">
26- <a href="http://blog.launchpad.net/?p=797">
27- <strong>New bug tag search!</strong><br />
28- Now find bugs based on their tags.
29+ <a href="http://blog.launchpad.net/general/launchpad-is-now-open-source">
30+ <strong>Launchpad now open source!</strong><br />
31+ Get the code to Launchpad and join our development community.
32+ </a>
33+ </li>
34+ <li class="news">
35+ <a href="http://blog.launchpad.net/general/exporting-translations-to-a-bazaar-branch">
36+ <strong>Export translations to Bazaar branches</strong><br />
37+ Have Launchpad automatically commit your project's translations to a branch of code.
38+ </a>
39+ </li>
40+ <li class="news">
41+ <a href="http://blog.launchpad.net/cool-new-stuff/automatically-import-files-to-launchpad-using-product-release-finder">
42+ <strong>Automatic release file imports</strong><br />
43+ Launchpad will find and automatically import your project's release files.
44+ </a>
45+ </li>
46+ <li class="news">
47+ <a href="http://blog.launchpad.net/translations/sharing-translations">
48+ <strong>Share translations between releases</strong><br />
49+ Translate a phrase once, have it show up in all your releases.
50 </a>
51 </li>
52 <li class="news">
53@@ -119,7 +119,7 @@
54 </li>
55 </ul>
56 <div class="discreet" style="text-align: right">
57- Updated 2009-06-24.
58+ Updated 2009-08-03.
59 <a href="http://blog.launchpad.net">Read our blog!</a>
60 </div>
61 </div>
62
63=== modified file 'lib/lp/bugs/stories/guided-filebug/xx-displaying-similar-bugs.txt'
64--- lib/lp/bugs/stories/guided-filebug/xx-displaying-similar-bugs.txt 2009-07-15 13:22:29 +0000
65+++ lib/lp/bugs/stories/guided-filebug/xx-displaying-similar-bugs.txt 2009-07-31 17:30:34 +0000
66@@ -28,6 +28,8 @@
67 the summary entered (assuming some are found).
68
69 >>> user_browser.open("http://bugs.launchpad.dev/firefox/+filebug")
70+ >>> print find_tag_by_id(user_browser.contents, 'frequent-bugs')
71+ <h2 id="frequent-bugs">Most frequently reported bugs</h2>
72 >>> user_browser.getControl("Summary").value = 'a'
73 >>> user_browser.getControl("Continue").click()
74
75
76=== modified file 'lib/lp/bugs/templates/bugtarget-filebug-search.pt'
77--- lib/lp/bugs/templates/bugtarget-filebug-search.pt 2009-07-27 09:12:44 +0000
78+++ lib/lp/bugs/templates/bugtarget-filebug-search.pt 2009-07-31 17:30:34 +0000
79@@ -60,7 +60,7 @@
80 </div>
81
82 <tal:most-common-bugs condition="view/most_common_bugs">
83- <h2>Most Frequently Reported Bugs</h2>
84+ <h2 id="frequent-bugs">Most frequently reported bugs</h2>
85
86 <table class="listing" id="most-common-bugs">
87 <thead>

Subscribers

People subscribed via source and target branches

to status/vote changes: