Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 1 | -2/+2 |
| | |||||
* | isdn data are now fetched form system instead of drakconnect conf file | Arnaud Desmons | 2002-12-06 | 1 | -8/+26 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -2/+1 |
| | |||||
* | my' variables as needed | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | More data are now fetched from system instead of drakconnect conf file | Arnaud Desmons | 2002-12-04 | 1 | -0/+16 |
| | |||||
* | cleanup use of filehandles | Pascal Rigaux | 2002-12-03 | 1 | -20/+15 |
| | |||||
* | make it $::testing aware | Guillaume Cottenceau | 2002-12-03 | 1 | -0/+1 |
| | |||||
* | use output_with_perm() | Pascal Rigaux | 2002-12-02 | 1 | -4/+3 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -3/+3 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -6/+6 |
| | |||||
* | - $up was my-ed inside the if-then block though it was used outside the ↵ | Pascal Rigaux | 2002-11-25 | 1 | -2/+3 |
| | | | | | | | block (hint: buggy code) - my @country as it should be | ||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -2/+2 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -7/+7 |
| | |||||
* | 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 | -8/+7 |
| | | | | | - remove unneeded parentheses for things like ... if (...) | ||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -5/+5 |
| | |||||
* | don't return a typeglob ref, return the typeglob (reference to typeglobs are | Pascal Rigaux | 2002-11-10 | 1 | -1/+1 |
| | | | | | | soft references which doesn't increment the ref count) (thanks to Gerard Patel for the precise bug report) | ||||
* | - do not use q{...} to please perl_checker | Pascal Rigaux | 2002-11-09 | 1 | -7/+6 |
| | | | | | | - use <<'EOF' instead - at the same time, fix the "\n" at the beginning of the generated script | ||||
* | - have "local *FILEHANDLE" before each "open FILEHANDLE, ..." | Pascal Rigaux | 2002-11-06 | 1 | -0/+1 |
| | | | | | - use some "cat_" and "output" where possible | ||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -32/+32 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | fix spurious ";" before closing block | Guillaume Cottenceau | 2002-09-19 | 1 | -1/+1 |
| | |||||
* | - patch net_monitor | Damien Chaumette | 2002-09-12 | 1 | -1/+51 |
| | |||||
* | - set the vpi vci correctly according to selected country. | Daouda Lo | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | replace "$foo" with $foo | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -4/+4 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -2/+2 |
| | |||||
* | hide password in adsl configuration | Damien Chaumette | 2002-07-22 | 1 | -1/+1 |
| | |||||
* | - choose country according to timezone. | Daouda Lo | 2002-06-10 | 1 | -1/+20 |
| | |||||
* | fix a few english strings | Guillaume Cottenceau | 2002-04-08 | 1 | -1/+1 |
| | |||||
* | changed timeout for testing internet connection | damien | 2002-03-12 | 1 | -1/+6 |
| | |||||
* | debug network testing | damien | 2002-01-28 | 1 | -2/+2 |
| | |||||
* | draknet : success message only if success | damien | 2002-01-17 | 1 | -1/+1 |
| | |||||
* | corrected minor bugs in network (among others bug "modifying read only values") | damien | 2002-01-04 | 1 | -1/+1 |
| | | | | | recode upNetwork and downNetwork (it might work, at least if you are lucky); | ||||
* | fix missing ";" (thanks to Robert Fox) | Pascal Rigaux | 2001-12-05 | 1 | -1/+1 |
| | |||||
* | corrected pipe reading | damien | 2001-12-04 | 1 | -4/+3 |
| | |||||
* | speedtouch config : added usa vpi vci | damien | 2001-10-22 | 1 | -2/+2 |
| | |||||
* | corrected GET_FL and co | damien | 2001-10-18 | 1 | -1/+1 |
| | |||||
* | aded use c | damien | 2001-10-11 | 1 | -0/+1 |
| | |||||
* | updated | damien | 2001-10-10 | 1 | -13/+11 |
| | |||||
* | removed trash | damien | 2001-10-09 | 1 | -4/+0 |
| | |||||
* | connection test is now in background, corrects the interface freeze problem | damien | 2001-10-09 | 1 | -2/+40 |
| | |||||
* | more timeout | damien | 2001-09-15 | 1 | -1/+1 |
| | |||||
* | new default connection handling | damien | 2001-09-12 | 1 | -6/+10 |
| | |||||
* | corrected speedtouch | damien | 2001-09-06 | 1 | -2/+2 |
| | |||||
* | corrected initcript | damien | 2001-09-05 | 1 | -2/+10 |
| | |||||
* | nicer display | damien | 2001-08-30 | 1 | -1/+1 |
| | |||||
* | speedtouch configuration | damien | 2001-08-29 | 1 | -1/+1 |
| | |||||
* | corrected internet initscript | damien | 2001-08-27 | 1 | -1/+1 |
| | |||||
* | speedtouch configuration | damien | 2001-08-24 | 1 | -3/+3 |
| | |||||
* | export write_initscript, correct initscript. | damien | 2001-08-24 | 1 | -10/+7 |
| |