Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | - use basename with drakbug for standalone tools | Daouda Lo | 2002-09-16 | 1 | -1/+1 |
| | |||||
* | - meuh aka launch drakbug when incident is risen | Daouda Lo | 2002-09-13 | 1 | -0/+2 |
| | |||||
* | - s/tinyfirewall/drakfirewall/ | Daouda Lo | 2002-09-02 | 1 | -1/+1 |
| | |||||
* | add modules network::tinyfirewall and network::shorewall | Pascal Rigaux | 2002-08-23 | 1 | -1/+1 |
| | |||||
* | - add do_pkgs->are_installed | Pascal Rigaux | 2002-08-21 | 1 | -2/+11 |
| | | | | | | - add an auto parameter to ensure_is_installed - implement do_pkgs->ensure_is_installed during install | ||||
* | add ensure_is_installed (which was network::smbnfs::check_raw and is often ↵ | Pascal Rigaux | 2002-08-13 | 1 | -0/+14 |
| | | | | useful) | ||||
* | - add setExportedVarsInSh and setExportedVarsInCsh | Pascal Rigaux | 2002-08-12 | 1 | -3/+8 |
| | | | | | - remove setVarsInCsh (obsoleted by setExportedVarsInCsh) | ||||
* | add "use run_program" as needed | Pascal Rigaux | 2002-08-06 | 1 | -0/+3 |
| | |||||
* | (install): verify at least one package is not installed before displaying a | Pascal Rigaux | 2002-08-05 | 1 | -1/+4 |
| | | | | | | wait_message and calling urpmi (thanks to Jure Repinc) (is_installed): use run_program and redirect stdout to dave null for cleanness | ||||
* | don't display a wait_message in newt, but do suspend | Pascal Rigaux | 2002-08-01 | 1 | -4/+12 |
| | |||||
* | Handle parsing --embedded command line in standalone.pm | Pascal Rigaux | 2002-07-31 | 1 | -1/+7 |
| | | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ | ||||
* | adapt to new Xconfig modules | Pascal Rigaux | 2002-07-28 | 1 | -1/+1 |
| | |||||
* | g Move 2: partition table: hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -1/+1 |
| | |||||
* | fix typo on last commit. | Francois Pons | 2002-07-19 | 1 | -1/+1 |
| | |||||
* | added what_provides. | Francois Pons | 2002-07-19 | 1 | -0/+6 |
| | |||||
* | explanations stuff: no reason to use "updated" at a place when we | Guillaume Cottenceau | 2002-02-20 | 1 | -1/+1 |
| | | | | | use "modified" at the rest of the locations.. | ||||
* | try to reflect hierarchy for */*.pm | Guillaume Cottenceau | 2002-01-28 | 1 | -1/+1 |
| | |||||
* | - adapt to new diskdrake modules | Pascal Rigaux | 2002-01-27 | 1 | -1/+1 |
| | | | | | - some cleanup in drakxtools build | ||||
* | - write the 'common' part of the 'explanations' stuff, | Guillaume Cottenceau | 2002-01-18 | 1 | -0/+130 |
| | | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations' | ||||
* | bugfix | damien | 2001-09-14 | 1 | -1/+1 |
| | |||||
* | added wait message while installing package | damien | 2001-09-12 | 1 | -0/+2 |
| | |||||
* | add option --allow-medium-change to force asking question even if --auto is | Francois Pons | 2001-08-31 | 1 | -1/+1 |
| | | | | | given on command line of urpmi, for installing package so that a dialog appears. | ||||
* | rename interactive_pkgs in pkgs_interactive | Pascal Rigaux | 2001-08-09 | 1 | -2/+2 |
| | |||||
* | add interactive_pkgs stuff | Pascal Rigaux | 2001-08-08 | 1 | -12/+9 |
| | |||||
* | New package handling functions | Till Kamppeter | 2001-08-08 | 1 | -1/+14 |
| | |||||
* | adding interactive_pkgs stuff | Pascal Rigaux | 2001-08-08 | 1 | -5/+28 |
| |