summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* workaround #3341: display "Bad ip" instead of a blank field if ipThierry Vignaud2003-05-221-2/+1
| | | | | wasn't correctly parsed as an ip ?
* Fix differntial user file naming.Stew Benedict2003-05-221-1/+1
|
* remove unused function that should never have come to liveThierry Vignaud2003-05-211-2/+0
|
* - help menu items are not checkableThierry Vignaud2003-05-211-7/+9
| | | | | | - do not display spurious "/" on menu buttons when embedded - (strip_first_underscore) let speedup the regexp
* we already have fork()+exec() detect_loader, so there's no need to doThierry Vignaud2003-05-211-1/+1
| | | | | it again
* perl_checker fixesThierry Vignaud2003-05-201-3/+3
| | | | | | | | printer::printerdrake::{setup_smb,setup_socket}(): do not use undef values, but reuse those we just calculate printer::printerdrake::main(): fix printer::default::printer_type() callee
* (removeverticalbar) pixelateThierry Vignaud2003-05-201-2/+1
|
* perl_checker fixesThierry Vignaud2003-05-202-44/+39
|
* try to simplifyThierry Vignaud2003-05-201-22/+11
|
* fix #1743: offer to restart the dm serviceThierry Vignaud2003-05-201-0/+4
|
* (put_font_dir): $/variable is unlikely what was initially intendedThierry Vignaud2003-05-201-10/+3
| | | | | | | (chk_empty_xfs_path): typo fix (search_dir_font_uninstall): further simplify
* (chk_empty_xfs_path):Thierry Vignaud2003-05-201-2/+2
| | | | | | | | - any { !cdt} equals to every { cdt } - if_ is unneeded (search_dir_font_uninstall) map { if_(cdt, $_ } equals to grep { cdt }
* (file_ok_sel) prevent potential crash in perl regexp engine if sg badThierry Vignaud2003-05-201-1/+1
| | | | | happenned in the translation
* better explanation of the wp fieldThierry Vignaud2003-05-201-1/+1
|
* fix #3960: divide by zero execptionThierry Vignaud2003-05-201-1/+1
|
* some drakconnect cleanupsThierry Vignaud2003-05-191-5/+2
|
* dialog window is already modalThierry Vignaud2003-05-191-1/+0
|
* localize drive capabilites (aka burning, dvd managment, ...)Thierry Vignaud2003-05-191-0/+5
|
* fix #3560 (drakboot not updating bootloader label): the only confusingThierry Vignaud2003-05-191-3/+11
| | | | | | | | | | | bug is that when one come back to drakboot main window after having altered the bootloader, the main window still list the old bootloader as the current bootloader. let update this label. btw consolidate bootloader detection in bootloader::detect_bootloader()
* simplifyThierry Vignaud2003-05-191-5/+2
|
* - describe wp flag on ia32 cpusThierry Vignaud2003-05-151-15/+16
| | | | | - make all field descriptions begin by a lower case letter
* - (create_dialog) :Thierry Vignaud2003-05-151-4/+4
| | | | | | | | | o options are passed through a hash ref o wrap text o update caller list - harddrake2: convert to use create_dialog() instead of interactive->warn (fix #3487)
* (create_dialog) :Thierry Vignaud2003-05-152-6/+6
| | | | | | - update caller list - add title parameter and update callers
* remove unused variableThierry Vignaud2003-05-151-5/+2
|
* do not use interactive to get root capabilties, directly useThierry Vignaud2003-05-151-2/+1
| | | | | require_root_capability()
* fix #1352 : do not add buggy font directoriesThierry Vignaud2003-05-151-5/+12
|
* hide "mode switch" buttons to only enable to switch to the other mode,Thierry Vignaud2003-05-151-32/+40
| | | | | not the current one
* - uninline poulpyThierry Vignaud2003-05-141-54/+37
| | | | | | | | | | | | - use map instead of foreach in some places - (chk_empty_xfs_path): replacing foreach by map make obvious that we don't have to grep all items, grep will be enough - (put_font_dir): consolidate some code into convert_fonts; this make obvious there were some bug due to $/varname typo; this also reduce the message to translate ammount
* perl_checker cleaningStew Benedict2003-05-132-165/+166
|
* cleanupsThierry Vignaud2003-05-131-64/+61
|
* - remove 80% of perl_checker warningsThierry Vignaud2003-05-131-2/+2
| | | | | - gtkbuttonset is not exported by ugtk2
* better use s/_get/get/ and {get,set}_fraction instead of ->fractionThierry Vignaud2003-05-131-6/+3
| | | | | helper
* better use get instead of _getThierry Vignaud2003-05-131-5/+5
|
* help perl_checker by providing an empty prototypeThierry Vignaud2003-05-131-2/+2
|
* let ugtk2->new manage the title settingThierry Vignaud2003-05-131-3/+2
|
* perl_checker fixesThierry Vignaud2003-05-131-14/+11
|
* perl_checker fixThierry Vignaud2003-05-131-1/+1
|
* make option managment look like real perlThierry Vignaud2003-05-131-2/+3
|
* - add empty prototypes to help perl_checkerThierry Vignaud2003-05-131-4/+3
| | | | | - has_sub_trees: better use ||
* perl_checker compliance, differential mode option, explain adding directoriesStew Benedict2003-05-121-231/+298
|
* - pass enough dummy parameters to fs::merge_info_from_fstabThierry Vignaud2003-05-121-3/+3
| | | | | | - add empty prototypes to help perl_checker catch miss writeen func calls
* - do not log localized messages; what's more, this is supposed to beThierry Vignaud2003-05-121-10/+5
| | | | | | | | | already logged by standalone - in testing mode: o do not enforce the need for bootsplash o do not really run mkinitrd - if bootsplash miss, we should just go back to main config window
* add "--list-hd" to please gbeauchesnePascal Rigaux2003-05-121-2/+4
|
* - follow new network::netconnect::save_conf signatureDamien Chaumette2003-05-071-2/+1
| | | | | - remove call to network::netconnect::set_net_conf, no longer exist
* - drop !$::isWizard codeDamien Chaumette2003-05-061-47/+19
| | | | | | | | - change netconnect::main signature - change network::modem::ppp_configure signature - perl_checker - cleanup
* crash on add other filesStew Benedict2003-05-061-53/+96
| | | | | | | | | fix disabled incremental other files checkbox fix lack of incremental backups of other files fix broken daemon mode fix file remove issue I know it fails perl_checker - require ugtk2 never returns on console
* fix sucky fonction (thanks to master guillaume)Damien Chaumette2003-05-021-2/+2
|
* perl_checker fixesThierry Vignaud2003-04-302-13/+13
|
* perl_checker fixThierry Vignaud2003-04-301-1/+1
|
* - no non empty prototypesThierry Vignaud2003-04-301-4/+4
| | | | | - s/sub { one func call }/code ref/