summaryrefslogtreecommitdiffstats
path: root/perl-install/modules/interactive.pm
Commit message (Collapse)AuthorAgeFilesLines
* slightly better stringsThierry Vignaud2012-12-141-3/+3
|
* harddrake2: allow writing 0 as module option, and forbid options with spaces ↵Olivier Blin2012-05-101-1/+1
| | | | (from Colin)
* (category2text) fix displayed messageThierry Vignaud2011-09-191-1/+1
|
* - perl -pi -e 's!hard drive!hard disk drive!'Ahmad Samir2011-04-041-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* (config_window) remove empty module parameter instead of writing them (#40581)Thierry Vignaud2009-02-251-2/+3
|
* (wait_load_module) add a less generic title (instead of "Please wait")Thierry Vignaud2008-09-111-1/+1
|
* harddrake: allow to set zero values in module options (#26515)Olivier Blin2008-01-021-1/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-8/+9
|
* (config_window) properly report no configurable parameter (#17579)Thierry Vignaud2005-10-061-4/+4
|
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-2/+2
| | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)
* (load_category__prompt_for_more) enable one to load ide drivers if neededThierry Vignaud2005-03-251-1/+1
|
* (load_category__prompt_for_more)Thierry Vignaud2005-01-201-1/+1
| | | | | | | - fix missing help for SCSI - display it too for non SCSI disks that're handled as SCSI ones (USB, Firewire, SATA, raid ...)
* move SATA in its own categoryThierry Vignaud2005-01-201-1/+1
|
* a somewhat nicer message when loading a modulePascal Rigaux2005-01-031-6/+17
|
* (load_category__prompt) fix spacing in module listThierry Vignaud2004-09-151-1/+2
|
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-211-16/+16
| | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-1/+1
| | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version
* (load_category__prompt_for_more) do not list probed category in detected ↵Thierry Vignaud2004-02-231-1/+1
| | | | hardware list
* (load_category__prompt_for_more) show quotes around detected hardware in orderThierry Vignaud2004-02-231-1/+1
| | | | | to more easily see thems
* don't have a wait_message above another empty wait_message when probing hardwarePascal Rigaux2004-02-131-1/+1
|
* (config_window) do not even try to hint the user about the parameterThierry Vignaud2004-02-031-1/+2
| | | | | format on a 2.6.x kernel
* help perl_checkerPascal Rigaux2004-01-221-0/+1
|
* write_conf() doesn't need $prefix anymorePascal Rigaux2004-01-051-1/+1
|
* minor cleanupThierry Vignaud2003-10-171-1/+1
|
* if some module has no parameter, instead of not displaying the configThierry Vignaud2003-09-111-1/+5
| | | | | window, show that there's no parameters to configure
* translate one more stringThierry Vignaud2003-09-111-1/+1
|
* do translate choices N_("Yes"), N_("No"), N_("See hardware info")Pascal Rigaux2003-08-191-1/+1
| | | | | (thanks to Arpad Biro)
* full pci probe does not freeze anymore, removing code work-arounding the freezePascal Rigaux2003-08-191-1/+0
|
* fix BUG 2530, no more spurious window when insmoding failDamien Chaumette2003-05-201-1/+2
|
* new perl_checker compliancePascal Rigaux2003-04-171-4/+4
|
* join detect_devices::stringlist() to have it in a text box (eurk!)Pascal Rigaux2003-02-251-1/+1
| | | | | (for bug #1802), the result is quite ugly, but at least the full line can be read
* - set_help is deprecatedPascal Rigaux2003-02-131-1/+4
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* (load_category__prompt_for_more): cleanup, propose "See hardware info" in ↵Pascal Rigaux2003-01-231-3/+2
| | | | any case
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-2/+2
|
* move any::load_category() to network::interactive::load_category()Pascal Rigaux2002-12-291-0/+117
| | | | | (and a few other functions which are only used by load_category())
* bug fixThierry Vignaud2002-12-051-1/+1
|
* rename modparm as modules::parametersThierry Vignaud2002-11-181-2/+2
|
* 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!
* split harddrake part that configure a module into modules::interactiveThierry Vignaud2002-09-241-0/+25