~launchpad-pqm/launchpad/devel

1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
1
/*
2
   Rosetta SAMPLE DATA
8687.15.9 by Karl Fogel
Add the copyright header block to more files (everything under database/).
3
4
   Copyright 2009 Canonical Ltd.  This software is licensed under the
5
   GNU Affero General Public License version 3 (see the file LICENSE).
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
6
*/
7
1501 by Canonical.com Patch Queue Manager
First merge of POTemplateLinkages
8
INSERT INTO POTemplateName(name, title, description)
9
VALUES ('evolution-2.2',
10
        'Main translation domain for the Evolution 2.2',
11
        'This is a description about Evolution 2.2 POTemplateName'
12
);
13
14
INSERT INTO POTemplate (distrorelease, sourcepackagename, potemplatename,
15
                        title, description, datecreated, path, iscurrent,
16
                        messagecount, owner)
17
VALUES ((SELECT id FROM DistroRelease WHERE name = 'hoary'),
18
        (SELECT id FROM SourcepackageName WHERE name = 'evolution'),
19
        (SELECT id FROM POTemplateName WHERE name = 'evolution-2.2'),
20
        'Main POT file for the Hoary\'s Evolution',
21
        'This is a description about Hoary\'s Evolution POTemplate',
22
        timestamp '2005-03-02 11:20',
23
        'po',
24
        TRUE,
25
        3,
26
        (SELECT id FROM Person WHERE displayname = 'Sample Person')
27
);
28
29
INSERT INTO ProductRelease (product, datereleased, version, changelog, owner)
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
30
VALUES ((SELECT id FROM Product WHERE name = 'evolution'),
1501 by Canonical.com Patch Queue Manager
First merge of POTemplateLinkages
31
        timestamp '2005-02-28 00:00',
32
        '2.1.6',
33
        'Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
34
35
 * Addressbook
36
   #73005 - Cannot cancel \'Contact List Editor\' (Siva)
37
   #73005 - offline - setting/unsetting folder offline property is not working (Sushma)
38
   #70371 - Evolution crashes when adding contact list (Siva)
39
   #67724 - When unix user name, callendar points to old username (Siva)
40
   #54825 - Freeze on .vcf import from MacOS X AddressBook (Christophe Fergeau)
41
   #73013 - \'Right\' click on a \'Contact\' cannot select \'Cut\' (Siva)
42
43
 * Calendar
44
   #72958 - Unable to send delayed meeting (Chen)
45
   #72006 - Opened existing appointments with attachment - press cancel - popup info with save / discard / cancel changes (Chen)
46
   #63866 - Same name can be entered twice in invitations tab (JP)
47
   #67714 - Invitations Tab Allows Entry Of Empty Line (JP)
48
   #62089 - adding contact lists to meetings impossible (JP)
49
   #47747 - Changes to attendee not updated until click on different row (JP)
50
   #61495 - Existing text is placed off screen when editing attendee field (JP)
51
   #28947 - adding contact list to attendee list should expand it (JP)
52
   #67724 - When unix user name, callendar points to old username (Siva)
53
   #72038 - Changes meeting to appoinment after throwing warning invalid mail id (Rodrigo)
54
   #69556 - Crash attaching mime parts to calendar events (Harish)
55
56
 * Mail
57
   #66126 - attach File Chooser is modal (Michael)
58
   #68549 - Answering to Usenet article doesn\'t consider the "Followup-To:" field (Michael)
59
   #71003 - threads still running at exit (Michael)
60
   #62109 - Inconsistent ways of determining 8-bit Subject: and From: header charsets (Jeff)
61
   #34153 - Confusing Outbox semantics for deleted outgoing messages (Michael)
62
   #71528 - Search Selection Widget Has Repeated Items (Michael)
63
   #71967 - Evolution delete mail from POP3 server even is checked the option "leave the mail on server (Michael)
64
   #40515 - Signature scripts do not allow switches (Michael)
65
   #68866 - Forward button doesn\'t put newline between headers and body (Michael)
66
   #35219 - flag-for-followup crufting (Michael)
67
   #64987 - Go to next unread message doesn\'t work when multiple messages are selected (Michael)
68
   #72337 - Evolution crashes if I click OK/Cancel on the password dialog after disabling the IMAP account (Michael)
69
   #70718 - Next and previous buttons don\'t realize there\'s new mail (Michael)
70
   #61363 - Setup wizard, IMAP for receiving server, sending default GW (Michael)
71
   #70795 - Next/Previous Message Should Only Display Listed Emails (Michael)
72
   #23822 - no copy text option when right-clicking on marked mail text (Rodney)
73
   #72266 - You shouldn\'t be able to open more than one \'Select Folder\' dialog in the mail filters (Michael)
74
   #71429 - on NLD, menus in wrong order (Michae)l
75
   #72228 - cannot store into groupwise sent folder (Michael)
76
   #72209 - Evolution is crashing when you move a VFolder to a folder \'on this computer\' (Michael)
77
   #72275 - Can\'t use Shift+F10 to popup context menu for link in message (Harry Lu)
78
   #54503 - "New" dropdown menu on toolbar has wrong widget style (Rodney)
79
   #72676 - Saved filter rule can\'t be modified if it is selected with GOK. (Harry Lu)
80
81
 * SMIME
82
   #68592 - "Backup" buttons in certificate settings does nothing - work around (Michael)
83
84
 * Shell
85
   #33287 - "send/receive" button not greyed out when starting offline (JP)
86
   #48868 - Status bar changes its height when fonts are large (William Jon McCann)
87
88
 * Plugins
89
   #71527 - Save Calendar widget mixup between directory and file (Rodrigo)
90
91
Other bugs
92
93
 * Addressbook
94
   - Use new categories dialog in contact editor (Rodrigo)
95
   - HIG spacing fixes (Rodney)
96
   - Display warning dialog when GW server is old (Vivek)
97
98
 * Calendar
99
   - Always ensure default sources are available (Siva)
100
   - Don\'t look up free/busy unless we need to (Harish)
101
   - Make sure new events don\'t display twice (Chen)
102
   - Make sure double click opens attachments (Chen)
103
104
 * Mail
105
   - a11y fixes for composer (Harry Lu)
106
   - Use gnome-vfs API to launch external applications (Marco Pesenti Gritti)
107
   - New mailer context menus for messages (Rodney)
108
109
 * Shell
110
   - Fix leak (JP)
111
   - Use gnome-vfs API to open quick reference (Marco Pesenti Gritti)
112
113
 * Plugins
114
   - Make e-popup more robust (Michael)
115
   - Cleanup authors/descriptions (Björn Torkelsson)
116
   - out of office exchange fixes (Sushma)
117
   - retry send options if invalid session string (Chen)
118
   - set proper default port for shared folders (Vivek)
119
120
 * Miscellaneous
121
   - BSD runtime linking fixes (Hans)
122
   - distclean fixes (Björn Torkelsson)
123
124
Updated translations:
125
   - et (Priit Laes)
126
   - el (Kostas Papadimas, Nikos Charonitakis)
127
   - sv (Christian Rose)
128
   - es (Francisco Javier F. Serrador)
129
   - it (Luca Ferretti, Marco Ciampa)
130
   - da (Martin Willemoes Hansen)
131
   - ca (Josep Puigdemont, Xavi Conde)
132
   - nb (Kjartan Maraas)
133
   - no (Kjartan Maraas)
134
   - ru (Leonid Kanter)
135
   - gu (Ankit Patel)
136
   - cs (Miloslav Trmac)
137
   - nl (Vincent van Adrighem)
138
   - fi (Ilkka Tuohela)
139
   - pt (Duarte Loreto)
140
   - uk (Maxim Dziumanenko)
141
   - ko (Changwoo Ryu)
142
   - de (Frank Arnold)
143
   - fr (Vincent Carriere)
144
   - en_CA (Adam Weinberger)
145
   - cs (Miloslav Trmac)
146
   - pl (Artur Flinta)
147
   - bg (Vladimir Petkov)
148
   - ja (Takeshi AIHANA)
149
   - en_GB (David Lodge)
150
   - en_CA (Adam Weinberger)
151
   - lt (Zygimantas Berucka)',
152
        (SELECT id FROM Person WHERE displayname = 'Sample Person')
153
);
154
155
INSERT INTO POTemplate (productrelease, potemplatename, title, description,
156
                        datecreated, path, iscurrent, messagecount, owner)
157
VALUES ((SELECT pr.id
158
         FROM Product p, ProductRelease pr
159
         WHERE
160
             p.name = 'evolution' AND
161
             p.id = pr.product AND
162
             pr.version = '2.1.6'),
163
        (SELECT id FROM POTemplateName WHERE name = 'evolution-2.2'),
164
        'Main POT file for the Evolution 2.1.6 release',
165
        'This is a description about Evolution 2.1.6 POTemplate',
166
        timestamp '2005-03-02 12:37',
167
        'po',
168
        TRUE,
169
        3,
170
        (SELECT id FROM Person WHERE displayname = 'Sample Person')
171
);