Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new host settings step | Thierry Vignaud | 2004-01-16 | 1 | -1/+5 |
| | |||||
* | clean horrible code | Thierry Vignaud | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | split/merge lan config steps according to new specs | Thierry Vignaud | 2004-01-16 | 1 | -23/+63 |
| | | | | | (card => protocol => parameters => hostname) | ||||
* | rollback "separate standalone and install paths" try (just too painful to | Thierry Vignaud | 2004-01-16 | 1 | -5/+6 |
| | | | | | maintain and anyway install net wizard has no logic) | ||||
* | - make a real step out of "manage multiple internet connections" case | Thierry Vignaud | 2004-01-16 | 1 | -15/+15 |
| | | | | | - factorize and fix accessing to this step | ||||
* | drop proxy configuration step. | Thierry Vignaud | 2004-01-16 | 1 | -22/+0 |
| | | | | | | | | | | | rationale: - miscellaneous_choose() was reintroduced in network::network since it was still needed by drakproxy - anyway configuring proxies is: o not supposed to be done while configuring network interfaces o duplicated with drakproxy and the like o removed in new drakconnect specs | ||||
* | morph hw_account step through reusing new wizard layer capabilites (aka | Thierry Vignaud | 2004-01-16 | 1 | -41/+39 |
| | | | | | | dynamically return just build needed data rather than ackwardly puting it in place) | ||||
* | 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 |
| | | | | | | infrastructure fixed the ask_yesorno design flaw (and remove bug hint left by previous maintainers) | ||||
* | 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 |
| | | | | | | | - do not silently discard errors by ignoring exceptions - use new wizard layer - begin to renew wizard steps (mdk10.0 specs) | ||||
* | (main) do not silently discard exceptions; if some exception is raised | Thierry Vignaud | 2003-11-28 | 1 | -1/+3 |
| | | | | | | for anything else than "wizcancel", we should rethrow it again instead of silently ignoring bugso... | ||||
* | 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 |
| | | | | | cleaning up this) | ||||
* | 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 |
| | | | | | | | | | | | | or when there's no ethernet devices btw, generalize this "fix" to all net connection types. rationale: since we've already check if we've devices, there's no point in doing another different check in order to add the string "- detected" so let's just consolidate the previous test, this will prevent such bug to come back again | ||||
* | fix last part of #5315: do not ask for confirmation at install time | Thierry Vignaud | 2003-11-08 | 1 | -1/+1 |
| | | | | | | rationale: while this is reasonable within standalone drakconnect, it's quite less needed at install time | ||||
* | 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 ... |