summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* (rename) only log succesfull renamingsThierry Vignaud2004-07-221-1/+1
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* XFree 3 is gone!Pascal Rigaux2004-05-031-1/+1
|
* (version) bump release numberThierry Vignaud2004-04-301-1/+1
|
* $::noBorder is deprecated (it was the same as !$::isInstall)Pascal Rigaux2004-02-041-1/+0
|
* http://www.gnu.org/prep/standards_18.html says --help and --version are ↵Guillaume Cottenceau2004-02-041-2/+2
| | | | printed on standard output
* update drakfont help messageThierry Vignaud2004-02-021-2/+4
|
* bump copyrightThierry Vignaud2004-02-021-1/+1
|
* --help: documente new drakboot and drakconnect parametersThierry Vignaud2004-02-021-0/+12
|
* new do_pkgs package which get rid of pkgs_interactive::* which was in ↵Pascal Rigaux2004-01-091-129/+0
| | | | | | | install_any and standalone, and partially duplicated
* perl_checker compliancePascal Rigaux2004-01-091-1/+1
|
* simplify, cleanupPascal Rigaux2004-01-091-23/+10
|
* bump version and copyright year (#6528)Thierry Vignaud2003-12-091-2/+2
|
* - use do_pkgs->ensure_is_installed instead of do_pkgs->install where it's ↵Pascal Rigaux2003-12-041-0/+5
| | | | | | | | | | | easy to do so - do_pkgs->install won't do anything when $::testing we need a ensure_are_installed we also need to share more package pkgs_interactive code which is hosted in install_any and standalone
* escaped strings fixesThierry Vignaud2003-11-061-4/+4
|
* perl_checker compliancePascal Rigaux2003-09-301-1/+1
|
* perl_checker compliancePascal Rigaux2003-09-301-5/+5
|
* perl_checker compliancePascal Rigaux2003-09-301-2/+2
|
* improved speed by invoking once `rpm -qa` instead of 4.Francois Pons2003-09-151-7/+10
|
* (output) remove buggy warnThierry Vignaud2003-08-281-1/+0
|
* fix MDK::Common::* explainationsPascal Rigaux2003-08-281-1/+2
|
* move ugtk2 related language fixes into ugtk2 jailThierry Vignaud2003-08-211-2/+0
|
* set $::o in standalone mode too (because of guillaume fixes for "pangoThierry Vignaud2003-08-211-0/+2
| | | | | vs cjk" match)
* frederic crozat said that border is ugly for standalone tools.Thierry Vignaud2003-08-201-0/+1
| | | | | so let it be used only by install.
* avoid being clashed by signature checking when installing packages,Francois Pons2003-07-221-1/+1
| | | | | need a better fix later.
* don't use N() so earlyPascal Rigaux2003-06-061-13/+13
| | | | | (beware, this removes translation, some translate() calls must be added!)
* simplified code to allow parsing rpmdb instead of just urpmi db.Francois Pons2003-03-261-5/+5
|
* fix checking for installed kernel modules (for nvidia) (/me sux)Francois Pons2003-03-141-3/+8
| | | | | (fix & changelog by pixel)
* fixed return value of check_kernel_module_packages and examination of synthesisFrancois Pons2003-03-121-1/+1
| | | | | file using current interface of urpm library.
* fix small typo.Francois Pons2003-03-121-7/+12
|
* fixed error message.Francois Pons2003-03-061-1/+1
|
* added check_kernel_module_packages with same behaviour expected as forFrancois Pons2003-03-061-0/+34
| | | | | install_any module.
* final embedding cleanupsThierry Vignaud2003-02-241-1/+1
|
* Updated "Usage:" message for Scannerdrake.Till Kamppeter2003-02-141-1/+1
|
* s/version name/version number/ (Christophe Combelles)Thierry Vignaud2003-01-281-1/+1
|
* typo fix in logdrake usage help (spoted by Christophe Combelles)Thierry Vignaud2003-01-281-1/+1
|
* fix breakage introduced when lowering warning levelThierry Vignaud2003-01-201-1/+1
|
* - remove help callback (moved into drakhelp)Daouda Lo2003-01-161-7/+0
|
* make perl_checker happyPascal Rigaux2003-01-161-9/+9
|
* "je n'en veux + de cette engeance" (c) pixel :Thierry Vignaud2003-01-161-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 Lo2003-01-071-5/+2
| | | | | | - use ask_warn when no browser is found on the system and BROWSER env var not set.
* - perl checkerDaouda Lo2003-01-061-3/+2
| | | | | - no retval
* - function on_request_help to display online help.Daouda Lo2003-01-061-0/+12
| | | | | - use it as callback to help button or help menu.
* fixes for wizardsThierry Vignaud2003-01-021-2/+2
|
* don't import everything from "common" (including MDK::Common::*) to get rid ofPascal Rigaux2002-12-281-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 classesPascal Rigaux2002-12-181-0/+1
|
* remove doubleThierry Vignaud2002-12-131-4/+2
|
* move draksec's gui into the standalone program,Thierry Vignaud2002-12-131-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 Rigaux2002-12-051-3/+3
|
* no need to "require common", it is "use"dPascal Rigaux2002-12-041-1/+0
|