/[debian-l10n]/dl10n/trunk/Changelog
ViewVC logotype

Contents of /dl10n/trunk/Changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1799 - (show annotations) (download)
Wed Jul 22 11:52:17 2009 UTC (3 years, 10 months ago) by nekral-guest
File size: 15127 byte(s)
	* dl10n-pts: Added boolean to indicate if a todo message should be
	displayed on the PTS. Only shadow currently.
1 2009-07-22 Nicolas François <nicolas.francois@centraliens.net>
2
3 * dl10n-pts: Added boolean to indicate if a todo message should be
4 displayed on the PTS. Only shadow currently.
5
6 2009-07-22 Nicolas François <nicolas.francois@centraliens.net>
7
8 * dl10n-pts: Fixed URL. i18n is still debian.net.
9
10 2009-07-22 Nicolas François <nicolas.francois@centraliens.net>
11
12 * dl10n-nmu: Some buggy bugs are sent without a subject. Just
13 ignore them when parsing the wnpp and ftp.debian.org bugs.
14
15 2009-07-22 Nicolas François <nicolas.francois@centraliens.net>
16
17 * dl10n-pts: Generate more fancy pages.
18
19 2009-07-22 Nicolas François <nicolas.francois@centraliens.net>
20
21 * lib/Debian/L10n/Utils.pm: Do not recode with a broken encoding.
22
23 2009-07-22 Nicolas François <nicolas.francois@centraliens.net>
24
25 * lib/Debian/Pkg/Diff.pm: Fix support for files with a spece in
26 their name.
27
28 2009-07-22 Nicolas François <nicolas.francois@centraliens.net>
29
30 * dl10n-pts, html/translated.png, html/fuzzy.png,
31 html/untranslated.png: Added script to generate translation
32 statistics for the PTS.
33
34 2009-04-19 Nicolas François <nicolas.francois@centraliens.net>
35
36 * lib/Debian/L10n/BTS.pm (parse_submitter): Extract the submitter
37 before encoding entities. This caused failures in Mail::Address
38 (this was triggered by #524358)
39
40 2009-03-07 Nicolas François <nicolas.francois@centraliens.net>
41
42 * lib/Debian/L10n/BTS.pm: Do not check the BTS if no bugs have to
43 be checked.
44
45 2009-03-07 Nicolas François <nicolas.francois@centraliens.net>
46
47 * dl10n-rrd/dl10n-rrd: Add support for status database with
48 history. Do not stop on the first status line matching the
49 package/part.
50
51 2009-03-01 Nicolas François <nicolas.francois@centraliens.net>
52
53 * dl10n-html, lib/Debian/L10n/Html.pm, lib/Debian/L10n/Utils.pm:
54 Added support for Russian.
55
56 2009-02-28 Nicolas François <nicolas.francois@centraliens.net>
57
58 * dl10n-rrd/example/resize_rrd.sh: Added script to resize the rrd
59 databases.
60
61 2009-02-21 Nicolas François <nicolas.francois@centraliens.net>
62
63 * dl10n-rrd/manpages-rrd.pl: Updated list of Architecture for each
64 suite.
65
66 2009-02-21 Nicolas François <nicolas.francois@centraliens.net>
67
68 * dl10n-mail, lib/Debian/L10n/Mail.pm: Pass command line options
69 to Mail::process.
70
71 2009-02-21 Nicolas François <nicolas.francois@centraliens.net>
72
73 * lib/Debian/Pkg/Tar.pm: "Some tar files have no trailing null
74 block". Added an argument to _io_read to avoid failing when it
75 cannot read this bloc at the end of the archive.
76 * lib/Debian/Pkg/Tar.pm: Added support for wrong checksums from
77 SunOS and HP-UX tar.
78 * lib/Debian/Pkg/Tar.pm: Do not warn for the "unable to determine
79 top-level directory" errors. This is handled correctly later. The
80 warning will be output in debug mode.
81
82 2009-01-15 Nicolas François <nicolas.francois@centraliens.net>
83
84 * lib/Debian/L10n/BTS.pm, lib/Debian/L10n/Spider.pm: Do not
85 overload the BTS soap interface. Prepare the list of bugs we need
86 to check, and then check all the bugs at the same time. Thanks to
87 Don Armstrong. check_bts_bug_soap() renamed check_bts_bugs_soap().
88 The function does not return any status anymore.
89
90 2008-12-06 Nicolas François <nicolas.francois@centraliens.net>
91
92 * pootle/sync-projects.d/20di: Execute with "set -e".
93 * pootle/sync-projects.d/20di: Quote variables.
94
95 2008-12-06 Nicolas François <nicolas.francois@centraliens.net>
96
97 * pootle/sync-projects.d/10debconf: Execute with "set -e".
98 * pootle/sync-projects.d/10debconf: Quote variables.
99 * pootle/sync-projects.d/10debconf: Create the temporary directory
100 with mktemp instead of tempfile. This avoid having to remove the
101 file and create the directory later.
102 * pootle/sync-projects.d/10debconf: Better handling of packages
103 without a debian/po directory in the root.
104 * pootle/sync-projects.d/10debconf: Ignore the errors from msgcat.
105 (A lot of empty PO files were created with no valid charset)
106 * pootle/sync-projects.d/10debconf: Fix typo: lang -> $lang.
107 * pootle/sync-projects.d/10debconf: Use
108 /srv/pootle.debian.net/tmp/ for the temporary files and
109 directories.
110
111 2008-12-06 Nicolas François <nicolas.francois@centraliens.net>
112
113 * pootle/sync-projects.d/x20ddtp: Execute with "set -e".
114 * pootle/sync-projects.d/x20ddtp: Quote variables.
115 * pootle/sync-projects.d/x20ddtp: Removed TEMPDIR variable (not
116 used).
117 * pootle/sync-projects.d/x20ddtp: Use /srv/pootle.debian.net/tmp/
118 for the temporary files.
119
120 2008-12-06 Nicolas François <nicolas.francois@centraliens.net>
121
122 * pootle/sync-projects.d/30sync: Execute with "set -e".
123
124 2008-12-06 Nicolas François <nicolas.francois@centraliens.net>
125
126 * pootle/sync-projects.d/cfg/10debconf,
127 pootle/sync-projects.d/cfg/common: Configuration files are just
128 sourced. They do not need to be executable and do not need a
129 shebang.
130
131 2008-12-06 Nicolas François <nicolas.francois@centraliens.net>
132
133 * dl10n-rrd/manpages-rrd.pl: Fix wrong detection of system()
134 failures. Improve error messages.
135
136 2008-12-06 Nicolas François <nicolas.francois@centraliens.net>
137
138 * lib/Debian/L10n/Spider.pm: check_bts_bug_soap() is now in the
139 Debian::L10n::BTS module.
140
141 2008-12-06 Nicolas François <nicolas.francois@centraliens.net>
142
143 * dl10n-check: First check for PO files, then check for nls
144 directories. This fix an issue with sysstat, which has PO files in
145 a directory named nls.
146
147 2008-12-06 Nicolas François <nicolas.francois@centraliens.net>
148
149 * lib/Debian/L10n/BTS.pm: Only check the BTS if a status has the
150 BTS tag, and no other status line follow for the pkg, type, file.
151 This will reduce the load on the BTS and reduce the number of
152 mails for the server admins.
153 * lib/Debian/L10n/BTS.pm: re-indent.
154
155 2008-11-30 Nicolas François <nicolas.francois@centraliens.net>
156
157 * pootle/sync-projects.d/cfg/10debconf: Fix the link to the
158 material tarball. Explicitly point to the unstable material.
159
160 2008-11-30 Nicolas François <nicolas.francois@centraliens.net>
161
162 * dl10n-rrd/example/update_unstable.sh: Fix the location of the
163 $dist.gz material statistics file.
164
165 2008-11-30 Christian Perrier <bubulle@debian.org>
166
167 * dl10n-rrd/example/update_unstable.sh: Add missing [ ] in a if
168 test.
169
170 2008-11-29 Nicolas François <nicolas.francois@centraliens.net>
171
172 * dl10n-nmu, dl10n-rrd/example/update_unstableBTS.sh,
173 dl10n-rrd/example/update_testing.sh,
174 dl10n-rrd/example/update_unstable.sh, dl10n-rrd/example/config.sh,
175 compendia/update_fs, compendia/l10n.conf, compendia/gen_compendia:
176 Update the file locations according to the location on Churro.
177
178 2008-11-29 Nicolas François <nicolas.francois@centraliens.net>
179
180 * lib/Debian/L10n/Utils.pm: Export the %Status, %Status_syn,
181 %Type_syn, %LanguageList, and %Language hashes.
182
183 2008-11-29 Nicolas François <nicolas.francois@centraliens.net>
184
185 * lib/Debian/L10n/Spider.pm, lib/Debian/L10n/Utils.pm: %Status,
186 %Status_syn, %Type_syn, %LanguageList, %Language, parse_subject,
187 parse_from, and parse_date moved from Spider to Utils.
188 * lib/Debian/L10n/Spider.pm, lib/Debian/L10n/BTS.pm:
189 parse_submitter, check_bts, check_bts_soap, and check_bts_bug_soap
190 moved from Spider to BTS.
191 * lib/Debian/L10n/Spider.pm, lib/Debian/L10n/Db.pm: clean_db moved
192 from Spider to Db.
193 * lib/Debian/L10n/Db.pm: Added support for the Message-ID header.
194 This indicate the last imported mail and replace the
195 year/month/message headers when Mail is used instead of Spider.
196 * lib/Debian/L10n/Mail.pm, dl10n-mail: New tool intended to
197 replace dl10n-spider. This tool can be used to receive mail from
198 an mbox or from stdin (procmail filter).
199 * lib/Debian/L10n/Utils.pm: parse_from: better handling of MIME
200 encoded from lines.
201 * lib/Debian/L10n/BTS.pm: check_bts_soap as I'm receiving lots of
202 timeout from soap, add a possibility to write the database every
203 10 analyzed bugs.
204
205 2008-11-28 Nicolas François <nicolas.francois@centraliens.net>
206
207 * dl10n-rrd/manpages-rrd.pl: No more m68k in unstable?
208
209 2008-11-27 Nicolas François <nicolas.francois@centraliens.net>
210
211 * dl10n-rrd/manpages-rrd.pl: Fail in a better way if the Content
212 files could not be downloaded.
213
214 2008-11-27 Nicolas François <nicolas.francois@centraliens.net>
215
216 * dl10n-rrd/example/update_unstable.sh: Make sure the database is
217 present and fail in a better way if not.
218
219 2008-11-27 Nicolas François <nicolas.francois@centraliens.net>
220
221 * dl10n-rrd/example/config.sh: Point DL10N_HOME to SVN. Only
222 meaningful for the default installation on Churro.
223
224 2008-10-28 Nicolas François <nicolas.francois@centraliens.net>
225
226 * lib/Debian/L10n/Spider.pm, lib/Debian/L10n/Html.pm, dl10n-html:
227 Added support for the Swedish language.
228
229 2008-10-25 Nicolas François <nicolas.francois@centraliens.net>
230
231 * lib/Debian/L10n/Spider.pm: Bugs reported to wnpp do not match
232 the database's package name.
233
234 2008-10-03 Nicolas François <nicolas.francois@centraliens.net>
235
236 * dl10n-nmu: Change the page title to "Debian localization radar".
237
238 2008-09-07 Nicolas François <nicolas.francois@centraliens.net>
239
240 * dl10n-txt: Add support for databases with history.
241
242 2008-09-07 Nicolas François <nicolas.francois@centraliens.net>
243
244 * lib/Debian/L10n/Spider.pm: Do not fail if there is no From:
245 field. (see
246 http://lists.debian.org/debian-l10n-french/2008/09/msg00138.html)
247
248 2008-09-07 Nicolas François <nicolas.francois@centraliens.net>
249
250 * lib/Debian/L10n/Html.pm: Add (uncomment) the anchors for
251 translators, types, status, and packages.
252
253 2008-08-15 Nicolas François <nicolas.francois@centraliens.net>
254
255 * dl10n-html: Fix typo: syntax_message -> syntax_msg.
256
257 2008-08-12 Nicolas François <nicolas.francois@centraliens.net>
258
259 * lib/Debian/Pkg/DebSrc.pm: Fix typo in comment.
260
261 2008-08-11 Nicolas François <nicolas.francois@centraliens.net>
262
263 * lib/Debian/L10n/Html.pm: Added support for database with
264 history. Generate the history in the coordination pages for
265 by_package, by_type (not for by_date, by_translator, by_status,
266 by_bug). Compared to the previous version, the tables look more
267 similar from one sorting method to the other. More lines are
268 displayed (except for the by_bug pages).
269
270 2008-08-11 Nicolas François <nicolas.francois@centraliens.net>
271
272 * lib/Debian/L10n/Spider.pm: Define the SOAP object global. This
273 removes one argument from check_bts_bug_soap().
274 * lib/Debian/L10n/Spider.pm: check_bts_bug_soap() does not remove
275 status lines, there is no need re-read the list of status lines.
276 * lib/Debian/L10n/Spider.pm: Make sure $soap_bugs is defined
277 before checking its length.
278 * lib/Debian/L10n/Spider.pm: Added variable for the BTS location.
279 * lib/Debian/L10n/Spider.pm (clean_db): Re-read the list of status
280 lines for a package after each removal.
281 * lib/Debian/L10n/Spider.pm (clean_db): Indicate the most
282 recent statusline which can be removed for a file/type. This avoid
283 that closure of old bugs remove the status for more recent
284 review cycles.
285 * lib/Debian/L10n/Spider.pm (clean_db): Log "Remove DONE"
286 instead of "Remove bug" when a old DONE is removed.
287 * lib/Debian/L10n/Spider.pm: Only check the BTS status if
288 $check_bts.
289
290 2008-08-11 Nicolas François <nicolas.francois@centraliens.net>
291
292 * lib/Debian/L10n/Db.pm: if a $type, $file, and $statusline are
293 specified, remove the lines older than the specified $statusline
294 for the given $file and $type
295 * lib/Debian/L10n/Db.pm: del_status() always uses $statusline.
296 Remove the specified line only if $file and $type are not defined.
297
298 2008-08-11 Nicolas François <nicolas.francois@centraliens.net>
299
300 * html/l10n.css: Added support for TODO (TAF are still supported).
301
302 2008-08-11 Nicolas François <nicolas.francois@centraliens.net>
303
304 * dl10n-rrd/example/update_unstableBTS.sh,
305 dl10n-rrd/example/update_testing.sh,
306 dl10n-rrd/example/update_unstable.sh, dl10n-rrd/example/config.sh:
307 Updatedto match the pathes on i18n.debian.net (/org -> /srv)
308 * dl10n-rrd/example/update_unstableBTS.sh,
309 dl10n-rrd/example/update_testing.sh,
310 dl10n-rrd/example/update_unstable.sh: Added Galician for
311 graph_ranks.
312
313 2008-08-04 Nicolas François <nicolas.francois@centraliens.net>
314
315 * lib/Debian/L10n/Spider.pm: Only try to cleanup the package if
316 the package actually exists.
317 * lib/Debian/L10n/Spider.pm: Make sure the package exists in the
318 database before adding a status line.
319
320 2008-08-04 Nicolas François <nicolas.francois@centraliens.net>
321
322 * lib/Debian/L10n/Spider.pm: Add the package name to the debug
323 information.
324
325 2008-08-04 Nicolas François <nicolas.francois@centraliens.net>
326
327 * lib/Debian/L10n/Spider.pm: When we receive a BTS status, check
328 the status of the bug so that we can set it to DONE. This permits
329 to clear the history later on if another review cycle is started
330 before we notice that the bug is actually closed.
331
332 2008-08-04 Nicolas François <nicolas.francois@centraliens.net>
333
334 * lib/Debian/L10n/Spider.pm: Split check_bts_soap() into
335 check_bts_soap() and check_bts_bug_soap(). The later permits to
336 check the status of a single bug.
337
338 2008-08-04 Nicolas François <nicolas.francois@centraliens.net>
339
340 * lib/Debian/L10n/Spider.pm: After looking at the BTS, only update
341 the database if there were some changes. Differentiate changes
342 which require adding a status line and the one which only produce
343 an update (date & name fixes).
344
345 2008-08-04 Nicolas François <nicolas.francois@centraliens.net>
346
347 * lib/Debian/L10n/Spider.pm: There has beenno issues so far with
348 the soap interface. Remove the support for the LDAP BTS interface.
349
350 2008-08-04 Nicolas François <nicolas.francois@centraliens.net>
351
352 * lib/Debian/L10n/Spider.pm: When a new cycle starts (after a
353 DONE), do not wait 3 days to erase the old cycle history if a new
354 status must be added to the database.
355
356 2008-08-03 Nicolas François <nicolas.francois@centraliens.net>
357
358 * lib/Debian/L10n/Html.pm, lib/Debian/L10n/Spider.pm, dl10n-html:
359 s/portuguese_BRAZIL/brazilian/
360
361 2008-08-03 Nicolas François <nicolas.francois@centraliens.net>
362
363 * lib/Debian/L10n/Spider.pm: Keep history in the database. Use
364 add_status(), instead of set_status(), except when a statusline is
365 just fixed (name, date updated).
366
367 2008-08-03 Nicolas François <nicolas.francois@centraliens.net>
368
369 * lib/Debian/L10n/Db.pm (del_status): Add support for clearing a
370 specific line in the database specified by $pkg, $type, and $file.
371 * lib/Debian/L10n/Db.pm (set_status): Add support to change the
372 status of a specific line in the database specified by a
373 statusline.
374
375 2008-08-03 Nicolas François <nicolas.francois@centraliens.net>
376
377 * html/pseudo-urls.html: l10n.css is in html/, not ../
378
379 2008-08-03 Nicolas François <nicolas.francois@centraliens.net>
380
381 * lib/Debian/L10n/Spider.pm: Added Romanian to the list of teams.
382 * dl10n-html: Likewise.
383 * lib/Debian/L10n/Html.pm: Likewise.
384
385 2008-08-03 Nicolas François <nicolas.francois@centraliens.net>
386
387 * lib/Debian/L10n/Spider.pm: TAF is now deprecated. Please use
388 TODO.
389 * lib/Debian/L10n/Spider.pm: TAF is an alias for TODO.
390
391 2008-08-03 Nicolas François <nicolas.francois@centraliens.net>
392
393 * Changelog: Added Changelog file. Previous changes are documented
394 in commits, or in debian/changelog.
395

  ViewVC Help
Powered by ViewVC 1.1.5