summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* let packages using common.pm to use Locale::gettext without requiring itPascal Rigaux2005-12-281-1/+1
|
* fix titi sucks :)Pascal Rigaux2005-12-281-1/+2
|
* remove unused variableOlivier Blin2005-12-281-1/+1
|
* don't install and configure mandi-ifw if ifw is disabledOlivier Blin2005-12-281-13/+15
|
* check for nvidia_drv.so (as well as nvidia_drv.o)Olivier Blin2005-12-271-1/+1
|
* 10.4.7-1mdkThierry Vignaud2005-12-221-1/+4
|
* we shouldn't rely on callers to load missing modules...Thierry Vignaud2005-12-221-0/+1
|
* add support for $::no_global_argv_parsing, enabling to NOT using common optionThierry Vignaud2005-12-221-1/+2
| | | | | managemnt (eg: when using Getopt)
* added kdegraphics-kpdfFrederic Lepied2005-12-201-1/+1
|
* from Yukiko Bando:Thierry Vignaud2005-12-191-2/+2
| | | | | | - kasumi is now required by scim-anthy - uim-anthy is obsolete
* install uim-qtimmodule too for KDE (Yukiko Bando)Thierry Vignaud2005-12-191-1/+1
|
* kasumi is now required by scim-anthy (Yukiko Bando)Thierry Vignaud2005-12-191-1/+1
|
* commit 10.4.6-1mdk's changes that pixel forgot to commitThierry Vignaud2005-12-191-1/+10
|
* (getSCSI_26) add a commentThierry Vignaud2005-12-191-0/+1
|
* (getSCSI_26) be more robust (aka do not silently not detect hard disksThierry Vignaud2005-12-191-0/+1
| | | | | when kernel sysfs exports got changed)
* (getSCSI_26) handle kernel-2.6.14+Thierry Vignaud2005-12-191-1/+2
|
* allow auto allocating partitions without giving a {mntpoint}Pascal Rigaux2005-12-181-5/+8
|
* allow common.pm and standalone.pm to be used in drakxtools-backend without ↵Pascal Rigaux2005-12-182-3/+5
| | | | perl-Locale-gettext
* fix bad typoPascal Rigaux2005-12-181-1/+1
|
* replace sprintf_fixutf8 with simple sprintfPascal Rigaux2005-12-181-1/+1
|
* Updated Simplified Chinese translation.Funda Wang2005-12-171-12/+11
|
* - Removed "localhost" from the DISPLAY veriable, it broke theTill Kamppeter2005-12-161-2/+2
| | | | | | authorization to pop up the printerdrake window on the user's desktop when a new USB printer was plugged.
* when upgrading, merge existing modprobe.conf (and do it when /mnt is ↵Pascal Rigaux2005-12-162-2/+4
| | | | mounted, not before!)
* 10.4.5-1mdkThierry Vignaud2005-12-151-1/+17
|
* keep install_messages.pm for finish-installThierry Vignaud2005-12-151-1/+1
|
* (acceptLicense) introduce a wrapper around any::acceptLicense()Thierry Vignaud2005-12-151-0/+5
|
* (acceptLicense) load the needed modulesThierry Vignaud2005-12-151-0/+1
|
* (acceptLicense) only show release notes at install timeThierry Vignaud2005-12-151-1/+1
|
* ask for license agreement before doing anything elseThierry Vignaud2005-12-151-0/+5
|
* (acceptLicense) in standalone mode, when license is rejected, just rebootThierry Vignaud2005-12-151-0/+2
|
* (acceptLicense) move it from install_steps_interactive.pm into any.pm so thatThierry Vignaud2005-12-152-31/+31
| | | | | it is availlable from within finish-install
* update (Yukiko Bando)Thierry Vignaud2005-12-151-10/+11
|
* update (Yukiko Bando)Thierry Vignaud2005-12-151-73/+80
|
* updated pot filePablo Saratxaga2005-12-1525-836/+1085
|
* updated pot filePablo Saratxaga2005-12-1546-1727/+2110
|
* reuse translation of "Next" button;Pablo Saratxaga2005-12-153-4/+5
| | | | | merged duplicate strings
* since we use utf8 in source code, say it explicitlyPascal Rigaux2005-12-151-0/+1
|
* fixed encoding to UTF-8Pablo Saratxaga2005-12-156-980/+992
|
* fix dropping sprintf_fixutf8 (i committed the wrong version...)Pascal Rigaux2005-12-151-1/+1
|
* - i had foolishly removed c::iconv whereas it was used still used by ↵Pascal Rigaux2005-12-157-15/+14
| | | | | | | | | | c::from_utf8 and c::to_utf8 - anyway, moving c::from_utf8 and c::to_utf8 to common::from_utf8 and common::to_utf8 - making them use Locale::gettext::iconv - Locale::gettext::iconv transform undef into standard charset (1.05-2mdk) - drop c::standard_charset (now unused)
* get rid of sprintf_fixutf8 which is no more needed with current perlPascal Rigaux2005-12-151-10/+3
| | | | | (it has been fixed long ago: before perl 5.8.3 (MDK10.0))
* Locale::gettext is not parsed correctlyPascal Rigaux2005-12-151-0/+1
|
* use Locale::gettext for dgettext, bindtextdomain and bind_textdomain_codeset ↵Pascal Rigaux2005-12-157-23/+10
| | | | | | | instead of module c (that way we can also use dngettext, and it's more modular)
* c::iconv() is not used anymore (and if needed, there is ↵Pascal Rigaux2005-12-151-32/+0
| | | | Locale::gettext::iconv())
* - s/Windows.*/Microsoft Windows®/David Baudens2005-12-141-16/+16
| | | | | - don't say "press OK" when only a Previous or Next button is shown
* s/maintain/keep/David Baudens2005-12-141-1/+1
|
* Keyboards have an Enter key and not a Return keyDavid Baudens2005-12-141-1/+1
|
* updated Galician filePablo Saratxaga2005-12-141-1435/+493
|
* fix handling absolute binary in chrootPascal Rigaux2005-12-141-2/+5
| | | | | (and add some comment about the usefulness of catching program not found early)
* package lsb is requiring many locales though we don't want it to be installedPascal Rigaux2005-12-131-2/+9
| | | | | | only if those many locales are chosen. So discarding those locales requires (bugzilla #20183)