Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | s/my/our/ to make perl_checker happy in isdn.pm | Damien Chaumette | 2003-05-28 | 1 | -1/+1 |
| | |||||
* | - remove isdn-light config (seen with isdn4net maintainer) | Damien Chaumette | 2003-05-28 | 1 | -103/+25 |
| | | | | | - new step to keep old device configuration | ||||
* | fix isdndata export in stripped package | Thierry Vignaud | 2003-05-28 | 1 | -3/+3 |
| | |||||
* | remove /dev/ttyS14 link by drakconnect. | Francois Pons | 2003-05-28 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 2 | -6/+3 |
| | |||||
* | #3628 /etc/resolv.conf explicit rights set (by titi) | Damien Chaumette | 2003-05-23 | 1 | -2/+2 |
| | |||||
* | kill some warnings catched by diagnostics pragma | Thierry Vignaud | 2003-05-22 | 1 | -9/+9 |
| | |||||
* | add some ip checking (#853) | Damien Chaumette | 2003-05-21 | 1 | -15/+25 |
| | | | | | remove old comments | ||||
* | #763 #2336 fix alias in modules.conf | Damien Chaumette | 2003-05-20 | 1 | -0/+5 |
| | |||||
* | (find_servers): chomp is uneeded | Thierry Vignaud | 2003-05-20 | 1 | -1/+0 |
| | |||||
* | (find_exports) better behavior when regexp does not match | Thierry Vignaud | 2003-05-20 | 1 | -1/+1 |
| | |||||
* | perl_checker compliant | Damien Chaumette | 2003-05-20 | 1 | -8/+7 |
| | |||||
* | do not drop return values from regexp but use them to ensure we do not | Thierry Vignaud | 2003-05-19 | 1 | -1/+1 |
| | | | | | | reuse capture buffers from previous one, which is really bad and trully buggy | ||||
* | move expert stuff under the "advanced" button like in all other ↵ | Thierry Vignaud | 2003-05-19 | 1 | -7/+6 |
| | | | | drakx/drakxtools code | ||||
* | add a step to warn user before writing settings (bug #852 and so) | Damien Chaumette | 2003-05-16 | 1 | -2/+4 |
| | |||||
* | let it work | Thierry Vignaud | 2003-05-16 | 1 | -1/+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 ! | ||||
* | s/@isdn::isdndata/@isdndata/ | Damien Chaumette | 2003-05-12 | 1 | -3/+3 |
| | |||||
* | - 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 | ||||
* | s|/sbin/isdnctrl|/usr/sbin/isdnctrl| | Damien Chaumette | 2003-05-07 | 1 | -2/+2 |
| | |||||
* | - drop !$::isWizard code | Damien Chaumette | 2003-05-06 | 1 | -12/+10 |
| | | | | | - perl_checker | ||||
* | - remove sub intro | Damien Chaumette | 2003-05-06 | 1 | -47/+14 |
| | | | | | | | - change sub main signature - drop !$::isWizard code - perl_checker | ||||
* | - remove unused $intf in adsl_probe_info and adsl_ask_info | Damien Chaumette | 2003-05-05 | 1 | -7/+6 |
| | | | | | - perl_checker fixes | ||||
* | perl_checker fixes | Damien Chaumette | 2003-05-05 | 1 | -5/+5 |
| | |||||
* | - change configure and winmodemConfigure args (due to $intf drop) | Damien Chaumette | 2003-05-05 | 1 | -2/+2 |
| | |||||
* | - drop unused $intf in configure and winmodemConfigure | Damien Chaumette | 2003-05-05 | 1 | -27/+21 |
| | | | | | | - fix winmodem configuration behavior - perl_checker | ||||
* | fix typo | Damien Chaumette | 2003-05-02 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Damien Chaumette | 2003-05-02 | 3 | -12/+13 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-04-30 | 2 | -6/+5 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 4 | -14/+14 |
| |