summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_stdio.pm
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-36/+0
|
* - move call to ->charsetChanged from install_steps_interactive to install_stepsPascal Rigaux2003-09-031-9/+5
| | | | | | so that we can use it in install_steps_auto_install_non_interactive - don't overload ->selectLanguage to call lang::load_console_font(), overload ->charsetChanged instead
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-1/+1
|
* language/country selection change:Guillaume Cottenceau2003-02-081-1/+1
| | | | | | | | | | | | | | | - first install step is selection of your language, in your language; it uses images for that - language->country is probed, the selection of the country is possible if there was a problem, in the Summary step - in the $o big structure, we now use $o->{locale} which contains three keys: lang, country and utf8 - lang.pm has been cleaned and rewritten a bit - keyboard probing now done only on language (because this step is at the beginning of the install) - timezone probing done on country, if use changes country before timezone in the Summary, re-probe timezone accordingly
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-1/+1
| | | | | | | | | | | | | | | | | | | 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!
* - Big Move 1: interactive::* hierarchyThierry Vignaud2002-07-231-2/+2
|
* stdio mode works againGuillaume Cottenceau2001-10-111-1/+0
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* no_commentPascal Rigaux2000-09-141-1/+1
|
* no_commentPascal Rigaux2000-09-131-4/+1
|
* no_commentPascal Rigaux2000-08-281-0/+9
|
* no_commentPascal Rigaux1999-11-121-48/+8
|
* no_commentPascal Rigaux1999-10-251-2/+4
|
* no_commentPascal Rigaux1999-10-041-1/+1
|
* no_commentPascal Rigaux1999-09-191-9/+9
|
* no_commentPascal Rigaux1999-08-231-3/+3
|
* *** empty log message ***Pascal Rigaux1999-08-091-1/+1
|
* no_commentPascal Rigaux1999-07-291-137/+11
|
* no_commentPascal Rigaux1999-07-241-7/+15
|
* no_commentPascal Rigaux1999-07-231-4/+2
|
* *** empty log message ***Pascal Rigaux1999-07-171-5/+6
|
* *** empty log message ***Pascal Rigaux1999-07-161-17/+13
|
* *** empty log message ***Pascal Rigaux1999-07-151-0/+196