Merge lp:~cjohnston/loco-team-portal/bugfix-lp-621120 into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Merged at revision: 251
Proposed branch: lp:~cjohnston/loco-team-portal/bugfix-lp-621120
Merge into: lp:loco-team-portal
Diff against target: 217 lines (+20/-21)
12 files modified
TRANSITION.TO.0.2 (+1/-1)
loco_directory/common/launchpad.py (+1/-1)
loco_directory/common/utils.py (+1/-1)
loco_directory/locale/loco-directory.pot (+8/-9)
loco_directory/settings.py (+1/-1)
loco_directory/teams/management/commands/init-ld.py (+1/-1)
loco_directory/teams/management/commands/release.py (+1/-1)
loco_directory/templates/404.html (+1/-1)
loco_directory/templates/500.html (+1/-1)
loco_directory/templates/about.html (+1/-1)
loco_directory/templates/base.html (+1/-1)
loco_directory/templates/teams/team_reapprovals.html (+2/-2)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/bugfix-lp-621120
Reviewer Review Type Date Requested Status
LoCo Team Portal Developers Pending
Review via email: mp+33206@code.launchpad.net

Description of the change

Changes all instances of LoCo Directory to LoCo Team Directory

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'TRANSITION.TO.0.2'
2--- TRANSITION.TO.0.2 2010-02-16 17:14:13 +0000
3+++ TRANSITION.TO.0.2 2010-08-20 13:07:41 +0000
4@@ -1,4 +1,4 @@
5-For the LoCo Directory 0.2 we made a couple of changes:
6+For the LoCo Team Directory 0.2 we made a couple of changes:
7
8 - modified schema of existing application (just added a key)
9 - "rebased" bazaar branch because of megabytes of stuff that were committed unnecessarily
10
11=== modified file 'loco_directory/common/launchpad.py'
12--- loco_directory/common/launchpad.py 2010-08-12 09:59:25 +0000
13+++ loco_directory/common/launchpad.py 2010-08-20 13:07:41 +0000
14@@ -20,7 +20,7 @@
15
16 def lp_login(lp_instance=EDGE_SERVICE_ROOT):
17 cachedir = os.path.join(settings.PROJECT_PATH, 'lp_data/cache')
18- client_ident = getattr(settings, 'LP_PROJECT_NAME', "LoCo Directory")
19+ client_ident = getattr(settings, 'LP_PROJECT_NAME', "LoCo Team Directory")
20 try:
21 launchpad = Launchpad.login_anonymously(client_ident, lp_instance, cachedir)
22 except:
23
24=== modified file 'loco_directory/common/utils.py'
25--- loco_directory/common/utils.py 2010-08-03 11:43:25 +0000
26+++ loco_directory/common/utils.py 2010-08-20 13:07:41 +0000
27@@ -25,7 +25,7 @@
28
29 def get_locodirectory_version(version_file, debug):
30 """
31- return the bzr revision number and version of the LoCo Directory
32+ return the bzr revision number and version of the LoCo Team Directory
33 """
34
35 if not os.path.exists(version_file):
36
37=== modified file 'loco_directory/locale/loco-directory.pot'
38--- loco_directory/locale/loco-directory.pot 2010-08-20 09:58:11 +0000
39+++ loco_directory/locale/loco-directory.pot 2010-08-20 13:07:41 +0000
40@@ -8,7 +8,7 @@
41 msgstr ""
42 "Project-Id-Version: PACKAGE VERSION\n"
43 "Report-Msgid-Bugs-To: \n"
44-"POT-Creation-Date: 2010-08-20 09:57+0000\n"
45+"POT-Creation-Date: 2010-08-20 13:04+0000\n"
46 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
47 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
48 "Language-Team: LANGUAGE <LL@li.org>\n"
49@@ -309,6 +309,7 @@
50 #: templates/404.html:4 templates/500.html:4 templates/about.html:4
51 #: templates/about_loco.html:4 templates/base.html:4
52 #: templates/loco_council.html:4 templates/using_locodir.html:4
53+#: templates/teams/team_reapprovals.html:4
54 msgid "Ubuntu LoCo Team Directory"
55 msgstr ""
56
57@@ -330,7 +331,8 @@
58
59 #: templates/404.html:19 templates/500.html:15
60 msgid ""
61-"If you believe the reason you are here is a bug in the LoCo Directory please "
62+"If you believe the reason you are here is a bug in the LoCo Team Directory "
63+"please "
64 msgstr ""
65
66 #: templates/404.html:19 templates/500.html:15 templates/about.html:31
67@@ -371,7 +373,7 @@
68 "LoCo Teams. It was originally developed by <a href='https://launchpad.net/"
69 "~nixternal'>Richard Johnson</a> and further development has been made "
70 "possible by the <a href='https://launchpad.net/~loco-directory-dev'>The LoCo "
71-"Directory Developers</a>."
72+"Team Directory Developers</a>."
73 msgstr ""
74
75 #: templates/about.html:13
76@@ -517,7 +519,7 @@
77 "LoCo project."
78 msgstr ""
79
80-#: templates/base.html:6
81+#: templates/base.html:6 templates/base.html.py:58
82 msgid "LoCo Team Directory"
83 msgstr ""
84
85@@ -566,10 +568,6 @@
86 msgid "About the LoCo Team Directory Project"
87 msgstr ""
88
89-#: templates/base.html:58
90-msgid "LoCo Directory"
91-msgstr ""
92-
93 #: templates/index.html:6 templates/using_locodir.html:4
94 #: templates/using_locodir.html.py:11
95 msgid "Using the LoCo Team Directory"
96@@ -1254,7 +1252,8 @@
97 msgstr ""
98
99 #: templates/teams/team_reapprovals.html:51
100-msgid "There are currently no approved teams in the Ubuntu LoCo Directory. :("
101+msgid ""
102+"There are currently no approved teams in the Ubuntu LoCo Team Directory. :("
103 msgstr ""
104
105 #: templates/teams/team_update.html:16
106
107=== modified file 'loco_directory/settings.py'
108--- loco_directory/settings.py 2010-08-02 14:43:27 +0000
109+++ loco_directory/settings.py 2010-08-20 13:07:41 +0000
110@@ -5,7 +5,7 @@
111 import ubuntu_website
112 uw_import = True
113 except ImportError:
114- print "You will need to run ./manage.py init-ld to make the LoCo Directory fully work."
115+ print "You will need to run ./manage.py init-ld to make the LoCo Team Directory fully work."
116 uw_import = False
117
118 PROJECT_PATH = os.path.dirname(os.path.abspath(__file__))
119
120=== modified file 'loco_directory/teams/management/commands/init-ld.py'
121--- loco_directory/teams/management/commands/init-ld.py 2010-07-28 13:11:58 +0000
122+++ loco_directory/teams/management/commands/init-ld.py 2010-08-20 13:07:41 +0000
123@@ -10,7 +10,7 @@
124 import os
125
126 class Command(NoArgsCommand):
127- help = "Make sure the LoCo Directory is set up properly."
128+ help = "Make sure the LoCo Team Directory is set up properly."
129
130 def handle_noargs(self, **options):
131 print " * Compiling messages."
132
133=== modified file 'loco_directory/teams/management/commands/release.py'
134--- loco_directory/teams/management/commands/release.py 2010-05-03 10:35:34 +0000
135+++ loco_directory/teams/management/commands/release.py 2010-08-20 13:07:41 +0000
136@@ -26,7 +26,7 @@
137 return (version, bzr_revno)
138
139 class Command(LabelCommand):
140- help = "Prepare release of LoCo Directory. Please pass <version> as an argument."
141+ help = "Prepare release of LoCo Team Directory. Please pass <version> as an argument."
142
143 def handle_label(self, label, **options):
144 (version, bzr_revno) = write_version_strings(label)
145
146=== modified file 'loco_directory/templates/404.html'
147--- loco_directory/templates/404.html 2010-08-17 00:33:22 +0000
148+++ loco_directory/templates/404.html 2010-08-20 13:07:41 +0000
149@@ -16,7 +16,7 @@
150 <li><a href="{% url venue-list %}">{% trans "You can browse the full list of venues." %}</a></li>
151 </ul>
152 </p>
153-<p>{% trans "If you believe the reason you are here is a bug in the LoCo Directory please " %} <a href='https://bugs.launchpad.net/loco-directory'>{% trans "Report it!" %}</a></p>
154+<p>{% trans "If you believe the reason you are here is a bug in the LoCo Team Directory please " %} <a href='https://bugs.launchpad.net/loco-directory'>{% trans "Report it!" %}</a></p>
155 </article>
156
157 {% endblock %}
158
159=== modified file 'loco_directory/templates/500.html'
160--- loco_directory/templates/500.html 2010-08-17 00:33:22 +0000
161+++ loco_directory/templates/500.html 2010-08-20 13:07:41 +0000
162@@ -12,7 +12,7 @@
163 <h3><a href="{% url team-list %}">{% trans "You can browse the full list of teams" %}</a></h3>
164 <p>{% trans "Please make sure the team you are looking for is a member of" %} <a href='https://launchpad.net/~locoteams'>{% trans "The LoCo Teams group in Launchpad" %}</a>
165 </p>
166- <p>{% trans "If you believe the reason you are here is a bug in the LoCo Directory please " %} <a href='https://bugs.launchpad.net/loco-directory'>{% trans "Report it!" %}</a>
167+ <p>{% trans "If you believe the reason you are here is a bug in the LoCo Team Directory please " %} <a href='https://bugs.launchpad.net/loco-directory'>{% trans "Report it!" %}</a>
168 </p>
169 </article>
170
171
172=== modified file 'loco_directory/templates/about.html'
173--- loco_directory/templates/about.html 2010-08-17 00:33:22 +0000
174+++ loco_directory/templates/about.html 2010-08-20 13:07:41 +0000
175@@ -10,7 +10,7 @@
176
177 <article class="main-content leading">
178 <h2>{% trans "What is the LoCo Team Directory?" %}</h2>
179- <p>{% trans "The LoCo Team Directory is a place where you can find information regarding LoCo Teams. It was originally developed by <a href='https://launchpad.net/~nixternal'>Richard Johnson</a> and further development has been made possible by the <a href='https://launchpad.net/~loco-directory-dev'>The LoCo Directory Developers</a>." %} {% trans "The LoCo Team Directory is made available under the <a href='http://www.gnu.org/licenses/gpl-3.0-standalone.html'>GNU GPL v3</a>." %}
180+ <p>{% trans "The LoCo Team Directory is a place where you can find information regarding LoCo Teams. It was originally developed by <a href='https://launchpad.net/~nixternal'>Richard Johnson</a> and further development has been made possible by the <a href='https://launchpad.net/~loco-directory-dev'>The LoCo Team Directory Developers</a>." %} {% trans "The LoCo Team Directory is made available under the <a href='http://www.gnu.org/licenses/gpl-3.0-standalone.html'>GNU GPL v3</a>." %}
181 </p>
182 </article>
183
184
185=== modified file 'loco_directory/templates/base.html'
186--- loco_directory/templates/base.html 2010-08-20 09:58:11 +0000
187+++ loco_directory/templates/base.html 2010-08-20 13:07:41 +0000
188@@ -55,7 +55,7 @@
189 <div class="copyright">
190 &copy; 2008-{% now "Y" %} Canonical Ltd., Ubuntu Community. Ubuntu is a registered trademark of Canonical Ltd.<br />
191 <a href="/about">{% trans "About the LoCo Team Directory Project" %}</a><br />
192-{% trans "LoCo Directory" %} {{ loco_version }}
193+{% trans "LoCo Team Directory" %} {{ loco_version }}
194 </div>
195 {% endblock %}
196
197
198=== modified file 'loco_directory/templates/teams/team_reapprovals.html'
199--- loco_directory/templates/teams/team_reapprovals.html 2010-07-15 14:36:51 +0000
200+++ loco_directory/templates/teams/team_reapprovals.html 2010-08-20 13:07:41 +0000
201@@ -1,7 +1,7 @@
202 {% extends "base.html" %}
203 {% load i18n %}
204
205-{% block title %}{% trans "Ubuntu LoCo Team Approvals List" %}{% endblock %}
206+{% block title %}{% trans "Ubuntu LoCo Team Approvals List" %} | {% trans "Ubuntu LoCo Team Directory" %} {% endblock %}
207 {% block extrahead %}{{ block.super }}
208 <link rel="stylesheet" type="text/css" href="/media/css/newstyle.css" />
209 {% endblock %}
210@@ -48,7 +48,7 @@
211
212 {% if not next_teams and not later_teams %}
213 <article class="main-content">
214-<p>{% trans "There are currently no approved teams in the Ubuntu LoCo Directory. :(" %}</p>
215+<p>{% trans "There are currently no approved teams in the Ubuntu LoCo Team Directory. :(" %}</p>
216 </article>
217 {% endif %}
218

Subscribers

People subscribed via source and target branches