| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -10/+6 |
* | perl_checker compliance for optional method arguments | Pascal Rigaux | 2003-04-22 | 1 | -5/+5 |
* | fix bug #3652 (grub must be installed for a loopback install) | Pascal Rigaux | 2003-04-22 | 1 | -0/+1 |
* | make all CD as update (as it should have been to allow updates to be resolved). | Francois Pons | 2003-04-18 | 1 | -1/+1 |
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -20/+20 |
* | moved hdInstallPath to any.pm. | Francois Pons | 2003-03-26 | 1 | -8/+2 |
* | alsa drivers are now named snd-<name> not anymore snd-card-<name> | Thierry Vignaud | 2003-03-13 | 1 | -1/+1 |
* | added log for kernel module packages found. | Francois Pons | 2003-03-12 | 1 | -0/+1 |
* | use quoted url instead for install_urpmi. | Francois Pons | 2003-03-10 | 1 | -1/+1 |
* | fixed duplicate url entry for file and removable. | Francois Pons | 2003-03-10 | 1 | -1/+1 |
* | build a list file only if needed for install_urpmi. | Francois Pons | 2003-03-10 | 1 | -26/+29 |
* | cleanup | Pascal Rigaux | 2003-03-06 | 1 | -1/+1 |
* | dropped allowNVIDIA_rpms method. | Francois Pons | 2003-03-06 | 1 | -22/+0 |
* | added check_kernel_module_packages for checking prioprietary base kernel pack... | Francois Pons | 2003-03-06 | 1 | -0/+19 |
* | - add get_info_from_fstab() | Pascal Rigaux | 2003-02-27 | 1 | -3/+2 |
* | have locales-xx first in default_packages so that default choosing based on | Pascal Rigaux | 2003-02-27 | 1 | -2/+2 |
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -3/+3 |
* | use formatError | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
* | fix gc's typo | Pascal Rigaux | 2003-02-15 | 1 | -1/+1 |
* | install the locales-xx package for the selected country | Guillaume Cottenceau | 2003-02-14 | 1 | -0/+1 |
* | create install_any::set_security() and use it | Pascal Rigaux | 2003-02-14 | 1 | -0/+12 |
* | die if getAndSaveFile failed, so that it will be easier to debug | Guillaume Cottenceau | 2003-02-13 | 1 | -1/+1 |
* | reflect lang->locale changes in saving auto_inst.cfg file | Guillaume Cottenceau | 2003-02-11 | 1 | -1/+1 |
* | language/country selection change: | Guillaume Cottenceau | 2003-02-08 | 1 | -6/+5 |
* | brltty support | Pascal Rigaux | 2003-02-04 | 1 | -1/+2 |
* | do not eject cdrom when already removed at the end of install (bug #1235) | Pascal Rigaux | 2003-02-03 | 1 | -1/+4 |
* | fix typo | Pascal Rigaux | 2003-01-31 | 1 | -1/+1 |
* | add isFat_or_NTFS() and use it where possible instead of isFat() since Windows | Pascal Rigaux | 2003-01-30 | 1 | -10/+2 |
* | fix "Previous" button in warnAboutNaughtyServers, so there is 3 choices | Pascal Rigaux | 2003-01-24 | 1 | -2/+5 |
* | (getHds): do not handle missing harddrives by calling setupSCSI, since | Pascal Rigaux | 2003-01-23 | 1 | -7/+0 |
* | - remove createBootdisk step | Pascal Rigaux | 2003-01-22 | 1 | -7/+0 |
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -2/+2 |
* | workaround ref count perl bug | Pascal Rigaux | 2003-01-16 | 1 | -7/+7 |
* | (find_root_parts): | Pascal Rigaux | 2003-01-15 | 1 | -6/+9 |
* | capitalise win $domain ASAP so that directory /home/$domain is created | Pascal Rigaux | 2003-01-11 | 1 | -1/+2 |
* | use "if any" instead of "if grep", and various other occurences of "any", "ev... | Pascal Rigaux | 2003-01-07 | 1 | -5/+5 |
* | new features including checking unused functions, and checking methods being ... | Pascal Rigaux | 2002-12-18 | 1 | -0/+2 |
* | (kdeicons_postinstall): drop (unused) | Pascal Rigaux | 2002-12-13 | 1 | -38/+0 |
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -3/+3 |
* | do not use "local *F", use "my $F" or output() instead | Pascal Rigaux | 2002-12-03 | 1 | -10/+9 |
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -1/+1 |
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -3/+3 |
* | use a scalar instead of a typeglob (let typeglobs be deprecated!) | Pascal Rigaux | 2002-11-25 | 1 | -1/+1 |
* | fixes perl-checker importation of bug, getFile is complex for perl newbies, do | Francois Pons | 2002-11-25 | 1 | -1/+1 |
* | make it work (changed *F => *GETFILE and added a return) else perl has some | Francois Pons | 2002-11-25 | 1 | -1/+1 |
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -2/+2 |
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -5/+4 |
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -2/+1 |
* | - have "local *FILEHANDLE" before each "open FILEHANDLE, ..." | Pascal Rigaux | 2002-11-06 | 1 | -5/+5 |