summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* do not test the translated chains anymoreFlorin Grad2004-02-161-8/+10
|
* let's look better when embeddedThierry Vignaud2004-02-161-8/+7
|
* break devices loop into two pass:Thierry Vignaud2004-02-141-0/+8
| | | | | | - first detect devices into each class - then process them for later display
* FTP restore failure feedback. Allow multiple catalog/file restore selection.Stew Benedict2004-02-141-22/+54
|
* forgotten modem page, to be traduced, not yet usable (please don't hurt me)Damien Chaumette2004-02-131-19/+60
|
* verbs must be upcased on buttons!!!Thierry Vignaud2004-02-131-12/+13
|
* new banner iconsThierry Vignaud2004-02-131-1/+1
|
* remove useless commentThierry Vignaud2004-02-131-1/+0
|
* new banner iconsThierry Vignaud2004-02-1318-4/+5
|
* do not force black color for fields values, this badly conflict withThierry Vignaud2004-02-131-1/+1
| | | | | inverted accessibility themes
* remove statusbar on interface team requestThierry Vignaud2004-02-131-5/+0
|
* - nice ethernet names backDamien Chaumette2004-02-131-3/+5
|
* - fix adsl via ethernet bugDamien Chaumette2004-02-131-31/+27
| | | | | | | | - fix apply settings bug - fix and shrink sub apply - drop $gui and $config - add new hash style $p
* Fix QA reports of crash on file search, failure to report ftp error.Stew Benedict2004-02-131-15/+25
|
* (DrawPointAt) simplify draw_points callThierry Vignaud2004-02-121-1/+1
|
* hopefuly better interfaceFlorin Grad2004-02-121-128/+148
|
* fix ethernet and adsl conflict in menuDamien Chaumette2004-02-121-1/+0
|
* re-adding with -kbPascal Rigaux2004-02-121-0/+0
|
* removing for re-adding with -kbPascal Rigaux2004-02-121-0/+0
|
* Restore title banner.Stew Benedict2004-02-121-4/+2
|
* Address some QA issues with restores.Stew Benedict2004-02-121-17/+19
| | | | | | Cleanup screen layout in restore screen. Restore title banner.
* typo errorsFlorin Grad2004-02-111-2/+2
|
* fix the perl_checker errorsFlorin Grad2004-02-111-3/+8
|
* remote debugging print commandsFlorin Grad2004-02-111-36/+56
|
* Rearrange main buttons (jmdault - http://advx.org/docs/ice3.png)Stew Benedict2004-02-111-26/+27
|
* first shy attemptFlorin Grad2004-02-111-0/+0
|
* first shy attemptFlorin Grad2004-02-111-0/+943
|
* Disable title banner for now (same as Bugzilla 7564, just not reported yet).Stew Benedict2004-02-111-1/+1
|
* Disable title banner for now (Bugzilla 7564).Stew Benedict2004-02-111-10/+25
| | | | | Don't assume eth0, rework subnet/netmask for hosts.allow (jmdault).
* - isdn and modem are fetched from $intfDamien Chaumette2004-02-101-5/+7
| | | | | | - drop useless @all_cards - 'ath' and 'wlan' cards fix
* Use logdrake mail method, allow definition of SMTP server. (Arnaud de Lorbeau)Stew Benedict2004-02-101-17/+41
|
* - add 'ath' and 'wlan' to ethernet kindDamien Chaumette2004-02-101-4/+5
| | | | | - use regexp once
* Undo some of the breakage, format is still wrong :(Stew Benedict2004-02-101-2/+3
|
* Remove confusing "On hard drive" checkbox from wizard (Arnaud de Lorbeau)Stew Benedict2004-02-101-4/+1
|
* Fix failure to disable user cron job. Code reduction.Stew Benedict2004-02-101-35/+18
|
* (appli_choice) fix crash on option toggling (#7248)Thierry Vignaud2004-02-091-5/+5
|
* Thierry compliance. Doesn't work anymore and fails perl_checker now :PStew Benedict2004-02-091-39/+30
|
* handle allowNVIDIA_rpms & allowATI_rpms directly in ↵Pascal Rigaux2004-02-091-3/+1
| | | | Xconfig::card::install_server
* make XFdrake startup be instantenous for non nv|ati cards (allowNVIDIA_rpms andThierry Vignaud2004-02-081-2/+2
| | | | | allowATI_rpms tests used to cost us 99% of the long startup time of XFdrake:-()
* English typo and disambiguation of some stringsPablo Saratxaga2004-02-071-5/+5
|
* PXE image support, researched by Venantius Kumar.Stew Benedict2004-02-071-10/+33
|
* use ->create_okcancel instead of doing it by handPascal Rigaux2004-02-061-4/+1
| | | | | (hopefully it will ensure better choice of Ok/Cancel vs Cancel/Ok without breaking anything...)
* - no special testing mouse in embeddedPascal Rigaux2004-02-061-13/+4
| | | | | - use mouse::change_mouse_live()
* advertize alsaconf too since sndconfig failled for cards only managedThierry Vignaud2004-02-061-1/+1
| | | | | by ALSA (#7456)
* workaround gtk limitation #133489Thierry Vignaud2004-02-061-9/+11
|
* (alert_config) do not complain when removing non existing cron entryThierry Vignaud2004-02-061-1/+1
| | | | | (aka when one run twice the disable path)
* Warn if the user is not in framebuffer mode, but allow to see the installed ↵Florent Villard2004-02-061-17/+19
| | | | | | | | theme. Do not perform autologin config in splash mode Better parsing of current resolution from detect-resolution
* - do only one regexp on $interfaceDamien Chaumette2004-02-061-3/+9
| | | | | - more readable repack
* - add sub check_fieldDamien Chaumette2004-02-061-2/+10
| | | | | | - check IPs - delete BOOTPROTO when not needed
* Provide more detailed info on files backed up/ignored. <Anthill #306>Stew Benedict2004-02-061-91/+114
| | | | | Cleanup some of the redundant code in the actual backup routines.