summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Expand)AuthorAgeFilesLines
* clean $o->{locale}{langs}Guillaume Cottenceau2003-02-161-0/+1
* fix and some more HelpPascal Rigaux2003-02-131-0/+1
* - set_help is deprecatedPascal Rigaux2003-02-131-12/+14
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-1/+1
* language/country selection change:Guillaume Cottenceau2003-02-081-14/+58
* (ask_users): focus the "name" field, and change the buttons name & placePascal Rigaux2003-02-061-5/+7
* add isFat_or_NTFS() and use it where possible instead of isFat() since WindowsPascal Rigaux2003-01-301-1/+1
* log configured dvds for better post-debuggingPascal Rigaux2003-01-281-1/+1
* - remove createBootdisk stepPascal Rigaux2003-01-221-0/+67
* (setupBootloader__mbr_or_not): add ability to skip and to put on floppyPascal Rigaux2003-01-211-8/+17
* rework autologin dialog boxPascal Rigaux2003-01-211-9/+7
* (selectLanguage): no "Previous ->" during installPascal Rigaux2003-01-211-0/+1
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-4/+4
* ensure cancel on setupBootloader__mbr_or_not do cancelPascal Rigaux2003-01-141-2/+3
* really install the bootloader.Francois Pons2003-01-081-1/+4
* "require bootloader" where neededPascal Rigaux2003-01-071-1/+2
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-1/+1
* - part of setupBootloader() are now in setupBootloader__mbr_or_not(),Pascal Rigaux2003-01-071-139/+144
* fix "Where do you want to install the bootloader?" dialog boxPascal Rigaux2003-01-061-1/+1
* in bootloader configuration, add return values to Add and Remove callbacksPascal Rigaux2003-01-051-0/+2
* add ask_from__add_modify_remove, and use it for bootloader entriesPascal Rigaux2003-01-021-60/+59
* cleanup (using ask_from instead of ask_from_listf_)Pascal Rigaux2002-12-291-10/+8
* cleanup (using "format => ...")Pascal Rigaux2002-12-291-7/+6
* move any::load_category() to network::interactive::load_category()Pascal Rigaux2002-12-291-116/+0
* move any::keyboard_group_toggle_choose() to keyboard::group_toggle_choose()Pascal Rigaux2002-12-291-17/+0
* move any::runlevel() to Xconfig::various::runlevel()Pascal Rigaux2002-12-291-12/+0
* - move any::choose_security_level() to security::level::level_choose()Pascal Rigaux2002-12-291-60/+0
* - move any::pppConfig() to network::modem::ppp_configure()Pascal Rigaux2002-12-291-170/+0
* new features including checking unused functions, and checking methods being ...Pascal Rigaux2002-12-181-8/+0
* drop loadlin handlingPascal Rigaux2002-12-131-2/+0
* perl_checker --generate-pot is a bit picky about the localisation of "#-PO:" ...Pascal Rigaux2002-12-101-4/+4
* remove old codePascal Rigaux2002-12-091-1/+0
* format => sub { ...} doesn't pass parameter as $_, but as $_[0]Pascal Rigaux2002-12-051-1/+1
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-7/+2
* allow #, and other characters in phone numberdamien2002-12-031-1/+1
* use output_with_perm()Pascal Rigaux2002-12-021-16/+11
* any::get_autologin() doesnt modify $o, it returns a hashPascal Rigaux2002-12-021-3/+2
* use $::prefixPascal Rigaux2002-12-021-11/+11
* (get_autologin): $o->{autologin} is set to the chosen user only if AUTOLOGIN ...Pascal Rigaux2002-12-021-1/+1
* any::runlevel() doesnt need the prefix anymorePascal Rigaux2002-12-021-2/+2
* use output and append_to_filePascal Rigaux2002-12-021-12/+3
* perl_checker adaptationsPascal Rigaux2002-11-281-1/+1
* load_category__prompt: use formatAlaTeXGuillaume Cottenceau2002-11-281-2/+2
* perl_checker adaptationsPascal Rigaux2002-11-271-2/+2
* - fix duplication of sec level setting:Thierry Vignaud2002-11-191-7/+0
* rename modparm as modules::parametersThierry Vignaud2002-11-181-2/+2
* s/wantarray/wantarray()/Pascal Rigaux2002-11-151-1/+1
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-1/+1
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-6/+6
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-139/+139