| 1 |
2008-08-11 Nicolas François <nicolas.francois@centraliens.net>
|
| 2 |
|
| 3 |
* lib/Debian/L10n/Db.pm: if a $type, $file, and $statusline are
|
| 4 |
specified, remove the lines older than the specified $statusline
|
| 5 |
for the given $file and $type
|
| 6 |
* lib/Debian/L10n/Db.pm: del_status() always uses $statusline.
|
| 7 |
Remove the specified line only if $file and $type are not defined.
|
| 8 |
|
| 9 |
2008-08-11 Nicolas François <nicolas.francois@centraliens.net>
|
| 10 |
|
| 11 |
* html/l10n.css: Added support for TODO (TAF are still supported).
|
| 12 |
|
| 13 |
2008-08-11 Nicolas François <nicolas.francois@centraliens.net>
|
| 14 |
|
| 15 |
* dl10n-rrd/example/update_unstableBTS.sh,
|
| 16 |
dl10n-rrd/example/update_testing.sh,
|
| 17 |
dl10n-rrd/example/update_unstable.sh, dl10n-rrd/example/config.sh:
|
| 18 |
Updatedto match the pathes on i18n.debian.net (/org -> /srv)
|
| 19 |
* dl10n-rrd/example/update_unstableBTS.sh,
|
| 20 |
dl10n-rrd/example/update_testing.sh,
|
| 21 |
dl10n-rrd/example/update_unstable.sh: Added Galician for
|
| 22 |
graph_ranks.
|
| 23 |
|
| 24 |
2008-08-04 Nicolas François <nicolas.francois@centraliens.net>
|
| 25 |
|
| 26 |
* lib/Debian/L10n/Spider.pm: Only try to cleanup the package if
|
| 27 |
the package actually exists.
|
| 28 |
* lib/Debian/L10n/Spider.pm: Make sure the package exists in the
|
| 29 |
database before adding a status line.
|
| 30 |
|
| 31 |
2008-08-04 Nicolas François <nicolas.francois@centraliens.net>
|
| 32 |
|
| 33 |
* lib/Debian/L10n/Spider.pm: Add the package name to the debug
|
| 34 |
information.
|
| 35 |
|
| 36 |
2008-08-04 Nicolas François <nicolas.francois@centraliens.net>
|
| 37 |
|
| 38 |
* lib/Debian/L10n/Spider.pm: When we receive a BTS status, check
|
| 39 |
the status of the bug so that we can set it to DONE. This permits
|
| 40 |
to clear the history later on if another review cycle is started
|
| 41 |
before we notice that the bug is actually closed.
|
| 42 |
|
| 43 |
2008-08-04 Nicolas François <nicolas.francois@centraliens.net>
|
| 44 |
|
| 45 |
* lib/Debian/L10n/Spider.pm: Split check_bts_soap() into
|
| 46 |
check_bts_soap() and check_bts_bug_soap(). The later permits to
|
| 47 |
check the status of a single bug.
|
| 48 |
|
| 49 |
2008-08-04 Nicolas François <nicolas.francois@centraliens.net>
|
| 50 |
|
| 51 |
* lib/Debian/L10n/Spider.pm: After looking at the BTS, only update
|
| 52 |
the database if there were some changes. Differentiate changes
|
| 53 |
which require adding a status line and the one which only produce
|
| 54 |
an update (date & name fixes).
|
| 55 |
|
| 56 |
2008-08-04 Nicolas François <nicolas.francois@centraliens.net>
|
| 57 |
|
| 58 |
* lib/Debian/L10n/Spider.pm: There has beenno issues so far with
|
| 59 |
the soap interface. Remove the support for the LDAP BTS interface.
|
| 60 |
|
| 61 |
2008-08-04 Nicolas François <nicolas.francois@centraliens.net>
|
| 62 |
|
| 63 |
* lib/Debian/L10n/Spider.pm: When a new cycle starts (after a
|
| 64 |
DONE), do not wait 3 days to erase the old cycle history if a new
|
| 65 |
status must be added to the database.
|
| 66 |
|
| 67 |
2008-08-03 Nicolas François <nicolas.francois@centraliens.net>
|
| 68 |
|
| 69 |
* lib/Debian/L10n/Html.pm, lib/Debian/L10n/Spider.pm, dl10n-html:
|
| 70 |
s/portuguese_BRAZIL/brazilian/
|
| 71 |
|
| 72 |
2008-08-03 Nicolas François <nicolas.francois@centraliens.net>
|
| 73 |
|
| 74 |
* lib/Debian/L10n/Spider.pm: Keep history in the database. Use
|
| 75 |
add_status(), instead of set_status(), except when a statusline is
|
| 76 |
just fixed (name, date updated).
|
| 77 |
|
| 78 |
2008-08-03 Nicolas François <nicolas.francois@centraliens.net>
|
| 79 |
|
| 80 |
* lib/Debian/L10n/Db.pm (del_status): Add support for clearing a
|
| 81 |
specific line in the database specified by $pkg, $type, and $file.
|
| 82 |
* lib/Debian/L10n/Db.pm (set_status): Add support to change the
|
| 83 |
status of a specific line in the database specified by a
|
| 84 |
statusline.
|
| 85 |
|
| 86 |
2008-08-03 Nicolas François <nicolas.francois@centraliens.net>
|
| 87 |
|
| 88 |
* html/pseudo-urls.html: l10n.css is in html/, not ../
|
| 89 |
|
| 90 |
2008-08-03 Nicolas François <nicolas.francois@centraliens.net>
|
| 91 |
|
| 92 |
* lib/Debian/L10n/Spider.pm: Added Romanian to the list of teams.
|
| 93 |
* dl10n-html: Likewise.
|
| 94 |
* lib/Debian/L10n/Html.pm: Likewise.
|
| 95 |
|
| 96 |
2008-08-03 Nicolas François <nicolas.francois@centraliens.net>
|
| 97 |
|
| 98 |
* lib/Debian/L10n/Spider.pm: TAF is now deprecated. Please use
|
| 99 |
TODO.
|
| 100 |
* lib/Debian/L10n/Spider.pm: TAF is an alias for TODO.
|
| 101 |
|
| 102 |
2008-08-03 Nicolas François <nicolas.francois@centraliens.net>
|
| 103 |
|
| 104 |
* Changelog: Added Changelog file. Previous changes are documented
|
| 105 |
in commits, or in debian/changelog.
|
| 106 |
|