Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | escaped strings fixes | Thierry Vignaud | 2003-11-06 | 1 | -4/+4 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-09-30 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-09-30 | 1 | -5/+5 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-09-30 | 1 | -2/+2 |
| | |||||
* | improved speed by invoking once `rpm -qa` instead of 4. | Francois Pons | 2003-09-15 | 1 | -7/+10 |
| | |||||
* | (output) remove buggy warn | Thierry Vignaud | 2003-08-28 | 1 | -1/+0 |
| | |||||
* | fix MDK::Common::* explainations | Pascal Rigaux | 2003-08-28 | 1 | -1/+2 |
| | |||||
* | move ugtk2 related language fixes into ugtk2 jail | Thierry Vignaud | 2003-08-21 | 1 | -2/+0 |
| | |||||
* | set $::o in standalone mode too (because of guillaume fixes for "pango | Thierry Vignaud | 2003-08-21 | 1 | -0/+2 |
| | | | | | vs cjk" match) | ||||
* | frederic crozat said that border is ugly for standalone tools. | Thierry Vignaud | 2003-08-20 | 1 | -0/+1 |
| | | | | | so let it be used only by install. | ||||
* | avoid being clashed by signature checking when installing packages, | Francois Pons | 2003-07-22 | 1 | -1/+1 |
| | | | | | need a better fix later. | ||||
* | don't use N() so early | Pascal Rigaux | 2003-06-06 | 1 | -13/+13 |
| | | | | | (beware, this removes translation, some translate() calls must be added!) | ||||
* | simplified code to allow parsing rpmdb instead of just urpmi db. | Francois Pons | 2003-03-26 | 1 | -5/+5 |
| | |||||
* | fix checking for installed kernel modules (for nvidia) (/me sux) | Francois Pons | 2003-03-14 | 1 | -3/+8 |
| | | | | | (fix & changelog by pixel) | ||||
* | fixed return value of check_kernel_module_packages and examination of synthesis | Francois Pons | 2003-03-12 | 1 | -1/+1 |
| | | | | | file using current interface of urpm library. | ||||
* | fix small typo. | Francois Pons | 2003-03-12 | 1 | -7/+12 |
| | |||||
* | fixed error message. | Francois Pons | 2003-03-06 | 1 | -1/+1 |
| | |||||
* | added check_kernel_module_packages with same behaviour expected as for | Francois Pons | 2003-03-06 | 1 | -0/+34 |
| | | | | | install_any module. | ||||
* | final embedding cleanups | Thierry Vignaud | 2003-02-24 | 1 | -1/+1 |
| | |||||
* | Updated "Usage:" message for Scannerdrake. | Till Kamppeter | 2003-02-14 | 1 | -1/+1 |
| | |||||
* | s/version name/version number/ (Christophe Combelles) | Thierry Vignaud | 2003-01-28 | 1 | -1/+1 |
| | |||||
* | typo fix in logdrake usage help (spoted by Christophe Combelles) | Thierry Vignaud | 2003-01-28 | 1 | -1/+1 |
| | |||||
* | fix breakage introduced when lowering warning level | Thierry Vignaud | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | - remove help callback (moved into drakhelp) | Daouda Lo | 2003-01-16 | 1 | -7/+0 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2003-01-16 | 1 | -9/+9 |
| | |||||
* | "je n'en veux + de cette engeance" (c) pixel : | Thierry Vignaud | 2003-01-16 | 1 | -6/+7 |
| | | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad) | ||||
* | - compress code (pixel) | Daouda Lo | 2003-01-07 | 1 | -5/+2 |
| | | | | | | - use ask_warn when no browser is found on the system and BROWSER env var not set. | ||||
* | - perl checker | Daouda Lo | 2003-01-06 | 1 | -3/+2 |
| | | | | | - no retval | ||||
* | - function on_request_help to display online help. | Daouda Lo | 2003-01-06 | 1 | -0/+12 |
| | | | | | - use it as callback to help button or help menu. | ||||
* | fixes for wizards | Thierry Vignaud | 2003-01-02 | 1 | -2/+2 |
| | |||||
* | don't import everything from "common" (including MDK::Common::*) to get rid of | Pascal Rigaux | 2002-12-28 | 1 | -2/+2 |
| | | | | | | warnings "Subroutine renamef redefined ..." "Subroutine linkf redefined ..." ... (but I don't understand how to make explainations on common_functs work?!) | ||||
* | help perl_checker knowing packages are used as classes | Pascal Rigaux | 2002-12-18 | 1 | -0/+1 |
| | |||||
* | remove double | Thierry Vignaud | 2002-12-13 | 1 | -4/+2 |
| | |||||
* | move draksec's gui into the standalone program, | Thierry Vignaud | 2002-12-13 | 1 | -1/+3 |
| | | | | | | nobody will uses it so it's useless to load drakx with it. also use common cli options managment | ||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-05 | 1 | -3/+3 |
| | |||||
* | no need to "require common", it is "use"d | Pascal Rigaux | 2002-12-04 | 1 | -1/+0 |
| | |||||
* | "require log" causes some pb, perl thinking that "log" is the log() ↵ | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | | | | function. So replace it with require 'log.pm' (perl_checker will handle this) | ||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -2/+2 |
| | |||||
* | no need to call common::backtrace(), use directly backtrace() (was it ↵ | Pascal Rigaux | 2002-11-26 | 1 | -1/+1 |
| | | | | written that way to workaround a bug in old perl_checker?) | ||||
* | - simplify --embedded handling | Thierry Vignaud | 2002-11-25 | 1 | -2/+2 |
| | | | | | - stricter matching on --no-autoc | ||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2, | Thierry Vignaud | 2002-11-18 | 1 | -0/+26 |
| | | | | | net_monitor : final update for common cli options/help manager | ||||
* | typo fix | Thierry Vignaud | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | switch drakTermServ to new option scheme | Thierry Vignaud | 2002-11-18 | 1 | -1/+11 |
| | |||||
* | rename modparm as modules::parameters | Thierry Vignaud | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | final switch of drakbackup, logdrake and scannerdrake | Thierry Vignaud | 2002-11-18 | 1 | -11/+24 |
| | | | | | to new option scheme | ||||
* | - standalone.pm : | Thierry Vignaud | 2002-11-18 | 1 | -9/+80 |
| | | | | | | | | | | | 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 | ||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | when in install mode, log when a **** does a "use standalone" | Guillaume Cottenceau | 2002-09-19 | 1 | -0/+7 |
| |