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
=== modified file 'lib/canonical/launchpad/templates/root-index.pt'
--- lib/canonical/launchpad/templates/root-index.pt 2009-07-21 06:42:41 +0000
+++ lib/canonical/launchpad/templates/root-index.pt 2009-08-03 10:00:43 +0000
@@ -88,27 +88,27 @@
88 <h2>What&#8217;s new?</h2>88 <h2>What&#8217;s new?</h2>
89 <ul style="padding: 0; margin: auto;">89 <ul style="padding: 0; margin: auto;">
90 <li class="news">90 <li class="news">
91 <a href="http://blog.launchpad.net/?p=819">91 <a href="http://blog.launchpad.net/general/launchpad-is-now-open-source">
92 <strong>Series dashboards</strong><br />92 <strong>Launchpad now open source!</strong><br />
93 Plan your project's development and releases with Launchpad's new series overview pages.93 Get the code to Launchpad and join our development community.
94 </a>94 </a>
95 </li>95 </li>
96 <li class="news">96 <li class="news">
97 <a href="http://blog.launchpad.net/?p=816">97 <a href="http://blog.launchpad.net/general/exporting-translations-to-a-bazaar-branch">
98 <strong>Project history timelines</strong><br />98 <strong>Export translations to Bazaar branches</strong><br />
99 See a project's progress in terms of its series, milestones and releases.99 Have Launchpad automatically commit your project's translations to a branch of code.
100 </a>100 </a>
101 </li>101 </li>
102 <li class="news">102 <li class="news">
103 <a href="http://blog.launchpad.net/code/sparklines">103 <a href="http://blog.launchpad.net/cool-new-stuff/automatically-import-files-to-launchpad-using-product-release-finder">
104 <strong>Branch sparklines</strong><br />104 <strong>Automatic release file imports</strong><br />
105 At-a-glance indicators of a project's development activity.105 Launchpad will find and automatically import your project's release files.
106 </a>106 </a>
107 </li>107 </li>
108 <li class="news">108 <li class="news">
109 <a href="http://blog.launchpad.net/?p=797">109 <a href="http://blog.launchpad.net/translations/sharing-translations">
110 <strong>New bug tag search!</strong><br />110 <strong>Share translations between releases</strong><br />
111 Now find bugs based on their tags.111 Translate a phrase once, have it show up in all your releases.
112 </a>112 </a>
113 </li>113 </li>
114 <li class="news">114 <li class="news">
@@ -119,7 +119,7 @@
119 </li>119 </li>
120 </ul>120 </ul>
121 <div class="discreet" style="text-align: right">121 <div class="discreet" style="text-align: right">
122 Updated 2009-06-24.122 Updated 2009-08-03.
123 <a href="http://blog.launchpad.net">Read our blog!</a>123 <a href="http://blog.launchpad.net">Read our blog!</a>
124 </div>124 </div>
125 </div>125 </div>
126126
=== modified file 'lib/lp/bugs/stories/guided-filebug/xx-displaying-similar-bugs.txt'
--- lib/lp/bugs/stories/guided-filebug/xx-displaying-similar-bugs.txt 2009-07-15 13:22:29 +0000
+++ lib/lp/bugs/stories/guided-filebug/xx-displaying-similar-bugs.txt 2009-07-31 17:30:34 +0000
@@ -28,6 +28,8 @@
28the summary entered (assuming some are found).28the summary entered (assuming some are found).
2929
30 >>> user_browser.open("http://bugs.launchpad.dev/firefox/+filebug")30 >>> user_browser.open("http://bugs.launchpad.dev/firefox/+filebug")
31 >>> print find_tag_by_id(user_browser.contents, 'frequent-bugs')
32 <h2 id="frequent-bugs">Most frequently reported bugs</h2>
31 >>> user_browser.getControl("Summary").value = 'a'33 >>> user_browser.getControl("Summary").value = 'a'
32 >>> user_browser.getControl("Continue").click()34 >>> user_browser.getControl("Continue").click()
3335
3436
=== modified file 'lib/lp/bugs/templates/bugtarget-filebug-search.pt'
--- lib/lp/bugs/templates/bugtarget-filebug-search.pt 2009-07-27 09:12:44 +0000
+++ lib/lp/bugs/templates/bugtarget-filebug-search.pt 2009-07-31 17:30:34 +0000
@@ -60,7 +60,7 @@
60 </div>60 </div>
6161
62 <tal:most-common-bugs condition="view/most_common_bugs">62 <tal:most-common-bugs condition="view/most_common_bugs">
63 <h2>Most Frequently Reported Bugs</h2>63 <h2 id="frequent-bugs">Most frequently reported bugs</h2>
6464
65 <table class="listing" id="most-common-bugs">65 <table class="listing" id="most-common-bugs">
66 <thead>66 <thead>

Subscribers

People subscribed via source and target branches

to status/vote changes: