Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | convert some write_cnx_script() callers into set_cnx_script() ones | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 | |
| | ||||||
* | get rid of pseudo global $prefix, just reuse global $::prefix :-) | Thierry Vignaud | 2004-01-26 | 1 | -9/+9 | |
| | ||||||
* | do not export dead functions | Thierry Vignaud | 2004-01-16 | 1 | -1/+1 | |
| | ||||||
* | (wip but requested for string freeze) | Thierry Vignaud | 2003-12-29 | 1 | -55/+0 | |
| | | | | | | | - do not silently discard errors by ignoring exceptions - use new wizard layer - begin to renew wizard steps (mdk10.0 specs) | |||||
* | fix isdn detection: detect all isdn cards, not only the first one | Thierry Vignaud | 2003-11-24 | 1 | -7/+16 | |
| | ||||||
* | perl_checker fixes | Thierry Vignaud | 2003-11-04 | 1 | -3/+3 | |
| | ||||||
* | (isdn_get_info) simplify it trough MDK::Common | Thierry Vignaud | 2003-10-27 | 1 | -3/+1 | |
| | ||||||
* | simplify isdn detection: | Thierry Vignaud | 2003-10-27 | 1 | -1/+2 | |
| | | | | | | | - 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 | |||||
* | - make isdn detection more readable | Thierry Vignaud | 2003-10-27 | 1 | -1/+1 | |
| | | | | | - ensure previously detected isdn stuff is cleared on redetection | |||||
* | handle usb isdn adapters | Thierry Vignaud | 2003-10-22 | 1 | -2/+4 | |
| | ||||||
* | fix steping back on choosing isdn card step | Thierry Vignaud | 2003-10-22 | 1 | -1/+1 | |
| | ||||||
* | - fix/use explanations | Damien Chaumette | 2003-09-08 | 1 | -1/+1 | |
| | | | | | - fix #5307 (firmware) | |||||
* | fix some previous callback in drakconnect wizard mode | Thierry Vignaud | 2003-08-18 | 1 | -5/+8 | |
| | ||||||
* | isdn : virtual interface ippp0 is started at boot. | damien | 2003-07-05 | 1 | -3/+6 | |
| | ||||||
* | forgot to commit the new configuration step | Damien Chaumette | 2003-05-28 | 1 | -1/+4 | |
| | ||||||
* | - remove isdn-light config (seen with isdn4net maintainer) | Damien Chaumette | 2003-05-28 | 1 | -103/+25 | |
| | | | | | - new step to keep old device configuration | |||||
* | s/@isdn::isdndata/@isdndata/ | Damien Chaumette | 2003-05-12 | 1 | -3/+3 | |
| | ||||||
* | s|/sbin/isdnctrl|/usr/sbin/isdnctrl| | Damien Chaumette | 2003-05-07 | 1 | -2/+2 | |
| | ||||||
* | perl_checker compliance | Pascal Rigaux | 2003-04-30 | 1 | -2/+1 | |
| | ||||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -2/+2 | |
| | ||||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -4/+4 | |
| | ||||||
* | read right config according to isdn-light or isdn4linux | Frederic Lepied | 2003-03-05 | 1 | -2/+2 | |
| | ||||||
* | this is perl, not python ;p | Pascal Rigaux | 2003-03-05 | 1 | -5/+2 | |
| | ||||||
* | corrected isdn-light choice | Frederic Lepied | 2003-03-04 | 1 | -1/+5 | |
| | ||||||
* | replace the last @isdndata with @isdn::isdndata (beurk) | Pascal Rigaux | 2003-02-26 | 1 | -1/+1 | |
| | ||||||
* | $isdn->{is_light} wasn't set while using autodetection, rpm wasn't installed | Damien Chaumette | 2003-02-21 | 1 | -1/+2 | |
| | ||||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -1/+1 | |
| | | | | | | | - 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 | |||||
* | add CVS $Id | Pascal Rigaux | 2003-02-13 | 1 | -1/+1 | |
| | ||||||
* | force strict pragma | Thierry Vignaud | 2003-01-23 | 1 | -1/+1 | |
| | ||||||
* | isdn.pm now in use strict | Damien Chaumette | 2003-01-23 | 1 | -3/+3 | |
| | | | | | little cleanup | |||||
* | force strict mode | Thierry Vignaud | 2003-01-23 | 1 | -0/+1 | |
| | ||||||
* | English proofreading (first pass) | Pablo Saratxaga | 2003-01-21 | 1 | -1/+1 | |
| | ||||||
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -2/+2 | |
| | ||||||
* | - do not use a global $in in network::modem, pass it as a parameter | Pascal Rigaux | 2002-12-29 | 1 | -1/+1 | |
| | | | | | | - create network::modem::ppp_configure_raw() which doesn't need $in (it is only used by network::modem::ppp_configure(), but this is clearer that way) | |||||
* | - move any::pppConfig() to network::modem::ppp_configure() | Pascal Rigaux | 2002-12-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | - move any::miscellaneousNetwork() to network::network::proxy_configure() (and uses the parameter instead of $::o->{miscellaneous}) - move network::network::miscellaneousNetwork() to network::network::miscellaneous_choose() (and do not export it) (and uses a parameter instead of $::o->{miscellaneous}) - move network::modem::pppConfig() to network::modem::ppp_choose() (and change parameter order, and drop unused parameter $intf) - do not export network::network::write_interface_conf() (since it is only used locally (?)) - cleanup network::network::write_interface_conf() (one still needs to pass $::o->{miscellaneous}{track_network_id} more cleanly, and use run_program::rooted when calling /sbin/ip) | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 1 | -14/+14 | |
| | ||||||
* | remove unused modules | Thierry Vignaud | 2002-12-09 | 1 | -1/+0 | |
| | ||||||
* | be more perl_checker compliant | Pascal Rigaux | 2002-12-06 | 1 | -3/+2 | |
| | ||||||
* | isdn data are now fetched form system instead of drakconnect conf file | Arnaud Desmons | 2002-12-06 | 1 | -22/+82 | |
| | ||||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -2/+1 | |
| | ||||||
* | use output_with_perm() | Pascal Rigaux | 2002-12-02 | 1 | -4/+1 | |
| | ||||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -1/+1 | |
| | ||||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -2/+2 | |
| | ||||||
* | since $mouse is undefined, replace it with undef (??) | Pascal Rigaux | 2002-11-25 | 1 | -1/+1 | |
| | ||||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-18 | 1 | -1/+1 | |
| | ||||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -9/+9 | |
| | ||||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 | |
| | ||||||
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -2/+2 | |
| | | | | | - remove unneeded parentheses for things like ... if (...) | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -2/+2 | |
| | ||||||
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 | |
| |