Merge lp:~xnox/ubiquity/UntitledSeries into lp:ubiquity

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 6239
Proposed branch: lp:~xnox/ubiquity/UntitledSeries
Merge into: lp:ubiquity
Diff against target: 71 lines (+5/-30)
3 files modified
debian/changelog (+5/-0)
debian/ubiquity.templates (+0/-16)
ubiquity/plugins/ubi-usersetup.py (+0/-14)
To merge this branch: bzr merge lp:~xnox/ubiquity/UntitledSeries
Reviewer Review Type Date Requested Status
Ubuntu Installer Team Pending
Review via email: mp+216724@code.launchpad.net

Description of the change

for u merge window

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 'debian/changelog'
2--- debian/changelog 2014-04-22 11:28:17 +0000
3+++ debian/changelog 2014-04-22 13:34:25 +0000
4@@ -4,6 +4,11 @@
5 * LP: #1309458 KDE: ubiquity installer crashes when clicking release
6 notes
7
8+ [ Dimitri John Ledkov ]
9+ * Remove setting translated placeholder text in the usersetup
10+ plugin. (LP: #1283047)
11+ * Drop translation messages from ubiquity.templates.
12+
13 -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 22 Apr 2014 12:25:19 +0100
14
15 ubiquity (2.18.7) trusty; urgency=medium
16
17=== modified file 'debian/ubiquity.templates'
18--- debian/ubiquity.templates 2014-04-09 21:34:01 +0000
19+++ debian/ubiquity.templates 2014-04-22 13:34:25 +0000
20@@ -120,26 +120,10 @@
21 Type: text
22 _Description: Your name:
23
24-Template: ubiquity/text/fullname_inactive_label
25-Type: text
26-_Description: Your name
27-
28-Template: ubiquity/text/password_new_inactive_label
29-Type: text
30-_Description: At least 8 characters password
31-
32-Template: ubiquity/text/password_new_again_inactive_label
33-Type: text
34-_Description: Retype password
35-
36 Template: ubiquity/text/username_label
37 Type: text
38 _Description: Pick a username:
39
40-Template: ubiquity/text/username_inactive_label
41-Type: text
42-_Description: Username
43-
44 Template: ubiquity/text/username_extra_label
45 Type: text
46 _Description: &lt;small&gt;If more than one person will use this computer, you can set up multiple accounts after installation.&lt;/small&gt;
47
48=== modified file 'ubiquity/plugins/ubi-usersetup.py'
49--- ubiquity/plugins/ubi-usersetup.py 2013-03-21 16:45:35 +0000
50+++ ubiquity/plugins/ubi-usersetup.py 2014-04-22 13:34:25 +0000
51@@ -235,20 +235,6 @@
52 self.resolver_ok = True
53 self.plugin_widgets = self.page
54
55- def plugin_translate(self, lang):
56- # TODO Move back into the frontend as we can check
57- # isinstance(LabelledEntry and just call set_label. We'll need to
58- # properly name the debconf keys though (s/inactive_label//)
59- user = self.controller.get_string('username_inactive_label', lang)
60- full = self.controller.get_string('fullname_inactive_label', lang)
61- pasw = self.controller.get_string('password_inactive_label', lang)
62- vpas = self.controller.get_string('password_again_inactive_label',
63- lang)
64- self.username.set_placeholder_text(user)
65- self.fullname.set_placeholder_text(full)
66- self.password.set_placeholder_text(pasw)
67- self.verified_password.set_placeholder_text(vpas)
68-
69 # Functions called by the Page.
70
71 def set_fullname(self, value):

Subscribers

People subscribed via source and target branches

to status/vote changes: