| Commit message (Expand) | Author | Age | Files | Lines |
* | split/merge lan config steps according to new specs | Thierry Vignaud | 2004-01-16 | 1 | -23/+63 |
* | rollback "separate standalone and install paths" try (just too painful to | Thierry Vignaud | 2004-01-16 | 1 | -5/+6 |
* | - make a real step out of "manage multiple internet connections" case | Thierry Vignaud | 2004-01-16 | 1 | -15/+15 |
* | drop proxy configuration step. | Thierry Vignaud | 2004-01-16 | 1 | -22/+0 |
* | morph hw_account step through reusing new wizard layer capabilites (aka | Thierry Vignaud | 2004-01-16 | 1 | -41/+39 |
* | fix ppp_first_step() call | Thierry Vignaud | 2004-01-16 | 1 | -1/+1 |
* | small reindenting | Thierry Vignaud | 2004-01-16 | 1 | -3/+3 |
* | remove overrided variables | Thierry Vignaud | 2004-01-16 | 1 | -2/+0 |
* | enable to step forward after to "connect now?" step since wizard | Thierry Vignaud | 2004-01-16 | 1 | -2/+0 |
* | use wizard layer 's yesorno type | Thierry Vignaud | 2004-01-16 | 1 | -8/+11 |
* | typo fix | Thierry Vignaud | 2004-01-16 | 1 | -1/+1 |
* | typo fix | Thierry Vignaud | 2004-01-05 | 1 | -1/+1 |
* | write_conf() doesn't need $prefix anymore | Pascal Rigaux | 2004-01-05 | 1 | -1/+1 |
* | the #-PO: comment must be before the N("...") with nothing in between | Pascal Rigaux | 2004-01-05 | 1 | -2/+2 |
* | (wip but requested for string freeze) | Thierry Vignaud | 2003-12-29 | 1 | -189/+881 |
* | (main) do not silently discard exceptions; if some exception is raised | Thierry Vignaud | 2003-11-28 | 1 | -1/+3 |
* | do not restart network service in testing mode | Thierry Vignaud | 2003-11-28 | 1 | -1/+1 |
* | fix isdn detection: detect all isdn cards, not only the first one | Thierry Vignaud | 2003-11-24 | 1 | -4/+3 |
* | fix bogus use of old netwok module instead of network::network (missed when | Thierry Vignaud | 2003-11-14 | 1 | -2/+2 |
* | fix bogus use of old netwok module instead of network::network | Thierry Vignaud | 2003-11-12 | 1 | -2/+2 |
* | fix lan always marked as detected even when no detection was performed | Thierry Vignaud | 2003-11-08 | 1 | -6/+6 |
* | fix last part of #5315: do not ask for confirmation at install time | Thierry Vignaud | 2003-11-08 | 1 | -1/+1 |
* | 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 |
* | fix isdn detection | Thierry Vignaud | 2003-10-22 | 1 | -1/+1 |
* | - simplify | Thierry Vignaud | 2003-10-17 | 1 | -22/+13 |
* | futile to try starting network service, dhcp cannot work as no module are | Francois Pons | 2003-09-23 | 1 | -1/+0 |
* | 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 |
* | - fix/use explanations | Damien Chaumette | 2003-09-08 | 1 | -1/+5 |
* | - $netcnx->{PROFILE} is current profile name (now scalar) | Damien Chaumette | 2003-09-07 | 1 | -5/+8 |
* | 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 |
* | 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 |
* | 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 |
* | fix final success message: | Thierry Vignaud | 2003-07-21 | 1 | -2/+2 |
* | do not loop if one refuse to save changes, just skip the save step | Thierry Vignaud | 2003-07-21 | 1 | -9/+3 |