| Commit message (Expand) | Author | Age | Files | Lines |
* | use "if any" instead of "if grep", and various other occurences of "any", "ev... | Pascal Rigaux | 2003-01-07 | 1 | -4/+4 |
* | - adapt to new setupBootloader | Pascal Rigaux | 2003-01-07 | 1 | -8/+7 |
* | fix typos (thanks perl_checko!) | Pascal Rigaux | 2003-01-06 | 1 | -8/+8 |
* | selectInstallClass now automatically detect if an existing install is there, | Pascal Rigaux | 2003-01-06 | 1 | -20/+19 |
* | fix missing "use modules::interactive" (thanks to David Eastcott) | Pascal Rigaux | 2003-01-04 | 1 | -0/+1 |
* | replace any::load_category() with modules::interactive::load_category() | Pascal Rigaux | 2003-01-02 | 1 | -3/+3 |
* | move any::keyboard_group_toggle_choose() to keyboard::group_toggle_choose() | Pascal Rigaux | 2002-12-29 | 1 | -1/+1 |
* | - move any::choose_security_level() to security::level::level_choose() | Pascal Rigaux | 2002-12-29 | 1 | -1/+2 |
* | cleanup comments | Pascal Rigaux | 2002-12-29 | 1 | -6/+0 |
* | remove unused variable $clicked | Pascal Rigaux | 2002-12-12 | 1 | -1/+1 |
* | remove some $::expert | Pascal Rigaux | 2002-12-12 | 1 | -10/+5 |
* | remove beginner/expert choice | Pascal Rigaux | 2002-12-12 | 1 | -30/+4 |
* | fix % in translated string (it must be %%) | Pascal Rigaux | 2002-12-10 | 1 | -1/+1 |
* | move long messages (like license) to a new package: install_messages.pm | Pascal Rigaux | 2002-12-09 | 1 | -130/+7 |
* | remove unused code (installCrypto) | Pascal Rigaux | 2002-12-04 | 1 | -32/+0 |
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -17/+16 |
* | any::get_autologin() doesnt modify $o, it returns a hash | Pascal Rigaux | 2002-12-02 | 1 | -1/+1 |
* | use $::prefix | Pascal Rigaux | 2002-12-02 | 1 | -2/+2 |
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -1/+1 |
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -5/+5 |
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
* | resync with latest printerdrake | Thierry Vignaud | 2002-11-12 | 1 | -5/+6 |
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
* | replace availableMemory with availableMemory() | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -149/+149 |
* | make new perl_checker happy: replacing PKG::f by PKG::f() | Pascal Rigaux | 2002-10-17 | 1 | -3/+3 |
* | log install class selection | Guillaume Cottenceau | 2002-09-25 | 1 | -2/+8 |
* | fix url | Pascal Rigaux | 2002-09-22 | 1 | -1/+1 |
* | add a small sentence to the license in order to solve a negociation with | Pascal Rigaux | 2002-09-21 | 1 | -1/+7 |
* | fix titisucks making cards choice in bttv dialog unavailable | Guillaume Cottenceau | 2002-09-19 | 1 | -4/+7 |
* | avoid proposing ntfs partition to be formatted. | Francois Pons | 2002-09-19 | 1 | -1/+1 |
* | do something with "Security Administrator (login or email)" | Pascal Rigaux | 2002-09-12 | 1 | -1/+1 |
* | fixed test of chooseCD on nfs (always enabled). | Francois Pons | 2002-09-10 | 1 | -3/+3 |
* | avoid removing all packages during upgrade (safe guard). | Francois Pons | 2002-09-10 | 1 | -4/+5 |
* | - s/occurance/occurence in license.txt (thx qqun) | Daouda Lo | 2002-09-08 | 1 | -1/+1 |
* | fix dialog box asking "Load from floppy" or "Save on floppy" in individual pa... | Pascal Rigaux | 2002-09-04 | 1 | -28/+25 |
* | fixed too higher percentage. | Francois Pons | 2002-09-03 | 1 | -2/+2 |
* | make sure upgrade is done instead. | Francois Pons | 2002-09-02 | 1 | -0/+1 |
* | reverted previous modification moved to crypto module. | Francois Pons | 2002-09-02 | 1 | -1/+0 |
* | make sure rpmdb is open before displaying packages tree. | Francois Pons | 2002-09-02 | 1 | -0/+1 |
* | bus/usb category prompting is automatic | Pascal Rigaux | 2002-08-28 | 1 | -2/+2 |
* | remove/simplify error hanling (most of it is moved to fsedit.pm) | Pascal Rigaux | 2002-08-27 | 1 | -20/+1 |
* | display a warning message about packages to remove. | Francois Pons | 2002-08-27 | 1 | -0/+1 |
* | adapt to mouse::write prototype change | Pascal Rigaux | 2002-08-22 | 1 | -1/+1 |
* | firewire configuration is only automatic | Pascal Rigaux | 2002-08-20 | 1 | -1/+1 |
* | add firewire controller configuration | Pascal Rigaux | 2002-08-20 | 1 | -0/+2 |