Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 5 | -13/+20 |
| | | | | | - 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 | ||||
* | workaround messed up ppp0 configration | Damien Chaumette | 2003-09-05 | 1 | -1/+1 |
| | |||||
* | small fixes for drakgw and drakfirewall | Florin Grad | 2003-09-05 | 2 | -5/+7 |
| | |||||
* | always ask for modem device even if not detected, unless user has winmodem | Damien Chaumette | 2003-09-04 | 1 | -1/+1 |
| | |||||
* | fix #5242, don't go back to main menu if winmodem isn't found | Damien Chaumette | 2003-09-04 | 1 | -2/+2 |
| | |||||
* | restore profiles feature through new netprofile package | Thierry Vignaud | 2003-08-29 | 1 | -30/+8 |
| | |||||
* | remove system("cp..."); (I suck so much...) | Damien Chaumette | 2003-08-29 | 1 | -2/+1 |
| | |||||
* | fix #4372 | Damien Chaumette | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | fix firmware name (shame on me) | Damien Chaumette | 2003-08-27 | 1 | -1/+1 |
| | |||||
* | fix #4363 (titi's so beautiful) | Damien Chaumette | 2003-08-27 | 1 | -7/+12 |
| | |||||
* | fix pkg to install for samba | Thierry Vignaud | 2003-08-26 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | offer samba in services list | Thierry Vignaud | 2003-08-22 | 1 | -0/+6 |
| | |||||
* | typo fix s/succeed/succeeded/ | Damien Chaumette | 2003-08-22 | 1 | -1/+1 |
| | |||||
* | s/alcatel/Alcatel/ | Pablo Saratxaga | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | - more use info in load_firmware_floppy | Damien Chaumette | 2003-08-21 | 1 | -20/+23 |
| | | | | | | | | - catch no floppy in drive error - catch wizcancel - add '-e 1' pppoa option for speedtouch USB - N_ instead of N, won't translate twice (guillaume has the greatest member) | ||||
* | fix no winmodem message/behavior | Damien Chaumette | 2003-08-21 | 1 | -0/+2 |
| | |||||
* | - allow user to copy firmware from a floppy | Damien Chaumette | 2003-08-21 | 1 | -4/+39 |
| | | | | | | - fix 'previous' behavior - change wrong url | ||||
* | perl_checker compliance (revert non usefull titi change) | Pascal Rigaux | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | fix internet reconnection in mcc | Damien Chaumette | 2003-08-19 | 1 | -2/+1 |
| | |||||
* | fix some previous callback in drakconnect wizard mode | Thierry Vignaud | 2003-08-18 | 3 | -8/+13 |
| | |||||
* | 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) | ||||
* | - move write_smb_conf() from install_any to network::smb | Pascal Rigaux | 2003-08-01 | 1 | -0/+32 |
| | | | | | | | | | | | | | | | - rename setAuthentication() to set_authentication() - move the work of set_authentication() from install_any to any - move the per-authentification kind questions from install_steps_interactive::setRootPassword() to any::ask_authentification_parameters() - various cleanup in code prompting authentification questions - call install_any::set_authentication() in install_steps::setRootPassword() instead of waiting for the installPackages step to be done (since setRootPassword occurs *after* packages installation) - don't call set_authentification() in install_steps::addUser() (why was this done there??) => these changes will allow drakauth | ||||
* | fix typo (thanks to perl_checker) | Pascal Rigaux | 2003-07-30 | 1 | -1/+1 |
| | |||||
* | cleanup (especially ensure $interface is not something like "eth0 (using | Pascal Rigaux | 2003-07-30 | 1 | -12/+10 |
| | | | | | module ...)" but only "eth0" (cf network/network.pm 1.130 nasty change) | ||||
* | revert to 1.129: | Pascal Rigaux | 2003-07-30 | 1 | -4/+1 |
| | | | | | | | it's no good removing " (using module ...)" from {DEVICE} field, it's much better not having it in the first place. See network/ethernet.pm v1.81 for the real fix | ||||
* | fix fpons sucks (as usuall as he neither tests nor care about bug | Thierry Vignaud | 2003-07-22 | 1 | -1/+4 |
| | | | | | reports) | ||||
* | dhcp host name cannot be set if one want to get it from dhcp server | Thierry Vignaud | 2003-07-21 | 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 |
| | | | | | 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 |
| | |||||
* | proxy configuration step: do not go back two steps back on "previous" | Thierry Vignaud | 2003-07-17 | 1 | -1/+2 |
| | | | | | click, but only one back | ||||
* | properly use checkboxes | Thierry Vignaud | 2003-07-17 | 1 | -4/+4 |
| | |||||
* | 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 | ||||
* | isdn : virtual interface ippp0 is started at boot. | damien | 2003-07-05 | 1 | -3/+6 |
| | |||||
* | - miscellaneous_choose() no longer use uneeded b_clicked | Damien Chaumette | 2003-06-12 | 1 | -4/+4 |
| | | | | | | - drop $::Expert - perl_checker fix | ||||
* | - drop $::Expert | Damien Chaumette | 2003-06-12 | 1 | -4/+4 |
| | | | | | - drop $netc->{ZEROCONF_HOSTNAME}, only need regexp | ||||
* | - drop $::Expert | Damien Chaumette | 2003-06-12 | 1 | -23/+9 |
| | | | | | - simplify code | ||||
* | - s/interactive_gtk/interactive::gtk/ to get sub pre_func usable | Damien Chaumette | 2003-06-11 | 1 | -21/+3 |
| | | | | | - drop write_on_pixmap way | ||||
* | - handle spaces in exported directories | Pascal Rigaux | 2003-06-06 | 1 | -3/+2 |
| | | | | | - simplify using --no-headers when calling showmount | ||||
* | forgot to commit the new configuration step | Damien Chaumette | 2003-05-28 | 1 | -1/+4 |
| |