Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kill heavy duplication in get_cd_info() | Thierry Vignaud | 2002-11-20 | 1 | -43/+27 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 1 | -82/+91 |
| | |||||
* | - don't gratuitously copy a 70 lines help text with typo changes, | Thierry Vignaud | 2002-11-20 | 1 | -73/+6 |
| | | | | | | | translators will kill us - use strict, fix it | ||||
* | s/$x ne (0|'')/$x/ | Thierry Vignaud | 2002-11-20 | 4 | -27/+27 |
| | |||||
* | cleanups | Thierry Vignaud | 2002-11-20 | 1 | -12/+8 |
| | |||||
* | hide the "please wait" at the latest stage | Thierry Vignaud | 2002-11-20 | 1 | -3/+3 |
| | |||||
* | - api change for latest harddrake | Thierry Vignaud | 2002-11-20 | 1 | -2/+4 |
| | | | | | - s/$x ne ''/$x/ | ||||
* | this is a module, not a program | Thierry Vignaud | 2002-11-20 | 1 | -1/+1 |
| | |||||
* | update to new security::level scheme | Thierry Vignaud | 2002-11-20 | 1 | -2/+2 |
| | |||||
* | simplify | Thierry Vignaud | 2002-11-20 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 3 | -4/+5 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 1 | -16/+11 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 2 | -17/+11 |
| | |||||
* | do not use print_hello() callback, anyway it does not exists (but in | Thierry Vignaud | 2002-11-20 | 1 | -2/+2 |
| | | | | | drakfloppy ...) | ||||
* | - logdrake does not need any | Thierry Vignaud | 2002-11-20 | 1 | -49/+52 |
| | | | | | | - use ugtk for gtkcolor & co - perl_checker fixes | ||||
* | more perl_checker fixes | Thierry Vignaud | 2002-11-20 | 1 | -11/+11 |
| | |||||
* | - don't require unused modules | Thierry Vignaud | 2002-11-20 | 1 | -143/+133 |
| | | | | | | | - use my_gtk to transparently handle embedding - fixes for strict mode - fixes for perl_checker (more to come after lunch) | ||||
* | - fixes for "use strict" (still some work to do since some variables | Thierry Vignaud | 2002-11-20 | 1 | -302/+301 |
| | | | | | | | | | | | are created through ${ $x.$y } - use my_gtk : o clean code o transparently manage embedding - perl_checker fixes | ||||
* | fix blind copyright copy | Thierry Vignaud | 2002-11-20 | 2 | -2/+2 |
| | |||||
* | cleanups | Thierry Vignaud | 2002-11-20 | 1 | -3/+2 |
| | |||||
* | default dhcp client is dhcp-client | Frederic Lepied | 2002-11-19 | 5 | -14/+14 |
| | |||||
* | Added Malayalam keyboard | Pablo Saratxaga | 2002-11-19 | 2 | -1/+3 |
| | |||||
* | - remove debugging code | Thierry Vignaud | 2002-11-19 | 1 | -4/+3 |
| | | | | | - document menu building | ||||
* | - add option menu check boxes to prevent (slowly) detecting | Thierry Vignaud | 2002-11-19 | 1 | -9/+15 |
| | | | | | | printers and modems - remove warnings on usb devices | ||||
* | - explains more cpu bugs | Thierry Vignaud | 2002-11-19 | 1 | -5/+13 |
| | | | | | - eventually fix --testing effect | ||||
* | - fix duplication of sec level setting: | Thierry Vignaud | 2002-11-19 | 5 | -47/+61 |
| | | | | | | | | | | | | | merge any::get_secure_level() with secure::msec::get_secure_level() - move security level functions from secure::msec to secure::level - uses secure::level in install_steps - fix duplication of security level labels - draksec: use same strings in drakx, got nice translations - get_default_checks(): make it more readable | ||||
* | previous example in perldoc was buggy; | Thierry Vignaud | 2002-11-19 | 1 | -14/+21 |
| | | | | | put one that really works | ||||
* | perldoc: explain basic usage of mouse.pm, regarding | Thierry Vignaud | 2002-11-19 | 1 | -0/+38 |
| | | | | | | problems that show up in early interaction between harddrake::data and mouse | ||||
* | --testing handling was erronously reverted | Thierry Vignaud | 2002-11-19 | 1 | -1/+1 |
| | |||||
* | don't display two times some usb mice | Thierry Vignaud | 2002-11-19 | 1 | -1/+1 |
| | |||||
* | one can now alter settings there | Thierry Vignaud | 2002-11-19 | 1 | -2/+2 |
| | |||||
* | make perldoc working | Thierry Vignaud | 2002-11-19 | 2 | -0/+5 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-18 | 15 | -49/+46 |
| | |||||
* | drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2, | Thierry Vignaud | 2002-11-18 | 8 | -63/+27 |
| | | | | | net_monitor : final update for common cli options/help manager | ||||
* | typo fix | Thierry Vignaud | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | 9.1-0.2dmk | Thierry Vignaud | 2002-11-18 | 1 | -1/+8 |
| | |||||
* | switch drakTermServ to new option scheme | Thierry Vignaud | 2002-11-18 | 2 | -15/+11 |
| | |||||
* | rename modparm as modules::parameters | Thierry Vignaud | 2002-11-18 | 4 | -7/+7 |
| | |||||
* | final switch of drakbackup, logdrake and scannerdrake | Thierry Vignaud | 2002-11-18 | 6 | -45/+40 |
| | | | | | to new option scheme | ||||
* | switch to new help/options scheme | Thierry Vignaud | 2002-11-18 | 1 | -4/+0 |
| | |||||
* | - standalone.pm : | Thierry Vignaud | 2002-11-18 | 17 | -117/+96 |
| | | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option | ||||
* | update copyright years | Thierry Vignaud | 2002-11-18 | 15 | -21/+19 |
| | |||||
* | - clean code sot that it runs under "use strict" | Thierry Vignaud | 2002-11-18 | 1 | -37/+29 |
| | | | | | | | - simplify date command construction, this is basic perl :-( - kill dead old commented code to handle i18n instead of relying on common shared modules | ||||
* | simplify code though my_gtk::gtkcolor | Thierry Vignaud | 2002-11-18 | 1 | -5/+2 |
| | |||||
* | remove old dead commented i18n code that kept being copied around | Thierry Vignaud | 2002-11-18 | 2 | -43/+0 |
| | |||||
* | - more cleanups | Thierry Vignaud | 2002-11-15 | 1 | -22/+13 |
| | | | | | | - don't display messages if we're not going to remove/install some packages | ||||
* | cleanups | Thierry Vignaud | 2002-11-15 | 1 | -34/+20 |
| | |||||
* | cleanups | Thierry Vignaud | 2002-11-15 | 1 | -22/+9 |
| | |||||
* | printerdrake::install_spooler() : fix heavy duplication of code | Thierry Vignaud | 2002-11-15 | 2 | -146/+91 |
| | | | | | by using %spoolers data structure (function shrunked by 66%) | ||||
* | perl_checker fix | Thierry Vignaud | 2002-11-15 | 1 | -1/+1 |
| |