/[debconf]/trunk/src
ViewVC logotype

Log of /trunk/src

View Directory Listing Directory Listing


Sticky Revision:

Revision 2350 - Directory Listing
Modified Fri Jul 3 13:42:04 2009 UTC (3 years, 10 months ago) by cjwatson
releasing version 1.5.27

Revision 2349 - Directory Listing
Modified Fri Jul 3 13:09:34 2009 UTC (3 years, 10 months ago) by cjwatson
debconf-apt-progress: Handle cancellation right at the end. We don't
have a process to kill at this point, but we should at least return the
correct exit code.

Revision 2348 - Directory Listing
Modified Fri Jul 3 13:03:50 2009 UTC (3 years, 10 months ago) by cjwatson
debconf-apt-progress: If we get cancelled very early on before managing
to start the process we're controlling, make sure that we don't carry on
and start it anyway, and that we still return 30.

Revision 2347 - Directory Listing
Modified Thu Jun 25 00:14:47 2009 UTC (3 years, 11 months ago) by cjwatson
ignore autogenerated German and Russian files

Revision 2346 - Directory Listing
Modified Thu Jun 25 00:10:40 2009 UTC (3 years, 11 months ago) by cjwatson
ignore debian/*.debhelper.log

Revision 2345 - Directory Listing
Modified Thu Jun 18 10:34:22 2009 UTC (3 years, 11 months ago) by cjwatson
Minor GET optimisation: fetch the question value only once rather than
twice.

Revision 2344 - Directory Listing
Modified Tue Apr 21 09:05:57 2009 UTC (4 years, 1 month ago) by bubulle
Add Bengali translations

Revision 2343 - Directory Listing
Modified Tue Mar 24 04:08:43 2009 UTC (4 years, 2 months ago) by cjwatson
debconf-apt-progress: DEBIAN_HAS_FRONTEND is always set here at some
point, even if only on the second run after starting debconf, so we need
to invert our handling of the check for whether we started the debconf
frontend ourselves (LP: #347648).

Revision 2342 - Directory Listing
Modified Sun Mar 22 18:19:53 2009 UTC (4 years, 2 months ago) by bubulle
French manpage translation update

Revision 2341 - Directory Listing
Modified Fri Mar 20 12:45:38 2009 UTC (4 years, 2 months ago) by cjwatson
debconf-apt-progress: If we didn't start the debconf frontend ourselves,
then it's unlikely that the passthrough child will be able to start
debconf normally, so tell it to use a pipe database in that case and
rely on passthrough to save answers (LP: #337306).

Revision 2340 - Directory Listing
Modified Tue Mar 10 19:00:48 2009 UTC (4 years, 2 months ago) by bubulle
Add Asturian translations

Revision 2339 - Directory Listing
Modified Fri Mar 6 19:22:17 2009 UTC (4 years, 2 months ago) by bubulle
Complete German manpage translation

Revision 2338 - Directory Listing
Modified Wed Mar 4 13:18:26 2009 UTC (4 years, 2 months ago) by cjwatson
Fix Plural-Forms header in Tagalog translation.

Revision 2336 - Directory Listing
Modified Tue Mar 3 16:37:38 2009 UTC (4 years, 2 months ago) by cjwatson
releasing version 1.5.26

Revision 2335 - Directory Listing
Modified Tue Mar 3 16:27:56 2009 UTC (4 years, 2 months ago) by cjwatson
debconf.py: Use subprocess rather than popen2 if it's available. popen2
is deprecated in Python 2.6.

Revision 2334 - Directory Listing
Modified Tue Mar 3 16:11:37 2009 UTC (4 years, 2 months ago) by cjwatson
debconf-apt-progress: Don't send STOP if we didn't start the debconf
frontend ourselves; in that case the application calling us should
arrange to stop itself.

Revision 2333 - Directory Listing
Modified Mon Feb 23 10:21:28 2009 UTC (4 years, 3 months ago) by cjwatson
Use 'key not in dict' rather than 'not dict.has_key(key)' in debconf.py;
dict.has_key is deprecated in Python 2.6.

Revision 2331 - Directory Listing
Modified Thu Feb 19 00:25:19 2009 UTC (4 years, 3 months ago) by cjwatson
releasing version 1.5.25

Revision 2330 - Directory Listing
Modified Wed Feb 18 23:30:39 2009 UTC (4 years, 3 months ago) by cjwatson
typo

Revision 2329 - Directory Listing
Modified Mon Jan 26 15:45:14 2009 UTC (4 years, 3 months ago) by cjwatson
LANGUAGE=en fix closes: #496631

Revision 2328 - Directory Listing
Modified Mon Jan 26 15:28:53 2009 UTC (4 years, 3 months ago) by cjwatson
Force fallback to the default template if we encounter 'en' in the
locale list and no language-specific template for English was
found,since English text is usually found in a plain field rather than
something like Choices-en.UTF-8. This allows you to override other
locale variables for a different language with LANGUAGE=en. Thanks again
to Frans Pop.

Revision 2327 - Directory Listing
Modified Mon Jan 26 15:21:53 2009 UTC (4 years, 3 months ago) by cjwatson
Only use -C fields when explicitly disabling internationalisation within
debconf (or when DEBCONF_C_VALUES=true), not merely when in the C
locale. Based on a patch by Frans Pop, for which thanks! Closes: #476873

Revision 2326 - Directory Listing
Modified Thu Jan 22 17:24:29 2009 UTC (4 years, 4 months ago) by cjwatson
Refer to debconf-show(1) from dpkg-reconfigure(8) for those who just
want to see the current configuration. Closes: #506070

Revision 2325 - Directory Listing
Modified Thu Jan 22 17:18:45 2009 UTC (4 years, 4 months ago) by cjwatson
Refer to po-debconf(7) rather than its README (thanks, James R. Van
Zandt). Closes: #505392

Revision 2324 - Directory Listing
Modified Thu Jan 22 17:06:54 2009 UTC (4 years, 4 months ago) by cjwatson
Support overriding frontend's package name determination (used to set
the owner) using the DEBCONF_PACKAGE environment variable. Useful for
applications driving debconf other than by way of package installation.

Revision 2323 - Directory Listing
Modified Sat Oct 18 06:38:07 2008 UTC (4 years, 7 months ago) by bubulle
Corrected German translation

Revision 2322 - Directory Listing
Modified Tue Oct 14 18:34:35 2008 UTC (4 years, 7 months ago) by bubulle
Completed translation of manpages in german

Revision 2321 - Directory Listing
Modified Tue Oct 14 17:28:10 2008 UTC (4 years, 7 months ago) by joeyh
debconf-devel(7): Fix state machine example to handle case where user
backs out of first question.

Revision 2319 - Directory Listing
Modified Sun Oct 12 17:29:35 2008 UTC (4 years, 7 months ago) by cjwatson
releasing version 1.5.24

Revision 2318 - Directory Listing
Modified Sun Oct 12 17:07:36 2008 UTC (4 years, 7 months ago) by cjwatson
set "=encoding UTF-8" for translated .pod files; build-depend on perl 5.10.0-16 for pod2man fixes

Revision 2317 - Directory Listing
Modified Sun Oct 12 16:03:45 2008 UTC (4 years, 7 months ago) by cjwatson
msgmerge etc.

Revision 2316 - Directory Listing
Modified Sat Oct 4 08:07:45 2008 UTC (4 years, 7 months ago) by bubulle
Mor eupdates by Florian

Revision 2315 - Directory Listing
Modified Sat Oct 4 08:05:25 2008 UTC (4 years, 7 months ago) by bubulle
Proofread German man page. Also fix copyright

Revision 2314 - Directory Listing
Modified Wed Oct 1 01:08:25 2008 UTC (4 years, 7 months ago) by cjwatson
msgmerge rubbish

Revision 2313 - Directory Listing
Modified Wed Oct 1 01:07:15 2008 UTC (4 years, 7 months ago) by cjwatson
po4a -f po4a/po4a.cfg

Revision 2312 - Directory Listing
Modified Wed Oct 1 01:02:12 2008 UTC (4 years, 7 months ago) by cjwatson
=head1 plus UTF-8 fixes close #492368

Revision 2311 - Directory Listing
Modified Wed Oct 1 01:00:37 2008 UTC (4 years, 7 months ago) by cjwatson
sync with Joey's Closes: style

Revision 2310 - Directory Listing
Modified Wed Oct 1 00:59:38 2008 UTC (4 years, 7 months ago) by cjwatson
Recode all manual pages to UTF-8 and re-enable Russian manual page
generation, now that pod2man has a --utf8 option (closes: #485756).
Requires perl (>= 5.10.0-15) as bug #500210 broke the Russian pages.

Revision 2309 - Directory Listing
Modified Wed Oct 1 00:54:29 2008 UTC (4 years, 7 months ago) by cjwatson
Use =head1 in German POD addendum, not =HEAD1.

Revision 2308 - Directory Listing
Modified Wed Oct 1 00:52:11 2008 UTC (4 years, 7 months ago) by cjwatson
clarify that I meant the manual page, not the program

Revision 2307 - Directory Listing
Modified Wed Oct 1 00:51:31 2008 UTC (4 years, 7 months ago) by cjwatson
Add missing =back to debconf-apt-progress(1)'s OPTIONS section.

Revision 2306 - Directory Listing
Modified Wed Oct 1 00:49:53 2008 UTC (4 years, 7 months ago) by cjwatson
Add an AUTHOR section to debconf-escape to make the German po4a
translations work better.

Revision 2305 - Directory Listing
Modified Mon Sep 22 15:47:22 2008 UTC (4 years, 8 months ago) by pootle-guest
Commit from Debian/Pootle l10n server by user erdalronahi. 71 of 71 messages translated (0 fuzzy).

Revision 2304 - Directory Listing
Modified Thu Sep 18 20:44:43 2008 UTC (4 years, 8 months ago) by cjwatson
* Fall back to untranslated fields if asking explicitly for any
  nonexistent translated field, not just Choices-C. For example, asking
  for Choices-en.UTF-8 should fall back to Choices if Choices-en.UTF-8
  doesn't exist. LP: #271652
* Remove some dead code in Debconf::Template::AUTOLOAD.

Revision 2303 - Directory Listing
Modified Fri Sep 12 06:27:54 2008 UTC (4 years, 8 months ago) by bubulle
Greek translation updates

Revision 2302 - Directory Listing
Modified Wed Sep 10 18:02:42 2008 UTC (4 years, 8 months ago) by joeyh
debconf.7: Remove whitespace in manrefs. Closes: #498446

Revision 2301 - Directory Listing
Modified Wed Sep 3 06:39:44 2008 UTC (4 years, 8 months ago) by bubulle
Hindi translation update

Revision 2300 - Directory Listing
Modified Mon Sep 1 18:48:51 2008 UTC (4 years, 8 months ago) by joeyh
debconf(7): Clarify reason for libterm-readline-gnu-perl being recommended
for users of readline frontend. Closes: #497357

Revision 2299 - Directory Listing
Modified Tue Aug 26 06:34:04 2008 UTC (4 years, 9 months ago) by bubulle
Corrected French (mis)translation of "noninteractive"

Revision 2298 - Directory Listing
Modified Sat Aug 9 18:20:16 2008 UTC (4 years, 9 months ago) by bubulle
Improved German translation

Revision 2297 - Directory Listing
Modified Thu Aug 7 14:13:05 2008 UTC (4 years, 9 months ago) by bubulle
Adding dpkg-reconfigure translations

Revision 2296 - Directory Listing
Modified Fri Jul 25 18:42:36 2008 UTC (4 years, 10 months ago) by joeyh
Updated german man page translation. Closes: #492370

Revision 2294 - Directory Listing
Modified Tue Jul 22 04:26:11 2008 UTC (4 years, 10 months ago) by joeyh
Disable Russian man pages until the encoding issue affecting them can be
fixed.

Revision 2293 - Directory Listing
Modified Sun Jul 20 05:05:56 2008 UTC (4 years, 10 months ago) by bubulle
Korean translation updates

Revision 2292 - Directory Listing
Modified Sun Jul 13 16:50:15 2008 UTC (4 years, 10 months ago) by joeyh
update standards-version

Revision 2291 - Directory Listing
Modified Sun Jul 13 16:39:40 2008 UTC (4 years, 10 months ago) by joeyh
fix german po4a addendum file that was breaking the build

Revision 2290 - Directory Listing
Modified Mon Jun 30 06:25:29 2008 UTC (4 years, 10 months ago) by bubulle
Romanian translation update

Revision 2289 - Directory Listing
Modified Thu Jun 19 05:51:20 2008 UTC (4 years, 11 months ago) by bubulle
Add German manpages translation

Revision 2288 - Directory Listing
Modified Wed Jun 18 17:00:09 2008 UTC (4 years, 11 months ago) by joeyh
Typo. Closes: #486870

Revision 2287 - Directory Listing
Modified Wed Jun 18 06:13:17 2008 UTC (4 years, 11 months ago) by bubulle
Catalan fix

Revision 2286 - Directory Listing
Modified Fri Jun 13 20:12:05 2008 UTC (4 years, 11 months ago) by bubulle
Macedonian translation completed

Revision 2285 - Directory Listing
Modified Fri Jun 13 06:32:16 2008 UTC (4 years, 11 months ago) by bubulle
Macedonian translation update

Revision 2284 - Directory Listing
Modified Sat May 31 17:56:34 2008 UTC (4 years, 11 months ago) by bubulle
French manpages translation update by Florentin Duneau

Revision 2283 - Directory Listing
Modified Wed May 21 21:19:08 2008 UTC (5 years ago) by bubulle
Russian manpages translation update

Revision 2281 - Directory Listing
Modified Wed May 14 23:38:07 2008 UTC (5 years ago) by joeyh
releasing version 1.5.22

Revision 2280 - Directory Listing
Modified Tue May 13 20:16:56 2008 UTC (5 years ago) by bubulle
Updated translations

Revision 2279 - Directory Listing
Modified Mon Apr 28 21:48:09 2008 UTC (5 years ago) by joeyh
Initial support for storing templates database in LDAP. (i18n not
supported). Patch from Davor Ocelic. Closes: #477531

Revision 2278 - Directory Listing
Modified Fri Apr 25 21:03:37 2008 UTC (5 years, 1 month ago) by joeyh
Improve LDAP KeyByKey option by setting the LDAP search base to the exact
key that is requested. Patch from Davor Ocelic. 

Revision 2276 - Directory Listing
Modified Sat Apr 19 20:58:01 2008 UTC (5 years, 1 month ago) by joeyh
releasing version 1.5.21

Revision 2275 - Directory Listing
Modified Fri Apr 11 16:15:22 2008 UTC (5 years, 1 month ago) by joeyh
Fix method call in LDAP dbdriver. Closes: #475545

Revision 2267 - Directory Listing
Modified Tue Mar 11 14:50:41 2008 UTC (5 years, 2 months ago) by cjwatson
releasing version 1.5.20

Revision 2266 - Directory Listing
Modified Tue Mar 11 12:43:37 2008 UTC (5 years, 2 months ago) by cjwatson
* Fix use of 'next' rather than 'return' in debconf-apt-progress
  handle_status.

Revision 2265 - Directory Listing
Modified Fri Feb 8 20:27:29 2008 UTC (5 years, 3 months ago) by cjwatson
* Use signal names rather than numbers in debconf-apt-progress.

Revision 2263 - Directory Listing
Modified Wed Jan 30 01:26:33 2008 UTC (5 years, 3 months ago) by joeyh
releasing version 1.5.19

Revision 2262 - Directory Listing
Modified Wed Jan 30 01:23:26 2008 UTC (5 years, 3 months ago) by joeyh
another typo fix

Revision 2261 - Directory Listing
Modified Thu Jan 24 17:51:55 2008 UTC (5 years, 4 months ago) by cjwatson
vorlon has tested this now

Revision 2260 - Directory Listing
Modified Thu Jan 24 17:47:35 2008 UTC (5 years, 4 months ago) by cjwatson
x_loadtemplatefile -> command_x_loadtemplatefile (vorlon)

Revision 2259 - Directory Listing
Modified Thu Jan 24 15:23:47 2008 UTC (5 years, 4 months ago) by cjwatson
typo

Revision 2258 - Directory Listing
Modified Thu Jan 24 15:23:04 2008 UTC (5 years, 4 months ago) by cjwatson
x_loadtemplate -> x_loadtemplatefile

Revision 2257 - Directory Listing
Modified Fri Jan 18 02:36:33 2008 UTC (5 years, 4 months ago) by joeyh
docs

Revision 2256 - Directory Listing
Modified Fri Jan 18 02:31:46 2008 UTC (5 years, 4 months ago) by joeyh
bug closure

Revision 2255 - Directory Listing
Modified Fri Jan 18 02:17:58 2008 UTC (5 years, 4 months ago) by joeyh
* Add (experimental, nonstandard, untested) implementation of
  the X_LOADTEMPLATEFILE protocol command. Should be compatibile with
  cdebconf's.

Revision 2254 - Directory Listing
Modified Thu Jan 17 20:03:46 2008 UTC (5 years, 4 months ago) by joeyh
* Add a hack to the teletype frontend to allow typing "q" at a "[More]"
  prompt and break out of the 'pager'. Useful when ucf's diff turns out
  to be many many pages in length. There's no UI indication that "q" works
  here, but it's the same as in other pagers like less.

Revision 2252 - Directory Listing
Modified Tue Jan 8 14:10:31 2008 UTC (5 years, 4 months ago) by cjwatson
releasing version 1.5.18

Revision 2251 - Directory Listing
Modified Mon Dec 24 02:42:59 2007 UTC (5 years, 5 months ago) by joeyh
* Add missing newlines to some error messages. Closes: #457609

Revision 2250 - Directory Listing
Modified Mon Dec 24 02:41:00 2007 UTC (5 years, 5 months ago) by joeyh
* debconf(1): Document that this command is rarely used. Closes: #457598

Revision 2249 - Directory Listing
Modified Tue Dec 4 17:12:53 2007 UTC (5 years, 5 months ago) by cjwatson
* debconf-apt-progress sometimes gets captured by buggy daemons, causing
  tasksel to hang because $debconf_command_eof never becomes true.
  STATUS_READ should be the last fd to close, so checking $status_eof is
  sufficient (LP: #141601).

Revision 2247 - Directory Listing
Modified Mon Nov 12 07:01:55 2007 UTC (5 years, 6 months ago) by joeyh
releasing version 1.5.17

Revision 2246 - Directory Listing
Modified Sun Nov 11 16:26:59 2007 UTC (5 years, 6 months ago) by joeyh
remove a stray line from the man page that didn't really make sense in its
context

Revision 2245 - Directory Listing
Modified Fri Nov 2 23:35:19 2007 UTC (5 years, 6 months ago) by joeyh
remove the new template, I don't think it will really ever be visible

move paranoia code to the end, for paranoid reasons

Revision 2244 - Directory Listing
Modified Fri Nov 2 20:44:05 2007 UTC (5 years, 6 months ago) by joeyh
add --dlwaypoint option, and add progress display when cancelling

Revision 2243 - Directory Listing
Modified Fri Nov 2 20:03:01 2007 UTC (5 years, 6 months ago) by joeyh
Fix the passthrough frontend to not clear the capb on startup.

Revision 2242 - Directory Listing
Modified Fri Nov 2 19:50:03 2007 UTC (5 years, 6 months ago) by joeyh
Avoid setting a default title of "Configuring " when starting up the
  frontend if no package name could be determined.

Revision 2241 - Directory Listing
Modified Fri Nov 2 01:44:59 2007 UTC (5 years, 6 months ago) by joeyh
typo

Revision 2240 - Directory Listing
Modified Thu Nov 1 23:13:06 2007 UTC (5 years, 6 months ago) by joeyh
better variable name

Revision 2239 - Directory Listing
Modified Thu Nov 1 22:52:38 2007 UTC (5 years, 6 months ago) by joeyh
bleh, avoid ambigutity between command return code and cancelation

Revision 2238 - Directory Listing
Modified Thu Nov 1 22:50:33 2007 UTC (5 years, 6 months ago) by joeyh
exit 30 if canceled

Revision 2237 - Directory Listing
Modified Thu Nov 1 22:37:03 2007 UTC (5 years, 6 months ago) by joeyh
debconf-apt-progress: Notice if the child exited abnormally, and exit
  nonzero.

Revision 2236 - Directory Listing
Modified Thu Nov 1 19:24:52 2007 UTC (5 years, 6 months ago) by joeyh
* Partial support for cancelable progress bars. While the dialog frontend
  cannot support them due to limitations in whiptail(1) and dialog(1),
  and I haven't implemented support in frontends like gnome or kde,
  the confmoodule does now check to see if the frontend's progress bar
  methods return nonzero, and will pass that nonzero status along
  to the caller.
* Implemented support for cancelable progress bars in the passthrough
  frontend.
* debconf-apt-progress: Check for the progress bar being canceled, and if
  this happens, try to kill the apt process. Users of debconf-apt-progress
  that want a cancelable progress bar can thus just set the progresscancel
  capb before calling it and everything should work. Of course, this should
  only be done when the apt operation being run is one that can be cleanly
  killed.

Revision 2234 - Directory Listing
Modified Fri Oct 26 10:02:29 2007 UTC (5 years, 7 months ago) by joeyh
releasing version 1.5.16

Revision 2233 - Directory Listing
Modified Thu Oct 25 18:49:18 2007 UTC (5 years, 7 months ago) by joeyh
* debconf-apt-progress: Add --no-progress option intended to be used
  by apt-install in d-i.

Revision 2232 - Directory Listing
Modified Wed Oct 24 16:42:49 2007 UTC (5 years, 7 months ago) by joeyh
* Drop python 2.3. Closes: #447864

Revision 2230 - Directory Listing
Modified Sat Oct 20 01:29:34 2007 UTC (5 years, 7 months ago) by joeyh
releasing version 1.5.15

Revision 2229 - Directory Listing
Modified Wed Oct 17 16:25:05 2007 UTC (5 years, 7 months ago) by joeyh
* TERM isn't set if run from synaptic, avoid uninitialised value in Readline
  frontend. Closes: #307568

Revision 2228 - Directory Listing
Modified Wed Oct 10 22:27:10 2007 UTC (5 years, 7 months ago) by joeyh
Vcs- fields are now official

Revision 2227 - Directory Listing
Modified Mon Oct 1 09:38:49 2007 UTC (5 years, 7 months ago) by cjwatson
* Don't use dh_python's postinst fragment (and copy its prerm fragment by
  hand). debconf is too important to fail because some random python
  module wouldn't compile. Closes: #225384, #293820

Revision 2221 - Directory Listing
Modified Tue Sep 4 21:45:56 2007 UTC (5 years, 8 months ago) by joeyh
* Applied Davor Ocelic's patch adding a keybykey option to the LDAP
  DbDriver. Closes: #440857
  (Note that it currently has some minor uninitialised value warnings.)

Revision 2220 - Directory Listing
Modified Thu Aug 9 09:01:32 2007 UTC (5 years, 9 months ago) by cjwatson
* Ignore AttributeError in the Python DebconfCommunicator destructor, so
  that you don't get a confusing exception message if you give the wrong
  number of arguments to the constructor.

Revision 2219 - Directory Listing
Modified Sat Aug 4 14:38:55 2007 UTC (5 years, 9 months ago) by cjwatson
* Add manual page description for debconf-set-selections. Closes: #435954

Revision 2218 - Directory Listing
Modified Wed Aug 1 05:48:00 2007 UTC (5 years, 9 months ago) by bubulle
Nepali translations

Revision 2216 - Directory Listing
Modified Wed Jul 25 14:06:38 2007 UTC (5 years, 10 months ago) by cjwatson
releasing version 1.5.14

Revision 2215 - Directory Listing
Modified Wed Jul 25 14:01:42 2007 UTC (5 years, 10 months ago) by cjwatson
update translations

Revision 2214 - Directory Listing
Modified Wed Jul 25 12:34:09 2007 UTC (5 years, 10 months ago) by cjwatson
* Make sure that apt status commands and debconf protocol commands under
  debconf-apt-progress are properly interleaved. Closes: #425397

Revision 2213 - Directory Listing
Modified Tue Jul 10 12:11:04 2007 UTC (5 years, 10 months ago) by cjwatson
* Somebody looking at confmodule(3) probably actually wants
  debconf-devel(7). Add a reference in SEE ALSO.

Revision 2212 - Directory Listing
Modified Sat Jun 30 17:22:18 2007 UTC (5 years, 10 months ago) by cjwatson
* Add confmodule bindings for the DATA command.

Revision 2211 - Directory Listing
Modified Tue Jun 19 23:26:23 2007 UTC (5 years, 11 months ago) by cjwatson
typo

Revision 2210 - Directory Listing
Modified Mon Jun 11 18:04:41 2007 UTC (5 years, 11 months ago) by bubulle
Added Esperanto translation

Revision 2209 - Directory Listing
Modified Sun Jun 3 12:14:41 2007 UTC (5 years, 11 months ago) by bubulle
Punjabi translation added

Revision 2208 - Directory Listing
Modified Wed May 23 09:55:29 2007 UTC (6 years ago) by cjwatson
* Fix bash_completion syntax. Closes: #425676

Revision 2207 - Directory Listing
Modified Thu May 17 04:16:08 2007 UTC (6 years ago) by joeyh
* Update url to web site in README.

Revision 2206 - Directory Listing
Modified Mon May 7 20:47:10 2007 UTC (6 years ago) by joeyh
* Increase selectspacer to 13 for dialog. May be needed due to changes in
  new versions of dialog.

Revision 2205 - Directory Listing
Modified Fri Apr 13 11:37:34 2007 UTC (6 years, 1 month ago) by bubulle
Basque translation updates

Revision 2204 - Directory Listing
Modified Sun Apr 8 20:12:48 2007 UTC (6 years, 1 month ago) by cjwatson
* Install Python confmodule for python2.5 as well.

Revision 2203 - Directory Listing
Modified Sun Apr 1 14:53:22 2007 UTC (6 years, 1 month ago) by bubulle
Marathi translations added

Revision 2202 - Directory Listing
Modified Fri Mar 23 09:10:04 2007 UTC (6 years, 2 months ago) by cjwatson
* Retry flock() on EINTR. Failing that, print the errno if flock() fails
  so that we have a better chance of working out why.

Revision 2200 - Directory Listing
Modified Tue Mar 6 18:46:44 2007 UTC (6 years, 2 months ago) by joeyh
releasing version 1.5.13

Revision 2199 - Directory Listing
Modified Tue Mar 6 09:43:29 2007 UTC (6 years, 2 months ago) by joeyh
* Avoid initialising kde until the first question is found that needs to be
  displayed using it. The Qt module could fail in some ugly ways during
  destruction if kde stuff was initialised but never used. (See #413509)

Revision 2198 - Directory Listing
Modified Tue Mar 6 09:12:03 2007 UTC (6 years, 2 months ago) by joeyh
* Fix kde frontend to "show" noninteractive elements so they can handle
  setting their values appropriately. Closes: #413509

Revision 2197 - Directory Listing
Modified Mon Mar 5 19:51:59 2007 UTC (6 years, 2 months ago) by bubulle
French man pages translation update

Revision 2195 - Directory Listing
Modified Tue Feb 27 01:47:21 2007 UTC (6 years, 2 months ago) by joeyh
releasing version 1.5.12

Revision 2194 - Directory Listing
Modified Tue Feb 20 23:13:45 2007 UTC (6 years, 3 months ago) by joeyh
* po/Makefile: Smarter detection of no-op changes to po files.

Revision 2193 - Directory Listing
Modified Thu Feb 8 12:47:03 2007 UTC (6 years, 3 months ago) by bubulle
Fix typos in manpages and unfuzzy translations

Revision 2192 - Directory Listing
Modified Wed Jan 10 20:32:02 2007 UTC (6 years, 4 months ago) by joeyh
* Bubulle requested I include a copy of debconf.pot in the source, rather
  than cleaning it, so here it is. Note that it's not included in svn, to
  avoid churn.

Revision 2191 - Directory Listing
Modified Sun Jan 7 11:11:25 2007 UTC (6 years, 4 months ago) by bubulle
Add Malayalam translation

Revision 2190 - Directory Listing
Modified Thu Jan 4 18:24:50 2007 UTC (6 years, 4 months ago) by bubulle
Add the bug closure statement to the changelog for the Slovenian update

Revision 2189 - Directory Listing
Modified Wed Jan 3 19:19:10 2007 UTC (6 years, 4 months ago) by bubulle
Slovenian translation update

Revision 2188 - Directory Listing
Modified Fri Dec 29 03:57:03 2006 UTC (6 years, 4 months ago) by joeyh
another old comment

Revision 2187 - Directory Listing
Modified Fri Dec 29 03:56:34 2006 UTC (6 years, 4 months ago) by joeyh
remove outdated comment

Revision 2186 - Directory Listing
Modified Wed Dec 27 08:48:01 2006 UTC (6 years, 4 months ago) by bubulle
Updated Esperanto translation

Revision 2184 - Directory Listing
Modified Wed Dec 20 19:33:55 2006 UTC (6 years, 5 months ago) by joeyh
releasing version 1.5.11

Revision 2183 - Directory Listing
Modified Wed Dec 20 18:53:36 2006 UTC (6 years, 5 months ago) by joeyh
* Add need_tty field to frontend objects. dpkg-preconfigure can test
  this if it fails to reopen /dev/tty, and avoid dying if the frontend
  doesn't care about the tty, as happens in g-i when preconfiguring using
  the passthrough frontend. Closes: #401876

Revision 2182 - Directory Listing
Modified Tue Dec 19 05:03:12 2006 UTC (6 years, 5 months ago) by bubulle
COmmit the Dutch and Portuguese translations in the right place

Revision 2181 - Directory Listing
Modified Tue Dec 19 05:02:20 2006 UTC (6 years, 5 months ago) by bubulle
Revert to previous version as I accidentally committed a programs
translation here

Revision 2180 - Directory Listing
Modified Tue Dec 19 05:00:15 2006 UTC (6 years, 5 months ago) by bubulle
Revert to former version as I accidentally committed the programs translation

Revision 2179 - Directory Listing
Modified Tue Dec 19 04:58:25 2006 UTC (6 years, 5 months ago) by bubulle
Portuguese translation update

Revision 2178 - Directory Listing
Modified Tue Dec 19 04:57:23 2006 UTC (6 years, 5 months ago) by bubulle
Dutch translation update

Revision 2176 - Directory Listing
Modified Mon Dec 11 22:27:48 2006 UTC (6 years, 5 months ago) by joeyh
releasing version 1.5.10

Revision 2175 - Directory Listing
Modified Thu Dec 7 18:54:40 2006 UTC (6 years, 5 months ago) by bubulle
Better support for locale aliases. Patch from Nicolas François. Would be
good to have it in etch

Revision 2174 - Directory Listing
Modified Tue Nov 28 21:40:40 2006 UTC (6 years, 5 months ago) by bubulle
Remove non ASCII characters not encoded in UTF-8 in headers

Revision 2173 - Directory Listing
Modified Tue Nov 28 21:37:49 2006 UTC (6 years, 5 months ago) by bubulle
Remove non ASCII characters not encoded in UTF-8 in headers

Revision 2172 - Directory Listing
Modified Sun Nov 19 18:40:29 2006 UTC (6 years, 6 months ago) by joeyh
typo

Revision 2170 - Directory Listing
Modified Wed Nov 15 23:36:16 2006 UTC (6 years, 6 months ago) by joeyh
releasing version 1.5.9

Revision 2169 - Directory Listing
Modified Thu Nov 9 19:24:24 2006 UTC (6 years, 6 months ago) by bubulle
Updated Bulgarian translation

Revision 2168 - Directory Listing
Modified Mon Nov 6 19:35:05 2006 UTC (6 years, 6 months ago) by bubulle
Added bosnian translation

Revision 2167 - Directory Listing
Modified Mon Nov 6 19:31:58 2006 UTC (6 years, 6 months ago) by bubulle
Nepali translation updated

Revision 2166 - Directory Listing
Modified Thu Nov 2 18:49:39 2006 UTC (6 years, 6 months ago) by bubulle
Updated Greek translation

Revision 2165 - Directory Listing
Modified Thu Nov 2 07:20:46 2006 UTC (6 years, 6 months ago) by bubulle
Updated Bosnian translation

Revision 2163 - Directory Listing
Modified Mon Oct 30 04:58:00 2006 UTC (6 years, 6 months ago) by joeyh
* Fix passthrough frontend's handling of noninteractive elements.
  Instead of duplicating the code in their show method, which varies for
  some types (select), just call the show method. Closes: #396147

Revision 2161 - Directory Listing
Modified Wed Oct 25 00:33:55 2006 UTC (6 years, 7 months ago) by joeyh
releasing version 1.5.7

Revision 2160 - Directory Listing
Modified Sun Oct 22 12:21:14 2006 UTC (6 years, 7 months ago) by bubulle
Added Thai translation for debconf templates

Revision 2159 - Directory Listing
Modified Sun Oct 22 12:03:36 2006 UTC (6 years, 7 months ago) by bubulle
Added Thai programs translation

Revision 2158 - Directory Listing
Modified Sat Oct 21 07:40:08 2006 UTC (6 years, 7 months ago) by bubulle
Updated Chinese Traditional

Revision 2157 - Directory Listing
Modified Sat Oct 21 06:28:02 2006 UTC (6 years, 7 months ago) by bubulle
Updated Hebrew translation

Revision 2156 - Directory Listing
Modified Thu Oct 19 06:44:50 2006 UTC (6 years, 7 months ago) by bubulle
Belarusian translation update

Revision 2155 - Directory Listing
Modified Tue Oct 17 17:31:47 2006 UTC (6 years, 7 months ago) by bubulle
Korean translation update

Revision 2154 - Directory Listing
Modified Mon Oct 16 21:01:02 2006 UTC (6 years, 7 months ago) by bubulle
Updated Albanian translation

Revision 2153 - Directory Listing
Modified Mon Oct 16 18:29:36 2006 UTC (6 years, 7 months ago) by bubulle
Updated Dutch translation

Revision 2152 - Directory Listing
Modified Mon Oct 16 06:17:49 2006 UTC (6 years, 7 months ago) by bubulle
Kurdish translation update

Revision 2151 - Directory Listing
Modified Sat Oct 14 13:34:19 2006 UTC (6 years, 7 months ago) by bubulle
Updated Indonesian translation

Revision 2150 - Directory Listing
Modified Fri Oct 13 09:29:59 2006 UTC (6 years, 7 months ago) by bubulle
Portuguese translation update

Revision 2149 - Directory Listing
Modified Fri Oct 13 09:29:07 2006 UTC (6 years, 7 months ago) by bubulle
Simplified Chinese translation update

Revision 2148 - Directory Listing
Modified Thu Oct 12 17:48:04 2006 UTC (6 years, 7 months ago) by bubulle
Vietnamese translation update

Revision 2147 - Directory Listing
Modified Thu Oct 12 17:42:03 2006 UTC (6 years, 7 months ago) by bubulle
Greek debconf translation update

Revision 2146 - Directory Listing
Modified Wed Oct 11 20:15:08 2006 UTC (6 years, 7 months ago) by bubulle
Danis programs translation update

Revision 2145 - Directory Listing
Modified Tue Oct 10 18:03:18 2006 UTC (6 years, 7 months ago) by bubulle
Updated Hebrew

Revision 2143 - Directory Listing
Modified Sun Oct 8 18:10:50 2006 UTC (6 years, 7 months ago) by joeyh
releasing version 1.5.6

Revision 2142 - Directory Listing
Modified Sat Oct 7 20:23:21 2006 UTC (6 years, 7 months ago) by bubulle
Arabic translation has a bug report

Revision 2141 - Directory Listing
Modified Sat Oct 7 17:09:58 2006 UTC (6 years, 7 months ago) by bubulle
Updated Russian translation

Revision 2140 - Directory Listing
Modified Sat Oct 7 17:08:24 2006 UTC (6 years, 7 months ago) by bubulle
Updated Arabic imported from Arabeyes CVS

Revision 2139 - Directory Listing
Modified Sat Oct 7 12:14:41 2006 UTC (6 years, 7 months ago) by bubulle
Italian and Traditional Chinese translation updates

Revision 2138 - Directory Listing
Modified Fri Oct 6 21:02:12 2006 UTC (6 years, 7 months ago) by bubulle
Polish translation update

Revision 2137 - Directory Listing
Modified Fri Oct 6 18:23:40 2006 UTC (6 years, 7 months ago) by bubulle
Big bunch of translation updates again

Revision 2136 - Directory Listing
Modified Fri Oct 6 05:23:03 2006 UTC (6 years, 7 months ago) by bubulle
Many translation udpates from #391155

Revision 2135 - Directory Listing
Modified Fri Oct 6 05:12:29 2006 UTC (6 years, 7 months ago) by bubulle
Put the POT file under revision control to help translator's work

Revision 2134 - Directory Listing
Modified Fri Oct 6 05:11:56 2006 UTC (6 years, 7 months ago) by bubulle
Dzongkha translation update

Revision 2133 - Directory Listing
Modified Thu Oct 5 20:27:23 2006 UTC (6 years, 7 months ago) by bubulle
Updated a few translations

Revision 2132 - Directory Listing
Modified Thu Oct 5 20:22:10 2006 UTC (6 years, 7 months ago) by catman-guest
Unfuzzied.

Revision 2131 - Directory Listing
Modified Thu Oct 5 17:49:45 2006 UTC (6 years, 7 months ago) by bubulle
What we added is Nepali, not Dzongkha

Revision 2130 - Directory Listing
Modified Thu Oct 5 17:48:55 2006 UTC (6 years, 7 months ago) by bubulle
Updated Galician

Revision 2129 - Directory Listing
Modified Thu Oct 5 17:48:10 2006 UTC (6 years, 7 months ago) by bubulle
Update with the correct POT file

Revision 2128 - Directory Listing
Modified Thu Oct 5 17:41:00 2006 UTC (6 years, 7 months ago) by bubulle
Khmer translation update

Revision 2127 - Directory Listing
Modified Thu Oct 5 07:47:30 2006 UTC (6 years, 7 months ago) by bubulle
Correct grammar in the french manpages translation

Revision 2126 - Directory Listing
Modified Thu Oct 5 07:46:29 2006 UTC (6 years, 7 months ago) by bubulle
Correct grammar

Revision 2125 - Directory Listing
Modified Thu Oct 5 07:43:59 2006 UTC (6 years, 7 months ago) by bubulle
Add Nepali translation. It is correct even if incomplete.

Revision 2124 - Directory Listing
Modified Thu Oct 5 04:24:22 2006 UTC (6 years, 7 months ago) by bubulle
French translation update

Revision 2123 - Directory Listing
Modified Wed Oct 4 22:05:55 2006 UTC (6 years, 7 months ago) by joeyh
* Dialog backtitle unbranding. Closes: #376116

Revision 2122 - Directory Listing
Modified Wed Oct 4 21:48:58 2006 UTC (6 years, 7 months ago) by joeyh
* Set IFS to a sane value before calling printf, in case the maintainer
  script does something nasty to it. Closes: #381619

Revision 2121 - Directory Listing
Modified Wed Oct 4 21:43:11 2006 UTC (6 years, 7 months ago) by joeyh
* Fix names of Kde and Gnome frontends in the frontend selection question.
  Closes: #389939, #388679

Revision 2120 - Directory Listing
Modified Wed Oct 4 17:26:15 2006 UTC (6 years, 7 months ago) by joeyh
add XS-Vcs-Svn field

Revision 2119 - Directory Listing
Modified Sat Sep 30 16:51:17 2006 UTC (6 years, 7 months ago) by joeyh
reformat

Revision 2118 - Directory Listing
Modified Thu Sep 21 06:03:29 2006 UTC (6 years, 8 months ago) by bubulle
Updated Dzongkha translation

Revision 2116 - Directory Listing
Modified Wed Sep 20 21:27:57 2006 UTC (6 years, 8 months ago) by joeyh
releasing version 1.5.5

Revision 2115 - Directory Listing
Modified Sun Sep 17 07:56:38 2006 UTC (6 years, 8 months ago) by bubulle
Fix Italian typos

Revision 2114 - Directory Listing
Modified Sun Sep 17 07:42:54 2006 UTC (6 years, 8 months ago) by bubulle
Added Kurdish programs translation

Revision 2113 - Directory Listing
Modified Thu Sep 14 18:50:10 2006 UTC (6 years, 8 months ago) by joeyh
update

Revision 2112 - Directory Listing
Modified Tue Sep 12 09:19:49 2006 UTC (6 years, 8 months ago) by cjwatson
* When asking for a Choices-C field in a template, fall back to Choices
  (etc.); if i18n is disabled then asking for Choices tries Choices-C
  first. This lets you say "Choices: ${CHOICES-TRANS}" and "Choices-C:
  ${CHOICES}" to substitute reliably into translated and untranslated
  templates without having to ensure that ${CHOICES-TRANS} is translated
  to the same thing in every language.
* Make sure that languages whose codes are prefixes of other language
  codes don't accidentally match those languages. This is mostly
  significant for C, but could also be a problem once translations for
  languages with three-letter codes start being widely deployed.

Revision 2111 - Directory Listing
Modified Mon Sep 11 20:21:26 2006 UTC (6 years, 8 months ago) by cjwatson
* debconf-apt-progress: Avoid falling through to generic progress updating
  code from media-change handling.

Revision 2110 - Directory Listing
Modified Mon Sep 11 20:20:27 2006 UTC (6 years, 8 months ago) by cjwatson
* debconf-apt-progress: Die if debconf-apt-progress/media-change can't be
  displayed.

Revision 2109 - Directory Listing
Modified Mon Sep 11 20:17:53 2006 UTC (6 years, 8 months ago) by cjwatson
note about translations of debconf-apt-progress/media-change

Revision 2108 - Directory Listing
Modified Sun Sep 10 12:25:47 2006 UTC (6 years, 8 months ago) by bubulle
Updated Wolof translation

Revision 2106 - Directory Listing
Modified Fri Sep 8 18:58:05 2006 UTC (6 years, 8 months ago) by joeyh
releasing version 1.5.4

Revision 2105 - Directory Listing
Modified Fri Sep 8 18:44:28 2006 UTC (6 years, 8 months ago) by joeyh
* Add support for media-change in debconf-apt-progress.

Revision 2104 - Directory Listing
Modified Fri Sep 8 07:56:55 2006 UTC (6 years, 8 months ago) by luk
Updated debian/po/sv.po

Revision 2103 - Directory Listing
Modified Sat Sep 2 06:04:53 2006 UTC (6 years, 8 months ago) by bubulle
Activate the generation of manpages and encode them in KOI8-R

Revision 2102 - Directory Listing
Modified Mon Aug 28 18:03:44 2006 UTC (6 years, 8 months ago) by luk
Updated debian/po/vi.po

Revision 2101 - Directory Listing
Modified Sat Aug 26 09:18:17 2006 UTC (6 years, 9 months ago) by luk
Updated debian/po/de.po
Invoked debconf-update-po

Revision 2100 - Directory Listing
Modified Thu Aug 24 10:07:07 2006 UTC (6 years, 9 months ago) by bubulle
Fix French translation

Revision 2099 - Directory Listing
Modified Thu Aug 17 20:39:54 2006 UTC (6 years, 9 months ago) by luk
Small update

Revision 2098 - Directory Listing
Modified Sun Aug 13 13:09:24 2006 UTC (6 years, 9 months ago) by luk
Updated debian/po/es.po to latest version

Revision 2097 - Directory Listing
Modified Sun Aug 13 09:48:55 2006 UTC (6 years, 9 months ago) by luk
Updated debian/po/es.po

Revision 2096 - Directory Listing
Modified Sat Aug 12 17:07:04 2006 UTC (6 years, 9 months ago) by luk
Updated debian/po/uk.po to latest version

Revision 2095 - Directory Listing
Modified Sat Aug 12 13:44:52 2006 UTC (6 years, 9 months ago) by luk
New po/dz.po

Revision 2094 - Directory Listing
Modified Fri Aug 11 17:15:07 2006 UTC (6 years, 9 months ago) by luk
Updated debian/po/{eu,uk}.po

Revision 2093 - Directory Listing
Modified Thu Aug 10 16:55:40 2006 UTC (6 years, 9 months ago) by luk
Updated debian/po/vi.po

Revision 2092 - Directory Listing
Modified Wed Aug 9 06:08:37 2006 UTC (6 years, 9 months ago) by luk
Updated debian/po/km.po

Revision 2091 - Directory Listing
Modified Tue Aug 8 17:10:14 2006 UTC (6 years, 9 months ago) by luk
Add bugnumber for updated debian/po/da.po

Revision 2090 - Directory Listing
Modified Tue Aug 8 12:53:46 2006 UTC (6 years, 9 months ago) by bubulle
Add Dzongkha and Welsh translations, strings taken from D-I

Revision 2089 - Directory Listing
Modified Tue Aug 8 06:14:12 2006 UTC (6 years, 9 months ago) by luk
New {debian/,}po.km.po

Revision 2088 - Directory Listing
Modified Wed Aug 2 13:40:21 2006 UTC (6 years, 9 months ago) by bubulle
Correct the advertised encoding. These files are not UTF-8

Revision 2087 - Directory Listing
Modified Tue Aug 1 22:14:21 2006 UTC (6 years, 9 months ago) by luk
Updated debian/po/pt.po

Revision 2086 - Directory Listing
Modified Mon Jul 31 17:24:34 2006 UTC (6 years, 9 months ago) by luk
Removed warning to not change the translation manually.
Updated debian/po/{gl,vi,pa,lt}.po

Revision 2085 - Directory Listing
Modified Mon Jul 31 06:28:52 2006 UTC (6 years, 9 months ago) by luk
Updated debian/po/tr.po

Revision 2084 - Directory Listing
Modified Sun Jul 30 21:43:31 2006 UTC (6 years, 9 months ago) by luk
Updated debian/po/lv.po

Revision 2083 - Directory Listing
Modified Sun Jul 30 17:31:37 2006 UTC (6 years, 9 months ago) by luk
Updated debian/po/ro.po

Revision 2082 - Directory Listing
Modified Sun Jul 30 14:19:00 2006 UTC (6 years, 9 months ago) by luk
Updated debian/po/ja.po

Revision 2081 - Directory Listing
Modified Sun Jul 30 13:07:59 2006 UTC (6 years, 9 months ago) by luk
Updated debian/po/{cs,pt_BR,sk,ru,he,fi}.po

Revision 2080 - Directory Listing
Modified Sat Jul 29 21:46:11 2006 UTC (6 years, 9 months ago) by luk
Updated debian/po/{hu,mg}.po

Revision 2079 - Directory Listing
Modified Sat Jul 29 17:52:44 2006 UTC (6 years, 9 months ago) by luk
Removed wrong Albanian team email address
Updated debian/po/da.po

Revision 2078 - Directory Listing
Modified Sat Jul 29 17:22:42 2006 UTC (6 years, 9 months ago) by luk
Updated debian/po/{ar,ko}.po
Updated changelog entry for debian/po/nb.po

Revision 2077 - Directory Listing
Modified Sat Jul 29 16:23:41 2006 UTC (6 years, 9 months ago) by luk
Removed not working email addresses from id and el maintainers.
Updated debian/po/{tl,zh_CN}.po

Revision 2076 - Directory Listing
Modified Sat Jul 29 14:54:26 2006 UTC (6 years, 9 months ago) by luk
Remove wrong language team email address in debian/po/et.po
Updated debian/po/it.po

Revision 2075 - Directory Listing
Modified Sat Jul 29 14:11:29 2006 UTC (6 years, 9 months ago) by catman-guest
Updated nb translation

Revision 2074 - Directory Listing
Modified Sat Jul 29 13:50:24 2006 UTC (6 years, 9 months ago) by luk
Updated debian/po{ca,et}.po

Revision 2073 - Directory Listing
Modified Sat Jul 29 12:00:52 2006 UTC (6 years, 9 months ago) by luk
Fixed or removed wrong translation team email addresses

Revision 2072 - Directory Listing
Modified Fri Jul 28 21:14:31 2006 UTC (6 years, 9 months ago) by bubulle
Split out Choices in templates. Unfuzzy translations as much as I can...and
complete French so that we can still rule the world

Revision 2071 - Directory Listing
Modified Fri Jul 28 21:00:47 2006 UTC (6 years, 9 months ago) by bubulle
Remove a wrong ISO 8859 character in a comment

Revision 2069 - Directory Listing
Modified Fri Jul 28 20:56:46 2006 UTC (6 years, 9 months ago) by joeyh
releasing version 1.5.3

Revision 2068 - Directory Listing
Modified Fri Jul 28 20:44:08 2006 UTC (6 years, 9 months ago) by joeyh
* No longer a need to call dh_python twice, the new version apparently
  sets things up for both 2.3 and 2.4 with one call.

Revision 2067 - Directory Listing
Modified Fri Jul 28 20:42:53 2006 UTC (6 years, 9 months ago) by joeyh
  * Since lintian is being insanely strict about changelog formats now,
    I had to remove the comment at the end of the stripped down changelog
    that tells where to get the full changelog.

Revision 2066 - Directory Listing
Modified Fri Jul 28 20:32:12 2006 UTC (6 years, 9 months ago) by joeyh
* Fix amusing lintian warnings about debconf's own templates not meeting
  best practices for debconf templates.
* Removed the following template translations which all had broken
  translated choices lists, which triggered lintian warnings and broke
  debhelper: dz ne km
  I can't fix those languages; feel free to re-add your translation
  when it's actually fixed. Removed bug closure numbers above for these
  and contacted translators.
* Current version of policy.

Revision 2065 - Directory Listing
Modified Wed Jul 26 14:54:43 2006 UTC (6 years, 10 months ago) by cjwatson
oops, fix printf patch

Revision 2064 - Directory Listing
Modified Wed Jul 26 14:54:13 2006 UTC (6 years, 10 months ago) by cjwatson
* Use printf rather than echo to send commands to debconf, to avoid
  breaking escaped commands if /bin/sh is dash (closes: #306134).

Revision 2063 - Directory Listing
Modified Wed Jul 5 13:10:44 2006 UTC (6 years, 10 months ago) by luk
New Russian manpage translation

Revision 2062 - Directory Listing
Modified Sat Jul 1 13:07:36 2006 UTC (6 years, 10 months ago) by bubulle
Remove extra \n which makes msgfmt choke

Revision 2061 - Directory Listing
Modified Sat Jul 1 12:47:29 2006 UTC (6 years, 10 months ago) by luk
Updated French manpage translation

Revision 2060 - Directory Listing
Modified Sat Jul 1 06:46:00 2006 UTC (6 years, 10 months ago) by bubulle
Added Dzongkha debconf translations

Revision 2059 - Directory Listing
Modified Sat Jul 1 05:35:19 2006 UTC (6 years, 10 months ago) by bubulle
Add Dzongkha translation

Revision 2058 - Directory Listing
Modified Fri Jun 30 17:19:49 2006 UTC (6 years, 10 months ago) by luk
Updated debian/po/ca.po

Revision 2057 - Directory Listing
Modified Mon Jun 26 21:55:44 2006 UTC (6 years, 11 months ago) by luk
Updated debian/po/mk.po

Revision 2056 - Directory Listing
Modified Mon Jun 26 13:34:45 2006 UTC (6 years, 11 months ago) by bubulle
French translation udpate

Revision 2055 - Directory Listing
Modified Fri Jun 23 21:01:52 2006 UTC (6 years, 11 months ago) by luk
Updated debian/po/eo.po

Revision 2054 - Directory Listing
Modified Fri Jun 23 16:44:34 2006 UTC (6 years, 11 months ago) by luk
New po/km.po and debian/po/km.po
Updated debian/po/hi.po

Revision 2053 - Directory Listing
Modified Thu Jun 22 17:06:51 2006 UTC (6 years, 11 months ago) by luk
Added debian/po/ne.po

Revision 2052 - Directory Listing
Modified Thu Jun 22 16:54:17 2006 UTC (6 years, 11 months ago) by luk
Updated po/hu.po and po/fi.po
Cleaned not working e-mail addresses

Revision 2051 - Directory Listing
Modified Thu Jun 22 06:05:04 2006 UTC (6 years, 11 months ago) by luk
Updated debian/po/it.po

Revision 2050 - Directory Listing
Modified Sun Jun 18 16:22:20 2006 UTC (6 years, 11 months ago) by luk
Updated debian/po/et.po

Revision 2049 - Directory Listing
Modified Sat Jun 17 15:03:56 2006 UTC (6 years, 11 months ago) by luk
Updated debian/po/ko.po

Revision 2048 - Directory Listing
Modified Thu Jun 15 16:56:53 2006 UTC (6 years, 11 months ago) by luk
Added po/ne.po

Revision 2046 - Directory Listing
Modified Mon Jun 12 20:30:13 2006 UTC (6 years, 11 months ago) by joeyh
releasing version 1.5.2

Revision 2045 - Directory Listing
Modified Mon Jun 12 20:25:32 2006 UTC (6 years, 11 months ago) by joeyh
* debconf-get-selections: Don't skip notes or errors, people may want to
  preseed those.

Revision 2044 - Directory Listing
Modified Tue May 16 13:44:50 2006 UTC (7 years ago) by cjwatson
typoes

Revision 2043 - Directory Listing
Modified Mon May 15 09:26:18 2006 UTC (7 years ago) by cjwatson
* Stop the Gnome and Kde frontends from displaying select questions with
  zero or one choices, or multiselect questions with zero choices; this
  was broken due to an error in multiple inheritance (thanks, Gary Coady;
  closes: https://launchpad.net/bugs/42187).

Revision 2041 - Directory Listing
Modified Sat May 13 00:21:58 2006 UTC (7 years ago) by joeyh
releasing version 1.5.1

Revision 2040 - Directory Listing
Modified Sat May 13 00:18:54 2006 UTC (7 years ago) by joeyh
* In the gnome and kde frontends, exit 1 not 0 when cancel is hit.

Revision 2039 - Directory Listing
Modified Fri May 12 12:35:48 2006 UTC (7 years ago) by cjwatson
* Handle escaped commas ("\,") and escaped spaces ("\ ") in Choices and
  Value fields in questions, matching cdebconf. I've grepped the archive
  for backslashes in Choices fields in templates and in db_set and
  db_subst commands and found nothing that this change would break, while
  it lets us use more code from d-i in the installed system.

Revision 2038 - Directory Listing
Modified Thu May 11 00:07:22 2006 UTC (7 years ago) by joeyh
* Stop mailing notes since something like 90% of the use of that data type
  is abuse anyway. Error messages will still be mailed if necessary.

Revision 2037 - Directory Listing
Modified Wed May 10 14:03:58 2006 UTC (7 years ago) by cjwatson
* Add a --no-reload option to dpkg-reconfigure, to allow you to prevent it
  from reloading templates before running confmodules. This may be useful
  for performance if you know that the templates database is already
  correct.

Revision 2036 - Directory Listing
Modified Tue May 9 19:50:19 2006 UTC (7 years ago) by cjwatson
* Avoid needlessly marking cache db items dirty on addowner if the entry
  already had that owner.

Revision 2035 - Directory Listing
Modified Thu May 4 08:39:08 2006 UTC (7 years ago) by cjwatson
* Add cloexec keyword argument to Python DebconfCommunicator class,
  defaulting to False; if True, the file descriptors connected to
  debconf-communicate will be marked close-on-exec.

Revision 2034 - Directory Listing
Modified Tue May 2 23:12:11 2006 UTC (7 years ago) by cjwatson
* Typo fixes in Debconf::Encoding documentation.

Revision 2033 - Directory Listing
Modified Tue May 2 13:05:49 2006 UTC (7 years ago) by cjwatson
* Retry readline() in the Python confmodule if it's interrupted by a
  signal.

Revision 2032 - Directory Listing
Modified Fri Apr 28 12:31:58 2006 UTC (7 years ago) by cjwatson
* Strip only trailing newlines from replies in the Python confmodule,
  rather than all leading and trailing whitespace.

Revision 2031 - Directory Listing
Modified Fri Apr 28 12:30:58 2006 UTC (7 years ago) by cjwatson
* Remove trailing whitespace from some .P requests in man pages, to make
  po4a happier.

Revision 2029 - Directory Listing
Modified Thu Apr 20 22:03:25 2006 UTC (7 years, 1 month ago) by joeyh
releasing version 1.5.0

Revision 2028 - Directory Listing
Modified Thu Apr 20 21:53:40 2006 UTC (7 years, 1 month ago) by joeyh
* Set maintainer to debconf-devel mailing list, this package is noticably
  Colin^Wteam maintained now. Closes: #265570

Revision 2027 - Directory Listing
Modified Thu Apr 20 21:41:09 2006 UTC (7 years, 1 month ago) by joeyh
* Finally applied Danilo Piazzalunga's gnome multiselct usability patch,
  which turns it into a list of checkboxes. Closes: #294116

Revision 2026 - Directory Listing
Modified Thu Apr 20 21:14:32 2006 UTC (7 years, 1 month ago) by joeyh
fix attribution of some changes

Revision 2025 - Directory Listing
Modified Fri Apr 14 02:55:12 2006 UTC (7 years, 1 month ago) by cjwatson
Remove trailing whitespace so that Dan Jacobson stops complaining about it
(#347983). Not changelogging because that would use more space than is
gained. On the other hand, maybe that would be suitably ironic ...

Revision 2024 - Directory Listing
Modified Thu Apr 13 22:05:08 2006 UTC (7 years, 1 month ago) by cjwatson
Write error handling closes: #198297, #247849 (we think)

Revision 2023 - Directory Listing
Modified Thu Apr 13 14:05:19 2006 UTC (7 years, 1 month ago) by cjwatson
* Notice and error out on write errors (such as ENOSPC) when saving
  databases. Should help with a lot of database corruption bugs.

Revision 2022 - Directory Listing
Modified Sun Apr 9 15:58:14 2006 UTC (7 years, 1 month ago) by luk
Updated translations

Revision 2021 - Directory Listing
Modified Fri Apr 7 12:01:45 2006 UTC (7 years, 1 month ago) by catman-guest
Typo in translation corrected - a stray 'ø'

Revision 2020 - Directory Listing
Modified Mon Apr 3 21:20:33 2006 UTC (7 years, 1 month ago) by luk
Updated debian/po/ar.po

Revision 2019 - Directory Listing
Modified Fri Mar 24 20:14:51 2006 UTC (7 years, 2 months ago) by luk
Updated po/de.po

Revision 2018 - Directory Listing
Modified Thu Mar 23 17:01:48 2006 UTC (7 years, 2 months ago) by luk
Fixed typo in doc/man/po4a/po/fr.po

Revision 2017 - Directory Listing
Modified Mon Mar 20 22:17:58 2006 UTC (7 years, 2 months ago) by cjwatson
* Accept -- as an end-of-options terminator in frontend, even though it
  doesn't currently take any arguments. Simplifies a corner case in
  cdebconf compatibility.

Revision 2016 - Directory Listing
Modified Sat Mar 18 23:07:57 2006 UTC (7 years, 2 months ago) by luk
Updated debian/po/pt_BR.po

Revision 2015 - Directory Listing
Modified Sat Mar 18 14:37:10 2006 UTC (7 years, 2 months ago) by bubulle
Rename the Punjabi translation from pa_IN to pa

Revision 2014 - Directory Listing
Modified Fri Mar 17 19:49:22 2006 UTC (7 years, 2 months ago) by cjwatson
* Define UTF-8 as the encoding for all passthrough communication (it was
  previously undefined, causing installer breakage when using non-UTF-8
  locales). Now the passthrough frontend recodes everything to UTF-8 when
  talking to the UI agent, and we recode DATA parameters from UTF-8 to the
  user's charmap. Closes: #355251
* Note that if you try to exchange non-ASCII text with debconf at the
  moment using anything but the DATA command, you lose unless you know
  that the other end is using the same character encoding as you.
  Retrofitting encoding sanity is hard.

Revision 2013 - Directory Listing
Modified Thu Mar 16 15:18:47 2006 UTC (7 years, 2 months ago) by bubulle
This is POD, not roff, dude...

Revision 2012 - Directory Listing
Modified Thu Mar 16 15:13:12 2006 UTC (7 years, 2 months ago) by bubulle
Add line breaks between mail addresses

Revision 2011 - Directory Listing
Modified Thu Mar 16 07:45:57 2006 UTC (7 years, 2 months ago) by bubulle
Update French translation of man pages
Complete translator information in addenda

Revision 2010 - Directory Listing
Modified Wed Mar 15 17:47:28 2006 UTC (7 years, 2 months ago) by cjwatson
unstable -> UNRELEASED

Revision 2009 - Directory Listing
Modified Wed Mar 15 14:09:33 2006 UTC (7 years, 2 months ago) by luk
Updated po/ar.po

Revision 2007 - Directory Listing
Modified Wed Mar 15 13:14:34 2006 UTC (7 years, 2 months ago) by cjwatson
releasing version 1.4.72

Revision 2006 - Directory Listing
Modified Wed Mar 15 09:48:37 2006 UTC (7 years, 2 months ago) by cjwatson
* Remove *.pyc and *.pyo on clean.

Revision 2005 - Directory Listing
Modified Wed Mar 15 09:47:48 2006 UTC (7 years, 2 months ago) by cjwatson
update demo to take account of the confmodule library handling unescaping now

Revision 2004 - Directory Listing
Modified Wed Mar 15 09:45:40 2006 UTC (7 years, 2 months ago) by cjwatson
ignore generated files

Revision 2003 - Directory Listing
Modified Wed Mar 15 07:24:22 2006 UTC (7 years, 2 months ago) by bubulle
Switch to po4a for manpages translations
French man pages translations completed

Revision 2002 - Directory Listing
Modified Tue Mar 14 15:51:57 2006 UTC (7 years, 2 months ago) by cjwatson
* Add a debconf-escape program and make the confmodules unescape text
  automatically in escape mode. At present we don't escape text
  automatically, but you can use 'debconf-escape -e' yourself if you want
  an easy way to do that.

Revision 2001 - Directory Listing
Modified Tue Mar 14 15:38:58 2006 UTC (7 years, 2 months ago) by cjwatson
* Fix truncation of multi-line return values to handle values over two
  lines long correctly.

Revision 2000 - Directory Listing
Modified Sat Mar 4 22:41:47 2006 UTC (7 years, 2 months ago) by joeyh
* Add the same insane kind of fork check for Qt having a working display as
  we already had for GTK, since both libraries are written by monkeys who
  think that having a *library* exit(3) is a good idea if there's not a
  usable display. Sheesh. (On the plus side, the same monkeys have taught
  users to not care if it takes a 9 ghz machine to run a simple dialog, so
  who cares if we have to use expensive forking to work around your brain
  damage.) Closes: #354656, #244972, #246133

Revision 1999 - Directory Listing
Modified Fri Mar 3 16:42:45 2006 UTC (7 years, 2 months ago) by cjwatson
* debconf.py: Avoid leaking a file descriptor from DebconfCommunicate.

Revision 1998 - Directory Listing
Modified Fri Feb 24 14:27:39 2006 UTC (7 years, 3 months ago) by cjwatson
make escaping more efficient

Revision 1997 - Directory Listing
Modified Fri Feb 24 12:21:24 2006 UTC (7 years, 3 months ago) by cjwatson
* Add support for an 'escape' capability. If a confmodule sets this using
  CAPB, then commands it sends to debconf will be processed for backslash
  escapes (\n is a newline, \ followed by any other character is just that
  character) and debconf's replies will be backslash-escaped similarly.
  This allows such things as embedding newlines in substitutions and
  fetching extended descriptions using METAGET; the use of a capability is
  required because otherwise this would break compatibility with old
  confmodules. Closes: #126753

Revision 1996 - Directory Listing
Modified Wed Feb 22 18:12:57 2006 UTC (7 years, 3 months ago) by luk
Added po/hu.po

Revision 1995 - Directory Listing
Modified Wed Feb 22 13:18:17 2006 UTC (7 years, 3 months ago) by cjwatson
* Expand substitution variables when replying to localised METAGET
  requests for description, extended_description, or choices.

Revision 1994 - Directory Listing
Modified Wed Feb 22 13:03:13 2006 UTC (7 years, 3 months ago) by cjwatson
remove stray character

Revision 1992 - Directory Listing
Modified Tue Feb 21 20:15:25 2006 UTC (7 years, 3 months ago) by joeyh
releasing version 1.4.71

Revision 1991 - Directory Listing
Modified Mon Feb 13 00:49:25 2006 UTC (7 years, 3 months ago) by joeyh
misc small doc fixes

Revision 1990 - Directory Listing
Modified Sun Feb 12 16:16:37 2006 UTC (7 years, 3 months ago) by luk
Spelling error already fixed in update of po/fr.po

Revision 1989 - Directory Listing
Modified Sat Feb 11 22:56:45 2006 UTC (7 years, 3 months ago) by luk
Updated po/pt_BR.po

Revision 1988 - Directory Listing
Modified Fri Feb 10 22:22:25 2006 UTC (7 years, 3 months ago) by luk
Updated debian/po/hu.po

Revision 1987 - Directory Listing
Modified Fri Feb 10 17:11:59 2006 UTC (7 years, 3 months ago) by luk
Updated po/da.po

Revision 1986 - Directory Listing
Modified Thu Feb 9 13:40:46 2006 UTC (7 years, 3 months ago) by bubulle
Corrected encoding of Turkish

Revision 1985 - Directory Listing
Modified Sun Feb 5 22:25:13 2006 UTC (7 years, 3 months ago) by luk
Updated po/nl.po

Revision 1984 - Directory Listing
Modified Sun Feb 5 17:10:05 2006 UTC (7 years, 3 months ago) by bubulle
Correct the encoding

Revision 1983 - Directory Listing
Modified Fri Feb 3 17:01:54 2006 UTC (7 years, 3 months ago) by luk
Updated po/fr.po

Revision 1982 - Directory Listing
Modified Thu Feb 2 17:11:44 2006 UTC (7 years, 3 months ago) by luk
Updated po/ca.po and debian/po/bg.po

Revision 1981 - Directory Listing
Modified Tue Jan 31 17:33:40 2006 UTC (7 years, 3 months ago) by luk
Remove the 'do not edit directly' from the translated debconf files

Revision 1980 - Directory Listing
Modified Tue Jan 31 17:16:23 2006 UTC (7 years, 3 months ago) by luk
Updated translations

Revision 1978 - Directory Listing
Modified Mon Jan 30 10:23:15 2006 UTC (7 years, 3 months ago) by cjwatson
releasing version 1.4.70

Revision 1977 - Directory Listing
Modified Sun Jan 29 13:42:53 2006 UTC (7 years, 3 months ago) by luk
Updated po/it.po

Revision 1976 - Directory Listing
Modified Sun Jan 29 08:02:50 2006 UTC (7 years, 3 months ago) by cjwatson
Add DEBCONF_USE_CDEBCONF support to the Perl and Python confmodules too.

Revision 1975 - Directory Listing
Modified Sat Jan 28 22:43:00 2006 UTC (7 years, 3 months ago) by luk
Updated debian/po/lt.po

Revision 1974 - Directory Listing
Modified Sat Jan 28 15:43:05 2006 UTC (7 years, 3 months ago) by luk
Third batch of translation updates

Revision 1973 - Directory Listing
Modified Fri Jan 27 23:19:09 2006 UTC (7 years, 3 months ago) by luk
Updated debian/po/de.po

Revision 1972 - Directory Listing
Modified Fri Jan 27 22:48:58 2006 UTC (7 years, 3 months ago) by luk
Second batch of translation updates.

Revision 1971 - Directory Listing
Modified Fri Jan 27 18:14:59 2006 UTC (7 years, 3 months ago) by luk
Updated po/pl.po

Revision 1970 - Directory Listing
Modified Fri Jan 27 16:24:59 2006 UTC (7 years, 3 months ago) by luk
Updated po/sk.po

Revision 1969 - Directory Listing
Modified Fri Jan 27 16:23:32 2006 UTC (7 years, 3 months ago) by luk
Updated po/eu.po and alphabetical order languages.

Revision 1968 - Directory Listing
Modified Fri Jan 27 15:26:46 2006 UTC (7 years, 3 months ago) by luk
First round of updated translations due to my call for updates to the individual translators.

Revision 1967 - Directory Listing
Modified Fri Jan 27 12:19:56 2006 UTC (7 years, 3 months ago) by luk
Updated debian/po/vi.po

Revision 1966 - Directory Listing
Modified Fri Jan 27 02:23:48 2006 UTC (7 years, 3 months ago) by cjwatson
* Add experimental confmodule support for cdebconf, now that the file
  conflicts between debconf and cdebconf have been removed: set
  DEBCONF_USE_CDEBCONF to have /usr/share/debconf/confmodule try to run
  the cdebconf frontend rather than the debconf frontend. (I expect this
  not to work smoothly yet; for a start, cdebconf won't have a useful
  database!)
* Only conflict with cdebconf (<< 0.96).

Revision 1965 - Directory Listing
Modified Fri Jan 27 01:00:04 2006 UTC (7 years, 3 months ago) by cjwatson
typo fix (matches cdebconf r18715)

Revision 1964 - Directory Listing
Modified Thu Jan 26 19:41:58 2006 UTC (7 years, 3 months ago) by bubulle
Spelling error fixed

Revision 1962 - Directory Listing
Modified Wed Jan 25 09:58:02 2006 UTC (7 years, 4 months ago) by cjwatson
releasing version 1.4.69

Revision 1961 - Directory Listing
Modified Wed Jan 25 09:48:18 2006 UTC (7 years, 4 months ago) by luk
Updated debian/po/zh_CN.po

Revision 1960 - Directory Listing
Modified Mon Jan 23 21:50:01 2006 UTC (7 years, 4 months ago) by cjwatson
* Fix crash in kde frontend while handling PROGRESS STOP.

Revision 1959 - Directory Listing
Modified Mon Jan 23 21:02:47 2006 UTC (7 years, 4 months ago) by cjwatson
* Add support for templates of type 'error', which are largely treated
  like notes except that they are displayed no matter what the priority
  and even if they've previously been seen. For example, this can be used
  for input validation errors. This is compatible with cdebconf.

Revision 1958 - Directory Listing
Modified Mon Jan 23 18:57:57 2006 UTC (7 years, 4 months ago) by cjwatson
fix changelog header formatting

Revision 1957 - Directory Listing
Modified Mon Jan 23 18:54:44 2006 UTC (7 years, 4 months ago) by cjwatson
typo

Revision 1956 - Directory Listing
Modified Mon Jan 23 18:23:14 2006 UTC (7 years, 4 months ago) by cjwatson
typos

Revision 1955 - Directory Listing
Modified Mon Jan 23 12:42:34 2006 UTC (7 years, 4 months ago) by cjwatson
* Fix shadowing of 'bool' builtin in debconf.py getBoolean() (found by
  pychecker).

Revision 1954 - Directory Listing
Modified Fri Jan 20 09:57:06 2006 UTC (7 years, 4 months ago) by luk
Updated debian/po/ja.po and po/ja.po

Revision 1952 - Directory Listing
Modified Thu Jan 19 19:40:08 2006 UTC (7 years, 4 months ago) by joeyh
releasing version 1.4.68

Revision 1951 - Directory Listing
Modified Thu Jan 12 10:58:52 2006 UTC (7 years, 4 months ago) by luk
Updated debian/po/tr.po

Revision 1950 - Directory Listing
Modified Tue Jan 10 10:35:03 2006 UTC (7 years, 4 months ago) by cjwatson
UNRELEASED, not unstable

Revision 1949 - Directory Listing
Modified Sat Jan 7 16:22:39 2006 UTC (7 years, 4 months ago) by luk
Updated debian/po/sk.po and po/sk.po

Revision 1948 - Directory Listing
Modified Fri Jan 6 23:08:57 2006 UTC (7 years, 4 months ago) by luk
Updated debian/po/it.po

Revision 1946 - Directory Listing
Modified Tue Jan 3 18:51:47 2006 UTC (7 years, 4 months ago) by cjwatson
releasing version 1.4.67

Revision 1945 - Directory Listing
Modified Tue Jan 3 16:20:10 2006 UTC (7 years, 4 months ago) by cjwatson
* Fix DebconfCommunicator inheritance.

Revision 1944 - Directory Listing
Modified Fri Dec 30 17:06:35 2005 UTC (7 years, 4 months ago) by bubulle
Czech translation updated

Revision 1943 - Directory Listing
Modified Thu Dec 29 10:02:52 2005 UTC (7 years, 4 months ago) by bubulle
Catalan translation update

Revision 1942 - Directory Listing
Modified Wed Dec 28 10:47:11 2005 UTC (7 years, 4 months ago) by luk
Updated po/ca.po and debian/po/ca.po

Revision 1941 - Directory Listing
Modified Mon Dec 26 18:00:57 2005 UTC (7 years, 5 months ago) by cjwatson
* Add bash completion file (thanks, Alexandra N. Kossovsky).
  Closes: #301998

Revision 1940 - Directory Listing
Modified Sun Dec 25 23:02:53 2005 UTC (7 years, 5 months ago) by joeyh
* debconf.conf(5) typo fix. Closes: #344336

Revision 1939 - Directory Listing
Modified Sun Dec 25 20:34:30 2005 UTC (7 years, 5 months ago) by bubulle
Tagalog translation update

Revision 1938 - Directory Listing
Modified Sun Dec 25 20:32:12 2005 UTC (7 years, 5 months ago) by bubulle
Greek translation update

Revision 1936 - Directory Listing
Modified Sun Dec 25 11:07:17 2005 UTC (7 years, 5 months ago) by cjwatson
releasing version 1.4.66

Revision 1935 - Directory Listing
Modified Sun Dec 25 10:45:57 2005 UTC (7 years, 5 months ago) by cjwatson
* DEBCONF_DB_REPLACE causes all databases from the config file to be
  opened read-only, including the templates database, partly because it's
  hard to do otherwise and partly because DEBCONF_DB_REPLACE is used for
  passthrough applications which want to avoid two debconf instances both
  opening the same templates database read-write. Unfortunately this
  breaks if anyone tries to register new templates. As a workaround, stack
  a throwaway pipe database in front of the configured templates database
  if DEBCONF_DB_REPLACE is in use. Closes: #343902

Revision 1934 - Directory Listing
Modified Sat Dec 24 06:26:34 2005 UTC (7 years, 5 months ago) by bubulle
Indonesian and Greek translaiton updates

Revision 1932 - Directory Listing
Modified Wed Dec 21 08:39:50 2005 UTC (7 years, 5 months ago) by joeyh
releasing version 1.4.65

Revision 1930 - Directory Listing
Modified Wed Dec 21 00:17:10 2005 UTC (7 years, 5 months ago) by joeyh
releasing version 1.4.64

Revision 1929 - Directory Listing
Modified Tue Dec 20 23:41:30 2005 UTC (7 years, 5 months ago) by joeyh
  just in the all-in-one mode. Closes: #344159
* Add a check in the ConfModule to make sure that a progress bar is
  available before trying to use it.

Revision 1928 - Directory Listing
Modified Tue Dec 20 22:10:09 2005 UTC (7 years, 5 months ago) by cjwatson
* debconf-apt-progress: Make sure to start up a debconf frontend properly
  (including saving/restoring @ARGV) in all modes except --config, not
  just in the all-in-one mode.

Revision 1926 - Directory Listing
Modified Tue Dec 20 21:00:31 2005 UTC (7 years, 5 months ago) by joeyh
releasing version 1.4.63

Revision 1925 - Directory Listing
Modified Tue Dec 20 20:41:00 2005 UTC (7 years, 5 months ago) by bubulle
Use commas as separator for the Choices list

Revision 1924 - Directory Listing
Modified Tue Dec 20 20:26:49 2005 UTC (7 years, 5 months ago) by joeyh
* Current standards version.
* Split build-depends and -indep.

Revision 1923 - Directory Listing
Modified Tue Dec 20 20:19:22 2005 UTC (7 years, 5 months ago) by joeyh
* Changes to the Makefile to deal with changed quoting rules for continued
  strings in new version of make.

Revision 1922 - Directory Listing
Modified Mon Dec 19 18:59:10 2005 UTC (7 years, 5 months ago) by luk
Updated debian/po/sv.po

Revision 1921 - Directory Listing
Modified Thu Dec 15 19:09:34 2005 UTC (7 years, 5 months ago) by luk
Updated debian/po/da.po

Revision 1920 - Directory Listing
Modified Tue Dec 13 17:42:14 2005 UTC (7 years, 5 months ago) by cjwatson
revert accidentally-committed and untested debconf-apt-progress change

Revision 1919 - Directory Listing
Modified Tue Dec 13 16:36:33 2005 UTC (7 years, 5 months ago) by luk
Updated debian/po/gl.po

Revision 1918 - Directory Listing
Modified Mon Dec 12 10:01:00 2005 UTC (7 years, 5 months ago) by luk
Updated debian/po/ru.po and po/ru.po

Revision 1917 - Directory Listing
Modified Mon Dec 12 09:56:44 2005 UTC (7 years, 5 months ago) by luk
Updated debian/po/eu.po and po/eu.po

Revision 1916 - Directory Listing
Modified Fri Dec 9 15:52:07 2005 UTC (7 years, 5 months ago) by bubulle
Run debconf-updatepo in the clean target

Revision 1915 - Directory Listing
Modified Fri Dec 9 06:15:59 2005 UTC (7 years, 5 months ago) by bubulle
Update French translation and run debconf-updatepo

Revision 1914 - Directory Listing
Modified Wed Dec 7 03:25:45 2005 UTC (7 years, 5 months ago) by joeyh
* Slightly optimised the postinst script while leaving old transition
  handling code in it by moving old code into blocks with a single check for
  really old versions of debconf.

Revision 1913 - Directory Listing
Modified Tue Dec 6 20:22:23 2005 UTC (7 years, 5 months ago) by cjwatson
* Add DebconfCommunicator class to debconf.py to allow speaking the
  debconf protocol over a debconf-communicate subprocess. Useful for
  querying the debconf database noninteractively.

Revision 1912 - Directory Listing
Modified Sun Dec 4 21:54:35 2005 UTC (7 years, 5 months ago) by cjwatson
* debconf-apt-progress: Allow --from and --to to be used with --start to
  change the endpoints of the created progress bar.

Revision 1910 - Directory Listing
Modified Sun Dec 4 18:13:59 2005 UTC (7 years, 5 months ago) by joeyh
releasing version 1.4.62

Revision 1909 - Directory Listing
Modified Sun Dec 4 09:57:19 2005 UTC (7 years, 5 months ago) by cjwatson
Call STOP after tearing down debconf-apt-progress' progress bar, to avoid
leaving a zombie if some package starts a daemon that doesn't disconnect
from fd 3.

Revision 1908 - Directory Listing
Modified Sun Dec 4 09:35:05 2005 UTC (7 years, 5 months ago) by cjwatson
Drop all the crazy debconf-copydb and temporary configuration file stuff,
and just use DEBCONF_DB_REPLACE and DEBCONF_DB_OVERRIDE. This is faster and
much less complex, although it does involve a change in the --config
interface.

Revision 1907 - Directory Listing
Modified Sun Dec 4 00:14:57 2005 UTC (7 years, 5 months ago) by cjwatson
* Fix DEBCONF_DB_REPLACE to work properly when given a database name from
  debconf.conf.

Revision 1906 - Directory Listing
Modified Sat Dec 3 23:39:45 2005 UTC (7 years, 5 months ago) by joeyh
* Reword debconf-apt-progress/preparing template since it might be used for
  removals too.

Revision 1905 - Directory Listing
Modified Sat Dec 3 23:35:13 2005 UTC (7 years, 5 months ago) by joeyh
* Remove newline removal code from perl mangling in Makefile.

Revision 1904 - Directory Listing
Modified Sat Dec 3 23:16:56 2005 UTC (7 years, 5 months ago) by cjwatson
implement --logstderr; discard apt output by default

Revision 1903 - Directory Listing
Modified Sat Dec 3 23:10:20 2005 UTC (7 years, 5 months ago) by cjwatson
really fix newlines between debconf-apt-progress.conf stanzas

Revision 1902 - Directory Listing
Modified Sat Dec 3 22:50:58 2005 UTC (7 years, 5 months ago) by joeyh
here it doesn't print newlines between the stanzas w/o a quoted "EOF"

Revision 1901 - Directory Listing
Modified Sat Dec 3 21:58:11 2005 UTC (7 years, 5 months ago) by cjwatson
* Add debconf-apt-progress, as discussed on debian-boot@, to install
  packages using debconf to display a progress bar. Requires apt 0.6.41.

Revision 1899 - Directory Listing
Modified Thu Dec 1 23:11:43 2005 UTC (7 years, 5 months ago) by joeyh
releasing version 1.4.61

Revision 1898 - Directory Listing
Modified Thu Dec 1 23:03:36 2005 UTC (7 years, 5 months ago) by joeyh
* The default debconf priority changes from medium to high in this release.
  This is consitent with the default pririty used already for fresh
  installs by d-i, and with the definitions of debconf priorities -- high
  priority questions have no reasonable default answer so should be
  displayed, while medium priority questions do have a default and can be
  skipped easily.
  Please do not use this change as an excuse to inflate priorities of
  questions!

Revision 1896 - Directory Listing
Modified Thu Dec 1 21:15:48 2005 UTC (7 years, 5 months ago) by joeyh
releasing version 1.4.60

Revision 1895 - Directory Listing
Modified Thu Dec 1 21:13:09 2005 UTC (7 years, 5 months ago) by joeyh
* Improve message diplayed if kde frontend cannot start due to missing Qt.
  Closes: #341315

Revision 1894 - Directory Listing
Modified Thu Nov 24 13:57:37 2005 UTC (7 years, 6 months ago) by bubulle
Final version

Revision 1893 - Directory Listing
Modified Sat Nov 19 11:47:20 2005 UTC (7 years, 6 months ago) by luk
Small update to po/sv.po (in new bugreport)

Revision 1892 - Directory Listing
Modified Thu Nov 17 18:07:11 2005 UTC (7 years, 6 months ago) by bubulle
French translation updated

Revision 1891 - Directory Listing
Modified Fri Nov 11 14:37:18 2005 UTC (7 years, 6 months ago) by luk
Update of po/tl.po

Revision 1890 - Directory Listing
Modified Fri Nov 11 14:22:53 2005 UTC (7 years, 6 months ago) by luk
Small update of po/sv.po

Revision 1888 - Directory Listing
Modified Tue Nov 8 19:03:46 2005 UTC (7 years, 6 months ago) by cjwatson
releasing version 1.4.59

Revision 1887 - Directory Listing
Modified Tue Nov 8 18:57:06 2005 UTC (7 years, 6 months ago) by cjwatson
default $distribution to '' to avoid undefinedness warnings

Revision 1886 - Directory Listing
Modified Tue Nov 1 04:02:04 2005 UTC (7 years, 6 months ago) by cjwatson
typo fixes

Revision 1885 - Directory Listing
Modified Mon Oct 31 19:58:31 2005 UTC (7 years, 6 months ago) by cjwatson
add ignores for autogenerated files

Revision 1884 - Directory Listing
Modified Mon Oct 31 19:53:25 2005 UTC (7 years, 6 months ago) by cjwatson
* Install python confmodule for both python2.3 and python2.4 (since
  /usr/lib/site-python doesn't work properly yet).

Revision 1883 - Directory Listing
Modified Sun Oct 30 16:02:42 2005 UTC (7 years, 6 months ago) by joeyh
* Don't compress demo templates file. Closes: #336477

Revision 1882 - Directory Listing
Modified Sat Oct 22 05:13:09 2005 UTC (7 years, 7 months ago) by bubulle
Typo correction

Revision 1881 - Directory Listing
Modified Fri Oct 21 18:24:51 2005 UTC (7 years, 7 months ago) by bubulle
Fix some typos in debconf-devel(7)

Revision 1880 - Directory Listing
Modified Thu Oct 20 16:46:34 2005 UTC (7 years, 7 months ago) by cjwatson
* Look at the output of 'lsb_release -is' (falling back to 'debian' if
  /etc/debian_version is present) to figure out which logo to display in
  the Gnome frontend.

Revision 1879 - Directory Listing
Modified Thu Oct 20 11:48:04 2005 UTC (7 years, 7 months ago) by cjwatson
* Mention in debconf(1) that debconf(7) is in the debconf-doc package.
  Closes: #308888

Revision 1878 - Directory Listing
Modified Thu Oct 20 11:43:44 2005 UTC (7 years, 7 months ago) by cjwatson
* Fix typo in debconf-show(1). Closes: #326739

Revision 1877 - Directory Listing
Modified Wed Oct 19 20:03:36 2005 UTC (7 years, 7 months ago) by cjwatson
* Add progress indicator to dpkg-preconfigure if we're running in apt mode
  and there are more than 30 packages (arbitrarily selected) to
  preconfigure. We'll make more calls to apt-extracttemplates as a result,
  but the progress indicator only ticks once every 30 packages so it
  shouldn't be too bad.

Revision 1876 - Directory Listing
Modified Wed Oct 19 12:43:54 2005 UTC (7 years, 7 months ago) by cjwatson
fix typo for "select"

Revision 1875 - Directory Listing
Modified Thu Oct 13 21:51:39 2005 UTC (7 years, 7 months ago) by luk
Updated po/sv.po

Revision 1874 - Directory Listing
Modified Wed Oct 12 12:17:55 2005 UTC (7 years, 7 months ago) by luk
Put changes of joeyh together
Updated debian/po/pt.po

Revision 1873 - Directory Listing
Modified Wed Oct 12 02:36:11 2005 UTC (7 years, 7 months ago) by joeyh
* debconf-get-selections: Include a comment with available choices for
  select and multiselect questions.

Revision 1872 - Directory Listing
Modified Mon Oct 10 21:29:12 2005 UTC (7 years, 7 months ago) by luk
Updated debian/po/ro.po

Revision 1871 - Directory Listing
Modified Sun Oct 9 09:59:50 2005 UTC (7 years, 7 months ago) by luk
Translation update of po/ru.po

Revision 1870 - Directory Listing
Modified Tue Sep 13 12:28:06 2005 UTC (7 years, 8 months ago) by cjwatson
typo fix

Revision 1869 - Directory Listing
Modified Fri Sep 2 13:28:06 2005 UTC (7 years, 8 months ago) by joeyh
* Fix variables in man page example. Patch from Jérémy Bobbio.
  Closes: #326134

Revision 1868 - Directory Listing
Modified Sun Aug 28 16:31:22 2005 UTC (7 years, 8 months ago) by bubulle
Remove the obsolete entries from the Ukrainian translation

Revision 1866 - Directory Listing
Modified Thu Aug 25 16:16:11 2005 UTC (7 years, 9 months ago) by joeyh
releasing version 1.4.58

Revision 1865 - Directory Listing
Modified Thu Aug 25 16:07:55 2005 UTC (7 years, 9 months ago) by bubulle
Actually copy ONLY the short description from debconf/priority from cdebconf

Revision 1864 - Directory Listing
Modified Thu Aug 25 14:33:09 2005 UTC (7 years, 9 months ago) by bubulle
Rewrite debconf/priority for the same wording than cdebconf. Pick cdebconf
translations and update/add PO files from them.

Revision 1863 - Directory Listing
Modified Thu Aug 25 08:11:50 2005 UTC (7 years, 9 months ago) by catman-guest
nb finished

Revision 1862 - Directory Listing
Modified Tue Aug 16 13:14:49 2005 UTC (7 years, 9 months ago) by joeyh
* debconf-set-selections: support wrapping of long lines with "\".

Revision 1860 - Directory Listing
Modified Tue Aug 9 12:27:29 2005 UTC (7 years, 9 months ago) by joeyh
releasing version 1.4.57

Revision 1859 - Directory Listing
Modified Tue Aug 9 12:22:17 2005 UTC (7 years, 9 months ago) by joeyh
* Run puic in LC_ALL to fix build failure in French locale in August.
  Closes: #322122

Revision 1857 - Directory Listing
Modified Thu Aug 4 20:12:24 2005 UTC (7 years, 9 months ago) by cjwatson
releasing version 1.4.56

Revision 1856 - Directory Listing
Modified Thu Aug 4 19:31:32 2005 UTC (7 years, 9 months ago) by cjwatson
* Allow setting the pipe driver's outfd to 'none' to throw the database
  away on shutdown. Helps with #312072.

Revision 1855 - Directory Listing
Modified Thu Aug 4 19:19:39 2005 UTC (7 years, 9 months ago) by cjwatson
submitter says the DEBCONF_SYSTEMRC change closes: #299216

Revision 1854 - Directory Listing
Modified Thu Aug 4 19:17:40 2005 UTC (7 years, 9 months ago) by cjwatson
* Never send STOP through the passthrough interface. One of the uses for
  passthrough is putting a progress bar in front of base-config's package
  installation, and that previously sent a STOP after every package, which
  shut down the debconf instance running the progress bar. Frontends shut
  themselves down anyway when their input goes away, so the STOP was
  unnecessary.

Revision 1853 - Directory Listing
Modified Thu Aug 4 18:18:02 2005 UTC (7 years, 9 months ago) by cjwatson
* If DEBCONF_SYSTEMRC is set to a file that exists, use it in preference
  to the system debconf.conf files.

Revision 1852 - Directory Listing
Modified Thu Aug 4 16:46:32 2005 UTC (7 years, 9 months ago) by cjwatson
* The approach used by progress bars of saving the title when a progress
  bar starts and restoring it when it stops doesn't work if somebody sets
  the title when a progress bar is up. Instead, remember the last title
  that was explicitly requested and restore that on progress stop.

Revision 1851 - Directory Listing
Modified Thu Aug 4 16:20:03 2005 UTC (7 years, 9 months ago) by cjwatson
* Fix zero-arg case of passthrough's title method to return the title
  rather than emptying it.

Revision 1850 - Directory Listing
Modified Thu Aug 4 14:43:46 2005 UTC (7 years, 9 months ago) by cjwatson
various typo fixes

Revision 1849 - Directory Listing
Modified Wed Aug 3 10:06:56 2005 UTC (7 years, 9 months ago) by cjwatson
* Force dialog progress bars to the full available screen width right from
  the start, to avoid the box flashing as longer info messages are added.
  Matches cdebconf.

Revision 1848 - Directory Listing
Modified Tue Aug 2 20:55:41 2005 UTC (7 years, 9 months ago) by luk
Added Arabic debconf templates translation

Revision 1846 - Directory Listing
Modified Tue Aug 2 14:16:26 2005 UTC (7 years, 9 months ago) by cjwatson
releasing version 1.4.55

Revision 1845 - Directory Listing
Modified Tue Aug 2 14:09:05 2005 UTC (7 years, 9 months ago) by cjwatson
* Fix showdialog return values.

Revision 1844 - Directory Listing
Modified Tue Aug 2 11:12:15 2005 UTC (7 years, 9 months ago) by cjwatson
* Start/restart dialog progress bars at the correct percentage.

Revision 1843 - Directory Listing
Modified Tue Aug 2 11:04:16 2005 UTC (7 years, 9 months ago) by cjwatson
* Start a new, bigger dialog instance when updating a progress bar with
  info text that won't fit into the current instance.

Revision 1842 - Directory Listing
Modified Tue Aug 2 10:24:32 2005 UTC (7 years, 9 months ago) by cjwatson
* Add DEBCONF_DB_REPLACE environment variable with the same syntax as
  DEBCONF_DB_OVERRIDE and DEBCONF_DB_FALLBACK, which bypasses all the
  normal databases (thus avoiding locking them). Useful for local testing
  or for running two concurrent debconf instances.

Revision 1841 - Directory Listing
Modified Tue Aug 2 10:02:24 2005 UTC (7 years, 9 months ago) by cjwatson
* Fix error message on uninitialised template database.

Revision 1840 - Directory Listing
Modified Tue Aug 2 09:08:25 2005 UTC (7 years, 9 months ago) by cjwatson
various typo fixes

Revision 1839 - Directory Listing
Modified Mon Aug 1 20:55:35 2005 UTC (7 years, 9 months ago) by joeyh
* confmodule: avoid using non-XSI local variables; instead use a nasty
  temporary IFS setting hack and _db_local_ namespace. Closes: #242011

Revision 1837 - Directory Listing
Modified Mon Aug 1 15:29:04 2005 UTC (7 years, 9 months ago) by cjwatson
releasing version 1.4.54

Revision 1836 - Directory Listing
Modified Mon Aug 1 15:07:51 2005 UTC (7 years, 9 months ago) by cjwatson
* Make dialog progress bars interruptible: if a question needs to be asked
  while a progress bar is up, we tear down the progress bar and restore it
  afterwards where we left off. The gnome frontend is still broken in this
  situation, although at least kde and readline work fine.

Revision 1835 - Directory Listing
Modified Mon Aug 1 11:52:39 2005 UTC (7 years, 9 months ago) by cjwatson
typo fixes

Revision 1833 - Directory Listing
Modified Sun Jul 31 17:33:32 2005 UTC (7 years, 9 months ago) by cjwatson
releasing version 1.4.53

Revision 1832 - Directory Listing
Modified Sun Jul 31 16:52:30 2005 UTC (7 years, 9 months ago) by cjwatson
* Add myself to debian/copyright for progress bar support.

Revision 1831 - Directory Listing
Modified Sat Jul 30 11:45:53 2005 UTC (7 years, 9 months ago) by cjwatson
* Implement the DATA command, so that debconf can act as a UI agent
  communicating with another instance of debconf running the passthrough
  frontend.

Revision 1830 - Directory Listing
Modified Tue Jul 26 17:53:47 2005 UTC (7 years, 10 months ago) by cjwatson
* debconf-get-selections: Tolerate both old and new d-i logfile paths.

Revision 1829 - Directory Listing
Modified Tue Jul 26 17:48:58 2005 UTC (7 years, 10 months ago) by cjwatson
Joey added me to Uploaders, not Luk; rearrange changelog.

Revision 1828 - Directory Listing
Modified Tue Jul 26 17:48:16 2005 UTC (7 years, 10 months ago) by cjwatson
* Fix template -C handling to avoid clobbering $field for later requests
  for the same template.

Revision 1827 - Directory Listing
Modified Tue Jul 26 17:23:29 2005 UTC (7 years, 10 months ago) by cjwatson
clarify indentation

Revision 1826 - Directory Listing
Modified Wed Jul 20 15:16:29 2005 UTC (7 years, 10 months ago) by joeyh
* debconf-get-selections: Use new d-i logfile path for --installer mode.

Revision 1825 - Directory Listing
Modified Wed Jul 20 14:57:06 2005 UTC (7 years, 10 months ago) by joeyh
  [ Sylvain Ferriol ]
  * call Cache::shutdown in LDAP::shutdown to synchronize data between
   cache and ldap.

Revision 1824 - Directory Listing
Modified Wed Jul 20 14:32:58 2005 UTC (7 years, 10 months ago) by joeyh
  [ Sylvain Ferriol ]
  * set the type of the template in Template::new because if we don't
    use Template::load, it do not appear in template instance

Revision 1823 - Directory Listing
Modified Wed Jul 20 14:26:04 2005 UTC (7 years, 10 months ago) by joeyh
add a comment about bug #316226

Revision 1822 - Directory Listing
Modified Wed Jul 20 14:24:37 2005 UTC (7 years, 10 months ago) by joeyh
   [ Sylvain Ferriol ]
   * modify debconf.schema because extendedDescription attribute has an
    inappropriate matching rule => slapd (2.2.23-8) failed

Revision 1821 - Directory Listing
Modified Wed Jul 20 14:22:04 2005 UTC (7 years, 10 months ago) by joeyh
  [ Sylvain Ferriol ]
  * add Test::Debconf::DbDriver::CommonTest::test_shutdown to verify sync of
    data between cache and file on shutdown.
  * add Test::Debconf::DbDriver::CommonTest::test_shutdown to verify sync of
    data between cache and ldap on shutdown.
  * add unit tests to validate debconf_copydb.
  * add Test::CopyDBTest::test_201431. Closes: #201431

Revision 1820 - Directory Listing
Modified Fri Jul 15 13:59:26 2005 UTC (7 years, 10 months ago) by luk
Update French confmodule(3): removed duplicate lines

Revision 1819 - Directory Listing
Modified Wed Jul 6 20:06:34 2005 UTC (7 years, 10 months ago) by joeyh
* Add Kamion to the uploaders.

Revision 1817 - Directory Listing
Modified Wed Jul 6 12:18:35 2005 UTC (7 years, 10 months ago) by cjwatson
releasing version 1.4.52

Revision 1816 - Directory Listing
Modified Wed Jul 6 10:54:19 2005 UTC (7 years, 10 months ago) by cjwatson
Add read and write keyword arguments to debconf.py:Debconf.__init__(), to
allow using this module with a debconf-communicate subprocess rather than
having to re-exec the current process inside a frontend.

Revision 1815 - Directory Listing
Modified Wed Jul 6 10:51:56 2005 UTC (7 years, 10 months ago) by cjwatson
Clean up stray newlines in DEBCONF_DEBUG=developer debconf-communicate
output.

Revision 1814 - Directory Listing
Modified Wed Jul 6 10:50:08 2005 UTC (7 years, 10 months ago) by cjwatson
Autoflush stdout in debconf-communicate so that stdout can be a pipe.

Revision 1813 - Directory Listing
Modified Tue Jun 28 15:31:17 2005 UTC (7 years, 10 months ago) by cjwatson
Strip off DOS line endings in debconf-set-selections.

Revision 1812 - Directory Listing
Modified Wed Jun 22 15:06:17 2005 UTC (7 years, 11 months ago) by joeyh
update

Revision 1811 - Directory Listing
Modified Sun Jun 19 21:21:48 2005 UTC (7 years, 11 months ago) by bubulle
Romanian translation updated

Revision 1810 - Directory Listing
Modified Wed Jun 15 21:46:23 2005 UTC (7 years, 11 months ago) by cjwatson
If a template name ending in -C is requested (e.g. via METAGET), return the
untranslated template regardless of the locale.

Revision 1809 - Directory Listing
Modified Wed Jun 15 13:28:24 2005 UTC (7 years, 11 months ago) by cjwatson
Lower-case the field name passed to METAGET, since the template database
stores fields that way.

Revision 1808 - Directory Listing
Modified Tue Jun 14 06:19:01 2005 UTC (7 years, 11 months ago) by bubulle
Add Vietnamese debconf translation.

Revision 1806 - Directory Listing
Modified Thu Jun 9 03:14:22 2005 UTC (7 years, 11 months ago) by joeyh
releasing version 1.4.51

Revision 1805 - Directory Listing
Modified Thu Jun 9 03:02:19 2005 UTC (7 years, 11 months ago) by joeyh
  * Joey Hess
    - Patch from mfz to allow dpkg-reconfigure -fnoninteractive to work
      consistently with DEBIAN_FRONTEND=noninteractive and with common sense,
      by testing for forced_frontend. Closes: #312550

Revision 1804 - Directory Listing
Modified Fri Jun 3 18:22:51 2005 UTC (7 years, 11 months ago) by bubulle
French translation spellchecked

Revision 1803 - Directory Listing
Modified Sun May 29 00:16:31 2005 UTC (7 years, 11 months ago) by cjwatson
Pass SETTITLE straight through the passthrough frontend (with accompanying
DATA) rather than turning it into TITLE. Closes: #292989

Revision 1802 - Directory Listing
Modified Sat May 28 23:10:22 2005 UTC (7 years, 11 months ago) by cjwatson
Fix spelling of "unknown" in copied database items with no owners.

Revision 1800 - Directory Listing
Modified Sat May 28 20:34:09 2005 UTC (7 years, 11 months ago) by cjwatson
releasing version 1.4.50

Revision 1799 - Directory Listing
Modified Sat May 28 20:13:15 2005 UTC (7 years, 11 months ago) by cjwatson
make -C po

Revision 1798 - Directory Listing
Modified Fri May 27 16:03:25 2005 UTC (8 years ago) by cjwatson
Translate select/multiselect defaults to the current locale when sending
them to a passthrough UI agent, and translate the value returned by the UI
agent back to C. Ubuntu bug #9160.

Revision 1797 - Directory Listing
Modified Fri May 27 15:50:40 2005 UTC (8 years ago) by cjwatson
Fix the passthrough frontend to send the template name with 'PROGRESS START'
and 'PROGRESS INFO', not a stringification of the Debconf::Question object.

Revision 1796 - Directory Listing
Modified Mon May 23 08:49:09 2005 UTC (8 years ago) by cjwatson
Extend passthrough protocol slightly to send SUBST commands for any
substitution variables that are set for each question.

Revision 1795 - Directory Listing
Modified Mon May 23 08:48:32 2005 UTC (8 years ago) by bubulle
Merge with former version to get a complete file

Revision 1794 - Directory Listing
Modified Mon May 23 08:46:01 2005 UTC (8 years ago) by bubulle
Italian translation update. Closes: #310288

Revision 1791 - Directory Listing
Modified Sat May 21 07:09:24 2005 UTC (8 years ago) by bubulle
Man pages typos corrections

Revision 1790 - Directory Listing
Modified Thu May 19 17:03:24 2005 UTC (8 years ago) by cjwatson
Correct location of standalone template files in debconf-devel(7) (should be
/usr/share/debconf/templates/progname.templates).

Revision 1789 - Directory Listing
Modified Thu May 19 10:13:41 2005 UTC (8 years ago) by cjwatson
Add progress support to the passthrough frontend as well, assuming that the
UI agent can handle it.

Revision 1788 - Directory Listing
Modified Thu May 19 09:59:32 2005 UTC (8 years ago) by cjwatson
Add progress bar support, using the cdebconf PROGRESS protocol. The editor
and web frontend implementations are stubs.

Revision 1787 - Directory Listing
Modified Wed May 18 23:17:44 2005 UTC (8 years ago) by joeyh
  * Joey Hess
    - debconf man page update. Closes: #309698

Revision 1786 - Directory Listing
Modified Wed May 18 15:41:38 2005 UTC (8 years ago) by cjwatson
Revert stdin/stdout inversion from debconf 1.1.30; that caused the dialog
child process to read from stdout and write to stdin (which miraculously
happened to work, at least for terminals). Instead, avoid the perl warning
from #155682 by restoring stdin first after the open3 call.

Revision 1785 - Directory Listing
Modified Wed May 18 12:56:57 2005 UTC (8 years ago) by cjwatson
Add info to the Perl confmodule binding too.

Revision 1784 - Directory Listing
Modified Tue May 17 15:11:21 2005 UTC (8 years ago) by cjwatson
close #304332

Revision 1783 - Directory Listing
Modified Tue May 17 15:10:45 2005 UTC (8 years ago) by cjwatson
Implement INFO command from cdebconf, to display an out-of-band informative
message.

Revision 1782 - Directory Listing
Modified Fri May 6 18:42:21 2005 UTC (8 years ago) by cjwatson
Generate po/debconf.pot in sorted order by source filename, rather than
having it be in whatever order find(1) happens to produce.

Revision 1780 - Directory Listing
Modified Wed May 4 23:23:26 2005 UTC (8 years ago) by joeyh
releasing version 1.4.49

Revision 1778 - Directory Listing
Modified Sun May 1 17:51:49 2005 UTC (8 years ago) by bubulle
Fix typo in Debconf/Templates.pm

Revision 1776 - Directory Listing
Modified Sun May 1 06:14:03 2005 UTC (8 years ago) by bubulle
Completed Vietnamese translation

Revision 1774 - Directory Listing
Modified Sat Apr 30 17:56:21 2005 UTC (8 years ago) by bubulle
Add Vietnamese translation

Revision 1773 - Directory Listing
Modified Sat Apr 23 18:01:31 2005 UTC (8 years, 1 month ago) by bubulle
Danish translation update
Minor correction to French

Revision 1772 - Directory Listing
Modified Thu Apr 21 00:57:27 2005 UTC (8 years, 1 month ago) by joeyh
fix grammar

Revision 1771 - Directory Listing
Modified Mon Apr 18 23:17:26 2005 UTC (8 years, 1 month ago) by joeyh
  * Document in the debconf-set-selections man page that
    debconf-get-selections is in debconf-utils. Closes: #305262

Revision 1770 - Directory Listing
Modified Mon Apr 18 23:12:18 2005 UTC (8 years, 1 month ago) by joeyh
  * Fix an enxironment variable name in debconf(7). Closes: #305260

Revision 1769 - Directory Listing
Modified Sun Apr 17 07:57:49 2005 UTC (8 years, 1 month ago) by bubulle
French programs translation update

Revision 1767 - Directory Listing
Modified Sun Apr 17 07:47:59 2005 UTC (8 years, 1 month ago) by bubulle
Italian programs translation update

Revision 1766 - Directory Listing
Modified Sun Apr 17 07:45:58 2005 UTC (8 years, 1 month ago) by bubulle
Update Italian translation

Revision 1765 - Directory Listing
Modified Sat Apr 9 05:56:58 2005 UTC (8 years, 1 month ago) by bubulle
Romanian translation update

Revision 1763 - Directory Listing
Modified Thu Apr 7 20:50:58 2005 UTC (8 years, 1 month ago) by joeyh
releasing version 1.4.48

Revision 1761 - Directory Listing
Modified Thu Apr 7 20:33:34 2005 UTC (8 years, 1 month ago) by joeyh
    - Make debconf-set-selections not fail if it encounters an unknown
      question type.
    - Overload the type field in preseed files; if it's "seen" then
      instead set the seen flag; this allows for preseeding that only changes
      a default value but still leaves the question unseen.
    - This obsoletes the --unseen flag in debconf-set-selections, but
      I've left it in and working for now since things probably already use
      it.

Revision 1757 - Directory Listing
Modified Thu Apr 7 19:56:27 2005 UTC (8 years, 1 month ago) by joeyh
document -u switch

Revision 1756 - Directory Listing
Modified Wed Apr 6 07:30:49 2005 UTC (8 years, 1 month ago) by bubulle
Tagalog translation update

Revision 1755 - Directory Listing
Modified Mon Apr 4 06:51:34 2005 UTC (8 years, 1 month ago) by bubulle
Basque translation completed

Revision 1754 - Directory Listing
Modified Mon Apr 4 06:41:42 2005 UTC (8 years, 1 month ago) by bubulle
Greek translaiton update. Kalimera, Kostas

Revision 1753 - Directory Listing
Modified Sat Apr 2 19:02:46 2005 UTC (8 years, 1 month ago) by joeyh
  * Man page typo fixs. Closes: #302746, #302749, #302747, #302748, #302752

Revision 1752 - Directory Listing
Modified Sat Apr 2 18:50:14 2005 UTC (8 years, 1 month ago) by joeyh
  * Man page typo fix. Closes: #302746

Revision 1751 - Directory Listing
Modified Sat Apr 2 12:32:06 2005 UTC (8 years, 1 month ago) by bubulle
Portuguese translation update

Revision 1750 - Directory Listing
Modified Sat Apr 2 10:50:58 2005 UTC (8 years, 1 month ago) by bubulle
Czech translation update

Revision 1749 - Directory Listing
Modified Sat Apr 2 07:39:59 2005 UTC (8 years, 1 month ago) by bubulle
Another bunch of translation updates

Revision 1748 - Directory Listing
Modified Sat Apr 2 06:52:07 2005 UTC (8 years, 1 month ago) by bubulle
First round of translation updates

Revision 1747 - Directory Listing
Modified Thu Mar 31 19:33:42 2005 UTC (8 years, 1 month ago) by joeyh
  * Apply patch from Denis Barbier to translate --help output. See #167177 

Revision 1745 - Directory Listing
Modified Tue Mar 29 17:21:33 2005 UTC (8 years, 1 month ago) by joeyh
releasing version 1.4.47

Revision 1744 - Directory Listing
Modified Tue Mar 29 17:15:28 2005 UTC (8 years, 1 month ago) by joeyh
  * Since python confmodule checks only to see if DEBIAN_HAS_FRONTEND
    exists, dpkg-reconfigure needs to delete it, not unset it. Closes: #302004

Revision 1742 - Directory Listing
Modified Thu Mar 24 13:30:21 2005 UTC (8 years, 2 months ago) by bubulle
Spanish translation update

Revision 1740 - Directory Listing
Modified Tue Feb 22 19:00:57 2005 UTC (8 years, 3 months ago) by bubulle
Updated Galician translation

Revision 1736 - Directory Listing
Modified Tue Feb 22 00:41:20 2005 UTC (8 years, 3 months ago) by joeyh
releasing version 1.4.46

Revision 1735 - Directory Listing
Modified Sun Feb 20 11:07:17 2005 UTC (8 years, 3 months ago) by bubulle
Add Tagalog debconf translation and update Tagalog programs translation

Revision 1732 - Directory Listing
Modified Tue Feb 15 19:21:24 2005 UTC (8 years, 3 months ago) by bubulle
Polish translation updated

Revision 1729 - Directory Listing
Modified Sat Feb 12 08:46:14 2005 UTC (8 years, 3 months ago) by bubulle
Traditional Chinese translation update
(French update is an artefact)

Revision 1727 - Directory Listing
Modified Mon Feb 7 08:39:10 2005 UTC (8 years, 3 months ago) by bubulle
Updated Greek translation

Revision 1726 - Directory Listing
Modified Sat Feb 5 11:58:49 2005 UTC (8 years, 3 months ago) by cjwatson
typo fix

Revision 1724 - Directory Listing
Modified Sat Feb 5 01:15:13 2005 UTC (8 years, 3 months ago) by joeyh
releasing version 1.4.45

Revision 1720 - Directory Listing
Modified Fri Feb 4 22:41:06 2005 UTC (8 years, 3 months ago) by joeyh
releasing version 1.4.44

Revision 1718 - Directory Listing
Modified Fri Feb 4 02:21:38 2005 UTC (8 years, 3 months ago) by joeyh
releasing version 1.4.43

Revision 1717 - Directory Listing
Modified Mon Jan 31 17:18:33 2005 UTC (8 years, 3 months ago) by cjwatson
The passthrough frontend sets the value of visible questions by getting the
value from the UI agent, but it didn't set the value of invisible questions
as the confmodule expects it to. It now sets the value of invisible
questions in the same way as the noninteractive frontend.

Revision 1715 - Directory Listing
Modified Sun Jan 30 07:17:09 2005 UTC (8 years, 3 months ago) by bubulle
Added Arabic programs translation

Revision 1713 - Directory Listing
Modified Fri Jan 28 20:53:10 2005 UTC (8 years, 3 months ago) by bubulle
Add Tagalog translation

Revision 1712 - Directory Listing
Modified Fri Jan 28 11:21:27 2005 UTC (8 years, 3 months ago) by bubulle
Korean translation updated

Revision 1710 - Directory Listing
Modified Wed Jan 26 18:24:13 2005 UTC (8 years, 3 months ago) by bubulle
Updated Romanian translation

Revision 1708 - Directory Listing
Modified Wed Jan 26 13:29:47 2005 UTC (8 years, 4 months ago) by bubulle
Basque translation updated

Revision 1707 - Directory Listing
Modified Tue Jan 25 08:22:39 2005 UTC (8 years, 4 months ago) by bubulle
More translations updated

Revision 1704 - Directory Listing
Modified Mon Jan 24 13:20:17 2005 UTC (8 years, 4 months ago) by bubulle
Error correction in Russian translation

Revision 1703 - Directory Listing
Modified Mon Jan 24 08:04:39 2005 UTC (8 years, 4 months ago) by bubulle
Several translations updated

Revision 1700 - Directory Listing
Modified Sun Jan 23 08:06:08 2005 UTC (8 years, 4 months ago) by bubulle
Make a few new strings translatable in dpkg-preconfigure
Closes: #225463

Revision 1698 - Directory Listing
Modified Thu Jan 13 23:56:43 2005 UTC (8 years, 4 months ago) by joeyh
releasing version 1.4.42

Revision 1697 - Directory Listing
Modified Thu Jan 13 23:50:58 2005 UTC (8 years, 4 months ago) by joeyh
  * Patch from mdz to improve the passthrough frontend:
    - Use DEBCONF_READFD and DEBCONF_WRITEFD for passthrough communication
      if DEBCONF_PIPE is not set to a socket.
    - Change passthrough protocl for INPUT command so it is the same as in
      the debconf protocol, and pass the type of the question in a "DATA type"
      command.
    - Fix passing of extended descriptions in DATA. Note they're newline
      escaped.
    - Pass choices for multiselect questions.

Revision 1696 - Directory Listing
Modified Wed Jan 5 21:46:34 2005 UTC (8 years, 4 months ago) by joeyh
  * Fix typo in man page example. Closes: #285099

Revision 1695 - Directory Listing
Modified Wed Jan 5 21:23:50 2005 UTC (8 years, 4 months ago) by joeyh
  * Add --unseen flag to debconf-set-selections. Closes: #286318

Revision 1694 - Directory Listing
Modified Sun Dec 19 18:21:40 2004 UTC (8 years, 5 months ago) by joeyh
  * Fix bug in man page example script. Closes: #286335

Revision 1693 - Directory Listing
Modified Mon Dec 6 22:50:13 2004 UTC (8 years, 5 months ago) by joeyh
random change to test commit mails

Revision 1689 - Directory Listing
Modified Mon Dec 6 22:25:04 2004 UTC (8 years, 5 months ago) by joeyh
releasing version 1.4.41

Revision 1687 - Directory Listing
Modified Sat Nov 27 11:40:36 2004 UTC (8 years, 5 months ago) by bubulle
Add Romanian programs translation

Revision 1685 - Directory Listing
Modified Thu Nov 11 08:55:52 2004 UTC (8 years, 6 months ago) by bubulle
Finnish programs translation updated

Revision 1681 - Directory Listing
Modified Wed Nov 3 20:05:34 2004 UTC (8 years, 6 months ago) by joeyh
  * Joey Hess
    - Force PERL_DL_NONLAZY=1 in confmodule, confmodule.sh, debconf.py, and
      Debconf::Client::ConfModule to avoid bad behavior of the dynamic linker
      when Text::Iconv is loaded but its symbols have not really been
      resolved. This caused debconf to be killed with a relocation error
      in certian upgrades from woody involving packages that use debconf in
      their preinst. Closes: #278417 Thanks to Andrew Suffield and Branden
      Robinson for analysis.
    - Add check in frontend and debug message if PERL_DL_NONLAZY is not set
      to 1 when it's run from a preinst, in case I missed other entry points.

Revision 1678 - Directory Listing
Modified Tue Nov 2 09:06:00 2004 UTC (8 years, 6 months ago) by bubulle
Add Slovak translations

Revision 1677 - Directory Listing
Modified Fri Oct 29 14:59:14 2004 UTC (8 years, 6 months ago) by cjwatson
Set the seen flag on questions asked in the noninteractive frontend if
DEBCONF_NONINTERACTIVE_SEEN is set to true. This allows debootstrap to
behave better (partly fixes #238301).

Revision 1675 - Directory Listing
Modified Wed Oct 20 21:32:44 2004 UTC (8 years, 7 months ago) by bubulle
Remane po/zh_TW.Big5.po to zh_TW.po
Updated po/zh_CN.po

Revision 1673 - Directory Listing
Modified Tue Oct 12 06:44:16 2004 UTC (8 years, 7 months ago) by bubulle
[l10n) Indonesian programs translation added

Revision 1669 - Directory Listing
Modified Sun Oct 10 19:25:48 2004 UTC (8 years, 7 months ago) by joeyh
releasing version 1.4.39

Revision 1667 - Directory Listing
Modified Sun Oct 10 19:15:51 2004 UTC (8 years, 7 months ago) by joeyh
    - Polish updated (debconf). Closes: #275815

Revision 1666 - Directory Listing
Modified Sun Oct 10 19:11:48 2004 UTC (8 years, 7 months ago) by joeyh
  * Joey Hess
    - Avoid a warning message in DbDriver::Copy that's triggered by d-i
      debconf preseeding. Closes: #275122

Revision 1664 - Directory Listing
Modified Wed Oct 6 06:47:45 2004 UTC (8 years, 7 months ago) by bubulle
[l10n] Norwegian Nynorsk programs translation added

Revision 1662 - Directory Listing
Modified Sun Oct 3 06:39:34 2004 UTC (8 years, 7 months ago) by bubulle
[l10n] Updated Italian translations

Revision 1660 - Directory Listing
Modified Fri Oct 1 18:18:09 2004 UTC (8 years, 7 months ago) by bubulle
Added Hebrew translation

Revision 1658 - Directory Listing
Modified Thu Sep 30 09:12:47 2004 UTC (8 years, 7 months ago) by bubulle
[l10n] Updated Spanish translation

Revision 1656 - Directory Listing
Modified Wed Sep 29 06:04:20 2004 UTC (8 years, 7 months ago) by joeyh
releasing version 1.4.38

Revision 1654 - Directory Listing
Modified Wed Sep 29 00:57:14 2004 UTC (8 years, 7 months ago) by otavio
  * Translations:
    - Updated Brazilian Portuguese translation (programs). Closes: #273941

Revision 1650 - Directory Listing
Modified Tue Sep 28 02:17:00 2004 UTC (8 years, 7 months ago) by joeyh
releasing version 1.4.37

Revision 1648 - Directory Listing
Modified Mon Sep 27 15:15:25 2004 UTC (8 years, 7 months ago) by bubulle
[l10n] Czech translation update

Revision 1647 - Directory Listing
Modified Sun Sep 26 06:46:05 2004 UTC (8 years, 8 months ago) by bubulle
[l10n] Portuguese translation added

Revision 1644 - Directory Listing
Modified Sun Sep 26 06:41:17 2004 UTC (8 years, 8 months ago) by bubulle
Mark #272541 as pending

Revision 1642 - Directory Listing
Modified Sun Sep 26 06:28:32 2004 UTC (8 years, 8 months ago) by bubulle
[l10n] Dutch translation added

Revision 1640 - Directory Listing
Modified Thu Sep 23 16:37:08 2004 UTC (8 years, 8 months ago) by bubulle
[l10n] Russian translation updates. #272723

Revision 1638 - Directory Listing
Modified Tue Sep 21 09:37:57 2004 UTC (8 years, 8 months ago) by bubulle
[l10n] Italian debconf translation update. #272521

Revision 1636 - Directory Listing
Modified Wed Sep 15 20:14:42 2004 UTC (8 years, 8 months ago) by bubulle
[l10n] Errors corrected by the translator who wasn't drunk that time

Revision 1632 - Directory Listing
Modified Tue Sep 14 03:14:55 2004 UTC (8 years, 8 months ago) by joeyh
releasing version 1.4.36

Revision 1631 - Directory Listing
Modified Mon Sep 13 21:11:31 2004 UTC (8 years, 8 months ago) by bubulle
Correct trivial errors to Russian and Polish translations
Remove incorrect UTF-8 in changelog

Revision 1627 - Directory Listing
Modified Mon Sep 13 18:48:33 2004 UTC (8 years, 8 months ago) by bubulle
Brazilian translation checked and run debconf-updatepo just in case

Revision 1624 - Directory Listing
Modified Mon Sep 13 18:38:34 2004 UTC (8 years, 8 months ago) by bubulle
Updated Polish debconf translation

Revision 1623 - Directory Listing
Modified Mon Sep 13 18:36:58 2004 UTC (8 years, 8 months ago) by bubulle
Updated Ukrainian translations
Updated French debconf translation

Revision 1622 - Directory Listing
Modified Mon Sep 13 18:32:20 2004 UTC (8 years, 8 months ago) by bubulle
[l10n] Yet another french translation bug to be closed..:-)

Revision 1621 - Directory Listing
Modified Mon Sep 13 18:31:09 2004 UTC (8 years, 8 months ago) by bubulle
[l10n] Updated French translations

Revision 1619 - Directory Listing
Modified Sun Sep 12 21:54:32 2004 UTC (8 years, 8 months ago) by joey
  * Fix debconf-get-selections to not choke on files with comments followed
    by nothing.
  * Allow multiple spaces between all values except the last one in preseed
    files.

Revision 1618 - Directory Listing
Modified Wed Sep 1 05:26:57 2004 UTC (8 years, 8 months ago) by joey
releasing version 1.4.34

Revision 1616 - Directory Listing
Modified Wed Sep 1 04:52:57 2004 UTC (8 years, 8 months ago) by joey
releasing version 1.4.33

Revision 1615 - Directory Listing
Modified Thu Aug 19 14:48:34 2004 UTC (8 years, 9 months ago) by joey
   * Hack in an --installer parameter in debconf-get-selections so the d-i
     manual can document a sane way to generate d-i preseeding files.
   * Add the question's short description as a comment in
     debconf-get-selections output, and skip notes, text, and errors.

Revision 1614 - Directory Listing
Modified Thu Aug 19 14:48:16 2004 UTC (8 years, 9 months ago) by joey
releasing version 1.4.32

Revision 1606 - Directory Listing
Modified Mon Aug 16 22:12:54 2004 UTC (8 years, 9 months ago) by joey
   * Improve the man page with state machine improvements and better back out
     handling from Bruce Perens.
   * Minor Danish po file update. Closes: #262131
   * Patch from David Schweikert to let dpkg-reconfigure use the noninteractive
     frontend if forced to do so. Closes: #263398
   * Patch from Julien Louis to add translations of debconf-communicate and
     debconf-set-selections to debconf-i18n. Closes: #264140
   * Ran recode latin1..utf-8 debian/changelog. Closes: #214563
   * Add Tukish po file translation from Recai Oktas. Closes: #264713
   * Japanese po file update from kmuto. Closes: #265984

Revision 1605 - Directory Listing
Modified Mon Aug 16 22:12:40 2004 UTC (8 years, 9 months ago) by joey
releasing version 1.4.31

Revision 1604 - Directory Listing
Modified Mon Aug 16 22:09:52 2004 UTC (8 years, 9 months ago) by joey
improvement

Revision 1603 - Directory Listing
Modified Mon Aug 16 08:56:45 2004 UTC (8 years, 9 months ago) by joey
  * Add Tukish po file translation from Recai Oktas. Closes: #264713
  * Japanese po file update from kmuto. Closes: #265984

Revision 1602 - Directory Listing
Modified Tue Aug 10 20:02:08 2004 UTC (8 years, 9 months ago) by joey


Revision 1601 - Directory Listing
Modified Sat Aug 7 23:42:00 2004 UTC (8 years, 9 months ago) by joey
see changelog

Revision 1600 - Directory Listing
Modified Wed Aug 4 15:21:41 2004 UTC (8 years, 9 months ago) by joey
  * Patch from David Schweikert to let dpkg-reconfigure use the noninteractive
    frontend if forced to do so. Closes: #263398

Revision 1599 - Directory Listing
Modified Fri Jul 30 18:49:35 2004 UTC (8 years, 9 months ago) by joey
  * Minor Danish po file update. Closes: #262131

Revision 1598 - Directory Listing
Modified Thu Jul 29 17:54:48 2004 UTC (8 years, 9 months ago) by joey
  * State machine improvements and better back out handling from Bruce Perens.

Revision 1597 - Directory Listing
Modified Sat Jul 24 06:47:37 2004 UTC (8 years, 10 months ago) by joey
   * Fix and update German translation. Thanks, Michael Piefel. Closes: #260572
   * Update Basque templates translation. Thanks, Piarres Beobide Egaña.
     Closes: #260678

Revision 1596 - Directory Listing
Modified Sat Jul 24 06:47:17 2004 UTC (8 years, 10 months ago) by joey
releasing version 1.4.30

Revision 1595 - Directory Listing
Modified Thu Jun 24 00:19:13 2004 UTC (8 years, 11 months ago) by joey
   * Force two spare lines to be available for select and multiselect lists
     in the dialog frontend. Closes: #255652

Revision 1594 - Directory Listing
Modified Thu Jun 24 00:18:59 2004 UTC (8 years, 11 months ago) by joey
releasing version 1.4.29

Revision 1593 - Directory Listing
Modified Thu Jun 10 00:18:08 2004 UTC (8 years, 11 months ago) by joey
   * Typo fixes in debconf-devel.7. Closes: #253341
   * Put back the PREVIOUS_MODULE stuff, at least console-data "uses" it,
     although it does nothing, is undocumented, etc.

Revision 1592 - Directory Listing
Modified Thu Jun 10 00:17:55 2004 UTC (8 years, 11 months ago) by joey
releasing version 1.4.28

Revision 1591 - Directory Listing
Modified Tue Jun 8 21:29:13 2004 UTC (8 years, 11 months ago) by joey
  * Typo fixes in debconf-devel.7. Closes: #253341

Revision 1590 - Directory Listing
Modified Sun Jun 6 23:07:40 2004 UTC (8 years, 11 months ago) by joey
   * Change the shell confmodule to not construct functions on the fly.
     The new code is smaller, a bit faster, and simpler, but the important
     thing is that it does not clobber $@. The old version messed up $@ if
     parameters contained spaces.
   * Removed the never completed PREVIOUS_MODULE stuff from the shell,
     perl, and python confmodules.

Revision 1589 - Directory Listing
Modified Sun Jun 6 23:07:28 2004 UTC (8 years, 11 months ago) by joey
releasing version 1.4.27

Revision 1588 - Directory Listing
Modified Sun Jun 6 15:50:27 2004 UTC (8 years, 11 months ago) by joey
   * Add Basqe translation by Piarres Beobide Egaña. Closes: #247321
   * German translation update. Closes: #251731
   * Catalan translation update. Closes: #251786
   * Remove soi-unsightly trailing blanks in debconf-show output.
     Closes: #252482

Revision 1587 - Directory Listing
Modified Sun Jun 6 15:50:02 2004 UTC (8 years, 11 months ago) by joey
releasing version 1.4.26

Revision 1586 - Directory Listing
Modified Sun May 30 23:56:53 2004 UTC (8 years, 11 months ago) by joey


Revision 1585 - Directory Listing
Modified Sun May 30 16:26:42 2004 UTC (8 years, 11 months ago) by joey
  * Add Basqe translation by Piarres Beobide Egaña. Closes: #247321
  * German translation update. Closes: #251731

Revision 1584 - Directory Listing
Modified Wed Apr 28 22:30:48 2004 UTC (9 years ago) by joey
   * Overload Template object's stringification, so metaget of a question's
     template field returns the name of the template. Closes: #244089

Revision 1583 - Directory Listing
Modified Wed Apr 28 22:28:24 2004 UTC (9 years ago) by joey
releasing version 1.4.25

Revision 1582 - Directory Listing
Modified Sat Apr 24 19:21:06 2004 UTC (9 years, 1 month ago) by joey
releasing version 1.4.24

Revision 1581 - Directory Listing
Modified Sat Apr 24 19:18:22 2004 UTC (9 years, 1 month ago) by joey
   * Patch from Eugeniy Meshcheryako to make the dialog frontend use a
     utf-aware width function when calculating dialog sizes. Closes: #245688

Revision 1580 - Directory Listing
Modified Sat Apr 24 19:18:08 2004 UTC (9 years, 1 month ago) by joey
releasing version 1.4.23

Revision 1579 - Directory Listing
Modified Tue Apr 13 16:47:41 2004 UTC (9 years, 1 month ago) by joey
   * Update po/ja.po. Closes: #241786
   * Fix frontend capitalisation warning. Closes: #242277
   * Wording tweak in dpkg-reconfigure. Closes: #242917
   * Update po/da.po. Closes: #243202

Revision 1578 - Directory Listing
Modified Tue Apr 13 16:47:13 2004 UTC (9 years, 1 month ago) by joey
releasing version 1.4.22

Revision 1577 - Directory Listing
Modified Sun Apr 11 18:48:32 2004 UTC (9 years, 1 month ago) by joey
  * Fix frontend capitalisation warning. Closes: #242277
  * Wording tweak in dpkg-reconfigure. Closes: #242917
  * Update po/da.po. Closes: #243202

Revision 1576 - Directory Listing
Modified Sat Apr 3 00:02:53 2004 UTC (9 years, 1 month ago) by joey
  * Update po/ja.po. Closes: #241786

Revision 1575 - Directory Listing
Modified Wed Mar 31 23:11:59 2004 UTC (9 years, 1 month ago) by joey
   * Remove old stuff for cvs repo in README. Closes: #241252
   * Improve handling of bad priorities, and documentation. Closes: #241292

Revision 1574 - Directory Listing
Modified Wed Mar 31 23:10:20 2004 UTC (9 years, 1 month ago) by joey
releasing version 1.4.21

Revision 1573 - Directory Listing
Modified Tue Mar 30 17:12:43 2004 UTC (9 years, 1 month ago) by joey


Revision 1572 - Directory Listing
Modified Tue Mar 30 17:12:13 2004 UTC (9 years, 1 month ago) by joey
releasing version 1.4.20

Revision 1571 - Directory Listing
Modified Sun Mar 28 16:02:32 2004 UTC (9 years, 1 month ago) by joey
   * Fix Gnome frontend's display of select and multiselect questions
     and notes to use more of the available space. Closes: #229009
     Thanks to Mark Howard for this patch.
   * Use tooltips to display the help texts for questions in the Gnome
     frontend. Closes: #240299 (Mark Howard). The Help bttons are still
     left in the UI for now.
   * Updated Greek po file from Konstantinos Margaritis. Closes: #240641
   * French po update from Julien Louis. Closes: #240648

Revision 1570 - Directory Listing
Modified Sun Mar 28 16:01:45 2004 UTC (9 years, 1 month ago) by joey
releasing version 1.4.19

Revision 1569 - Directory Listing
Modified Sat Mar 27 03:11:32 2004 UTC (9 years, 2 months ago) by joey
   * Removed all sigils. Closes: #223020, #182239, #239916

Revision 1568 - Directory Listing
Modified Sat Mar 27 03:11:12 2004 UTC (9 years, 2 months ago) by joey
releasing version 1.4.18

Revision 1567 - Directory Listing
Modified Tue Mar 23 00:21:31 2004 UTC (9 years, 2 months ago) by joey
releasing version 1.4.17

Revision 1566 - Directory Listing
Modified Sun Mar 21 03:32:37 2004 UTC (9 years, 2 months ago) by joey
   * Added Turkish po file translation from Recai Oktas. Closes: #239141

Revision 1565 - Directory Listing
Modified Wed Mar 10 19:30:21 2004 UTC (9 years, 2 months ago) by joey
releasing version 1.4.16

Revision 1564 - Directory Listing
Modified Wed Mar 10 16:05:06 2004 UTC (9 years, 2 months ago) by joey
   * Dialog and whiptail differ in their handling of --nocancel with
     --defaultno. Never use the two options together. Closes: #236943

Revision 1563 - Directory Listing
Modified Wed Mar 10 16:03:26 2004 UTC (9 years, 2 months ago) by joey
releasing version 1.4.15

Revision 1562 - Directory Listing
Modified Sun Mar 7 23:13:52 2004 UTC (9 years, 2 months ago) by joey
   * Fix call to to_Unicode in KDE String element. Closes: #236574

Revision 1561 - Directory Listing
Modified Sun Mar 7 23:12:49 2004 UTC (9 years, 2 months ago) by joey
releasing version 1.4.14

Revision 1560 - Directory Listing
Modified Wed Mar 3 23:24:08 2004 UTC (9 years, 2 months ago) by joey
   * Fix display on non-latin symbols in the KDE frontend. Closes: #235837
     (Thanks, Eugeniy Meshcheryakov)
   * Added Chinese po files. Closes: #235950 (thanks, Carlos Liu)

Revision 1559 - Directory Listing
Modified Wed Mar 3 23:23:38 2004 UTC (9 years, 2 months ago) by joey
releasing version 1.4.13

Revision 1558 - Directory Listing
Modified Tue Mar 2 17:44:17 2004 UTC (9 years, 2 months ago) by joey
   * Updated French manpages from Julien Louis, includes new
     debconf-{get,set}-selections translations. Closes: #235690

Revision 1557 - Directory Listing
Modified Tue Mar 2 17:43:25 2004 UTC (9 years, 2 months ago) by joey
releasing version 1.4.12

Revision 1556 - Directory Listing
Modified Thu Feb 19 17:45:27 2004 UTC (9 years, 3 months ago) by joey
   * Updated Spanish templates translation. Closes: #232662
   * Fix dialog frontend's handling of user entering nothing in an inputbox,
     in this case whiptail's output FD is eof, and care must be taken to not
     return undef. Closes: #233618, #226963, #227732

Revision 1555 - Directory Listing
Modified Thu Feb 19 17:43:41 2004 UTC (9 years, 3 months ago) by joey
releasing version 1.4.11

Revision 1554 - Directory Listing
Modified Tue Feb 10 23:40:55 2004 UTC (9 years, 3 months ago) by joey
   * Use treeview for gnome multiselect lists (kov). Closes: #232090

Revision 1553 - Directory Listing
Modified Tue Feb 10 23:40:40 2004 UTC (9 years, 3 months ago) by joey
releasing version 1.4.10

Revision 1552 - Directory Listing
Modified Sun Feb 8 00:08:19 2004 UTC (9 years, 3 months ago) by joey
   * Patch from Sylvain Ferriol:
     - allow empty calues in LDAP DbDriver
     - change debconf.schema to support slapd 2.1.x. Closes: #215878
     - adds a test suite for DbDrivers.
     Thanks, Sylvain!
   * Work around perl bug #231619 by unnecessarily using fields in
     DirTree.pm. Closes: #227013
   * Patch from Eugeniy Meshcheryakov to fix display of messages in KOI8
     locales using the GNOME frontend. Closes: #231302
   * Re-introduce debconf-get-selections and debconf-set-selections.
     The former goes in debconf-utils, the latter in debconf so it can be
     used for preseeding during new installs.
   * Patch example in debconf-devle(7) to deal with variables that the admin
     removed from the config file, but when turned back on via a
     dpkg-reconfigure. Thanks, Daniel Kobras.
   * Update Polish translation. Closes: #230869
   * New Ukrainian translation by Eugeniy Meshcheryako. Closes: #230964
   * Update French translation. Closes: #231496
   * Update Dutch translation, sorry that took so long. Closes: #227884

Revision 1551 - Directory Listing
Modified Sun Feb 8 00:07:48 2004 UTC (9 years, 3 months ago) by joey
releasing version 1.4.9

Revision 1550 - Directory Listing
Modified Sun Feb 1 18:03:28 2004 UTC (9 years, 3 months ago) by joey
   * Remove padding whitespace from the end of lines in select questions
     in the teletype frontend.
   * Explicitly waitpid on dialog in the dialog frontend, to work around
     some kind of perl / linux 2.6 behavior change with plain wait.
     Closes: #228987
   * New Czech translation by Miroslav Kure. Closes: #230600
   * Updated Danish translation. Closes: #230618 (non-templates)

Revision 1549 - Directory Listing
Modified Sun Feb 1 18:03:00 2004 UTC (9 years, 3 months ago) by joey
releasing version 1.4.8

Revision 1548 - Directory Listing
Modified Mon Jan 19 05:21:56 2004 UTC (9 years, 4 months ago) by joey
license files added, other misc

Revision 1547 - Directory Listing
Modified Wed Jan 14 17:38:52 2004 UTC (9 years, 4 months ago) by joey
   * Fix debian/po/fi.po.

Revision 1546 - Directory Listing
Modified Wed Jan 14 17:38:25 2004 UTC (9 years, 4 months ago) by joey
releasing version 1.4.7

Revision 1545 - Directory Listing
Modified Wed Jan 14 02:51:20 2004 UTC (9 years, 4 months ago) by joey
   * Updated de.po from Leonard Michlmayr.
   * Gustavo Noronha Silva:
     - work around encoding problems when using UTF-8 locales and Gnome
       frontend. Closes: #226896
     - use a scrooled window instead of a vscrollbar so that
       looong texts will fit better.
     - addbutton now accepts mnemonics, good for usability!
   * Fix misc formatting and tab damange.
   * pt_BR update from Gustavo Noronha Silva.
   * Updated debian/po/ja.po from Kenshi Muto. Closes: #227462
   * Updated debian/po/da.po from Morten Brix Pedersen. Closes: #227617

Revision 1544 - Directory Listing
Modified Wed Jan 14 02:50:51 2004 UTC (9 years, 4 months ago) by joey
releasing version 1.4.6

Revision 1543 - Directory Listing
Modified Fri Jan 9 16:57:33 2004 UTC (9 years, 4 months ago) by joey
   * Updated Finnish translation. Closes: #226900

Revision 1542 - Directory Listing
Modified Fri Jan 9 16:57:17 2004 UTC (9 years, 4 months ago) by joey
releasing version 1.4.5

Revision 1541 - Directory Listing
Modified Fri Jan 9 04:00:32 2004 UTC (9 years, 4 months ago) by joey
   * Add a Greek translation by Konstantinos Margaritis. Closes: #226834
   * Updated the French translation. Closes: #226226

Revision 1540 - Directory Listing
Modified Fri Jan 9 04:00:14 2004 UTC (9 years, 4 months ago) by joey
releasing version 1.4.4

Revision 1539 - Directory Listing
Modified Mon Jan 5 05:16:58 2004 UTC (9 years, 4 months ago) by joey
   * Port of the gnome frontend to GNOME2 libs:
   * Debconf/Frontend/Gnome.pm, Debconf/Element/Gnome.pm,
     Debconf/Element/Gnome/*.pm:
     - fixed debian logo exibition
   * Makefile, debian-logo.png, debian-logo.xpm:
     - use a png instead of a xpm to have a cuter interface =P
   * Above changes from Gustavo Noronha Silva. Closes: #225503
   * Fix broken fallback from noninteractive frontend in dpkg-reconfgure.
     Closes: #226205

Revision 1538 - Directory Listing
Modified Mon Jan 5 05:16:30 2004 UTC (9 years, 4 months ago) by joey
releasing version 1.4.3

Revision 1537 - Directory Listing
Modified Tue Dec 30 21:06:11 2003 UTC (9 years, 4 months ago) by joey
   * Deal better with hostname -f during debootstrap.

Revision 1536 - Directory Listing
Modified Tue Dec 30 21:05:53 2003 UTC (9 years, 4 months ago) by joey
releasing version 1.4.2

Revision 1535 - Directory Listing
Modified Tue Dec 30 15:54:30 2003 UTC (9 years, 4 months ago) by joey
   * Patch from Denis Barbier to fix return values from select and multiselect
     in the KDE frontend to take localisation into account. Closes: #225504

Revision 1534 - Directory Listing
Modified Tue Dec 30 15:54:11 2003 UTC (9 years, 4 months ago) by joey
releasing version 1.4.1

Revision 1533 - Directory Listing
Modified Mon Dec 29 18:49:52 2003 UTC (9 years, 4 months ago) by joey
   * Add an exerimental KDE frontend, contributed by Peter Rockai.
     Closes: #224040
   * Generate Debconf/FrontEnd/Kde/WizardUi.pm in Makefile using puic,
     so build-depend on libqt-perl.
   * Added basic pod docs for the Kde frontend, though it could stand
     improvements.
   * Fix code formatting to match the rest of debconf.
   * Use frontend debug facility instead of developer.
   * Remove some dead code and useless init methods that just call super.
   * Split modules into their own files where appropriate; better handling
     of libqt-perl less systems with Kde frontend selected.
   * Suggest libqt-perl.

Revision 1532 - Directory Listing
Modified Mon Dec 29 18:49:22 2003 UTC (9 years, 4 months ago) by joey
releasing version 1.4.0

Revision 1504 - Directory Listing
Modified Tue Dec 2 15:47:25 2003 UTC (9 years, 5 months ago) by joey
   * When the teletype frontend is processing the answer to a boolean
     question, accept English answers even if the locale is set to some other
     language, as the question may not yet be translated. Closes: #220472
   * Remove cruft that acted as if "" was a default value in Teletpye Boolean.
     Closes: #210671
   * debconf-copydb, DbDriver/Copy: deal better with input dbs that have no
     Owners fields, such as cdebconf templates dbs. Assume that the owner is
     "unknown" in this case.
   * Add support for the SETTITLE command to better handle translated titles.
     Closes: #172218, #213184
   * Drop ucfirst of package name in default title.
   * Make Debian::DebConf::Client::ConfModule deprecation warning go to stderr,
     not log.
   * Conflict with versions of whiptail before --default-item was added.
   * Use --default-item in dialog frontend, instead of the nasty menu
     reordering. Yay!
   * Move debconf-communicate from debconf-utils to debconf, it is needed by
     base-config 2.0.
   * Urgency medium to help the new base-config get into testing quickly.
   * Dialog frontend set values to "" or defaults when the user hit cancel or
     escape and capb backup was not enabled. Instead, in this case do not
     change any values.

Revision 1503 - Directory Listing
Modified Wed Nov 19 18:54:51 2003 UTC (9 years, 6 months ago) by joey
   * Fix multiselect elements in non-C locales. Closes: #221410
     Thanks to Kenshi Muto and Akira TAGOH for the debugging.
   * Numerous typo and consistency fixes in man pages by Yann Dirson.
     Closes: #221670

Revision 1502 - Directory Listing
Modified Wed Nov 19 18:53:23 2003 UTC (9 years, 6 months ago) by joey
releasing version 1.3.21

Revision 1501 - Directory Listing
Modified Sun Nov 2 17:13:32 2003 UTC (9 years, 6 months ago) by joey
   * The locations of debconf-get-selectons and debconf-set-selections are
     swapped. The former should move to debconf, while the latter moves to
     debconf-utils. Since dpkg is broken and doesn't allow me to move them
     at all, I have removed both of them from the binary packages for now.
     Closes: #218648, #218698, #218712, #218661, #218685, #218683, #218658
     Closes: #218667, #218646, #218676, #218644 (Well, I hope that's all!)

Revision 1500 - Directory Listing
Modified Sun Nov 2 17:12:36 2003 UTC (9 years, 6 months ago) by joey
releasing version 1.3.20

Revision 1499 - Directory Listing
Modified Fri Oct 31 22:28:05 2003 UTC (9 years, 6 months ago) by joey
   * Added debconf-get-selections and debconf-set-selections, based
     loosely on work by Petter Reinholdtsen. Closes: #214617

Revision 1498 - Directory Listing
Modified Fri Oct 31 22:27:36 2003 UTC (9 years, 6 months ago) by joey
releasing version 1.3.19

Revision 1497 - Directory Listing
Modified Sat Oct 25 22:43:43 2003 UTC (9 years, 7 months ago) by joey
   * Various man page fixes (Closes: #217170).
   * Add translated debconf-devel.fr.7, and update Debconf::Client::ConfModule
     and debconf translations. All from Julien Louis. Closes: #217536

Revision 1496 - Directory Listing
Modified Sat Oct 25 22:43:02 2003 UTC (9 years, 7 months ago) by joey
releasing version 1.3.18

Revision 1495 - Directory Listing
Modified Wed Oct 22 22:15:26 2003 UTC (9 years, 7 months ago) by joey
   * Sort list of owners in Question.pm before returning it. The changes to
     hash randomization in perl 5.8.1 made the order random otherwise, which
     breaks owners = choices style comparisons. It was also possible before
     that if a db was moved to a different dbdriver backend, the order would
     change. Closes: #217088

Revision 1494 - Directory Listing
Modified Wed Oct 22 22:14:51 2003 UTC (9 years, 7 months ago) by joey
releasing version 1.3.17

Revision 1493 - Directory Listing
Modified Mon Oct 20 23:49:46 2003 UTC (9 years, 7 months ago) by joey
   * Patch from Fabian Franz to add support for Xdialog to the dialog
     frontend, removing the old gdialog cruft.
   * Fix some indentation from Xdialog patch.
   * Set selectspacer for Xdialog.
   * Remove undocumented DEBCONF_FORCE_GDIALOG variable, add
     DEBCONF_FORCE_XDIALOG.
   * Document DEBCONF_FORCE_XDIALOG.
   * Patch from Denis Barbier to fix handling of locales containing a @.
     Closes: #215345
   * Danish update Morten Brix Pedersen. Closes: #216531

Revision 1492 - Directory Listing
Modified Mon Oct 20 23:47:23 2003 UTC (9 years, 7 months ago) by joey
releasing version 1.3.16

Revision 1490 - Directory Listing
Modified Wed Oct 15 02:30:18 2003 UTC (9 years, 7 months ago) by joey
more cruft from the import

Revision 1489 - Directory Listing
Modified Wed Oct 15 02:28:36 2003 UTC (9 years, 7 months ago) by joey
why is this here, after cvs import? delete!

Revision 1483 - Directory Listing
Modified Mon Sep 13 07:04:32 2004 UTC (8 years, 8 months ago) by joey
move from cvs import

Revision 1478 - Directory Listing
Added Mon Sep 13 07:04:09 2004 UTC (8 years, 8 months ago) by joey
add

  ViewVC Help
Powered by ViewVC 1.1.5