summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* test if /etc/sysconfig/wizard_samba exist (commented)Antoine Ginies2005-09-281-0/+6
|
* - Let parallel HP printers be set up with HPLIP.Till Kamppeter2005-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Removed HPOJ support (HPOJ obsolete, now completely replaced by HPLIP). - Warn the user if an HP printer is connected via a port which is not supported by HPLIP. - Fixed printerdrake freezing when choosing a machine as remote CUPS server (for daemon-less client) which does not exist or does not run CUPS. - Let network printer detection also work if the DNS is misconfigured. - Let "Printer options" entry in printer editing menu only disapppear if there are really no options (entry disappeared also for Sagem MF3625 with empty manufacturer name in the PPD). - Fixed raw queue being shown with "driver: PPD" and not "driver: raw". - Do not use "Unknown model" and "Unknown Model", this somtimes broke identifying a print queue as being for an unknown printer. - Do not die if /usr/share/hplip/data/xml/models.xml (HPLIP printer database) is missing, this allows creation of live distros without HPLIP. - Fixed loop of determining the HPLIP device URI for local printers in the "printer::main::start_hplip()" function.
* Avoid wiping out user cronStew Benedict2005-09-271-3/+8
|
* Add EA (xattr) to starStew Benedict2005-09-261-17/+31
| | | | | | Optional view restore log Redo compression flag set code
* Extended ACL support user star (#17761)Stew Benedict2005-09-261-161/+154
| | | | | | | Multiple email recipients (user requested feature) Code cleanups, use do_pkgs->install Fix bug on restore with file in 2 archives
* Install mkisofs if needed. Refuse to creates images without a NIC.Stew Benedict2005-09-261-12/+16
|
* Profile support (#17566)Stew Benedict2005-09-241-76/+217
| | | | | | | | Enhance cron support o weekday ranges (#18290) o multiple cron jobs o use profiles
* (interactive_mode) fix layoutThierry Vignaud2005-09-221-1/+3
|
* (license_msg) merge 2 similar stringsThierry Vignaud2005-09-221-2/+2
|
* show IFW button even if not connected (#18708)Olivier Blin2005-09-191-1/+2
|
* (wait_msg) kill debug messageThierry Vignaud2005-09-191-1/+1
|
* remove untranslated textAntoine Ginies2005-09-191-1/+1
|
* typo fixThierry Vignaud2005-09-181-1/+1
|
* force menu refresh when interface status is modified (#18636)Olivier Blin2005-09-181-0/+1
|
* typo fixThierry Vignaud2005-09-181-1/+1
|
* fix typo (pterjan)Olivier Blin2005-09-171-1/+1
|
* fix crash (ugtk2 dialog helpers aren't imported)Olivier Blin2005-09-171-1/+1
|
* Remove unclear text (not needed, #18619)Stew Benedict2005-09-171-3/+1
|
* (wait_msg) workaround gtk+ not displaying subdialog contentsThierry Vignaud2005-09-161-1/+3
|
* space cleaning (thx perl_checko)Thierry Vignaud2005-09-161-1/+2
|
* fix crash when only one interface is configuredOlivier Blin2005-09-161-1/+1
|
* fix draknfs bannerAntoine Ginies2005-09-161-1/+1
|
* fix drakhosts bannerAntoine Ginies2005-09-161-1/+1
|
* if ESSID is hidden, add brackets around AP MAC addressOlivier Blin2005-09-161-1/+1
|
* increase timeout after a wireless network is selectedOlivier Blin2005-09-151-1/+1
|
* don't vivify hash refOlivier Blin2005-09-151-1/+1
|
* show the main window very early. thus:Thierry Vignaud2005-09-151-6/+18
| | | | | | - users feels it startups faster - both main window's icon subdialogs' ones work smoothly
* allow to up/down any network interface (backport of my 2005 patch for PSA)Olivier Blin2005-09-151-1/+23
|
* fix borking entry "linux" (removing root=xxx) when removing a kernelPascal Rigaux2005-09-151-5/+6
|
* don't resize state iconsOlivier Blin2005-09-151-1/+1
|
* show refresh icon if network isn't connectedOlivier Blin2005-09-151-2/+5
|
* show ESSID if already configured for hidden ssidOlivier Blin2005-09-151-1/+1
|
* move signal strength icon on the leftOlivier Blin2005-09-151-2/+2
|
* refresh wireless networks every minute onlyOlivier Blin2005-09-151-1/+1
|
* don't automatically refresh networks listOlivier Blin2005-09-151-1/+0
|
* use Managed mode if AP isn't Ad-HocOlivier Blin2005-09-151-1/+1
|
* drakconnect: write wireless settings in wireless.d/ as wellOlivier Blin2005-09-151-2/+1
|
* fallback to wpa_cli or iwlist/iwconfig when needed (#18516)Olivier Blin2005-09-152-52/+119
|
* call network::ethernet::update_iftab from ↵Olivier Blin2005-09-141-1/+0
| | | | network::ethernet::configure_eth_aliases
* - allow to use --apply anywhere on the command line ( thanks ennael for ↵Michael Scherer2005-09-141-1/+1
| | | | spotting this )
* fix untranslated messages (#17969)Olivier Blin2005-09-131-1/+1
|
* - keyboard::read() now returns false if the value is not recognisedPascal Rigaux2005-09-131-1/+1
| | | | | - new function keyboard::read_or_default() which always returns a valid value
* (row_setting_dialog) simplifyThierry Vignaud2005-09-121-1/+1
|
* (row_setting_dialog) ensure that both the user and the group are validThierry Vignaud2005-09-121-2/+10
|
* (row_setting_dialog) remove debug messageThierry Vignaud2005-09-121-1/+0
|
* (row_setting_dialog) prevent entering a path that is not absoluteThierry Vignaud2005-09-121-1/+6
|
* our policy is not do display version number in taskbarThierry Vignaud2005-09-121-1/+1
|
* our policy is not do display version number in taskbarThierry Vignaud2005-09-121-1/+1
|
* perl_checker fixesOlivier Blin2005-09-091-2/+2
|
* fix adjustments creation (#18295)Olivier Blin2005-09-091-8/+3
|