Merge lp:~rockstar/launchpad/branches-code into lp:launchpad

Proposed by Paul Hummer
Status: Merged
Approved by: Curtis Hovey
Approved revision: no longer in the source branch.
Merged at revision: 10890
Proposed branch: lp:~rockstar/launchpad/branches-code
Merge into: lp:launchpad
Diff against target: 718 lines (+71/-69)
37 files modified
lib/canonical/launchpad/browser/launchpad.py (+1/-1)
lib/canonical/launchpad/webapp/__init__.py (+2/-2)
lib/lp/app/stories/launchpad-root/front-pages.txt (+2/-2)
lib/lp/bugs/stories/bug-release-management/nomination-navigation.txt (+1/-1)
lib/lp/bugs/stories/bugs/xx-bug-activity.txt (+1/-1)
lib/lp/bugs/stories/bugs/xx-bug-index.txt (+1/-1)
lib/lp/bugs/stories/bugs/xx-malone-homepage.txt (+1/-1)
lib/lp/bugs/stories/bugtracker/bugtrackers-index.txt (+1/-1)
lib/lp/bugs/stories/bugtracker/xx-bugtracker-remote-bug.txt (+2/-2)
lib/lp/code/browser/branchlisting.py (+1/-1)
lib/lp/code/browser/tests/test_sourcepackagerecipe.py (+2/-2)
lib/lp/code/stories/branches/xx-branch-deletion.txt (+1/-1)
lib/lp/code/stories/branches/xx-branch-index.txt (+4/-4)
lib/lp/code/stories/branches/xx-creating-branches.txt (+1/-1)
lib/lp/code/stories/branches/xx-distribution-branches.txt (+1/-1)
lib/lp/code/stories/branches/xx-distroseries-branches.txt (+1/-1)
lib/lp/code/stories/branches/xx-person-branches.txt (+3/-3)
lib/lp/code/stories/branches/xx-product-branches.txt (+1/-1)
lib/lp/code/stories/branches/xx-project-branches.txt (+9/-7)
lib/lp/registry/browser/person.py (+1/-1)
lib/lp/registry/browser/personproduct.py (+1/-1)
lib/lp/registry/browser/product.py (+1/-1)
lib/lp/registry/browser/productseries.py (+1/-1)
lib/lp/registry/browser/project.py (+1/-1)
lib/lp/registry/stories/milestone/object-milestones.txt (+2/-2)
lib/lp/registry/stories/productseries/xx-productseries-index.txt (+1/-1)
lib/lp/registry/stories/team-polls/create-polls.txt (+1/-1)
lib/lp/soyuz/stories/distribution/xx-distribution-packages.txt (+3/-3)
lib/lp/soyuz/stories/packaging/package-pages-navigation.txt (+10/-10)
lib/lp/soyuz/stories/ppa/xx-ppa-navigation.txt (+3/-3)
lib/lp/soyuz/stories/ppa/xx-ppa-packages.txt (+1/-1)
lib/lp/soyuz/stories/ppa/xx-ubuntu-ppas.txt (+1/-1)
lib/lp/soyuz/stories/soyuz/xx-distributionsourcepackagerelease-pages.txt (+1/-1)
lib/lp/soyuz/stories/soyuz/xx-sourcepackage-changelog.txt (+1/-1)
lib/lp/translations/stories/navigation-links/pofile.txt (+2/-2)
lib/lp/translations/stories/navigation-links/pomsgset.txt (+2/-2)
lib/lp/translations/stories/navigation-links/potemplate.txt (+2/-2)
To merge this branch: bzr merge lp:~rockstar/launchpad/branches-code
Reviewer Review Type Date Requested Status
Curtis Hovey (community) Approve
Review via email: mp+25249@code.launchpad.net

Description of the change

This branch just changes the "Branches" tabe to be the "Code" tab, and then
changes the breadcrumb as well. It's probably going to fail more tests, but
I'm 0/4 on ec2 runs of this branch, and the tests that I have fixed just
demonstrate how to fix those tests as well.

To post a comment you must log in.
Revision history for this message
Curtis Hovey (sinzui) wrote :

Thanks for working on this.

