| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cows go møøh | Guillaume Cottenceau | 2003-02-20 | 1 | -1/+1 |
* | - add "Force No APIC" | Pascal Rigaux | 2003-02-20 | 1 | -8/+9 |
* | add XF86Config and XF86Config-4 to report.bug | Pascal Rigaux | 2003-02-20 | 1 | -0/+2 |
* | no autologin by default if more than one users | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+1 |
* | have "all languages" and "utf8" before the list of languages, per request of ... | Guillaume Cottenceau | 2003-02-19 | 1 | -9/+9 |
* | s/boot partition/the root partition/ (cf bug #1803) | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
* | don't use tmpfs on /tmp if /tmp is a separate partition | Pascal Rigaux | 2003-02-18 | 1 | -1/+1 |
* | add a checkbox "Force ACPI" | Pascal Rigaux | 2003-02-17 | 1 | -0/+9 |
* | clean $o->{locale}{langs} | Guillaume Cottenceau | 2003-02-16 | 1 | -0/+1 |
* | fix and some more Help | Pascal Rigaux | 2003-02-13 | 1 | -0/+1 |
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -12/+14 |
* | perl_checker compliance ("ref" now need parentheses in many case) | Pascal Rigaux | 2003-02-12 | 1 | -1/+1 |
* | language/country selection change: | Guillaume Cottenceau | 2003-02-08 | 1 | -14/+58 |
* | (ask_users): focus the "name" field, and change the buttons name & place | Pascal Rigaux | 2003-02-06 | 1 | -5/+7 |
* | add isFat_or_NTFS() and use it where possible instead of isFat() since Windows | Pascal Rigaux | 2003-01-30 | 1 | -1/+1 |
* | log configured dvds for better post-debugging | Pascal Rigaux | 2003-01-28 | 1 | -1/+1 |
* | - remove createBootdisk step | Pascal Rigaux | 2003-01-22 | 1 | -0/+67 |
* | (setupBootloader__mbr_or_not): add ability to skip and to put on floppy | Pascal Rigaux | 2003-01-21 | 1 | -8/+17 |
* | rework autologin dialog box | Pascal Rigaux | 2003-01-21 | 1 | -9/+7 |
* | (selectLanguage): no "Previous ->" during install | Pascal Rigaux | 2003-01-21 | 1 | -0/+1 |
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -4/+4 |
* | ensure cancel on setupBootloader__mbr_or_not do cancel | Pascal Rigaux | 2003-01-14 | 1 | -2/+3 |
* | really install the bootloader. | Francois Pons | 2003-01-08 | 1 | -1/+4 |
* | "require bootloader" where needed | Pascal Rigaux | 2003-01-07 | 1 | -1/+2 |
* | use "if any" instead of "if grep", and various other occurences of "any", "ev... | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
* | - part of setupBootloader() are now in setupBootloader__mbr_or_not(), | Pascal Rigaux | 2003-01-07 | 1 | -139/+144 |
* | fix "Where do you want to install the bootloader?" dialog box | Pascal Rigaux | 2003-01-06 | 1 | -1/+1 |
* | in bootloader configuration, add return values to Add and Remove callbacks | Pascal Rigaux | 2003-01-05 | 1 | -0/+2 |
* | add ask_from__add_modify_remove, and use it for bootloader entries | Pascal Rigaux | 2003-01-02 | 1 | -60/+59 |
* | cleanup (using ask_from instead of ask_from_listf_) | Pascal Rigaux | 2002-12-29 | 1 | -10/+8 |
* | cleanup (using "format => ...") | Pascal Rigaux | 2002-12-29 | 1 | -7/+6 |
* | move any::load_category() to network::interactive::load_category() | Pascal Rigaux | 2002-12-29 | 1 | -116/+0 |
* | move any::keyboard_group_toggle_choose() to keyboard::group_toggle_choose() | Pascal Rigaux | 2002-12-29 | 1 | -17/+0 |
* | move any::runlevel() to Xconfig::various::runlevel() | Pascal Rigaux | 2002-12-29 | 1 | -12/+0 |
* | - move any::choose_security_level() to security::level::level_choose() | Pascal Rigaux | 2002-12-29 | 1 | -60/+0 |
* | - move any::pppConfig() to network::modem::ppp_configure() | Pascal Rigaux | 2002-12-29 | 1 | -170/+0 |
* | new features including checking unused functions, and checking methods being ... | Pascal Rigaux | 2002-12-18 | 1 | -8/+0 |
* | drop loadlin handling | Pascal Rigaux | 2002-12-13 | 1 | -2/+0 |
* | perl_checker --generate-pot is a bit picky about the localisation of "#-PO:" ... | Pascal Rigaux | 2002-12-10 | 1 | -4/+4 |
* | remove old code | Pascal Rigaux | 2002-12-09 | 1 | -1/+0 |
* | format => sub { ...} doesn't pass parameter as $_, but as $_[0] | Pascal Rigaux | 2002-12-05 | 1 | -1/+1 |
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -7/+2 |
* | allow #, and other characters in phone number | damien | 2002-12-03 | 1 | -1/+1 |
* | use output_with_perm() | Pascal Rigaux | 2002-12-02 | 1 | -16/+11 |
* | any::get_autologin() doesnt modify $o, it returns a hash | Pascal Rigaux | 2002-12-02 | 1 | -3/+2 |
* | use $::prefix | Pascal Rigaux | 2002-12-02 | 1 | -11/+11 |
* | (get_autologin): $o->{autologin} is set to the chosen user only if AUTOLOGIN ... | Pascal Rigaux | 2002-12-02 | 1 | -1/+1 |
* | any::runlevel() doesnt need the prefix anymore | Pascal Rigaux | 2002-12-02 | 1 | -2/+2 |
* | use output and append_to_file | Pascal Rigaux | 2002-12-02 | 1 | -12/+3 |