summaryrefslogtreecommitdiffstats
path: root/perl-install/wizards.pm
Commit message (Expand)AuthorAgeFilesLines
* 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