Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix always detecting ethernet cards even when none is present | Thierry Vignaud | 2003-10-30 | 1 | -1/+2 |
| | |||||
* | simplify isdn detection: | Thierry Vignaud | 2003-10-27 | 1 | -3/+1 |
| | | | | | | | - no need to pass a ref around; if it's bound to be overwritten, just return a new hash - let isdn_detect only care of which fields we want for isdn stuff | ||||
* | fix isdn detection | Thierry Vignaud | 2003-10-22 | 1 | -1/+1 |
| | |||||
* | - simplify | Thierry Vignaud | 2003-10-17 | 1 | -22/+13 |
| | | | | | | | | - remove spurious module imports & requires - remove never used arg (this enable to simplify caller) - fix detection logic: do not mix old detected stuff with new one if one step back in drakconnect after plugging some network devices in | ||||
* | futile to try starting network service, dhcp cannot work as no module are | Francois Pons | 2003-09-23 | 1 | -1/+0 |
| | | | | | suitable for dhclient from boot kernel. | ||||
* | make sure network is started for start_internet. | Francois Pons | 2003-09-23 | 1 | -1/+3 |
| | |||||
* | make sure module are loaded only during installation. | Francois Pons | 2003-09-22 | 1 | -1/+1 |
| | |||||
* | try loading boot kernel modules before trying to start internet connection... | Francois Pons | 2003-09-22 | 1 | -0/+1 |
| | |||||
* | net install autodetection fix | Damien Chaumette | 2003-09-15 | 1 | -2/+4 |
| | |||||
* | fix #5586 (netprofile package still need be fixed) | Thierry Vignaud | 2003-09-12 | 1 | -4/+4 |
| | |||||
* | follow std explanations policy | Thierry Vignaud | 2003-09-10 | 1 | -4/+4 |
| | |||||
* | profile is 'default' if no configuration file found | Damien Chaumette | 2003-09-09 | 1 | -1/+1 |
| | |||||
* | save_conf() really is dead | Thierry Vignaud | 2003-09-08 | 1 | -1/+0 |
| | |||||
* | - do not call anymore network::netconnect::save_conf | Damien Chaumette | 2003-09-08 | 1 | -11/+3 |
| | | | | | - good set_profiles($netcnx) call | ||||
* | - fix/use explanations | Damien Chaumette | 2003-09-08 | 1 | -1/+5 |
| | | | | | - fix #5307 (firmware) | ||||
* | - $netcnx->{PROFILE} is current profile name (now scalar) | Damien Chaumette | 2003-09-07 | 1 | -5/+8 |
| | | | | | | - fix non working profiles loading/saving - perl_checker | ||||
* | small fixes for drakgw and drakfirewall | Florin Grad | 2003-09-05 | 1 | -4/+6 |
| | |||||
* | restore profiles feature through new netprofile package | Thierry Vignaud | 2003-08-29 | 1 | -30/+8 |
| | |||||
* | fix drakconnect not working on console (found by poulpy) due to having | Thierry Vignaud | 2003-08-25 | 1 | -6/+4 |
| | | | | | | killed pre_func() which used to set a background pixmap in the old days, thus the bogus test that went in. | ||||
* | perl_checker compliance (revert non usefull titi change) | Pascal Rigaux | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | fix some previous callback in drakconnect wizard mode | Thierry Vignaud | 2003-08-18 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-08-10 | 1 | -2/+2 |
| | |||||
* | replace "Press \"Forward\" to continue" with "Press \"%s\" to continue" (bug ↵ | Pascal Rigaux | 2003-08-10 | 1 | -1/+1 |
| | | | | #4564) | ||||
* | add a hint if we never restore profiles feature | Thierry Vignaud | 2003-07-21 | 1 | -0/+1 |
| | |||||
* | do not gratuitously waste space | Thierry Vignaud | 2003-07-21 | 1 | -1/+1 |
| | |||||
* | if we really want the type connection to be translated by translate() call in | Thierry Vignaud | 2003-07-21 | 1 | -0/+2 |
| | | | | | step_2, we should mark it as translatable for gettext somewhere ... | ||||
* | fix final success message: | Thierry Vignaud | 2003-07-21 | 1 | -2/+2 |
| | | | | | | - fix join usage - fix gtk frontend detection | ||||
* | do not loop if one refuse to save changes, just skip the save step | Thierry Vignaud | 2003-07-21 | 1 | -9/+3 |
| | |||||
* | keep user changes on back step | Thierry Vignaud | 2003-07-21 | 1 | -1/+1 |
| | |||||
* | fix no previous button when using ask_okcancel() in wizard mode due to *very* | Thierry Vignaud | 2003-07-21 | 1 | -19/+30 |
| | | | | | | | | | | | | | | | ugly "$common->{cancel} = '' if !defined wantarray();" in interactive.pm anyway, the whole pre_func() idea was totally dumb it now looks a little cleaner making all main configuration callbacks having the same prototype and name would enable further cleanups (direct call to network::$net_module{$type}::configure(...);) | ||||
* | sync translation with stock item | Thierry Vignaud | 2003-07-18 | 1 | -1/+2 |
| | |||||
* | fix usage of bool type in interactive: put the text in the checkbox's | Thierry Vignaud | 2003-07-17 | 1 | -3/+3 |
| | | | | | | label instead of packing a standalone label *and* a checkbox with an empty label | ||||
* | - s/interactive_gtk/interactive::gtk/ to get sub pre_func usable | Damien Chaumette | 2003-06-11 | 1 | -21/+3 |
| | | | | | - drop write_on_pixmap way | ||||
* | kill some warnings catched by diagnostics pragma | Thierry Vignaud | 2003-05-22 | 1 | -9/+9 |
| | |||||
* | add a step to warn user before writing settings (bug #852 and so) | Damien Chaumette | 2003-05-16 | 1 | -2/+4 |
| | |||||
* | - gtkcreate_img is exported by helpers tag in ugtk2 | Thierry Vignaud | 2003-05-13 | 1 | -2/+2 |
| | | | | | - add a bug note: write_on_pixmap() is only in my_gtk, not in ugtk2 ! | ||||
* | - configuration stuff | Damien Chaumette | 2003-05-07 | 1 | -118/+24 |
| | | | | | | | | | | . rewrite sub save_conf, new signature is ($netcnx) . rewrite sub load_conf, connection type stored in /etc/sysconfig/drakconnect . remove sub read_raw_net_conf . shrink sub read_net_conf - drop if ($nb < 1 ), useless - perl_checker | ||||
* | - remove sub intro | Damien Chaumette | 2003-05-06 | 1 | -47/+14 |
| | | | | | | | - change sub main signature - drop !$::isWizard code - perl_checker | ||||
* | - change configure and winmodemConfigure args (due to $intf drop) | Damien Chaumette | 2003-05-05 | 1 | -2/+2 |
| | |||||
* | perl_checker fixes | Damien Chaumette | 2003-05-02 | 1 | -5/+5 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -2/+2 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -6/+6 |
| | |||||
* | added modem configuration after LT Modem support. | Francois Pons | 2003-03-24 | 1 | -1/+1 |
| | |||||
* | use driver instead of descrition to validate an isdn autodetection | Frederic Lepied | 2003-03-05 | 1 | -1/+1 |
| | |||||
* | allow to switch in expert mode during install. | Frederic Lepied | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | oups... hu... nothing | Damien Chaumette | 2003-02-21 | 1 | -2/+0 |
| | |||||
* | get back password input for adsl | Damien Chaumette | 2003-02-21 | 1 | -0/+2 |
| | |||||
* | add isdn check in get_net_device | Florin Grad | 2003-02-21 | 1 | -0/+2 |
| | |||||
* | perl generate undef indefinitely from the void | Thierry Vignaud | 2003-02-17 | 1 | -2/+2 |
| | |||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -6/+8 |
| | | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now |