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