summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
Commit message (Expand)AuthorAgeFilesLines
* fixed not to ask group instead of individual package selection.Francois Pons2003-01-161-1/+1
* new steps window layoutPascal Rigaux2003-01-161-2/+2
* ask security level in every installPascal Rigaux2003-01-161-4/+3
* do not propose individual package on upgrade.Francois Pons2003-01-161-1/+1
* hopefully last titi's bug on getSoundDevices :-(Pascal Rigaux2003-01-161-1/+1
* fix typoPascal Rigaux2003-01-151-1/+1
* (selectInstallClass): display mandrake release version when listing the choic...Pascal Rigaux2003-01-151-4/+12
* - factorize snd devices listing in detect_devices::getSoundDevices()Thierry Vignaud2003-01-151-1/+1
* simplify and factorizePascal Rigaux2003-01-101-11/+6
* (configureNetwork): call install_steps::configureNetwork()Pascal Rigaux2003-01-091-0/+1
* - configureNetwork step now only does easy_dhcp()Pascal Rigaux2003-01-091-8/+8
* (summary): add X configurationPascal Rigaux2003-01-071-10/+20
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-4/+4
* - adapt to new setupBootloaderPascal Rigaux2003-01-071-8/+7
* fix typos (thanks perl_checko!)Pascal Rigaux2003-01-061-8/+8
* selectInstallClass now automatically detect if an existing install is there,Pascal Rigaux2003-01-061-20/+19
* fix missing "use modules::interactive" (thanks to David Eastcott)Pascal Rigaux2003-01-041-0/+1
* replace any::load_category() with modules::interactive::load_category()Pascal Rigaux2003-01-021-3/+3
* move any::keyboard_group_toggle_choose() to keyboard::group_toggle_choose()Pascal Rigaux2002-12-291-1/+1
* - move any::choose_security_level() to security::level::level_choose()Pascal Rigaux2002-12-291-1/+2
* cleanup commentsPascal Rigaux2002-12-291-6/+0
* remove unused variable $clickedPascal Rigaux2002-12-121-1/+1
* remove some $::expertPascal Rigaux2002-12-121-10/+5
* remove beginner/expert choicePascal Rigaux2002-12-121-30/+4
* fix % in translated string (it must be %%)Pascal Rigaux2002-12-101-1/+1
* move long messages (like license) to a new package: install_messages.pmPascal Rigaux2002-12-091-130/+7
* remove unused code (installCrypto)Pascal Rigaux2002-12-041-32/+0
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-17/+16
* any::get_autologin() doesnt modify $o, it returns a hashPascal Rigaux2002-12-021-1/+1
* use $::prefixPascal Rigaux2002-12-021-2/+2
* perl_checker adaptationsPascal Rigaux2002-11-281-1/+1
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-5/+5
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
* resync with latest printerdrakeThierry Vignaud2002-11-121-5/+6
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-1/+1
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-1/+1
* replace availableMemory with availableMemory()Pascal Rigaux2002-11-111-1/+1
* make perl_checker happyPascal Rigaux2002-11-061-1/+1
* replace complex "unless"s with "if"sPascal Rigaux2002-11-061-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-149/+149
* make new perl_checker happy: replacing PKG::f by PKG::f()Pascal Rigaux2002-10-171-3/+3
* log install class selectionGuillaume Cottenceau2002-09-251-2/+8
* fix urlPascal Rigaux2002-09-221-1/+1
* add a small sentence to the license in order to solve a negociation withPascal Rigaux2002-09-211-1/+7
* fix titisucks making cards choice in bttv dialog unavailableGuillaume Cottenceau2002-09-191-4/+7
* avoid proposing ntfs partition to be formatted.Francois Pons2002-09-191-1/+1
* do something with "Security Administrator (login or email)"Pascal Rigaux2002-09-121-1/+1
* fixed test of chooseCD on nfs (always enabled).Francois Pons2002-09-101-3/+3
* avoid removing all packages during upgrade (safe guard).Francois Pons2002-09-101-4/+5