summaryrefslogtreecommitdiffstats
path: root/perl-install/wizards.pm
Commit message (Expand)AuthorAgeFilesLines
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+0
* add linkThierry.Vignaud2014-05-241-1/+1
* help perl_checkerThierry Vignaud2012-03-231-1/+2
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-1/+1
* revert latest commit (drakwizard tests must be adjusted)Thierry Vignaud2007-10-041-1/+1
* fix #34371Nicolas Vigier2007-10-031-1/+1
* re-sync after the big svn lossPascal Rigaux2007-04-251-3/+3
* fix typoOlivier Blin2006-01-031-1/+1
* don't have a useless empty hash in wizards objects, use the wizards hashOlivier Blin2006-01-031-12/+12
* fix typoOlivier Blin2006-01-031-1/+1
* fix documentation typoOlivier Blin2006-01-031-1/+1
* - i had foolishly removed c::iconv whereas it was used still used by c::from_...Pascal Rigaux2005-12-151-1/+1
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-5/+5
* do not ask to install already installed packages, prefer to installOlivier Blin2004-07-161-1/+1
* perl_checker compliancePascal Rigaux2004-05-111-1/+1
* enable default value to be dynamically computedThierry Vignaud2004-02-131-1/+1
* enable to pass untranslated defaut to yes/no or ok/cancel likeThierry Vignaud2004-02-131-2/+3
* default to next/finish when no field is presentThierry Vignaud2004-02-131-1/+1
* add 'default' field in order to be able to enforce default answer forThierry Vignaud2004-02-131-2/+3
* missing #7593 bitThierry Vignaud2004-02-131-1/+1
* use interactive->ask_okcancel in order to not have spurious field inThierry Vignaud2004-02-131-1/+6
* using box radio looks better for yes/no like questionsThierry Vignaud2004-01-141-1/+1
* (process) in yes/no case, keep the same logic asThierry Vignaud2004-01-141-3/+4
* add support for yes/no questionsThierry Vignaud2004-01-131-0/+4
* better rely on the end field being set rather than on the last step toThierry Vignaud2004-01-131-1/+1
* rollback debug statementsThierry Vignaud2004-01-121-7/+0
* only complain if a problem actually happenedThierry Vignaud2004-01-121-1/+8
* perl_checker cleanupsThierry Vignaud2004-01-061-3/+3
* perl_checker fixesPascal Rigaux2004-01-051-1/+1
* - die if empty page name or if non existent page nameThierry Vignaud2003-12-291-10/+64
* let a step name be a callback in order to be able to generate dynamicThierry Vignaud2003-12-211-1/+2
* (process) add val_ref and list_ref support to ease data manipulationThierry Vignaud2003-12-191-0/+2
* - consolidate code from drakwizard for reussage by drakxtools wizard:Thierry Vignaud2003-12-161-0/+137