summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 14.114.1Thierry Vignaud2012-03-233-1/+5
|
* silent perl_checkerThierry Vignaud2012-03-231-1/+1
|
* perl_checker cleanupsThierry Vignaud2012-03-233-3/+3
|
* help perl_checkerThierry Vignaud2012-03-231-4/+4
|
* clean dead code that was commented years ago...Thierry Vignaud2012-03-231-31/+9
|
* fix "too many parameters" bug (hopefully, nothing was actually usingThierry Vignaud2012-03-231-1/+1
| | | | $do_pkgs->{in} or ->in() ...
* fix display "Mageia"Thierry Vignaud2012-03-232-2/+2
| | | | (spot by perl_checker)
* (set_pam_authentication) perl_checker cleanupsThierry Vignaud2012-03-232-7/+6
|
* fix some missing Mageia occurences after bogus s/mdv/mga/ cleaning on importingThierry Vignaud2012-03-232-6/+6
| | | | (spot by perl_checker)
* (SEGV_handler) add a perl_checker hintThierry Vignaud2012-03-231-1/+1
|
* sortThierry Vignaud2012-03-231-3/+4
|
* (type_names) perl_checker cleanupThierry Vignaud2012-03-231-1/+1
|
* enable to run perl_checker hereThierry Vignaud2012-03-231-0/+1
|
* (encrypt_home) add a FIXME note about missing parameterThierry Vignaud2012-03-231-0/+1
| | | | (spot by perl_checker)
* (find) rename it as _find()Thierry Vignaud2012-03-231-2/+2
| | | | (helps perl_checker)
* (set_splash_append) fix bug introduced by colin in r3572 on 2012-03-19Thierry Vignaud2012-03-231-1/+1
| | | | | | ("Update drakboot splash updating code") (spot by perl_checker)
* fix detecting bluetooth devicesThierry Vignaud2012-03-232-1/+3
| | | | (spot by perl_checker)
* (main) add a FIXME note about a unused parameter since commit r265764Thierry Vignaud2012-03-231-0/+1
| | | | | | | | by pterjanib Feb 4 2010: "partitioning wizard: offer to install on dmraid and existing lvm" (spot by perl_checker)
* (prepare_minimal_root) get rid of useless argThierry Vignaud2012-03-232-3/+2
| | | | (spot by perl_checker)
* (per_kind_action_box) fix too many parametersThierry Vignaud2012-03-231-2/+2
| | | | | | | issue introduced in commit r245228 on Sep 15 2008 (was: "split button bars into 3 bars") (spot by perl_checker)
* help perl_checkerThierry Vignaud2012-03-238-6/+13
|
* add FIXME notes about missing parametersThierry Vignaud2012-03-231-0/+2
| | | | (spot by perl_checker)
* fix strangeness introduced by vgardiola in r242842 on Jun 3 2008Thierry Vignaud2012-03-231-1/+1
|
* (auth) fix actually displaying "Domain Windows for authentication"Thierry Vignaud2012-03-232-1/+3
| | | | (spot by perl_checker)
* perl_checker cleanupsThierry Vignaud2012-03-2354-207/+191
|
* (reallyChooseDesktop) kill doble call to grab_focus()Thierry Vignaud2012-03-231-1/+0
|
* (setPackages) only select kernel-$1-devel-latest if we actually matchThierry Vignaud2012-03-231-2/+2
| | | | (spot by perl_checker)
* fix some missing Mageia occurences after bogus s/mdv/mga/ cleaning on importingThierry Vignaud2012-03-235-5/+8
| | | | (spot by perl_checker)
* (screenshot_dir__and_move) make it clearerThierry Vignaud2012-03-231-3/+4
|
* Translating string from reported bug #484Diego Bello2012-03-231-168/+125
|
* updated italian translationMatteo Pasotti2012-03-221-8/+8
|
* Ukrainian translation update. Thanks, developers. :(Yuri Chornoivan2012-03-221-2/+2
|
* - Updated German translationOliver Burger2012-03-221-159/+119
|
* Slovenian translation sync with codeFilip Komar2012-03-221-4/+3
|
* Updated Estonian translation.Marek Laane2012-03-221-2/+2
|
* updateThierry Vignaud2012-03-211-3/+3
|
* sync with codeThierry Vignaud2012-03-2172-215/+491
|
* (setupBootloaderBefore) better message (mga#484)Thierry Vignaud2012-03-212-1/+3
|
* 14.014.0Thierry Vignaud2012-03-202-1/+3
|
* sync with codeThierry Vignaud2012-03-2072-1388/+1831
|
* (setupBootloaderBefore) make "Preparing bootloader" less intimidatingThierry Vignaud2012-03-202-1/+2
| | | | (same logic as previous commit, mga#484)
* step column: hide so called "bootlader" step since we do _not_ actuallyThierry Vignaud2012-03-202-1/+3
| | | | install bootloader at this stage but later in summary (mga#484)
* (setupBootloaderBefore) simplifyThierry Vignaud2012-03-191-1/+1
|
* (getSerialModem) revert complexifyThierry Vignaud2012-03-191-8/+2
|
* (floppies) simplifyThierry Vignaud2012-03-191-3/+3
|
* perl_checker cleanupThierry Vignaud2012-03-191-1/+1
|
* (read_pmon2000,read_uboot,read_cromwell) add a FIXME note since thoseThierry Vignaud2012-03-191-0/+4
| | | | are fake stubs
* (read_pmon2000,read_uboot,read_cromwell) simplifyThierry Vignaud2012-03-191-9/+3
|
* (is_i586) simplify ; on less I/O on non x86 machinesThierry Vignaud2012-03-191-3/+1
|
* (configure_ide_controller) use empty prototypeThierry Vignaud2012-03-191-1/+1
| | | | (missing prototype since introduced in r224041 by pixel on Jun 28 2007)