Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync with code | Thierry Vignaud | 2012-12-11 | 71 | -22290/+23134 |
| | |||||
* | sync with previous commit | Thierry Vignaud | 2012-12-11 | 70 | -70/+70 |
| | |||||
* | s/Please,/Please/ (mga#7866) | Thierry Vignaud | 2012-12-11 | 1 | -1/+1 |
| | |||||
* | (ask_network) fix a crash by lazy loading when needed services (Dave | Thierry Vignaud | 2012-12-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | Hodgins, mga#8335) perl_checker didn't find it b/c it saw a chain of module require (but in reallity it's not here b/c only one or a couple subs actually lazy load most modules in that chain so the odds of it being done are 0 in practice :-( ) Xconfig::glx -> detect_devices -> fs::proc_partitions -> partition_table -> fs -> fs::remote::* -> network::network -> network::shorewall -> services | ||||
* | (detectloader) make it return 'grub2' when grub2 is installed | Thierry Vignaud | 2012-12-07 | 1 | -0/+1 |
| | | | | rationale: rosa work is incomplete | ||||
* | add support for Grub2 when installing/removing kernels | Thierry Vignaud | 2012-12-07 | 1 | -11/+32 |
| | | | | | (from rosa but fixed) (also way incomplete...) | ||||
* | adapt to new reboot path | Thierry Vignaud | 2012-11-03 | 1 | -1/+1 |
| | |||||
* | Updated Catalan translation | Francesc Pinyol Margalef | 2012-11-02 | 1 | -5/+8 |
| | |||||
* | Updated Catalan translation | Francesc Pinyol Margalef | 2012-11-02 | 1 | -3/+3 |
| | |||||
* | Updated Catalan translation | Francesc Pinyol Margalef | 2012-11-02 | 1 | -16/+33 |
| | |||||
* | Updated Catalan translation | Francesc Pinyol Margalef | 2012-11-01 | 1 | -18/+19 |
| | |||||
* | revert bogus commit | Olivier Blin | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | debug remove packages feature | Olivier Blin | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | Updated Indonesian translation | Kiki Syahadat | 2012-10-11 | 1 | -858/+385 |
| | |||||
* | mkttfdir -u option is no more | Thierry Vignaud | 2012-10-07 | 1 | -3/+3 |
| | |||||
* | (move_fonts) fix it | Thierry Vignaud | 2012-10-07 | 1 | -1/+1 |
| | |||||
* | fix ttmkfdir path | Thierry Vignaud | 2012-10-07 | 1 | -1/+1 |
| | |||||
* | merge translations from mdv | Thierry Vignaud | 2012-09-27 | 5 | -22/+37 |
| | |||||
* | Updated Catalan translation | Francesc Pinyol Margalef | 2012-09-24 | 1 | -95/+242 |
| | |||||
* | never crash if timezones cannot be listed (mga#6787) | Thierry Vignaud | 2012-09-21 | 1 | -1/+7 |
| | |||||
* | (move_fonts) fix moving font files with space in their names (mga#2689) | Thierry Vignaud | 2012-09-20 | 1 | -2/+3 |
| | | | | | | also avoid fork a useless shell (remove_fonts) fix a potential similar issue | ||||
* | save the untranslated license early | Thierry Vignaud | 2012-09-18 | 1 | -0/+3 |
| | |||||
* | further simplify | Thierry Vignaud | 2012-09-16 | 1 | -1/+1 |
| | |||||
* | remove useless "Autodetect printers" option | Thierry Vignaud | 2012-09-16 | 1 | -4/+0 |
| | | | | | | rationale: we don't detect anymore printers since commit r245200 on 2008-09-15 ("do not use anymore printerdrake and thus do not detect printers anymore") | ||||
* | (report_bug_to_bugzilla) fix preselecting "RPM package" (Manuel Hiebel, ↵ | Thierry Vignaud | 2012-09-07 | 1 | -1/+1 |
| | | | | mga#7380) | ||||
* | import a translation from urpmi | Thierry Vignaud | 2012-09-02 | 10 | -12/+12 |
| | |||||
* | updated Slovenian translation | Filip Komar | 2012-07-31 | 1 | -1/+2 |
| | |||||
* | Slovenian translation updated | Filip Komar | 2012-07-20 | 1 | -6/+6 |
| | |||||
* | updated Slovenian translation - msgmerge | Filip Komar | 2012-07-07 | 1 | -68/+162 |
| | |||||
* | pt translations from simplew and fix of a fuzzy string in the French ↵ | Rémi Verschelde | 2012-06-10 | 1 | -9/+14 |
| | | | | translation of urpmi | ||||
* | update | Thierry Vignaud | 2012-04-30 | 1 | -17/+16 |
| | |||||
* | updated Romanian translation | Florin Catalin Russen | 2012-04-23 | 1 | -409/+465 |
| | |||||
* | add gtk3 version of display_help | Funda Wang | 2012-04-19 | 1 | -0/+72 |
| | |||||
* | finish-install: make sure sbin is added to PATH | Olivier Blin | 2012-04-16 | 1 | -1/+1 |
| | |||||
* | reduce default timeout from 10 to 2mn (mga#4772) | Thierry Vignaud | 2012-04-03 | 1 | -0/+4 |
| | |||||
* | fix "too many parameters" bug (hopefully, nothing was actually using | Thierry Vignaud | 2012-03-23 | 1 | -1/+1 |
| | | | | $do_pkgs->{in} or ->in() ... | ||||
* | fix display "Mageia" | Thierry Vignaud | 2012-03-23 | 1 | -1/+1 |
| | | | | (spot by perl_checker) | ||||
* | (set_pam_authentication) perl_checker cleanups | Thierry Vignaud | 2012-03-23 | 1 | -1/+1 |
| | |||||
* | fix some missing Mageia occurences after bogus s/mdv/mga/ cleaning on importing | Thierry Vignaud | 2012-03-23 | 1 | -5/+5 |
| | | | | (spot by perl_checker) | ||||
* | enable to run perl_checker here | Thierry Vignaud | 2012-03-23 | 1 | -0/+1 |
| | |||||
* | (encrypt_home) add a FIXME note about missing parameter | Thierry Vignaud | 2012-03-23 | 1 | -0/+1 |
| | | | | (spot by perl_checker) | ||||
* | (find) rename it as _find() | Thierry Vignaud | 2012-03-23 | 1 | -2/+2 |
| | | | | (helps perl_checker) | ||||
* | (set_splash_append) fix bug introduced by colin in r3572 on 2012-03-19 | Thierry Vignaud | 2012-03-23 | 1 | -1/+1 |
| | | | | | | ("Update drakboot splash updating code") (spot by perl_checker) | ||||
* | help perl_checker | Thierry Vignaud | 2012-03-23 | 2 | -1/+3 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-23 | 12 | -85/+71 |
| | |||||
* | fix some missing Mageia occurences after bogus s/mdv/mga/ cleaning on importing | Thierry Vignaud | 2012-03-23 | 2 | -3/+3 |
| | | | | (spot by perl_checker) | ||||
* | (configure_ide_controller) use empty prototype | Thierry Vignaud | 2012-03-19 | 1 | -1/+1 |
| | | | | (missing prototype since introduced in r224041 by pixel on Jun 28 2007) | ||||
* | (_migrate_to_uuids__fstab) fix bogus usage of empty prototype | Thierry Vignaud | 2012-03-19 | 1 | -1/+1 |
| | | | | | | | (introduced in commit r246708 by pixel on Sep 26 2008, was: "- bootloader-config: o --action migrate-to-uuids: be more precautious when modifying /etc/fstab (especially do not drop unrecognised entries) (#43548)") | ||||
* | simplify horrible code | Thierry Vignaud | 2012-03-19 | 1 | -13/+1 |
| | | | | | | I let ARM maintainer decides if the following is better: $image = find { -e $_ } map { "/boot/$_-$kernel_version" } if_(arch() =~ /arm/ && $kernel_version =~ /versatile/, 'uImage'), qw(vmlinux vmlinuz); | ||||
* | Update drakboot splash updating code. | Colin Guthrie | 2012-03-19 | 1 | -6/+10 |
| | | | | | Note: This is no longer used, but for completeness I am making it support the splash + quiet kernel command line params. |