We discusses the inconsistencies in link summaries (tooltips) as realted to bug 211117. You have my premission to fix any that you see are odd or missing in your branch.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'lib/canonical/launchpad/browser/launchpad.py'
--- lib/canonical/launchpad/browser/launchpad.py 2010-04-23 03:30:30 +0000
+++ lib/canonical/launchpad/browser/launchpad.py 2010-05-19 05:50:57 +0000
@@ -405,7 +405,7 @@
405405
406 def branches(self):406 def branches(self):
407 target = ''407 target = ''
408 text = 'Branches'408 text = 'Code'
409 summary = 'The Code Bazaar'409 summary = 'The Code Bazaar'
410 return Link(target, text, summary)410 return Link(target, text, summary)
411411
412412
=== modified file 'lib/canonical/launchpad/webapp/__init__.py'
--- lib/canonical/launchpad/webapp/__init__.py 2009-09-23 11:10:00 +0000
+++ lib/canonical/launchpad/webapp/__init__.py 2010-05-19 05:50:57 +0000
@@ -124,6 +124,6 @@
124 def branches(self):124 def branches(self):
125 # this is disabled by default, because relatively few objects have125 # this is disabled by default, because relatively few objects have
126 # branch views126 # branch views
127 text = 'Branches'127 text = 'Code'
128 summary = 'View related branches of code'128 summary = 'View related code'
129 return Link('', text, summary=summary)129 return Link('', text, summary=summary)
130130
=== modified file 'lib/lp/app/stories/launchpad-root/front-pages.txt'
--- lib/lp/app/stories/launchpad-root/front-pages.txt 2010-01-08 21:39:00 +0000
+++ lib/lp/app/stories/launchpad-root/front-pages.txt 2010-05-19 05:50:57 +0000
@@ -63,7 +63,7 @@
63 >>> anon_browser.open('http://code.launchpad.dev/')63 >>> anon_browser.open('http://code.launchpad.dev/')
64 >>> print_location_apps(anon_browser.contents)64 >>> print_location_apps(anon_browser.contents)
65 * Launchpad Home - http://launchpad.dev/65 * Launchpad Home - http://launchpad.dev/
66 * Branches (selected) - http://code.launchpad.dev/66 * Code (selected) - http://code.launchpad.dev/
67 * Bugs - http://bugs.launchpad.dev/67 * Bugs - http://bugs.launchpad.dev/
68 * Blueprints - http://blueprints.launchpad.dev/68 * Blueprints - http://blueprints.launchpad.dev/
69 * Translations - http://translations.launchpad.dev/69 * Translations - http://translations.launchpad.dev/
@@ -72,7 +72,7 @@
72 >>> user_browser.open('http://answers.launchpad.dev/')72 >>> user_browser.open('http://answers.launchpad.dev/')
73 >>> print_location_apps(user_browser.contents)73 >>> print_location_apps(user_browser.contents)
74 * Launchpad Home - http://launchpad.dev/74 * Launchpad Home - http://launchpad.dev/
75 * Branches - http://code.launchpad.dev/75 * Code - http://code.launchpad.dev/
76 * Bugs - http://bugs.launchpad.dev/76 * Bugs - http://bugs.launchpad.dev/
77 * Blueprints - http://blueprints.launchpad.dev/77 * Blueprints - http://blueprints.launchpad.dev/
78 * Translations - http://translations.launchpad.dev/78 * Translations - http://translations.launchpad.dev/
7979
=== modified file 'lib/lp/bugs/stories/bug-release-management/nomination-navigation.txt'
--- lib/lp/bugs/stories/bug-release-management/nomination-navigation.txt 2009-09-24 17:41:06 +0000
+++ lib/lp/bugs/stories/bug-release-management/nomination-navigation.txt 2010-05-19 05:50:57 +0000
@@ -14,7 +14,7 @@
14 Hierarchy: Ubuntu > ?mozilla-firefox? package > Bugs > Bug #1...14 Hierarchy: Ubuntu > ?mozilla-firefox? package > Bugs > Bug #1...
15 Tabs:15 Tabs:
16 * Overview - http://launchpad.dev/ubuntu/+source/mozilla-firefox16 * Overview - http://launchpad.dev/ubuntu/+source/mozilla-firefox
17 * Branches - http://code.launchpad.dev/ubuntu/+source/mozilla-firefox17 * Code - http://code.launchpad.dev/ubuntu/+source/mozilla-firefox
18 * Bugs (selected) - http://bugs.launchpad.dev/ubuntu/+source/mozilla-firefox18 * Bugs (selected) - http://bugs.launchpad.dev/ubuntu/+source/mozilla-firefox
19 * Blueprints - not linked19 * Blueprints - not linked
20 * Translations - not linked20 * Translations - not linked
2121
=== modified file 'lib/lp/bugs/stories/bugs/xx-bug-activity.txt'
--- lib/lp/bugs/stories/bugs/xx-bug-activity.txt 2010-01-19 21:33:16 +0000
+++ lib/lp/bugs/stories/bugs/xx-bug-activity.txt 2010-05-19 05:50:57 +0000
@@ -14,7 +14,7 @@
14 Hierarchy: Debian > ?mozilla-firefox? package > Bugs > Bug #3...14 Hierarchy: Debian > ?mozilla-firefox? package > Bugs > Bug #3...
15 Tabs:15 Tabs:
16 * Overview - http://launchpad.dev/debian/+source/mozilla-firefox16 * Overview - http://launchpad.dev/debian/+source/mozilla-firefox
17 * Branches - http://code.launchpad.dev/debian/+source/mozilla-firefox17 * Code - http://code.launchpad.dev/debian/+source/mozilla-firefox
18 * Bugs (selected) - http://bugs.launchpad.dev/debian/+source/mozilla-firefox18 * Bugs (selected) - http://bugs.launchpad.dev/debian/+source/mozilla-firefox
19 * Blueprints - not linked19 * Blueprints - not linked
20 * Translations - not linked20 * Translations - not linked
2121
=== modified file 'lib/lp/bugs/stories/bugs/xx-bug-index.txt'
--- lib/lp/bugs/stories/bugs/xx-bug-index.txt 2009-12-09 16:32:19 +0000
+++ lib/lp/bugs/stories/bugs/xx-bug-index.txt 2010-05-19 05:50:57 +0000
@@ -16,7 +16,7 @@
16 Hierarchy: Debian > ?mozilla-firefox? package > Bug #2 (blackhole)16 Hierarchy: Debian > ?mozilla-firefox? package > Bug #2 (blackhole)
17 Tabs:17 Tabs:
18 * Overview - http://launchpad.dev/debian/+source/mozilla-firefox18 * Overview - http://launchpad.dev/debian/+source/mozilla-firefox
19 * Branches - http://code.launchpad.dev/debian/+source/mozilla-firefox19 * Code - http://code.launchpad.dev/debian/+source/mozilla-firefox
20 * Bugs (selected) - http://bugs.launchpad.dev/debian/+source/mozilla-firefox20 * Bugs (selected) - http://bugs.launchpad.dev/debian/+source/mozilla-firefox
21 * Blueprints - not linked21 * Blueprints - not linked
22 * Translations - not linked22 * Translations - not linked
2323
=== modified file 'lib/lp/bugs/stories/bugs/xx-malone-homepage.txt'
--- lib/lp/bugs/stories/bugs/xx-malone-homepage.txt 2009-09-23 11:10:00 +0000
+++ lib/lp/bugs/stories/bugs/xx-malone-homepage.txt 2010-05-19 05:50:57 +0000
@@ -8,7 +8,7 @@
8 Hierarchy: None displayed8 Hierarchy: None displayed
9 Tabs:9 Tabs:
10 * Launchpad Home - http://launchpad.dev/10 * Launchpad Home - http://launchpad.dev/
11 * Branches - http://code.launchpad.dev/11 * Code - http://code.launchpad.dev/
12 * Bugs (selected) - http://bugs.launchpad.dev/12 * Bugs (selected) - http://bugs.launchpad.dev/
13 * Blueprints - http://blueprints.launchpad.dev/13 * Blueprints - http://blueprints.launchpad.dev/
14 * Translations - http://translations.launchpad.dev/14 * Translations - http://translations.launchpad.dev/
1515
=== modified file 'lib/lp/bugs/stories/bugtracker/bugtrackers-index.txt'
--- lib/lp/bugs/stories/bugtracker/bugtrackers-index.txt 2010-03-16 22:07:45 +0000
+++ lib/lp/bugs/stories/bugtracker/bugtrackers-index.txt 2010-05-19 05:50:57 +0000
@@ -8,7 +8,7 @@
8 Hierarchy: None displayed8 Hierarchy: None displayed
9 Tabs:9 Tabs:
10 * Launchpad Home - http://launchpad.dev/10 * Launchpad Home - http://launchpad.dev/
11 * Branches - http://code.launchpad.dev/11 * Code - http://code.launchpad.dev/
12 * Bugs (selected) - http://bugs.launchpad.dev/12 * Bugs (selected) - http://bugs.launchpad.dev/
13 * Blueprints - http://blueprints.launchpad.dev/13 * Blueprints - http://blueprints.launchpad.dev/
14 * Translations - http://translations.launchpad.dev/14 * Translations - http://translations.launchpad.dev/
1515
=== modified file 'lib/lp/bugs/stories/bugtracker/xx-bugtracker-remote-bug.txt'
--- lib/lp/bugs/stories/bugtracker/xx-bugtracker-remote-bug.txt 2010-02-05 13:25:46 +0000
+++ lib/lp/bugs/stories/bugtracker/xx-bugtracker-remote-bug.txt 2010-05-19 05:50:57 +0000
@@ -17,7 +17,7 @@
17 Hierarchy: Bug trackers > The Mozilla.org Bug Tracker17 Hierarchy: Bug trackers > The Mozilla.org Bug Tracker
18 Tabs:18 Tabs:
19 * Launchpad Home - http://launchpad.dev/19 * Launchpad Home - http://launchpad.dev/
20 * Branches - http://code.launchpad.dev/20 * Code - http://code.launchpad.dev/
21 * Bugs (selected) - http://bugs.launchpad.dev/21 * Bugs (selected) - http://bugs.launchpad.dev/
22 * Blueprints - http://blueprints.launchpad.dev/22 * Blueprints - http://blueprints.launchpad.dev/
23 * Translations - http://translations.launchpad.dev/23 * Translations - http://translations.launchpad.dev/
@@ -73,7 +73,7 @@
73 Hierarchy: Bug trackers > The Mozilla.org Bug Tracker73 Hierarchy: Bug trackers > The Mozilla.org Bug Tracker
74 Tabs:74 Tabs:
75 * Launchpad Home - http://launchpad.dev/75 * Launchpad Home - http://launchpad.dev/
76 * Branches - http://code.launchpad.dev/76 * Code - http://code.launchpad.dev/
77 * Bugs (selected) - http://bugs.launchpad.dev/77 * Bugs (selected) - http://bugs.launchpad.dev/
78 * Blueprints - http://blueprints.launchpad.dev/78 * Blueprints - http://blueprints.launchpad.dev/
79 * Translations - http://translations.launchpad.dev/79 * Translations - http://translations.launchpad.dev/
8080
=== modified file 'lib/lp/code/browser/branchlisting.py'
--- lib/lp/code/browser/branchlisting.py 2010-04-11 22:45:09 +0000
+++ lib/lp/code/browser/branchlisting.py 2010-05-19 05:50:57 +0000
@@ -96,7 +96,7 @@
9696
97class CodeVHostBreadcrumb(Breadcrumb):97class CodeVHostBreadcrumb(Breadcrumb):
98 rootsite = 'code'98 rootsite = 'code'
99 text = 'Branches'99 text = 'Code'
100100
101101
102class BranchBadges(HasBadgeBase):102class BranchBadges(HasBadgeBase):
103103
=== modified file 'lib/lp/code/browser/tests/test_sourcepackagerecipe.py'
--- lib/lp/code/browser/tests/test_sourcepackagerecipe.py 2010-05-17 17:40:32 +0000
+++ lib/lp/code/browser/tests/test_sourcepackagerecipe.py 2010-05-19 05:50:57 +0000
@@ -404,7 +404,7 @@
404 """Test the basic index page."""404 """Test the basic index page."""
405 main_text = self.getMainText(self.makeBuild(), '+index')405 main_text = self.getMainText(self.makeBuild(), '+index')
406 self.assertTextMatchesExpressionIgnoreWhitespace("""\406 self.assertTextMatchesExpressionIgnoreWhitespace("""\
407 Branches407 Code
408 my-recipe408 my-recipe
409 Build status409 Build status
410 Needs building410 Needs building
@@ -433,7 +433,7 @@
433 main_text = self.getMainText(433 main_text = self.getMainText(
434 release.source_package_recipe_build, '+index')434 release.source_package_recipe_build, '+index')
435 self.assertTextMatchesExpressionIgnoreWhitespace("""\435 self.assertTextMatchesExpressionIgnoreWhitespace("""\
436 Branches436 Code
437 my-recipe437 my-recipe
438 Build status438 Build status
439 Successfully built439 Successfully built
440440
=== modified file 'lib/lp/code/stories/branches/xx-branch-deletion.txt'
--- lib/lp/code/stories/branches/xx-branch-deletion.txt 2009-12-24 01:41:54 +0000
+++ lib/lp/code/stories/branches/xx-branch-deletion.txt 2010-05-19 05:50:57 +0000
@@ -11,7 +11,7 @@
11 >>> browser.getControl('Name').value = 'to-delete'11 >>> browser.getControl('Name').value = 'to-delete'
12 >>> browser.getControl('Register Branch').click()12 >>> browser.getControl('Register Branch').click()
13 >>> print browser.title13 >>> print browser.title
14 to-delete : Branches : Mozilla Firefox14 to-delete : Code : Mozilla Firefox
1515
16The newly created branch has an action 'Delete branch'.16The newly created branch has an action 'Delete branch'.
1717
1818
=== modified file 'lib/lp/code/stories/branches/xx-branch-index.txt'
--- lib/lp/code/stories/branches/xx-branch-index.txt 2010-05-11 03:16:42 +0000
+++ lib/lp/code/stories/branches/xx-branch-index.txt 2010-05-19 05:50:57 +0000
@@ -388,10 +388,10 @@
388 >>> browser.open(388 >>> browser.open(
389 ... 'http://code.launchpad.dev/~name12/gnome-terminal/scanned')389 ... 'http://code.launchpad.dev/~name12/gnome-terminal/scanned')
390 >>> print_location(browser.contents)390 >>> print_location(browser.contents)
391 Hierarchy: GNOME Terminal > Branches > scanned391 Hierarchy: GNOME Terminal > Code > scanned
392 Tabs:392 Tabs:
393 * Overview - http://launchpad.dev/gnome-terminal393 * Overview - http://launchpad.dev/gnome-terminal
394 * Branches (selected) - http://code.launchpad.dev/gnome-terminal394 * Code (selected) - http://code.launchpad.dev/gnome-terminal
395 * Bugs - http://bugs.launchpad.dev/gnome-terminal395 * Bugs - http://bugs.launchpad.dev/gnome-terminal
396 * Blueprints - http://blueprints.launchpad.dev/gnome-terminal396 * Blueprints - http://blueprints.launchpad.dev/gnome-terminal
397 * Translations - http://translations.launchpad.dev/gnome-terminal397 * Translations - http://translations.launchpad.dev/gnome-terminal
@@ -400,10 +400,10 @@
400400
401 >>> browser.open('http://code.launchpad.dev/~name12/+junk/junk.dev')401 >>> browser.open('http://code.launchpad.dev/~name12/+junk/junk.dev')
402 >>> print_location(browser.contents)402 >>> print_location(browser.contents)
403 Hierarchy: Sample Person > Branches > junk.dev403 Hierarchy: Sample Person > Code > junk.dev
404 Tabs:404 Tabs:
405 * Overview - http://launchpad.dev/~name12405 * Overview - http://launchpad.dev/~name12
406 * Branches (selected) - http://code.launchpad.dev/~name12406 * Code (selected) - http://code.launchpad.dev/~name12
407 * Bugs - http://bugs.launchpad.dev/~name12407 * Bugs - http://bugs.launchpad.dev/~name12
408 * Blueprints - http://blueprints.launchpad.dev/~name12408 * Blueprints - http://blueprints.launchpad.dev/~name12
409 * Translations - http://translations.launchpad.dev/~name12409 * Translations - http://translations.launchpad.dev/~name12
410410
=== modified file 'lib/lp/code/stories/branches/xx-creating-branches.txt'
--- lib/lp/code/stories/branches/xx-creating-branches.txt 2010-04-12 23:10:39 +0000
+++ lib/lp/code/stories/branches/xx-creating-branches.txt 2010-05-19 05:50:57 +0000
@@ -190,7 +190,7 @@
190 >>> browser.getControl('Experimental').click()190 >>> browser.getControl('Experimental').click()
191 >>> browser.getControl('Register Branch').click()191 >>> browser.getControl('Register Branch').click()
192 >>> print browser.title192 >>> print browser.title
193 master : Branches : GNOME Terminal193 master : Code : GNOME Terminal
194194
195195
196== Finding person/+addbranch ==196== Finding person/+addbranch ==
197197
=== modified file 'lib/lp/code/stories/branches/xx-distribution-branches.txt'
--- lib/lp/code/stories/branches/xx-distribution-branches.txt 2009-09-23 14:35:05 +0000
+++ lib/lp/code/stories/branches/xx-distribution-branches.txt 2010-05-19 05:50:57 +0000
@@ -23,7 +23,7 @@
2323
24 >>> print_location_apps(browser.contents)24 >>> print_location_apps(browser.contents)
25 * Overview (selected) ...25 * Overview (selected) ...
26 * Branches - http://code.launchpad.dev/mint26 * Code - http://code.launchpad.dev/mint
27 ...27 ...
2828
29Going to this page shows us a listing ordered by most recently changed first.29Going to this page shows us a listing ordered by most recently changed first.
3030
=== modified file 'lib/lp/code/stories/branches/xx-distroseries-branches.txt'
--- lib/lp/code/stories/branches/xx-distroseries-branches.txt 2009-09-23 14:35:05 +0000
+++ lib/lp/code/stories/branches/xx-distroseries-branches.txt 2010-05-19 05:50:57 +0000
@@ -23,7 +23,7 @@
2323
24 >>> print_location_apps(browser.contents)24 >>> print_location_apps(browser.contents)
25 * Overview (selected) ...25 * Overview (selected) ...
26 * Branches - http://code.launchpad.dev/mint/stable26 * Code - http://code.launchpad.dev/mint/stable
27 ...27 ...
2828
29Going to this page shows us a listing of all branches associated with that29Going to this page shows us a listing of all branches associated with that
3030
=== modified file 'lib/lp/code/stories/branches/xx-person-branches.txt'
--- lib/lp/code/stories/branches/xx-person-branches.txt 2010-04-20 03:11:26 +0000
+++ lib/lp/code/stories/branches/xx-person-branches.txt 2010-05-19 05:50:57 +0000
@@ -9,7 +9,7 @@
9 >>> browser = setupBrowser(auth='Basic test@canonical.com:test')9 >>> browser = setupBrowser(auth='Basic test@canonical.com:test')
10 >>> browser.open('http://code.launchpad.dev/~name12')10 >>> browser.open('http://code.launchpad.dev/~name12')
11 >>> print browser.title11 >>> print browser.title
12 Branches : Sample Person12 Code : Sample Person
1313
14The heading in the main content is the same as the page title text.14The heading in the main content is the same as the page title text.
1515
@@ -54,7 +54,7 @@
54 >>> browser.open('http://code.launchpad.dev/~name12')54 >>> browser.open('http://code.launchpad.dev/~name12')
55 >>> browser.getLink('registered').click()55 >>> browser.getLink('registered').click()
56 >>> print browser.title56 >>> print browser.title
57 Registered : Branches : Sample Person57 Registered : Code : Sample Person
58 >>> table = find_tag_by_id(browser.contents, 'branchtable')58 >>> table = find_tag_by_id(browser.contents, 'branchtable')
59 >>> for row in table.tbody.fetch('tr'):59 >>> for row in table.tbody.fetch('tr'):
60 ... print extract_text(row)60 ... print extract_text(row)
@@ -71,7 +71,7 @@
71 >>> browser.open('http://code.launchpad.dev/~name12')71 >>> browser.open('http://code.launchpad.dev/~name12')
72 >>> browser.getLink('subscribed').click()72 >>> browser.getLink('subscribed').click()
73 >>> print browser.title73 >>> print browser.title
74 Subscribed : Branches : Sample Person74 Subscribed : Code : Sample Person
75 >>> table = find_tag_by_id(browser.contents, 'branchtable')75 >>> table = find_tag_by_id(browser.contents, 'branchtable')
76 >>> for row in table.tbody.fetch('tr'):76 >>> for row in table.tbody.fetch('tr'):
77 ... print extract_text(row)77 ... print extract_text(row)
7878
=== modified file 'lib/lp/code/stories/branches/xx-product-branches.txt'
--- lib/lp/code/stories/branches/xx-product-branches.txt 2010-04-01 13:31:28 +0000
+++ lib/lp/code/stories/branches/xx-product-branches.txt 2010-05-19 05:50:57 +0000
@@ -29,7 +29,7 @@
2929
30 >>> browser.open('http://code.launchpad.dev/applets')30 >>> browser.open('http://code.launchpad.dev/applets')
31 >>> print browser.title31 >>> print browser.title
32 Branches : Gnome Applets32 Code : Gnome Applets
3333
34If there are not any branches, a helpful message is shown.34If there are not any branches, a helpful message is shown.
3535
3636
=== modified file 'lib/lp/code/stories/branches/xx-project-branches.txt'
--- lib/lp/code/stories/branches/xx-project-branches.txt 2010-04-16 15:06:55 +0000
+++ lib/lp/code/stories/branches/xx-project-branches.txt 2010-05-19 05:50:57 +0000
@@ -1,4 +1,5 @@
1= ProjectGroup Branches Overview =1ProjectGroup Branches Overview
2==============================
23
3 >>> from lp.code.tests.branch_helper import (4 >>> from lp.code.tests.branch_helper import (
4 ... reset_all_branch_last_modified)5 ... reset_all_branch_last_modified)
@@ -8,12 +9,13 @@
8ProjectGroups link their branch listing page.9ProjectGroups link their branch listing page.
910
10 >>> browser.open('http://launchpad.dev/mozilla')11 >>> browser.open('http://launchpad.dev/mozilla')
11 >>> browser.getLink('Branches').click()12 >>> browser.getLink('Code').click()
12 >>> print browser.title13 >>> print browser.title
13 Branches : the Mozilla Project14 Code : the Mozilla Project
1415
1516
16== Default page for code site ==17Default page for code site
18==========================
1719
18When going directly to a project on the code rootsite for launchpad,20When going directly to a project on the code rootsite for launchpad,
19the branch listing is the default page shown.21the branch listing is the default page shown.
@@ -35,7 +37,7 @@
3537
36 >>> browser.open('http://code.launchpad.dev/aaa')38 >>> browser.open('http://code.launchpad.dev/aaa')
37 >>> print browser.title39 >>> print browser.title
38 Branches : the Test Project40 Code : the Test Project
39 >>> message = find_tag_by_id(browser.contents, 'no-branch-message')41 >>> message = find_tag_by_id(browser.contents, 'no-branch-message')
40 >>> print extract_text(message)42 >>> print extract_text(message)
41 There are no branches registered for the Test Project in Launchpad...43 There are no branches registered for the Test Project in Launchpad...
4244
=== modified file 'lib/lp/registry/browser/person.py'
--- lib/lp/registry/browser/person.py 2010-05-11 12:31:49 +0000
+++ lib/lp/registry/browser/person.py 2010-05-19 05:50:57 +0000
@@ -729,7 +729,7 @@
729 return Link('', text, summary)729 return Link('', text, summary)
730730
731 def branches(self):731 def branches(self):
732 text = 'Branches'732 text = 'Code'
733 summary = ('Bazaar Branches and revisions registered and authored '733 summary = ('Bazaar Branches and revisions registered and authored '
734 'by %s' % self.context.displayname)734 'by %s' % self.context.displayname)
735 return Link('', text, summary)735 return Link('', text, summary)
736736
=== modified file 'lib/lp/registry/browser/personproduct.py'
--- lib/lp/registry/browser/personproduct.py 2010-02-16 20:36:48 +0000
+++ lib/lp/registry/browser/personproduct.py 2010-05-19 05:50:57 +0000
@@ -59,7 +59,7 @@
59 enable_only = ['branches']59 enable_only = ['branches']
6060
61 def branches(self):61 def branches(self):
62 text = 'Branches'62 text = 'Code'
63 summary = ('Bazaar Branches of %s owned by %s' %63 summary = ('Bazaar Branches of %s owned by %s' %
64 (self.context.product.displayname,64 (self.context.product.displayname,
65 self.context.person.displayname))65 self.context.person.displayname))
6666
=== modified file 'lib/lp/registry/browser/product.py'
--- lib/lp/registry/browser/product.py 2010-05-17 13:20:00 +0000
+++ lib/lp/registry/browser/product.py 2010-05-19 05:50:57 +0000
@@ -323,7 +323,7 @@
323 return Link('', text, summary)323 return Link('', text, summary)
324324
325 def branches(self):325 def branches(self):
326 text = 'Branches'326 text = 'Code'
327 summary = 'Branches for %s' % self.context.displayname327 summary = 'Branches for %s' % self.context.displayname
328 return Link('', text, summary)328 return Link('', text, summary)
329329
330330
=== modified file 'lib/lp/registry/browser/productseries.py'
--- lib/lp/registry/browser/productseries.py 2010-05-03 18:28:16 +0000
+++ lib/lp/registry/browser/productseries.py 2010-05-19 05:50:57 +0000
@@ -166,7 +166,7 @@
166 def branches(self):166 def branches(self):
167 """Return a link to view the branches related to this series."""167 """Return a link to view the branches related to this series."""
168 # Override to go to the branches for the product.168 # Override to go to the branches for the product.
169 text = 'Branches'169 text = 'Code'
170 summary = 'View related branches of code'170 summary = 'View related branches of code'
171 link = canonical_url(self.context.product, rootsite='code')171 link = canonical_url(self.context.product, rootsite='code')
172 return Link(link, text, summary=summary)172 return Link(link, text, summary=summary)
173173
=== modified file 'lib/lp/registry/browser/project.py'
--- lib/lp/registry/browser/project.py 2010-02-17 12:13:47 +0000
+++ lib/lp/registry/browser/project.py 2010-05-19 05:50:57 +0000
@@ -134,7 +134,7 @@
134 'answers', 'translations']134 'answers', 'translations']
135135
136 def branches(self):136 def branches(self):
137 text = 'Branches'137 text = 'Code'
138 return Link('', text, enabled=self.context.hasProducts())138 return Link('', text, enabled=self.context.hasProducts())
139139
140 def bugs(self):140 def bugs(self):
141141
=== modified file 'lib/lp/registry/stories/milestone/object-milestones.txt'
--- lib/lp/registry/stories/milestone/object-milestones.txt 2010-04-19 08:11:52 +0000
+++ lib/lp/registry/stories/milestone/object-milestones.txt 2010-05-19 05:50:57 +0000
@@ -155,7 +155,7 @@
155 Hierarchy: Mozilla Firefox > 1.0155 Hierarchy: Mozilla Firefox > 1.0
156 Tabs:156 Tabs:
157 * Overview (selected) - http://launchpad.dev/firefox157 * Overview (selected) - http://launchpad.dev/firefox
158 * Branches - http://code.launchpad.dev/firefox158 * Code - http://code.launchpad.dev/firefox
159 * Bugs - http://bugs.launchpad.dev/firefox159 * Bugs - http://bugs.launchpad.dev/firefox
160 * Blueprints - http://blueprints.launchpad.dev/firefox160 * Blueprints - http://blueprints.launchpad.dev/firefox
161 * Translations - http://translations.launchpad.dev/firefox161 * Translations - http://translations.launchpad.dev/firefox
@@ -173,7 +173,7 @@
173 Hierarchy: Debian > 3.1173 Hierarchy: Debian > 3.1
174 Tabs:174 Tabs:
175 * Overview (selected) - http://launchpad.dev/debian175 * Overview (selected) - http://launchpad.dev/debian
176 * Branches - http://code.launchpad.dev/debian176 * Code - http://code.launchpad.dev/debian
177 * Bugs - http://bugs.launchpad.dev/debian177 * Bugs - http://bugs.launchpad.dev/debian
178 * Blueprints - http://blueprints.launchpad.dev/debian178 * Blueprints - http://blueprints.launchpad.dev/debian
179 * Translations - http://translations.launchpad.dev/debian179 * Translations - http://translations.launchpad.dev/debian
180180
=== modified file 'lib/lp/registry/stories/productseries/xx-productseries-index.txt'
--- lib/lp/registry/stories/productseries/xx-productseries-index.txt 2010-05-03 18:44:42 +0000
+++ lib/lp/registry/stories/productseries/xx-productseries-index.txt 2010-05-19 05:50:57 +0000
@@ -152,4 +152,4 @@
152 <Link ... url='http://code.launchpad.dev/evolution/+addbranch'>152 <Link ... url='http://code.launchpad.dev/evolution/+addbranch'>
153 >>> user_browser.getLink('Submit code').click()153 >>> user_browser.getLink('Submit code').click()
154 >>> print user_browser.title154 >>> print user_browser.title
155 Register a branch : Branches : Evolution155 Register a branch : Code : Evolution
156156
=== modified file 'lib/lp/registry/stories/team-polls/create-polls.txt'
--- lib/lp/registry/stories/team-polls/create-polls.txt 2009-11-19 16:02:26 +0000
+++ lib/lp/registry/stories/team-polls/create-polls.txt 2010-05-19 05:50:57 +0000
@@ -114,7 +114,7 @@
114 Hierarchy: ?Ubuntu Team? team > Debian Project Leader Election 2080114 Hierarchy: ?Ubuntu Team? team > Debian Project Leader Election 2080
115 Tabs:115 Tabs:
116 * Overview (selected) - http://launchpad.dev/~ubuntu-team116 * Overview (selected) - http://launchpad.dev/~ubuntu-team
117 * Branches - http://code.launchpad.dev/~ubuntu-team117 * Code - http://code.launchpad.dev/~ubuntu-team
118 * Bugs - http://bugs.launchpad.dev/~ubuntu-team118 * Bugs - http://bugs.launchpad.dev/~ubuntu-team
119 * Blueprints - http://blueprints.launchpad.dev/~ubuntu-team119 * Blueprints - http://blueprints.launchpad.dev/~ubuntu-team
120 * Translations - http://translations.launchpad.dev/~ubuntu-team120 * Translations - http://translations.launchpad.dev/~ubuntu-team
121121
=== modified file 'lib/lp/soyuz/stories/distribution/xx-distribution-packages.txt'
--- lib/lp/soyuz/stories/distribution/xx-distribution-packages.txt 2010-05-18 14:07:45 +0000
+++ lib/lp/soyuz/stories/distribution/xx-distribution-packages.txt 2010-05-19 05:50:57 +0000
@@ -215,7 +215,7 @@
215 Hierarchy: Ubuntu > ?iceweasel? package215 Hierarchy: Ubuntu > ?iceweasel? package
216 Tabs:216 Tabs:
217 * Overview (selected) - not linked217 * Overview (selected) - not linked
218 * Branches - http://code.launchpad.dev/ubuntu/+source/iceweasel218 * Code - http://code.launchpad.dev/ubuntu/+source/iceweasel
219 * Bugs - http://bugs.launchpad.dev/ubuntu/+source/iceweasel219 * Bugs - http://bugs.launchpad.dev/ubuntu/+source/iceweasel
220 * Blueprints - not linked220 * Blueprints - not linked
221 * Translations - not linked221 * Translations - not linked
@@ -407,7 +407,7 @@
407 Hierarchy: Ubuntu > ?foobar? package > Change log407 Hierarchy: Ubuntu > ?foobar? package > Change log
408 Tabs:408 Tabs:
409 * Overview (selected) - http://launchpad.dev/ubuntu/+source/foobar409 * Overview (selected) - http://launchpad.dev/ubuntu/+source/foobar
410 * Branches - http://code.launchpad.dev/ubuntu/+source/foobar410 * Code - http://code.launchpad.dev/ubuntu/+source/foobar
411 * Bugs - http://bugs.launchpad.dev/ubuntu/+source/foobar411 * Bugs - http://bugs.launchpad.dev/ubuntu/+source/foobar
412 * Blueprints - not linked412 * Blueprints - not linked
413 * Translations - not linked413 * Translations - not linked
@@ -600,7 +600,7 @@
600 Hierarchy: Ubuntu > ?alsa-utils? package > Publishing history600 Hierarchy: Ubuntu > ?alsa-utils? package > Publishing history
601 Tabs:601 Tabs:
602 * Overview (selected) - http://launchpad.dev/ubuntu/+source/alsa-utils602 * Overview (selected) - http://launchpad.dev/ubuntu/+source/alsa-utils
603 * Branches - http://code.launchpad.dev/ubuntu/+source/alsa-utils603 * Code - http://code.launchpad.dev/ubuntu/+source/alsa-utils
604 * Bugs - http://bugs.launchpad.dev/ubuntu/+source/alsa-utils604 * Bugs - http://bugs.launchpad.dev/ubuntu/+source/alsa-utils
605 * Blueprints - not linked605 * Blueprints - not linked
606 * Translations - not linked606 * Translations - not linked
607607
=== modified file 'lib/lp/soyuz/stories/packaging/package-pages-navigation.txt'
--- lib/lp/soyuz/stories/packaging/package-pages-navigation.txt 2010-03-08 13:07:07 +0000
+++ lib/lp/soyuz/stories/packaging/package-pages-navigation.txt 2010-05-19 05:50:57 +0000
@@ -22,7 +22,7 @@
22 Hierarchy: Ubuntu > ?alsa-utils? package22 Hierarchy: Ubuntu > ?alsa-utils? package
23 Tabs:23 Tabs:
24 * Overview (selected) - not linked24 * Overview (selected) - not linked
25 * Branches - http://code.launchpad.dev/ubuntu/+source/alsa-utils25 * Code - http://code.launchpad.dev/ubuntu/+source/alsa-utils
26 * Bugs - http://bugs.launchpad.dev/ubuntu/+source/alsa-utils26 * Bugs - http://bugs.launchpad.dev/ubuntu/+source/alsa-utils
27 * Blueprints - not linked27 * Blueprints - not linked
28 * Translations - not linked28 * Translations - not linked
@@ -34,7 +34,7 @@
34 Hierarchy: Ubuntu > ?alsa-utils? package > Bugs34 Hierarchy: Ubuntu > ?alsa-utils? package > Bugs
35 Tabs:35 Tabs:
36 * Overview - http://launchpad.dev/ubuntu/+source/alsa-utils36 * Overview - http://launchpad.dev/ubuntu/+source/alsa-utils
37 * Branches - http://code.launchpad.dev/ubuntu/+source/alsa-utils37 * Code - http://code.launchpad.dev/ubuntu/+source/alsa-utils
38 * Bugs (selected) - not linked38 * Bugs (selected) - not linked
39 * Blueprints - not linked39 * Blueprints - not linked
40 * Translations - not linked40 * Translations - not linked
@@ -55,7 +55,7 @@
55 Hierarchy: Ubuntu > ?alsa-utils? package > 1.0.9a-4ubuntu155 Hierarchy: Ubuntu > ?alsa-utils? package > 1.0.9a-4ubuntu1
56 Tabs:56 Tabs:
57 * Overview (selected) - http://launchpad.dev/ubuntu/+source/alsa-utils57 * Overview (selected) - http://launchpad.dev/ubuntu/+source/alsa-utils
58 * Branches - http://code.launchpad.dev/ubuntu/+source/alsa-utils58 * Code - http://code.launchpad.dev/ubuntu/+source/alsa-utils
59 * Bugs - http://bugs.launchpad.dev/ubuntu/+source/alsa-utils59 * Bugs - http://bugs.launchpad.dev/ubuntu/+source/alsa-utils
60 * Blueprints - not linked60 * Blueprints - not linked
61 * Translations - not linked61 * Translations - not linked
@@ -77,7 +77,7 @@
77 Hierarchy: Ubuntu > ?alsa-utils? package > 1.0.9a-4ubuntu1 > i386 build77 Hierarchy: Ubuntu > ?alsa-utils? package > 1.0.9a-4ubuntu1 > i386 build
78 Tabs:78 Tabs:
79 * Overview (selected) - http://launchpad.dev/ubuntu/+source/alsa-utils79 * Overview (selected) - http://launchpad.dev/ubuntu/+source/alsa-utils
80 * Branches - http://code.launchpad.dev/ubuntu/+source/alsa-utils80 * Code - http://code.launchpad.dev/ubuntu/+source/alsa-utils
81 * Bugs - http://bugs.launchpad.dev/ubuntu/+source/alsa-utils81 * Bugs - http://bugs.launchpad.dev/ubuntu/+source/alsa-utils
82 * Blueprints - not linked82 * Blueprints - not linked
83 * Translations - not linked83 * Translations - not linked
@@ -96,7 +96,7 @@
96 Hierarchy: Ubuntu > Hoary (5.04) > ?alsa-utils? source package96 Hierarchy: Ubuntu > Hoary (5.04) > ?alsa-utils? source package
97 Tabs:97 Tabs:
98 * Overview (selected) - not linked98 * Overview (selected) - not linked
99 * Branches - http://code.launchpad.dev/ubuntu/hoary/+source/alsa-utils99 * Code - http://code.launchpad.dev/ubuntu/hoary/+source/alsa-utils
100 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary/+source/alsa-utils100 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary/+source/alsa-utils
101 * Blueprints - not linked101 * Blueprints - not linked
102 * Translations - http://translations.launchpad.dev/ubuntu/hoary/+source/alsa-utils102 * Translations - http://translations.launchpad.dev/ubuntu/hoary/+source/alsa-utils
@@ -112,7 +112,7 @@
112 Hierarchy: Ubuntu > Hoary (5.04) > ?alsa-utils? source package > Questions112 Hierarchy: Ubuntu > Hoary (5.04) > ?alsa-utils? source package > Questions
113 Tabs:113 Tabs:
114 * Overview - http://launchpad.dev/ubuntu/hoary/+source/alsa-utils114 * Overview - http://launchpad.dev/ubuntu/hoary/+source/alsa-utils
115 * Branches - http://code.launchpad.dev/ubuntu/hoary/+source/alsa-utils115 * Code - http://code.launchpad.dev/ubuntu/hoary/+source/alsa-utils
116 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary/+source/alsa-utils116 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary/+source/alsa-utils
117 * Blueprints - not linked117 * Blueprints - not linked
118 * Translations - http://translations.launchpad.dev/ubuntu/hoary/+source/alsa-utils118 * Translations - http://translations.launchpad.dev/ubuntu/hoary/+source/alsa-utils
@@ -134,7 +134,7 @@
134 Hierarchy: Ubuntu > Hoary (5.04) > ?alsa-utils? source package134 Hierarchy: Ubuntu > Hoary (5.04) > ?alsa-utils? source package
135 Tabs:135 Tabs:
136 * Overview (selected) - http://launchpad.dev/ubuntu/hoary/+source/alsa-utils136 * Overview (selected) - http://launchpad.dev/ubuntu/hoary/+source/alsa-utils
137 * Branches - http://code.launchpad.dev/ubuntu/hoary/+source/alsa-utils137 * Code - http://code.launchpad.dev/ubuntu/hoary/+source/alsa-utils
138 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary/+source/alsa-utils138 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary/+source/alsa-utils
139 * Blueprints - not linked139 * Blueprints - not linked
140 * Translations - http://translations.launchpad.dev/ubuntu/hoary/+source/alsa-utils140 * Translations - http://translations.launchpad.dev/ubuntu/hoary/+source/alsa-utils
@@ -153,7 +153,7 @@
153 Hierarchy: Ubuntu > Hoary (5.04) > i386153 Hierarchy: Ubuntu > Hoary (5.04) > i386
154 Tabs:154 Tabs:
155 * Overview (selected) - http://launchpad.dev/ubuntu/hoary155 * Overview (selected) - http://launchpad.dev/ubuntu/hoary
156 * Branches - http://code.launchpad.dev/ubuntu/hoary156 * Code - http://code.launchpad.dev/ubuntu/hoary
157 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary157 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary
158 * Blueprints - http://blueprints.launchpad.dev/ubuntu/hoary158 * Blueprints - http://blueprints.launchpad.dev/ubuntu/hoary
159 * Translations - http://translations.launchpad.dev/ubuntu/hoary159 * Translations - http://translations.launchpad.dev/ubuntu/hoary
@@ -171,7 +171,7 @@
171 Hierarchy: Ubuntu > Hoary (5.04) > i386 > pmount171 Hierarchy: Ubuntu > Hoary (5.04) > i386 > pmount
172 Tabs:172 Tabs:
173 * Overview (selected) - http://launchpad.dev/ubuntu/hoary173 * Overview (selected) - http://launchpad.dev/ubuntu/hoary
174 * Branches - http://code.launchpad.dev/ubuntu/hoary174 * Code - http://code.launchpad.dev/ubuntu/hoary
175 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary175 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary
176 * Blueprints - http://blueprints.launchpad.dev/ubuntu/hoary176 * Blueprints - http://blueprints.launchpad.dev/ubuntu/hoary
177 * Translations - http://translations.launchpad.dev/ubuntu/hoary177 * Translations - http://translations.launchpad.dev/ubuntu/hoary
@@ -190,7 +190,7 @@
190 Hierarchy: Ubuntu > Hoary (5.04) > i386 > pmount > 0.1-1190 Hierarchy: Ubuntu > Hoary (5.04) > i386 > pmount > 0.1-1
191 Tabs:191 Tabs:
192 * Overview (selected) - http://launchpad.dev/ubuntu/hoary192 * Overview (selected) - http://launchpad.dev/ubuntu/hoary
193 * Branches - http://code.launchpad.dev/ubuntu/hoary193 * Code - http://code.launchpad.dev/ubuntu/hoary
194 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary194 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary
195 * Blueprints - http://blueprints.launchpad.dev/ubuntu/hoary195 * Blueprints - http://blueprints.launchpad.dev/ubuntu/hoary
196 * Translations - http://translations.launchpad.dev/ubuntu/hoary196 * Translations - http://translations.launchpad.dev/ubuntu/hoary
197197
=== modified file 'lib/lp/soyuz/stories/ppa/xx-ppa-navigation.txt'
--- lib/lp/soyuz/stories/ppa/xx-ppa-navigation.txt 2010-03-08 09:27:36 +0000
+++ lib/lp/soyuz/stories/ppa/xx-ppa-navigation.txt 2010-05-19 05:50:57 +0000
@@ -51,7 +51,7 @@
51 Hierarchy: Celso Providelo > PPA for Celso Providelo51 Hierarchy: Celso Providelo > PPA for Celso Providelo
52 Tabs:52 Tabs:
53 * Overview (selected) - http://launchpad.dev/~cprov53 * Overview (selected) - http://launchpad.dev/~cprov
54 * Branches - http://code.launchpad.dev/~cprov54 * Code - http://code.launchpad.dev/~cprov
55 * Bugs - http://bugs.launchpad.dev/~cprov55 * Bugs - http://bugs.launchpad.dev/~cprov
56 * Blueprints - http://blueprints.launchpad.dev/~cprov56 * Blueprints - http://blueprints.launchpad.dev/~cprov
57 * Translations - http://translations.launchpad.dev/~cprov57 * Translations - http://translations.launchpad.dev/~cprov
@@ -72,7 +72,7 @@
72 Hierarchy: Celso Providelo > Default PPA72 Hierarchy: Celso Providelo > Default PPA
73 Tabs:73 Tabs:
74 * Overview (selected) - http://launchpad.dev/~cprov74 * Overview (selected) - http://launchpad.dev/~cprov
75 * Branches - http://code.launchpad.dev/~cprov75 * Code - http://code.launchpad.dev/~cprov
76 * Bugs - http://bugs.launchpad.dev/~cprov76 * Bugs - http://bugs.launchpad.dev/~cprov
77 * Blueprints - http://blueprints.launchpad.dev/~cprov77 * Blueprints - http://blueprints.launchpad.dev/~cprov
78 * Translations - http://translations.launchpad.dev/~cprov78 * Translations - http://translations.launchpad.dev/~cprov
@@ -117,7 +117,7 @@
117 Hierarchy: Celso Providelo > Default PPA > i386 build of iceweasel 1.0117 Hierarchy: Celso Providelo > Default PPA > i386 build of iceweasel 1.0
118 Tabs:118 Tabs:
119 * Overview (selected) - http://launchpad.dev/~cprov119 * Overview (selected) - http://launchpad.dev/~cprov
120 * Branches - http://code.launchpad.dev/~cprov120 * Code - http://code.launchpad.dev/~cprov
121 * Bugs - http://bugs.launchpad.dev/~cprov121 * Bugs - http://bugs.launchpad.dev/~cprov
122 * Blueprints - http://blueprints.launchpad.dev/~cprov122 * Blueprints - http://blueprints.launchpad.dev/~cprov
123 * Translations - http://translations.launchpad.dev/~cprov123 * Translations - http://translations.launchpad.dev/~cprov
124124
=== modified file 'lib/lp/soyuz/stories/ppa/xx-ppa-packages.txt'
--- lib/lp/soyuz/stories/ppa/xx-ppa-packages.txt 2010-04-28 17:16:30 +0000
+++ lib/lp/soyuz/stories/ppa/xx-ppa-packages.txt 2010-05-19 05:50:57 +0000
@@ -23,7 +23,7 @@
23 Hierarchy: Celso Providelo > PPA for Celso Providelo > Packages in...23 Hierarchy: Celso Providelo > PPA for Celso Providelo > Packages in...
24 Tabs:24 Tabs:
25 * Overview (selected) - http://launchpad.dev/~cprov25 * Overview (selected) - http://launchpad.dev/~cprov
26 * Branches - http://code.launchpad.dev/~cprov26 * Code - http://code.launchpad.dev/~cprov
27 * Bugs - http://bugs.launchpad.dev/~cprov27 * Bugs - http://bugs.launchpad.dev/~cprov
28 * Blueprints - http://blueprints.launchpad.dev/~cprov28 * Blueprints - http://blueprints.launchpad.dev/~cprov
29 * Translations - http://translations.launchpad.dev/~cprov29 * Translations - http://translations.launchpad.dev/~cprov
3030
=== modified file 'lib/lp/soyuz/stories/ppa/xx-ubuntu-ppas.txt'
--- lib/lp/soyuz/stories/ppa/xx-ubuntu-ppas.txt 2010-04-09 15:46:09 +0000
+++ lib/lp/soyuz/stories/ppa/xx-ubuntu-ppas.txt 2010-05-19 05:50:57 +0000
@@ -8,7 +8,7 @@
8 Hierarchy: Ubuntu > Personal Package Archives8 Hierarchy: Ubuntu > Personal Package Archives
9 Tabs:9 Tabs:
10 * Overview (selected) - http://launchpad.dev/ubuntu10 * Overview (selected) - http://launchpad.dev/ubuntu
11 * Branches - http://code.launchpad.dev/ubuntu11 * Code - http://code.launchpad.dev/ubuntu
12 * Bugs - http://bugs.launchpad.dev/ubuntu12 * Bugs - http://bugs.launchpad.dev/ubuntu
13 * Blueprints - http://blueprints.launchpad.dev/ubuntu13 * Blueprints - http://blueprints.launchpad.dev/ubuntu
14 * Translations - http://translations.launchpad.dev/ubuntu14 * Translations - http://translations.launchpad.dev/ubuntu
1515
=== modified file 'lib/lp/soyuz/stories/soyuz/xx-distributionsourcepackagerelease-pages.txt'
--- lib/lp/soyuz/stories/soyuz/xx-distributionsourcepackagerelease-pages.txt 2010-03-08 13:07:07 +0000
+++ lib/lp/soyuz/stories/soyuz/xx-distributionsourcepackagerelease-pages.txt 2010-05-19 05:50:57 +0000
@@ -48,7 +48,7 @@
48 Hierarchy: ubuntutest > ?testing-dspr? package > 1.048 Hierarchy: ubuntutest > ?testing-dspr? package > 1.0
49 Tabs:49 Tabs:
50 * Overview (selected) - http://launchpad.dev/ubuntutest/+source/testing-dspr50 * Overview (selected) - http://launchpad.dev/ubuntutest/+source/testing-dspr
51 * Branches - http://code.launchpad.dev/ubuntutest/+source/testing-dspr51 * Code - http://code.launchpad.dev/ubuntutest/+source/testing-dspr
52 * Bugs - http://bugs.launchpad.dev/ubuntutest/+source/testing-dspr52 * Bugs - http://bugs.launchpad.dev/ubuntutest/+source/testing-dspr
53 * Blueprints - not linked53 * Blueprints - not linked
54 * Translations - not linked54 * Translations - not linked
5555
=== modified file 'lib/lp/soyuz/stories/soyuz/xx-sourcepackage-changelog.txt'
--- lib/lp/soyuz/stories/soyuz/xx-sourcepackage-changelog.txt 2010-03-06 21:05:16 +0000
+++ lib/lp/soyuz/stories/soyuz/xx-sourcepackage-changelog.txt 2010-05-19 05:50:57 +0000
@@ -8,7 +8,7 @@
8 Hierarchy: Ubuntu > Hoary (5.04) > ...pmount... source package > Change log8 Hierarchy: Ubuntu > Hoary (5.04) > ...pmount... source package > Change log
9 Tabs:9 Tabs:
10 * Overview (selected) - http://launchpad.dev/ubuntu/hoary/+source/pmount10 * Overview (selected) - http://launchpad.dev/ubuntu/hoary/+source/pmount
11 * Branches - http://code.launchpad.dev/ubuntu/hoary/+source/pmount11 * Code - http://code.launchpad.dev/ubuntu/hoary/+source/pmount
12 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary/+source/pmount12 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary/+source/pmount
13 * Blueprints - not linked13 * Blueprints - not linked
14 * Translations - http://translations.launchpad.dev/ubuntu/hoary/+source/pmount14 * Translations - http://translations.launchpad.dev/ubuntu/hoary/+source/pmount
1515
=== modified file 'lib/lp/translations/stories/navigation-links/pofile.txt'
--- lib/lp/translations/stories/navigation-links/pofile.txt 2009-09-23 11:10:00 +0000
+++ lib/lp/translations/stories/navigation-links/pofile.txt 2010-05-19 05:50:57 +0000
@@ -15,7 +15,7 @@
1515
16 >>> print_location_apps(admin_browser.contents)16 >>> print_location_apps(admin_browser.contents)
17 * Overview - http://launchpad.dev/evolution/trunk17 * Overview - http://launchpad.dev/evolution/trunk
18 * Branches - http://code.launchpad.dev/evolution18 * Code - http://code.launchpad.dev/evolution
19 * Bugs - http://bugs.launchpad.dev/evolution/trunk19 * Bugs - http://bugs.launchpad.dev/evolution/trunk
20 * Blueprints - http://blueprints.launchpad.dev/evolution/trunk20 * Blueprints - http://blueprints.launchpad.dev/evolution/trunk
21 * Translations (selected) - http://translations.launchpad.dev/evolution/trunk21 * Translations (selected) - http://translations.launchpad.dev/evolution/trunk
@@ -33,7 +33,7 @@
3333
34 >>> print_location_apps(admin_browser.contents)34 >>> print_location_apps(admin_browser.contents)
35 * Overview - http://launchpad.dev/ubuntu/hoary/+source/evolution35 * Overview - http://launchpad.dev/ubuntu/hoary/+source/evolution
36 * Branches - http://code.launchpad.dev/ubuntu/hoary/+source/evolution36 * Code - http://code.launchpad.dev/ubuntu/hoary/+source/evolution
37 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary/+source/evolution37 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary/+source/evolution
38 * Blueprints - not linked38 * Blueprints - not linked
39 * Translations (selected) - http://translations.launchpad.dev/ubuntu/hoary/+source/evolution39 * Translations (selected) - http://translations.launchpad.dev/ubuntu/hoary/+source/evolution
4040
=== modified file 'lib/lp/translations/stories/navigation-links/pomsgset.txt'
--- lib/lp/translations/stories/navigation-links/pomsgset.txt 2009-09-23 11:10:00 +0000
+++ lib/lp/translations/stories/navigation-links/pomsgset.txt 2010-05-19 05:50:57 +0000
@@ -17,7 +17,7 @@
1717
18 >>> print_location_apps(browser.contents)18 >>> print_location_apps(browser.contents)
19 * Overview - http://launchpad.dev/evolution/trunk19 * Overview - http://launchpad.dev/evolution/trunk
20 * Branches - http://code.launchpad.dev/evolution20 * Code - http://code.launchpad.dev/evolution
21 * Bugs - http://bugs.launchpad.dev/evolution/trunk21 * Bugs - http://bugs.launchpad.dev/evolution/trunk
22 * Blueprints - http://blueprints.launchpad.dev/evolution/trunk22 * Blueprints - http://blueprints.launchpad.dev/evolution/trunk
23 * Translations (selected) - http://translations.launchpad.dev/evolution/trunk23 * Translations (selected) - http://translations.launchpad.dev/evolution/trunk
@@ -39,7 +39,7 @@
3939
40 >>> print_location_apps(browser.contents)40 >>> print_location_apps(browser.contents)
41 * Overview - http://launchpad.dev/ubuntu/hoary/+source/evolution41 * Overview - http://launchpad.dev/ubuntu/hoary/+source/evolution
42 * Branches - http://code.launchpad.dev/ubuntu/hoary/+source/evolution42 * Code - http://code.launchpad.dev/ubuntu/hoary/+source/evolution
43 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary/+source/evolution43 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary/+source/evolution
44 * Blueprints - not linked44 * Blueprints - not linked
45 * Translations (selected) - http://translations.launchpad.dev/ubuntu/hoary/+source/evolution45 * Translations (selected) - http://translations.launchpad.dev/ubuntu/hoary/+source/evolution
4646
=== modified file 'lib/lp/translations/stories/navigation-links/potemplate.txt'
--- lib/lp/translations/stories/navigation-links/potemplate.txt 2009-09-23 11:10:00 +0000
+++ lib/lp/translations/stories/navigation-links/potemplate.txt 2010-05-19 05:50:57 +0000
@@ -13,7 +13,7 @@
1313
14 >>> print_location_apps(admin_browser.contents)14 >>> print_location_apps(admin_browser.contents)
15 * Overview - http://launchpad.dev/evolution/trunk15 * Overview - http://launchpad.dev/evolution/trunk
16 * Branches - http://code.launchpad.dev/evolution16 * Code - http://code.launchpad.dev/evolution
17 * Bugs - http://bugs.launchpad.dev/evolution/trunk17 * Bugs - http://bugs.launchpad.dev/evolution/trunk
18 * Blueprints - http://blueprints.launchpad.dev/evolution/trunk18 * Blueprints - http://blueprints.launchpad.dev/evolution/trunk
19 * Translations (selected) - http://translations.launchpad.dev/evolution/trunk19 * Translations (selected) - http://translations.launchpad.dev/evolution/trunk
@@ -31,7 +31,7 @@
3131
32 >>> print_location_apps(admin_browser.contents)32 >>> print_location_apps(admin_browser.contents)
33 * Overview - http://launchpad.dev/ubuntu/hoary/+source/evolution33 * Overview - http://launchpad.dev/ubuntu/hoary/+source/evolution
34 * Branches - http://code.launchpad.dev/ubuntu/hoary/+source/evolution34 * Code - http://code.launchpad.dev/ubuntu/hoary/+source/evolution
35 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary/+source/evolution35 * Bugs - http://bugs.launchpad.dev/ubuntu/hoary/+source/evolution
36 * Blueprints - not linked36 * Blueprints - not linked
37 * Translations (selected) - http://translations.launchpad.dev/ubuntu/hoary/+source/evolution37 * Translations (selected) - http://translations.launchpad.dev/ubuntu/hoary/+source/evolution