2004/07/26 Pablo Saratxaga * share/po/be.po: small fix 2004/07/26 Pixel * tools/make_mdkinst_stage2, install_steps_gtk.pm, docs/README, Makefile.config, mdk-stage1/disk.c, pkgs.pm, mdk-stage1/doc/TECH-INFOS, share/po/Makefile, install_steps.pm, standalone/drakpxe, Makefile.drakxtools, Makefile, mdk-stage1/config-stage1.h, lang.pm, tools/Makefile, install2.pm, modules.pm, rescue/Makefile, share/advertising/Makefile, mdk-stage1/network.c, tools/i386/netboot/menu.lst.example, install_any.pm: adapt to new directories layout: - Mandrake/mdkinst -> install/stage2/live - Mandrake/base/mdkinst_stage2.bz2 -> install/stage2/mdkinst_stage2.bz2 - Mandrake/base/rpmsrate -> media/media_info/rpmsrate - Mandrake/RPMS -> media/main - images -> install/images - isolinux -> install/isolinux - Mandrake/share/advertising -> install/extra/advertising * fs/format.pm: fix typo 2004/07/23 fisher * share/po/uk.po: Ukrainian translation update. 2004/07/23 Olivier Blin * standalone/drakconnect: remove useless $lan_button and $host_button in old drakconnect cosmetics (remove useless blanks at end of line) prepare for network::tools::reread_net_conf removal * network/network.pm: hey, I suck, that's DIAL_ON_IFUP, not DIAL_ON_BOOT - introduce ONBOOT and DIAL_ON_BOOT settings for isdn connections - write this settings with configureNetwork2, kill the old tweak in isdn.pm - use the isdn_dial_on_boot step instead of nework_on_boot in netconnect.pm * network/adsl.pm: pptp connections are now handled by pppd (#6515) * network/isdn.pm: - introduce ONBOOT and DIAL_ON_BOOT settings for isdn connections - write this settings with configureNetwork2, kill the old tweak in isdn.pm - use the isdn_dial_on_boot step instead of nework_on_boot in netconnect.pm FIRMWARE isn't used by ifup-ippp * network/netconnect.pm: hey, I suck, that's DIAL_ON_IFUP, not DIAL_ON_BOOT perl_checker compliance one more FIXME comment - introduce ONBOOT and DIAL_ON_BOOT settings for isdn connections - write this settings with configureNetwork2, kill the old tweak in isdn.pm - use the isdn_dial_on_boot step instead of nework_on_boot in netconnect.pm 2004/07/23 Pixel * fs.pm, fs/format.pm: replace pt_type2name($part->{pt_type}) with part2name($part) (hoisting the dereferencing {pt_type}) - move format related functions out of fs.pm to new module fs/format.pm - remove swap.pm, moving its few functions to fs/format.pm or fs.pm * diskdrake/hd_gtk.pm, install_any.pm: replace pt_type2name($part->{pt_type}) with part2name($part) (hoisting the dereferencing {pt_type}) * tools/mkhdlist: obsolete since 4 years * partition_table.pm: replace pt_type2name($part->{pt_type}) with part2name($part) (hoisting the dereferencing {pt_type}) - simplify partition table entry names (based on fdisk's names) - rename some internal variables old dos is not useful anymore simplify * tools/updatehdlist: remove fpons only tool * diskdrake/interactive.pm: replace pt_type2name($part->{pt_type}) with part2name($part) (hoisting the dereferencing {pt_type}) - move format related functions out of fs.pm to new module fs/format.pm - remove swap.pm, moving its few functions to fs/format.pm or fs.pm fix indentation * loopback.pm, raid.pm, commands.pm, swap.pm: - move format related functions out of fs.pm to new module fs/format.pm - remove swap.pm, moving its few functions to fs/format.pm or fs.pm 2004/07/23 Vincent Guardiola * authentication.pm: remove print coin and pwet in find_srv_name function clean function find_srv_name Add "net time set -S $server" to AD et SMBKRB config, for clock sync (kerberos require) 2004/07/22 Olivier Blin * network/network.pm: rewrite read_tmdns_conf to use cat_ perl_checker/misc fixes 2004/07/22 Pixel * modules/any_conf.pm: perl_checker enhancement add $Id modules::modprobe_conf now works (at least a little :) * fsedit.pm: shorter and faster set {is_removable} directly in fsedit::hds() * modules/modprobe_conf.pm, modules/modules_conf.pm: add $Id modules::modprobe_conf now works (at least a little :) * drakxtools.spec: need latest MDK::Common * modules.pm: cleanup modules::modprobe_conf now works (at least a little :) * fs.pm: set {is_removable} directly in fsedit::hds() * detect_devices.pm: - isRemovableDrive() removed, partially replaced with may_be_a_hd() - the main difference is that isRemovableDrive() checked isRemovableUsb() whereas may_be_a_hd() allows more usb removable drives (esp. memory cards and some usb keys declared as memory cards (0x0c76 0x0005)) simplify - re-indent - use begins_with() more cleanup cleanup isRemovableDrive() doesn't check isRemovableUsb() anymore allowing more usb removable drives (esp. some usb keys declared as memory cards (0x0c76 0x0005)) * network/network.pm: perl_checker compliance - don't use if_() when not needed and strange - read_tmdns_conf() now knows which file it reads, don't give it as argument 2004/07/22 Thierry Vignaud * standalone.pm (rename) only log succesfull renamings * network/network.pm (read_tmdns_conf) unbreak oblin code (read_tmdns_conf) reinsert parameter naming for parameter checking * drakxtools.spec: bump drakconf conflict due to new drakconnect API 2004/07/21 Pixel * standalone/drakautoinst: perl_checker fixes * standalone/drakboot, standalone/drakfloppy: remove unused variable * standalone/draksec, standalone/drakpxe, network/smb.pm: perl_checker compliance * harddrake/autoconf.pm, standalone/service_harddrake: use do_pkgs_standalone->new instead of class_discard - %modules::conf is no more a global, so many functions need passing $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 * do_pkgs.pm: - do_pkgs_standalone->new doesn't *need* a $in anymore - ->in replace ->{in} so that it can be created on demand (ugly, but...) ->{in}->do_pkgs gives the same kind of object, removing it * standalone/XFdrake: XFdrake doesn't modify modules_conf! (or does it?) * network/network.pm, install_steps.pm, network/isdn.pm, install_steps_interactive.pm, network/netconnect.pm, mouse.pm, install2.pm, modules/modprobe_conf.pm, harddrake/v4l.pm, modules/interactive.pm, standalone/mousedrake, commands.pm, printer/detect.pm, printer/main.pm, standalone/printerdrake, harddrake/sound.pm, install_steps_auto_install.pm, network/ethernet.pm, modules/any_conf.pm, standalone/drakconnect, modules/modules_conf.pm, standalone/drakgw, harddrake/data.pm, network/adsl.pm, detect_devices.pm, modules.pm, network/shorewall.pm, network/tools.pm, Xconfig/default.pm, standalone/draksound, install_any.pm, printer/printerdrake.pm, standalone/drakxtv: - %modules::conf is no more a global, so many functions need passing $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 2004/07/21 Thierry Vignaud * .perl_checker: blacklist URPM::Resolve * standalone/drakauth: perl_checker fix * lang.pm: fix xmodifiers setting which is broken since perl-MDK-Common-1.1.13-1mdk * drakxtools.spec: 10-57mdk bump requires on perl-MDK-Common b/c of localedrake vs CJK issue 2004/07/21 Vincent Guardiola * authentication.pm: Add service smb et winbind restart in smbkrb config 2004/07/20 Olivier Blin * network/tools.pm: merge netconnect::load_conf in netconnect::read_conf (and replace all calls to lload_conf with read_conf, remove all previous calls to read_conf) don't probe again connection type here since now network::netconnect::load_conf does it as intended initially * install_steps_interactive.pm: use correct method variable in chooseCD (even if this code is used only in expert mode which isn't anymore supported) * network/netconnect.pm: fix perl_checker combo (yeah) oops, fix suckiness use read_net_conf to avoid code duplication merge netconnect::load_conf in netconnect::read_conf (and replace all calls to lload_conf with read_conf, remove all previous calls to read_conf) unused variable don't forget to send $netcnx to network::network::read_all_conf ... (or else we won't get back the probed connection type) * standalone/draksound: do not probe devices twice (and avoid to grep on detect_devices::probeall()), cosmetics * standalone/net_monitor: merge netconnect::load_conf in netconnect::read_conf (and replace all calls to lload_conf with read_conf, remove all previous calls to read_conf) cosmetics do not allocate new Gtk2::Gdk::GC at each redraw (last memory leak fixed ?) use the power of the Gtk2::Dialog widget, thus giving change_color() more luck to succeed translate connection type (Fabrice Facorat) fix spacing (from Fabrice Facorat, #10300), remove blank line * standalone/drakconnect: maxi perl_checker compliance combo do not read conf in add_intf, this is already done by the netconnect wizard merge netconnect::load_conf in netconnect::read_conf (and replace all calls to lload_conf with read_conf, remove all previous calls to read_conf) 2004/07/20 Pablo Saratxaga * share/po/bn.po, share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/translation_size.pl, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po, share/po/nb.po, share/po/ky.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/uk.po, share/po/mn.po, share/po/am.po, lang.pm, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/fur.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/vi.po, share/po/fr.po, share/po/ta.po, share/po/nl.po, share/po/de.po, share/po/tl.po, share/po/validate.pl, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: changed MandrakeSoft -> Mandrakesoft 2004/07/20 Pixel * bootloader.pm: remove debugging code * authentication.pm, install_steps_gtk.pm: perl_checker compliance * mdk-stage1/dns.c, mdk-stage1/pcmcia_/cardmgr.c, standalone/drakfirewall, share/advertising/pwp-02.pl, rescue/restore_ms_boot, mdk-stage1/mkinitrd_helper/mkinitrd_helper.c, tools/genmodparm, tools/gencryptofiles, rescue/tree/sbin/fakeshutdown, standalone/drakpxe, mdk-stage1/config-stage1.h, standalone/drakvpn, standalone/drakboot, standalone.pm, mdk-stage1/init-libc-headers.h, standalone/drakTermServ, mdk-stage1/mar/mar-frontend.c, mdk-stage1/probing.h, standalone/drakbackup, mdk-stage1/pcmcia_/probe.c, mdk-stage1/insmod-busybox/insmod-frontend.c, tools/serial_probe/serial_probe.c, mdk-stage1/disk.h, mdk-stage1/modules.c, mdk-stage1/mount.c, standalone/printerdrake, standalone/fileshareset, standalone/drakedm, mdk-stage1/modules.h, share/advertising/dwd-01.pl, mdk-stage1/mar/mar.h, share/advertising/dis-01.pl, standalone/drakhelp, standalone/XFdrake, mdk-stage1/insmod.h, mdk-stage1/rp-pppoe/src/Makefile, mdk-stage1/pcmcia_/pcmcia.h, standalone/drakupdate_fstab, mdk-stage1/bzlib/Makefile, scanner.pm, mdk-stage1/Makefile.common, mdk-stage1/stdio-frontend.c, standalone/drakproxy, tools/ppc/mkINSTALLCD, share/advertising/dwd-06.pl, mdk-stage1/rescue-gui.c, mdk-stage1/nfsmount.c, mdk-stage1/network.h, mdk-stage1/doc/README, mdk-stage1/log.h, standalone/drakfloppy, mdk-stage1/newt/Makefile, standalone/drakfont, mdk-stage1/newt-frontend.c, share/advertising/ppp-01.pl, rescue/tree/etc/profile, share/advertising/dis-09.pl, mdk-stage1/network.c, mdk-stage1/disk.c, rescue/guessmounts, mdk-stage1/url.c, standalone/logdrake, mdk-stage1/automatic.h, mdk-stage1/frontend.h, mdk-stage1/insmod-modutils/insmod-frontend.c, rescue/lsparts, mdk-stage1/usb-resource/Makefile, mdk-stage1/url.h, mdk-stage1/probing.c, mdk-stage1/mar/mar-extract-only.h, mdk-stage1/cdrom.c, mouse.pm, mdk-stage1/lomount.h, mdk-stage1/dhcp.h, standalone/net_monitor, mdk-stage1/stage1.c, diskdrake/diskdrake.html, mdk-stage1/dhcp.c, mdk-stage1/init.c, mdk-stage1/pci-resource/Makefile, mdk-stage1/mkinitrd_helper/Makefile, install2, mdk-stage1/Makefile, rescue/install_bootloader, mdk-stage1/lomount.c, mdk-stage1/adsl.h, share/advertising/ppp-09.pl, mdk-stage1/adsl.c, mdk-stage1/dns.h, mdk-stage1/automatic.c, mdk-stage1/mar/mar-extract-only.c, standalone/drakconnect, tools/shift_img.c, standalone/drakbug, tools/make_lang_png_transparent.c, mdk-stage1/frontend-common.c, standalone/draksound, standalone/drakxtv, mdk-stage1/tools.h, share/compssUsers.server, mdk-stage1/slang/Makefile, mdk-stage1/minilibc.h, standalone/drakautoinst, mdk-stage1/cdrom.h, mdk-stage1/Makefile.mkinitrd_helper, mdk-stage1/stage1.h, standalone/diskdrake, mdk-stage1/doc/documented..frontend.h, mdk-stage1/mount.h, mdk-stage1/directory.c, rescue/drvinst, mdk-stage1/mar/Makefile, mdk-stage1/directory.h, mdk-stage1/log.c, install_messages.pm, mdk-stage1/modules_descr.h, standalone/drakgw, mdk-stage1/pcmcia_/Makefile, mdk-stage1/tools.c, share/advertising/pwp-01.pl, tools/syncrpms, share/advertising/pwp-08.pl, mdk-stage1/ppp/pppd/Makefile, standalone/scannerdrake, mdk-stage1/minilibc.c: MandrakeSoft -> Mandrakesoft * share/list: adapt to file renaming 2004/07/20 Thierry Vignaud * authentication.pm: better looking wizard * lang.pm (write) better check parameter rather than EUID (write) do not bother trying to write /etc/menu-methods/lang.h when run as a user * standalone/drakauth: better looking wizard put help out of the radiobutton 2004/07/20 Vincent Guardiola * authentication.pm: remove ask_warn winbind or SFU and add new entry in kinds Add desciption for authentification type Add Entry for IDMAP clean code * standalone/drakauth: Add type => 'list' in ask_from 2004/07/20 Pixel * share/list: adapt to file renaming * bootloader.pm: remove debugging code 2004/07/20 Vincent Guardiola * authentication.pm: clean code 2004/07/19 Olivier Blin * standalone/net_monitor: use run_program, try to handle default interface better disable the connect button if up interface is found (there is currently no reliable way to find the gateway interface) code factorization, do not use system() but fork() and exec() since we don't want to wait the command to return perl_checker compliance use ifup/ifdown to connect/disconnect no need to be root to monitor connection * network/netconnect.pm: use hotplug blacklist for adsl connections too * network/network.pm: do not write wireless encryption key if empty * network/tools.pm: make the tcp ping actually work 2004/07/19 Pixel * install_steps.pm: don't bootloader::suggest_floppy * bootloader.pm: don't bootloader::suggest_floppy don't unset prompt when timeout is undefined (and don't care when timeout is 0) * pkgs.pm: perl_checker compliance add multimedia kernel in analyse_kernel_name * tools/hd_grub.cgi, docs/README, rescue/rescue-doc, rescue/tree/etc/issue, rescue/lsparts, docs/HACKING, mdk-stage1/doc/README: replace "Mandrake Linux" with "Mandrakelinux" * standalone/bootloader-config: also add long name when adding add short name 2004/07/19 Thierry Vignaud * drakxtools.spec: 10-56mdk fix changelog merge changelog from the real update * share/po/br.po: update * standalone/net_monitor: unsensitive buttons immediatly once ifup/isdown has completed 2004/07/19 Vincent Guardiola * authentication.pm: modify nss_path one to sub config winbind for AD * network/smb.pm: Add function write_smb_ads_conf 2004/07/18 Pixel * bootloader.pm: save the previous bootloader config file (bugzilla #10072) 2004/07/17 Daouda Lo * pam.net_monitor, drakxtools.spec, apps.net_monitor, Makefile: remove historical consolehelper files (pam.d and console.apps) 2004/07/16 Olivier Blin * network/tools.pm: use a tcp ping in check_link_beat if not root * wizards.pm: do not ask to install already installed packages, prefer to install uninstalled packages (misc) * install_steps_gtk.pm: fix predicted time when there is an error installing packages 2004/07/15 Olivier Blin * standalone/net_monitor: add a border spacing of 5 pixel (fix #10299, from Fabrice Facorat) * drakxtools.spec: 10-54mdk 2004/07/15 Pixel * fsedit.pm: change_pt_type() must return a boolean value * standalone/bootloader-config: make_boot_splash is no good since the same initrd is used with or without vga=, so call add_boot_splash directly * bootloader.pm: make_boot_splash is no good since the same initrd is used with or without vga=, so call add_boot_splash directly alt_xxx instead of old_xxx for bootloader labels (as suggested by Svetoslav Slavtchev on cooker) * diskdrake/interactive.pm: encryption key length can now be lower than 20, allowing >= 6 2004/07/14 Olivier Blin * install_steps_interactive.pm: to_bool is what I was looking for, thanks Pixel perl_checker fix, I should have done it before ... automatically detect which media are available in install from ISO images * install_any.pm: remove unneeded return automatically detect which media are available in install from ISO images * standalone/drakboot: use bootloader and Xconfig instead of detect-resolution 2004/07/13 Olivier Blin * mdk-stage1/network.c: umount nfs directory if an error occurs too fix segfault when hostname resolves as weird name without any dot (for example 24.159.64.20 resolves as TN-JACKSN-NR1) and abort domain name guess in this case * standalone/net_applet: apply Pixel's suggestion, use //m instead of foreach * mdk-stage1/directory.c: don't forget to umount ISO images it is again stupid to use a ramdisk if the install location isn't mounted by loopback 2004/07/13 Pablo Saratxaga * share/po/bn.po, share/po/fur.po: Added Bengali and Furlan files 2004/07/13 Rafael Garcia-Suarez * pkgs.pm: Some factorization. Protection against /var/lib/urpmi being a dangling symlink (see bug #9934) 2004/07/13 Warly * share/logo-mandrake.png: cooker logo 2004/07/12 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/07/12 Olivier Blin * standalone/net_applet: perl_checker fixes add a "monitor network" menu item that launches net_monitor use drakconnect to configure network use 'ip route show' to find the gateway device when no GATEWAYDEV is defined 2004/07/12 Pixel * bootloader.pm (sort_hds_according_to_bios): when installing on floppy, $boot_hd is undefined, but that's ok (bugzilla #10260) * authentication.pm: - add "Active Directory" through winbind (it needs more stuff to work) - drop using $val, use directly $authentication->{XXX} 2004/07/09 Pixel * lang.pm: replace lang::get_unneeded_png_lang_files() with lang::png_lang_files * share/list: unicore/PVA.pl is needed - adapt to new perl - use "*" instead of PERL_VERSION to be more versatile * rescue/make_rescue_img, rescue/list: use "*" instead of PERL_VERSION in list, but ensure only one match * install_steps.pm: fix commit 1.685: use lang::analyse_locale_name() but still use lang::l2locale() * Makefile: replace lang::get_unneeded_png_lang_files() with lang::png_lang_files ensure "*" to wildcard a directory in share/list match only once * tools/Makefile: ask perl where to find package.pm and URPM.pm, this is more versatile than using installvendorlib * install2.pm: fix mounting /sys (why did i switch to using syscall_ 'mount' directly? and with missing parameters!) * any.pm: add "ls -l /sys/bus/scsi/devices" in report.bug (it helps for debugging getSCSI on 2.6) 2004/07/09 Thierry Vignaud * tools/cvslog2changelog.pl: sort add Robert Vojta 2004/07/09 Pixel * install2.pm: fix mounting /sys (why did i switch to using syscall_ 'mount' directly? and with missing parameters!) * any.pm: add "ls -l /sys/bus/scsi/devices" in report.bug (it helps for debugging getSCSI on 2.6) 2004/07/08 keld * share/po/da.po: updates soft/drakcronat/po/da.po soft/drakfax/po/da.po soft/GtkMdkWidgets/po/da.po soft/mdkonline/po/da.po soft/rpmdrake/po/da.po soft/urpmi/po/da.po gi/perl-install/share/po/da.po soft/galaxy/thememdk/mandrake_client/po/da.po 2004/07/08 Pixel * modules.pm: handle s/snd-card/snd/g and s/snd-via686|snd-via8233/snd-via82xx/g more generically in mergein_conf(), get the "above" value, and don't dirty "probeall" rename load_raw() to load_raw_install() and change the prototype cleanup - create when_load_category() - replace regexp [uo]hci on module name with testing category "bus/usb" - move the special case imm ppa from when_load() to load() fix previous commit - generalize the snd-pcm-oss case - cleanup - rename add_alias() into set_alias() - create set_sound_slot() and use it don't remove "above ... snd-pcm-oss" for the old alias, it's better done explictly, and already done by remove_module() * install_steps_interactive.pm: - create X_options_from_o() and use it - add freeDriver boot option when adding users during install, suggest the user names found in /home * Xconfig/card.pm, install2.pm, install_steps.pm, install_any.pm: - create X_options_from_o() and use it - add freeDriver boot option * lang.pm: merge with MDK-10-update Move changes * any.pm: fix typo merge "language choice dialog" from MDK-10-update selectCountry doesn't really need a $o, a $in is enough when adding users during install, suggest the user names found in /home * network/adsl.pm, harddrake/sound.pm, detect_devices.pm, network/ethernet.pm: - rename add_alias() into set_alias() - create set_sound_slot() and use it * standalone/adduserdrake: when adding users during install, suggest the user names found in /home 2004/07/08 rvojta * standalone/drakedm: - typo fix (lost -> lose) 2004/07/08 Thierry Vignaud * tools/cvslog2changelog.pl: add vincent * drakxtools.spec: 10-53mdk final * standalone/drakedm: warn the user before dm exit will kill the session (Robert Vojta, #10179) 2004/07/07 Pixel * mouse.pm: fix comment modules::mergein_conf() doesn't need to be given /etc/modules.conf => prepare for reading either modprobe.conf or modules.conf based on the running kernel version * install_steps.pm, install_steps_interactive.pm, install_any.pm: - move configure_pcmcia() and write_pcmcia() out of modules.pm to install_any.pm - load pcmcia_core, $pcic and ds in one call to modules::load - don't pass prefix to write_pcmcia() * modules.pm: fix indentation modules::mergein_conf() doesn't need to be given /etc/modules.conf => prepare for reading either modprobe.conf or modules.conf based on the running kernel version modules::mergein_conf() doesn't need to be given /etc/modules.conf => prepare for reading either modprobe.conf or modules.conf based on the running kernel version remove non-useful prototypes ($) use the module category to decide if it needs alias usb-interface or alias ieee1394-controller fix typo - restrict view of %mappings_24_26 and %mappings_26_24 to modules.pm - simplify mapping_24_26(), it now takes only one module name, not a list - simplify mapping_26_24(), the special case is handled properly in %mappings_26_24 - move configure_pcmcia() and write_pcmcia() out of modules.pm to install_any.pm - load pcmcia_core, $pcic and ds in one call to modules::load - don't pass prefix to write_pcmcia() create write_preload_conf() * standalone/XFdrake: modules::mergein_conf() doesn't need to be given /etc/modules.conf => prepare for reading either modprobe.conf or modules.conf based on the running kernel version modules::mergein_conf() doesn't need to be given /etc/modules.conf => prepare for reading either modprobe.conf or modules.conf based on the running kernel version * standalone/printerdrake, standalone/service_harddrake, network/ethernet.pm, harddrake/data.pm, network/netconnect.pm, install2.pm, modules/interactive.pm, standalone/mousedrake, standalone/draksound, standalone/drakxtv: modules::mergein_conf() doesn't need to be given /etc/modules.conf => prepare for reading either modprobe.conf or modules.conf based on the running kernel version 2004/07/07 Stew Benedict * standalone/drakbackup: Merge fixes from Anthill 927, 929. (filenames with spaces, .backupignore, gui behavior) Merge fixes from Anthill 927, 929 (filenames with spaces, .backupignore, gui issues) 2004/07/06 Olivier Blin * standalone/drakboot: update bootsplash even if framebuffer was disabled * mdk-stage1/config-stage1.h: add missing slash in Mandrake Move image location 2004/07/06 Pixel * mdk-stage1/config-stage1.h: fix blino fix doing basename is dumb (is blino too?), really make the symlink relative * mdk-stage1/disk.c: - when the directory is bad, go back to choose another directory instead of choosing another device (you can still use "Cancel" to choose another device) - list files in directory given, not the root directory of the device * standalone/bootloader-config: fix typo - nicer "usage: ..." - add actions "add-entry" and "remove-entry" - add option --label - add option --chainload - rename --vmlinuz to --image * bootloader.pm: remove unneeded spaces in append=" foo" write_lilo handles "optional" rename var cleanup cleanup * mdk-stage1/directory.c: doing basename is dumb (is blino too?), really make the symlink relative * Xconfig/xfree.pm: add 1024x480 (part of bugzilla #5192) * Xconfig/resolution_and_depth.pm: rename function $set_chosen_x_res to $set_chosen_resolution (since it sets both) (choose_gtk): ensure default height is the chosen one 2004/07/06 Thierry Vignaud * c/stuff.xs.pl: workaround blind gwenole workaround build with new kernels * standalone/service_harddrake: high level explanation * drakxtools.spec: 10-53mdk 2004/07/06 Pixel * mdk-stage1/disk.c: - when the directory is bad, go back to choose another directory instead of choosing another device (you can still use "Cancel" to choose another device) - list files in directory given, not the root directory of the device * mdk-stage1/config-stage1.h, mdk-stage1/directory.c: doing basename is dumb (is blino too?), really make the symlink relative 2004/07/06 Thierry Vignaud * standalone/service_harddrake: high level explanation 2004/07/05 jjorge * share/po/pt.po: rush to beta one man 2004/07/05 Olivier Blin * mdk-stage1/network.c: properly handle error return code in nfs install * install_any.pm: allow medium change in nfs-iso install * standalone/net_monitor: try to use $default_intf (and fix the last perl_checker warning, yeah) perl_checker compliance rename $echr and $echt to $scale_r and $scale_t remove unused variable $type 2004/07/05 Pixel * log.pm: use $LOG instead of *LOG * standalone/draksec: fix #-PO: comment * install_steps.pm: big renaming of field {type} to {pt_type}, this will allow defining {fs_type} which will always be a string whereas {pt_type} will always be a number allow getpwnam, getgrnam, getgrid to work * any.pm, partition_table/mac.pm, partition_table/bsd.pm, partition_table/dos.pm, diskdrake/removable.pm, partition_table/sun.pm, partition_table/gpt.pm, install_steps_interactive.pm, network/smbnfs.pm, diskdrake/dav.pm, diskdrake/hd_gtk.pm, lvm.pm, raid.pm, install_interactive.pm, install_any.pm, partition_table/raw.pm, partition_table.pm: big renaming of field {type} to {pt_type}, this will allow defining {fs_type} which will always be a string whereas {pt_type} will always be a number * drakxtools.spec: drakxtools-backend needs ldetect-lst (for complete_usb_storage_info()) * fsedit.pm: big renaming of field {type} to {pt_type}, this will allow defining {fs_type} which will always be a string whereas {pt_type} will always be a number create rationalize_options() and use it (bugzilla #3525) more checks should be done in this function, and used at more places (but where?) * bootloader.pm: big renaming of field {type} to {pt_type}, this will allow defining {fs_type} which will always be a string whereas {pt_type} will always be a number drop "other" entries in grub conf when the device is unknown - handle missing root=/dev/xxx kernel commandline parameter - handle grub splashimage option oops, revert debugging code * standalone/bootloader-config: drop --no-link option (already replaced by --no-short-name) - new option --no-short-name which implies no short labels (usually vmlinuz) and no symlinks (usually /boot/vmlinuz) - rename --no-link to --no-short-name (keeping compatibility for a few days) * fs.pm: big renaming of field {type} to {pt_type}, this will allow defining {fs_type} which will always be a string whereas {pt_type} will always be a number create rationalize_options() and use it (bugzilla #3525) more checks should be done in this function, and used at more places (but where?) don't set {major} and {minor} to 0 when the device doesn't exist * diskdrake/interactive.pm: fix function call big renaming of field {type} to {pt_type}, this will allow defining {fs_type} which will always be a string whereas {pt_type} will always be a number 2004/07/03 jjorge * share/po/pt.po: saraiva esta rapido ;-) 2004/07/03 Pixel * bootloader.pm: fix typo 2004/07/02 fisher * share/po/uk.po: Ukrainian translation update. 2004/07/02 Olivier Blin * network/adsl.pm: remove spurious '"pty ', I suck pptp support (partial fix for #6515) 2004/07/02 Pixel * drakxtools.spec: ensure proper upgrade: explictly tell urpmi that old drakxtools-newt conflicts with drakxtools-backend * authentication.pm: cleanup 2004/07/02 Thierry Vignaud * drakxtools.spec: 10-52mdk * lang.pm: switch to new japanese fonts (UTUMI Hirosi ) (write) let be aware of install mode (write) configure menu-method's language too so that altering language is done for KDE menu entries too (instead of just programs' messages) 2004/07/02 vguardiola * authentication.pm: Add anonymous bind remove anonymous entry add libsasl2-plug-gssapi when AD is selected Change SSL/TLS to SSL or TLS add uc_domain to realm section in /etc/krb5.conf padbol 2004/07/01 Olivier Blin * any.pm: add fluxbox in known window managers list * mdk-stage1/network.c: rephrase previous patch, with correct indentation this time add a slash at beginning of the given directory if not already present (ftp and http install) 2004/07/01 Pixel * lang.pm: default consolefont is lat0-16, no more lat0-sun16 * authentication.pm, bootloader.pm: fix typo * standalone/draksplash, standalone/printerdrake, standalone/logdrake, standalone/draksec, standalone/drakfloppy, standalone/drakfont, standalone/drakbug, standalone/drakperm, standalone/harddrake2, standalone/drakTermServ, standalone/net_monitor, standalone/drakclock, standalone/drakups: revert ugly code printing "This program cannot be run in console mode", it is easily done in ugtk2.pm * Xconfig/xfree.pm: fix typo causing multiple "Keyboard" entries in XF86Config (bugzilla #10163) * drakxtools.spec: create package drakxtools-backend * mdk-stage1/modules.c, install2.pm: stage1 used to write files /tmp/network, /tmp/ifcfg-eth0, /etc/modules.conf but those files are in /stage1 after pivot rooting, so: - write modules.conf in /tmp instead of /etc - cp those files from /stage1/tmp to /tmp before umounting /stage1 2004/07/01 Thierry Vignaud * network/netconnect.pm, standalone/harddrake2: typo fix * drakxtools.spec: add bug reference 10-50mdk 2004/06/30 fisher * share/po/uk.po: Ukrainian translation update Sync'ed with .pot 2004/06/30 fwang * share/po/zh_CN.po: update 2004/06/30 Olivier Blin * standalone/net_monitor: try to display arrows closely to transmission values always draw an arrow next to transmitted amount always display a speed label for transmitted graph allow the user to use different scales for received and transmitted prepare code to use distinct scales for received and transmitted remove most magic numbers, prefer usage of $width and $height 2004/06/30 Pixel * ugtk2.pm: use print + exit instead of die (so that standalone tools don't need to do it by hand) * standalone/bootloader-config: when doing update_splash or remove_splash, call when_config_changed (mainly for lilo) please perl_checker * network/smb.pm: shut up "smbclient -L" * authentication.pm: for Active Directory, allow: Kerberos, SSL/TLS, simple and anonymous 2004/06/30 Thierry Vignaud * standalone/drakfloppy (build_it) add translator hint * standalone/net_monitor: fix button layout 2004/06/29 fisher * share/po/uk.po: translation update 2004/06/29 Olivier Blin * mdk-stage1/network.c: properly handle "back" behavior in mirror list step do not unset automatic if mirror list selection fails, we know it wasn't automatic at that point remove http proxy settings from interface structure, that was really dumb allow to use a specific ACNAME for pppoe connections * standalone/drakupdate_fstab: use fsedit::is_same_hd in drakupdate_fstab and revert previous change in fs::subpart_from_wild_device_name (do not fill both devfs_device and device fields) * fs.pm: use fsedit::is_same_hd in drakupdate_fstab and revert previous change in fs::subpart_from_wild_device_name (do not fill both devfs_device and device fields) do not add default device in device hash, it will be filled with result from fs::subpart_from_wild_device_name always update $part{device} in fs::subpart_from_wild_device_name because /dev is stripped (fix #6982, #10175) * mdk-stage1/tools.c, mdk-stage1/directory.c, mdk-stage1/probing.c: variable declaration fixes (spotted by neofutur) * mdk-stage1/network.h: remove http proxy settings from interface structure, that was really dumb allow to use a specific ACNAME for pppoe connections * mdk-stage1/adsl.c: allow to use a specific ACNAME for pppoe connections 2004/06/29 Pablo Saratxaga * share/po/uz.po, share/po/et.po, share/po/uz@Latn.po: updated Estonian and Uzbek files 2004/06/29 Pixel * fsedit.pm: in is_same_hd(), both hds can have {device} unset, it doesn't mean they are the same * drakxtools.spec: - add bootloader-config (used by bootloader-utils and bootsplash scripts) - drakboot (pixel): o major backend rewrite b/c of code sharing with new installkernel o when adding a new kernel, have a nicer new name for conflicting entry o when modifying kernel parameters in all entries, skip the "failsafe" entry (#10143) o when modifying a symlink, ensure we also use the long name for the old symlink in the existing entries - drakconnect (Olivier Blin): o never disable "DHCP host name" entry box, it shouldn't be linked with "Assign host name from DHCP address" checkbox (#2759, #9981) o unblacklist sis900 since its link beat detection works with latest kernels - draksound: remove unneeded "above" lines in modules::write_conf (Olivier Blin) (#8288) - ugtk2 layer: catch missing wizard pixmap, otherwise we end up with unshown windows and error messages can't pop up (pixel) - don't require mkbootdisk * Makefile: add missing share/net_monitor.desktop * bootloader.pm: - mkinitrd() calls make-boot-splash after building the initrd (since /sbin/mkinitrd doesn't do it anymore) - change mkinitrd() parameters - change add_kernel() parameters and add option b_no_initrd (it is available in installkernel though i suspect it is unused) - after reading config file, get {perImageAppend} and {default_vga} (it was only done for lilo and {perImageAppend}) - keep the current kernel for linux-nonfb too (it was only done for failsafe) - add create_link_source(), action(), when_config_changed_{lilo,grub,yaboot} - create write_yaboot() * Makefile.config, standalone/bootloader-config: add bootloader-config (tested for adding and removing in simple cases) * .perl_checker: add "Getopt::Long" (used by bootloader-config) 2004/06/28 Pixel * share/rpmsrate: fix titi's regexp for matching centrino * any.pm: don't set ICEAUTHORITY using $ENV{HOME} for kde (bugzilla #10144) * bootloader.pm: after install, when modifying kernel parameters in all entries, skip the "failsafe" entry (bugzilla #10143) * ugtk2.pm: make perl_checker a little more happy catch missing wizard pixmap, otherwise we end up with WizardWindow being non shown and error messages can't pop up disallow switching to expert mode using Alt-e 2004/06/27 Thierry Vignaud * c/Makefile.PL: drop useless linkage since X11 stuff was split out of c module 2004/06/25 Olivier Blin * mdk-stage1/directory.c: fix typo do not use ramdisk in nfs install add missing include for basename() use relative symlink to image location in disk/nfs install, to have a working stage2 2004/06/25 Pixel * install2.pm: remove deprecated rhimage symlink * bootloader.pm: when adding a new kernel, have a nicer new name for conflicting entry when modifying a symlink, ensure we also use the long name for the old symlink in the existing entries * install_steps.pm: fix blino stage1 change (i think he likes breaking things ;p) bootloader::add_kernel() do a good job at replacing symlinks with the real kernel/initrd file name, so don't need to do it here * install_any.pm: use internal_error() instead of die'ing with no arguments fix blino stage1 change (i think he likes breaking things ;p) 2004/06/25 Olivier Blin * mdk-stage1/directory.c: fix typo do not use ramdisk in nfs install add missing include for basename() use relative symlink to image location in disk/nfs install, to have a working stage2 * mdk-stage1/network.c: unset automatic in ftp/http install when ramdisk can't be loaded use new http_proxy variables instead of the old answers (not anymore available) * network/netconnect.pm: never disable "DHCP host name" entry box, it shouldn't be linked with ""Assign host name from DHCP address" checkbox (#2759, #9981) unblacklist sis900 since its link beat detection works with latest kernels 2004/06/25 Pixel * standalone/drakTermServ: simplify using new bootloader.pm * Xconfig/various.pm, any.pm, standalone/drakboot: adapt to new bootloader.pm * bootloader.pm: when adding a new kernel, have a nicer new name for conflicting entry when modifying a symlink, ensure we also use the long name for the old symlink in the existing entries fix 2 typos drop obsolete function drop obsolete lnx4win_file() major cleanup and rewrite - some functions have been renamed - some functions have changed prototype - no more bootloader::vga_modes, we use Xconfig::resolution_and_depth::bios_vga_modes() - no more detectloader, it is now detect_main_method(), but notice that bootloader::read() + bootloader::write() abstract all this! - update_for_renumbered_partitions() is surely broken :) - sort_hds_according_to_bios() and mixed_kind_of_disks() uses new function hd2bios_kind() - new data structure "kernel_str" - lilo doesn't need so much help as it used to be, so don't put as much "disk=/dev/sda bios=0x80" as before some goals: - don't rely on device names (this allows not to care too much about devfs vs udev vs ...) - kernels can be named something else than /boot/vmlinuz*, please use the various functions to construct the initrd file name, the symlink name... * fs.pm: - enhance subpart_from_wild_device_name() to handle "sda" the same as "/dev/sda" (when /dev/sda exists) - new function device2part() which uses subpart_from_wild_device_name and the given fstab to convert the device name to the corresponding structure (this allows not relying too much on the device name) * install2.pm: remove deprecated rhimage symlink * install_steps.pm: fix blino stage1 change (i think he likes breaking things ;p) bootloader::add_kernel() do a good job at replacing symlinks with the real kernel/initrd file name, so don't need to do it here adapt to new bootloader.pm * install_any.pm: use internal_error() instead of die'ing with no arguments fix blino stage1 change (i think he likes breaking things ;p) - adapt to new bootloader.pm - simplify 2004/06/25 Rafael Garcia-Suarez * install_any.pm: Make perl_checker silent 2004/06/25 Olivier Blin * mdk-stage1/network.c: unset automatic in ftp/http install when ramdisk can't be loaded use new http_proxy variables instead of the old answers (not anymore available) 2004/06/25 Pixel * bootloader.pm: drop obsolete function drop obsolete lnx4win_file() major cleanup and rewrite - some functions have been renamed - some functions have changed prototype - no more bootloader::vga_modes, we use Xconfig::resolution_and_depth::bios_vga_modes() - no more detectloader, it is now detect_main_method(), but notice that bootloader::read() + bootloader::write() abstract all this! - update_for_renumbered_partitions() is surely broken :) - sort_hds_according_to_bios() and mixed_kind_of_disks() uses new function hd2bios_kind() - new data structure "kernel_str" - lilo doesn't need so much help as it used to be, so don't put as much "disk=/dev/sda bios=0x80" as before some goals: - don't rely on device names (this allows not to care too much about devfs vs udev vs ...) - kernels can be named something else than /boot/vmlinuz*, please use the various functions to construct the initrd file name, the symlink name... * install_any.pm: - adapt to new bootloader.pm - simplify * standalone/drakTermServ: simplify using new bootloader.pm * Xconfig/various.pm, any.pm, standalone/drakboot, install_steps.pm: adapt to new bootloader.pm * fs.pm: - enhance subpart_from_wild_device_name() to handle "sda" the same as "/dev/sda" (when /dev/sda exists) - new function device2part() which uses subpart_from_wild_device_name and the given fstab to convert the device name to the corresponding structure (this allows not relying too much on the device name) * share/rpmsrate: - scim-uim requires scim, no need to have both - scim-chinese requires scim, no need to have both 2004/06/24 fisher * share/po/uk.po: translation update. 2004/06/24 Nicolas Planel * mdk-stage1/probing.c: don't redefine buf for /proc/scsi/scsi (size 5000 instead of 2048) don't redefine buf for /proc/scsi/scsi (size 5000 instead of 512) 2004/06/24 Olivier Blin * modules.pm: perl_checker compliance remove unneeded "above" lines in modules::write_conf delete "above" lines when removing a sound alias with modules::remove_alias_regexp fix stupid typo in modules::when_load, try to find the best sound slot index instead of always overwritting sound-slot-0 (#7890) * network/tools.pm, network/network.pm: properly handle ascii WEP keys (#9884) 2004/06/24 Pixel * share/rpmsrate: - add gv (not installed by default) to have it in the package tree (bugzilla #10127) - add pciutils (not installed by default) in MONITORING (but i don't think it will get to the package tree) * mouse.pm: module hid is now named usbhid (thanks to svetljo on cooker) 2004/06/24 Rafael Garcia-Suarez * standalone/draksplash, standalone/drakperm, standalone/drakbug, standalone/harddrake2, standalone/printerdrake, standalone/logdrake, standalone/draksec, standalone/drakfloppy, standalone/drakTermServ, standalone/net_monitor, standalone/drakfont, standalone/drakups, standalone/drakclock: Some standalone tools don't compile when run from console 2004/06/24 Thierry Vignaud * install_steps_interactive.pm (acceptLicense) just reboot when one cancel the globetrotter first time wizard (acceptLicense) just reboot when one cancel the globetrotter first time wizard * drakxtools.spec: 10-48mdk * share/rpmsrate: - switch japanese to scim+uim and scim - switch chinese to scim * lang.pm: switch chinese to scim by default fix gtk IM module for scim IM fix xcin IM add back support for kinput2 IM sort CJK's IM entries - factorize im settings - change default IM according to cooker-i18n feedback: o default all chinese locales to fctix IM o default all japanese locales to scim+uim IM * standalone/service_harddrake.sh: rollback service priority 2004/06/23 Olivier Blin * any.pm: remove global vga choice to please Pixel and Titi add a global vga option in any::setupBootloader__general (fix bug 8957) * standalone/drakclock: be mouse wheel aware (fix bug 9926) * mdk-stage1/Makefile: define _FILE_OFFSET_BITS=64 so that stat() is large files aware * modules.pm: fix another typo from Titi in #9112 fix (#6802) * mdk-stage1/directory.c: revert the workaround on stat() now that it works on large files * standalone/drakboot: remove unneeded quotes fix processing of config file broken again by Titi please perl_checko the Clean Keeper remove spurious spaces ask for bootloader choice when framebuffer isn't configured (fix bug 9925) remove unused variable 2004/06/23 Pixel * Xconfig/monitor.pm: good_default_monitor() should work *nearly* everywhere, so use it for the auto_install fallback (this is used by mandrakemove) good_default_monitor() should work *nearly* everywhere, so use it for the auto_install fallback (this is used by mandrakemove) * any.pm: kernelVersion() is unused (only bootloader::mkbootdisk() used it, and it has already been removed) 2004/06/23 Rafael Garcia-Suarez * pkgs.pm, install_any.pm: Make perl_checker happy Support for supplementary CDs during installation (from the 10.0 update branch.) 2004/06/23 Stew Benedict * standalone/drakTermServ: code cleanup per Pixel 2004/06/23 Thierry Vignaud * network/adsl.pm: use upcase letters whenever needed * network/netconnect.pm: - unblacklist tg3 since QA has confirmed it works smoothly - blacklist buggy madwifi_pci * standalone/drakboot: - fix processing of config file broken by magic olivier - reuse cat_() * modules.pm: merge fix from MDK-10-branch: tv modules weren't loaded on boot * share/po/br.po: update 2004/06/22 Olivier Blin * standalone/drakboot: fix indentation do not update bootsplash in autologin wizard remove spurious comma and spaces * network/netconnect.pm: rephrase zeroconf dialog (cybercfo) blacklist sis900 and tg3 modules for network hotplugging 2004/06/22 Pixel * any.pm: - use Xconfig::resolution_and_depth::bios_vga_modes() instead of %bootloader::vga_modes - remove broken sparc code * docs/HACKING, install2.pm: rename --test in --testing for install2 (more coherent with standalone tools) * ugtk2.pm: ->set_title doesn't like title undef, give it '' instead (to remove ugly warnings at install) * Xconfig/resolution_and_depth.pm: perl_checker compliance - export @bios_vga_modes (needed for bootloader vga=) - to_string should return '' instead of () remove duplicate (use existing function to_string()) sync with detect-resolution * bootloader.pm: add check_enough_space() and use it - fix typo - remove silo code (sparc) 2004/06/22 Rafael Garcia-Suarez * install_any.pm: Make the CD-Rom install with supplementary CD work (don't forget to re-mount the main CDs). * share/po/fr.po: French translations for new messages 2004/06/22 Thierry Vignaud * network/adsl_consts.pm: update fields description (baud ) update doc urls (baud ) add new ISP entries (baud ) fix Telia entry (baud ) fix Free dns (baud ) merge duplicate Free entries enhance tel9com name (baud ) kill duplicate spanish entry (baud ) enhance a few entries (baud ) fix spanish isp name * drakxtools.spec: fix build broken by net_applet move net_applet in right package (aka drakxtools-gtk) 10-47mdk * standalone/net_applet: perl_checker fixes (getIP) fix build 2004/06/21 Daouda Lo * Makefile.drakxtools: - autostart file for KDE/GNOME - add net_applet file (installed in bindir) * drakxtools.spec: - net_applet to watch network connection * Makefile.config: - added net_applet * share/net_applet.desktop: - autostart file for KDE/GNOME * pixmaps/connected.png, pixmaps/disconnected.png: network applet state icons * standalone/net_applet: - cleaning titi factorization - net_applet to watch network connection 2004/06/21 Florin Grad * network/shorewall.pm: accept from fw to loc 2004/06/21 Olivier Blin * mdk-stage1/network.c: allow to use ISO images in NFS install * mdk-stage1/directory.c: workaround the fact that stat() fails on large files (like DVD ISO images) add log message when using directory as a mirror tree split directory specific functions and move them from disk.c to directory.c (will be used in NFS install) * mdk-stage1/disk.c, mdk-stage1/directory.h: split directory specific functions and move them from disk.c to directory.c (will be used in NFS install) * mdk-stage1/Makefile: allow to use ISO images in NFS install split directory specific functions and move them from disk.c to directory.c (will be used in NFS install) 2004/06/21 Thierry Vignaud * share/po/fr.po: fix missing trailling quotes * standalone/logdrake: kill stupid useless code * standalone/harddrake2: do not display version number in title bar since it's useless according to interface team * standalone/net_applet (getIP) simplify 2004/06/20 reinouts * share/po/nl.po: Updated Dutch (nl) translation by Reinout van Schouwen 2004/06/20 Thierry Vignaud * standalone/mousedrake: kill dead code * standalone/harddrake2: show list of partitions display better info for hard disks really ensure that "identification" section is displayed first still show info field if detect_devices::getIDE() failled to parse it for a known vendor string still show mass media fields for mass media that are not hard disks (eg: cdroms, dvdrom, burners, ...) remove old SCSI garbage code adapt fields name to new behavior of mousedrake on 2.6.x kernels smoother mouse data: sort fields show more fields for mice move mice help where it belongs simplify display media type for mass storage devices fix undisplayed fields: - if a per-class group exists, prefer it upon generic group - only care about current group fields, not about those of the group that has the same name in generic show splited vendor and description fields for USB hard disks too * share/po/fr.po: spell-check french translations update typo fixes * drakxtools.spec: 10-46mdk cleanups build typo fix * standalone/service_harddrake: fix logs of newly added hardware fix warnings only log about nv <-> nvidia swtich only if we do have to perform it fix mouse autoconfiguration done on every boot instead of on 2.4.x/2.6.x switches simplify x11 autoconf log error if a tool isn't executable simplify globetrotter case: skip non interactive stuff do not uselessy fork shells log error when we cannot run the config tool faster auto mouse reconfiguration on major kernel switch harddrake wasn't aware of newly added wireless network card since early 2004/02 fix logs of newly added hardware fix mouse autoconfiguration done on every boot instead of on 2.4.x/2.6.x switches 2004/06/19 yrahal * share/po/ar.po: Committing Arabic translation Sync with Arabeyes.org's CVS 2004/06/18 Olivier Blin * mdk-stage1/disk.c: in iso install, use ISOPATH environment variable instead of loopback device filename (limited to 64 chars) * pkgs.pm: add and use install_any::method_allows_medium_change in disk-iso install, automatically choose and change ISO images, according to their volume id and application id * install_steps_gtk.pm, install_steps_interactive.pm: fix method_allows_medium_change calls (I suck) add and use install_any::method_allows_medium_change in disk-iso install, automatically choose and change ISO images, according to their volume id and application id * c/stuff.xs.pl: in iso install, use ISOPATH environment variable instead of loopback device filename (limited to 64 chars) in disk-iso install, automatically choose and change ISO images, according to their volume id and application id * install_any.pm: in disk-iso install, strip old root from ISOPATH and remove iso file from path if present in iso install, use ISOPATH environment variable instead of loopback device filename (limited to 64 chars) add and use install_any::method_allows_medium_change in disk-iso install, automatically choose and change ISO images, according to their volume id and application id 2004/06/18 Rafael Garcia-Suarez * install_any.pm: Don't ask a supplementary CD for upgrades 2004/06/18 tsdgeos * share/po/ca.po: typos 2004/06/18 Thierry Vignaud * standalone/drakupdate_fstab: merge floppies support from MDK-10-branch * harddrake/autoconf.pm: merge x11 autoconf support from MDK-10-branch * authentication.pm (configure_krb5_for_AD) fix kerberos server lookup (vincent guardiola) * install_steps_newt.pm: fix comment * standalone/service_harddrake: only stop boot progressbar if there a non automatic tool to run merge globetrotter support from MDK-10-branch merge mouse autoreconfiguration when switching between 2.4.x and 2.6.x kernels from MDK-10-branch merge x11 autoconf support from MDK-10-branch only stop boot progressbar if there a non automatic tool to run * install_steps_gtk.pm, do_pkgs.pm, install2.pm, install_gtk.pm: merge globetrotter support from MDK-10-branch * standalone/harddrake2: add help for new fields group driver fields for sound cards do not display PCI/USB vendor id in identification section - simplify item grouping - always show identification first fix displaying pci/usb vendor and device id display bus (PCI, USB, ...) first fix help for floppies - add infrastructure in order to group fields - start to group fields for mass media, CPUs and generic PCI/USB devices * drakxtools.spec: update 10-45mdk 10-45mdk * Xconfig/card.pm: merge from MDK-10-branch: add support for ATI_GLX and NVIDIA_GLX cohabitation 2004/06/17 Olivier Blin * mdk-stage1/probing.c: enlarge your scsi buffer (previous size wasn't enough with more than one scsi device, fixed thanks to nplanel) * mdk-stage1/disk.c: add disk-iso install method do not delete loopbacks devices before umount but after 2004/06/17 Pixel * authentication.pm: - AD_users_db is cn=users,ldap_domain and not cn=users,dc=servername,ldap_domain - AD_user (for binddn) is user@domain instead of cn=user,cn=users,ldap_domain - better system-auth krb5 configuration (all this as requested by Vincent Guardiola) 2004/06/17 Rafael Garcia-Suarez * pkgs.pm, install_any.pm: Install with a supplementary CD: allow to override the main compssUsers and rpmsrate 2004/06/17 Thierry Vignaud * drakxtools.spec: bump buildrequires on ldetect-devel so that tools get proper module information on USB devices (we should really use a shared library instead ...) compile everything with standard flags from rpm * harddrake/data.pm (pciusb_id) fix duplicated USB disks (in both disk and unknown categories) (set_removable_configurator) fix typo preventing adding entries in /etc/fstab for new removable media (pciusb_id) fix duplicated USB disks (in both disk and unknown categories) (set_removable_configurator, set_removable_remover) use the same flags as hotplug does when calling drakupdate_fstab (set_removable_configurator) fix adding a removable medium * tools/cvslog2changelog.pl: perl_checker cleanups * standalone/drakupdate_fstab: add support for floppies * lang.pm, ugtk2.pm: kill warnings * standalone/service_harddrake: autoconfigure mouse when swtiching back between 2.4.x and 2.6.x kernels * standalone/harddrake2: kill warnings kill usb_id like usb_vendor is (for USB mass storage media) add missing field for hard disks the split of the cpu help nicely show up that mice were using CPU help. let's describe their "name" field too. split out CPU help use new infrastructure in order to not display useless floppy help for SCSI disks add infrastructure for per class help (and add missing space around brackets that perl_checker did miss :-() perl_checker cleanup * install_steps_gtk.pm, install_gtk.pm: fix applying keyboard configuration in globetrotter's first time wizard * Xconfig/card.pm (install_server) remove proprietary gl libraries when configuring a non ATI/NVIDIA card and redo ldconfig cache accordingly (to_raw_X) load non nvidia glx for all non nvidia cards, thus fixing 3D on non NVIDIA/ATI gfx card 2004/06/15 Olivier Blin * mdk-stage1/disk.c: redesign of the ISO image selection dialog, add an entry in the list to allow to use the directory as a mirror tree do not try to mount the partition in testing mode, assume it is already mounted del loop device after unmount * mdk-stage1/Makefile: upgrade distrib version * mdk-stage1/network.c: allow to go back in proxy selection window fix return code handling in mirror list selection fix typo spotted by John Keller redesign to add "Specify the mirror manually" entries in mirror list selection 2004/06/15 Pixel * fsedit.pm: rename is_same_part to are_same_partitions (not that much clear, but at least a little) use "find { ... }" * Makefile: allow easy tracing of stage2 remove PERL_INSTALL_DEBUG code modifying install2 (unused and not working anyway) * diskdrake/hd_gtk.pm, diskdrake/interactive.pm: rename is_same_part to are_same_partitions (not that much clear, but at least a little) * keyboard.pm: the presence of loadkeys doesn't mean it is the regular one. (fixes loadkeys calling itself) * mdk-stage1/lomount.c, devices.pm: increase the number of loopbacks (needed for mandrakemove where the default (8) is much too low :) increase the number of loopbacks (needed for mandrakemove where the default (8) is much too low :) * install_any.pm: remove some broken sparc code * fs.pm: - new function subpart_from_wild_device_name() - use it 2004/06/15 Stew Benedict * standalone/drakbackup: .backupignore issues (email reports), typo in "other" routine .backupignore issue (email reports), typo in "other" routine 2004/06/15 Thierry Vignaud * harddrake/data.pm (set_removable_configurator) switch from diskdrake to drakupdate_fstab (like hotplug we just automatically guess what's better) update comment rename usbnet as net_modules * drakxtools.spec: fix 10-44mdk's changelog 2004/06/14 jjorge * share/po/pt.po: saraiva 2004/06/14 Olivier Blin * mdk-stage1/disk.c: rephrase question again rephrase again the disk install questions (thanks to Pierre Jarillon, Rapsys|Phoenix and John Kelller) rephrase the partition selection message * mdk-stage1/network.c: move mirror list functions upper rename variables for extra cohesion fix brown paper bug combo always fill proxy fields of interfaces * mdk-stage1/stage1.c: do not mount sysroot in testing mode 2004/06/14 Pablo Saratxaga * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po, share/po/ky.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/am.po, share/po/lt.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/tl.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated pot file * pixmaps/langs/lang-ber.png: Added image for Berber language, so it is available when it would be needed * share/po/nb.po: updated Norwegian file updated pot file * share/po/nn.po: updated Nynorsk file updated pot file * share/po/cy.po: updated Welsh file updated pot file 2004/06/14 Thierry Vignaud * standalone/harddrake2: enforce introduction of translators hints into translation catalogs (perl_checker should have been loudly complain on those!!!! :-(): - add missing coma caracter - move them near translations note that i didn't bother check po comments that already have the proper comma. instead this should be done by perl_checker which should warn about po comments out of translation calls and tags contexts display more data about hard disks (geometry, number of primary/extended partitions) * network/netconnect.pm, standalone/drakTermServ, standalone/drakbackup, ugtk2.pm: merge fixes from HEAD * standalone/service_harddrake: do not automatically switch from nv to nvidia (in order to handle cases where nvidia module crashes the system) merge fix from HEAD * interactive/newt.pm (ask_fromW_real) make previous button be labeled "cancel" when needed * drakxtools.spec: 10-44mdk * standalone/printerdrake, standalone/draksec, standalone/drakconnect: enforce introduction of translators hints into translation catalogs (perl_checker should have been loudly complain on those!!!! :-(): - add missing coma caracter - move them near translations note that i didn't bother check po comments that already have the proper comma. instead this should be done by perl_checker which should warn about po comments out of translation calls and tags contexts * standalone/drakperm: enable drag on drop when looking only at customized settings * harddrake/data.pm: since some hard disks are USB models, we've to filtering them out once we've detected them in order to prevent tem to appear in the "unknown/other" category ethernet card detection: only rely on driver for matching ethernet cards, thus preventing mislisting of other/unwanted devices (eg: bluetooth, wlan, AX25). last but not least, it enables us to catch ldetect/ldetect-lst/detect_devices bugs where some devices are *not* seen by drakx and drakconnect. remove useless filtering in bridges detection code since proper filtering (for dobles) is already done at the upper level. fix misdetection of nvidia nforce ethernet cards (broken since forcedeth replaced nvnet on 2004-01-21 in MDK10's ldetect-lst) merge fixes from HEAD * standalone/draksplash: enforce introduction of translators hints into translation catalogs (perl_checker should have been loudly complain on those!!!! :-(): - add missing coma caracter - move them near translations note that i didn't bother check po comments that already have the proper comma. instead this should be done by perl_checker which should warn about po comments out of translation calls and tags contexts merge fixes from HEAD 2004/06/11 Olivier Blin * mdk-stage1/stage1.c: enable MODE_TESTING if the DEBUGSTAGE1 environment variable is set * mdk-stage1/tools.c: in testing mode, try to open cmdline file in current directory before trying in /proc * mdk-stage1/disk.c: let the user choose between ISO images containing a stage2 installer if a directory containing ISO images has been specified * mdk-stage1/network.c: do not ask proxy settings if interface wasn't brought up (stupid me) add http proxy settings in interface_info struct, and ask them right after the interface is up, so that they can be used to fetch the mirror list * mdk-stage1/network.h: add http proxy settings in interface_info struct, and ask them right after the interface is up, so that they can be used to fetch the mirror list 2004/06/11 Thierry Vignaud * standalone/draksplash: merge lost hunk s/_([xy])\b/_\1\1/ so that cperl-mode is happier make draksplash work again... 2004/06/10 Olivier Blin * standalone/drakboot: fix trainee suckiness * mdk-stage1/config-stage1.h: use new product name (Mandrakelinux) * mdk-stage1/mount.c, mdk-stage1/disk.c: ntfs support in install from disk (on nplanel request, but to actually work, it would need the BOOT kernels to include the ntfs module) 2004/06/10 Pablo Saratxaga * share/po/tg.po: updated Tajik file 2004/06/10 Pixel * detect_devices.pm: perl_checker compliance - hde is ide/host1/bus0/target0/lun0, and not ide/host0/bus2/target0/lun0 - add host in hd struct for bus ide 2004/06/10 Thierry Vignaud * network/netconnect.pm: first lan step: replace the "manual choice" string by the more meaningfull "manually load a driver" first lan step: do not compare translated strings, use format callback * security/level.pm (get) default to standard level; else security::msec won't be able to load any values when level is not set (thus resulting in an empty draksec GUI) * tools/cvslog2changelog.pl: add olivier blin 2004/06/09 Olivier Blin * mdk-stage1/stage1.c: in move, use stg1_info_message() instead of stg1_error_message() not to disable MODE_AUTOMATIC in move, use stg1_info_message() instead of stg1_error_message() not to disable MODE_AUTOMATIC if not enough memory 2004/06/09 Thierry Vignaud * share/po/fr.po: update * drakxtools.spec: 10-43mdk 2004/06/08 Olivier Blin * mdk-stage1/config-stage1.h: in ftp install, display a mirror list (fetched from http://www.linux-mandrake.com/mirrorsfull.list) to allow the user to choose the medium, the host, and automatically find the path on mirror (next try, I suck Pixel said) * mdk-stage1/network.c: in ftp install, display a mirror list (fetched from http://www.linux-mandrake.com/mirrorsfull.list) to allow the user to choose the medium, the host, and automatically find the path on mirror include missing header for uname in ftp install, check that modules for the boot kernel are available in mdkinst live location (they won't be used by the installer, but if they aren't here, they probably won't be in the mdkinst tarball) * mdk-stage1/url.h, mdk-stage1/url.c: list only the requested file in ftp_get_filesize() instead of the whole directory (the buffer happens to be too small sometimes), make this function available for other modules 2004/06/08 Pixel * Xconfig/monitor.pm: fix typo causing "Out of memory" * Xconfig/card.pm, install_steps_gtk.pm, share/list.i386, pkgs.pm, standalone/drakedm, install2.pm, install_steps.pm, Xconfig/main.pm, Xconfig/test.pm, standalone/XFdrake, install_steps_interactive.pm: switch to xorg * authentication.pm: add "Active Directory" authentication (alpha code) * share/rpmsrate: - obsolete: gnome-vfs-extras xanim nist mtv gatos mokmod ghostscript-utils tetex-latex-arab-doc sgml-tools ghostscript-module-SVGALIB kdenetwork-kit ApacheJServ cameleo unarj unstuff postgresql-python mercury NVIDIA_nforce* fonts-type1-baltic gnorpm - obsolete games: xtrojka bunnies xgammon xpuzzles 7colors xrally gtulpas gtkgo - obsolete and the new one is auto required: MAKEDEV - xine-oss xine-xv are in xine-plugins which is required by xine-ui - gatos is no more, replacing with ati.2 (??) - replace php with php-cgi (??) - replace scanner-gui with xsane and "KDE kdegraphics-kooka" - replace clispp2c with clisp (??) - replace autoconf with autoconf2.1 - replace automake with automake1.4 - switch to gimp2_0 - everybuddy is now ayttm - gimp-plugin is no more, but adding gimp-help - Epplets is now epplets (since a lot of time) - mandrake-galaxy is now mandrakegalaxy - prelude is now prelude-manager - kdenetwork-kmail is now kdepim-kmail (same for kdepim-korn and kdepim-knode) - many XFree86-* are now xorg-x11-*, others are removed (the old XFree3 servers) - libxfree86-devel is now libxorg-x11-devel - libxfree86-static-devel is now libxorg-x11-static-devel - tight-vnc-doc is now tightvnc-doc - php-manual is now php-manual-{en,fr,...} - sketch is now skencil - libgr-progs is now netpbm - MySQL-devel is now libmysqlXX-devel - replace xkobo with skobo - fix typo for xtraceroute (bad layout for flag 3D) - libiw27 instead of libiw26 - libhpojip0 instead of libhpojip 2004/06/08 Rafael Garcia-Suarez * share/list: A chunk of the previous patch wasn't suitable for 10.0 Report revisions 1.124, 1.125 and 1.126 from HEAD 2004/06/08 Stew Benedict * standalone/drakbackup: Bugzilla #9877 - deal with kernel ring buffer that is flooded with msgs for tape device detection. 2004/06/08 Thierry Vignaud * standalone/drakedm: kill dead code * tools/cvslog2changelog.pl: add rafael 2004/06/08 Pixel * install_steps_gtk.pm, share/list.i386, install2.pm, standalone/XFdrake, install_steps_interactive.pm: switch to xorg * authentication.pm: add "Active Directory" authentication (alpha code) * share/rpmsrate: - obsolete: gnome-vfs-extras xanim nist mtv gatos mokmod ghostscript-utils tetex-latex-arab-doc sgml-tools ghostscript-module-SVGALIB kdenetwork-kit ApacheJServ cameleo unarj unstuff postgresql-python mercury NVIDIA_nforce* fonts-type1-baltic gnorpm - obsolete games: xtrojka bunnies xgammon xpuzzles 7colors xrally gtulpas gtkgo - obsolete and the new one is auto required: MAKEDEV - xine-oss xine-xv are in xine-plugins which is required by xine-ui - gatos is no more, replacing with ati.2 (??) - replace php with php-cgi (??) - replace scanner-gui with xsane and "KDE kdegraphics-kooka" - replace clispp2c with clisp (??) - replace autoconf with autoconf2.1 - replace automake with automake1.4 - switch to gimp2_0 - everybuddy is now ayttm - gimp-plugin is no more, but adding gimp-help - Epplets is now epplets (since a lot of time) - mandrake-galaxy is now mandrakegalaxy - prelude is now prelude-manager - kdenetwork-kmail is now kdepim-kmail (same for kdepim-korn and kdepim-knode) - many XFree86-* are now xorg-x11-*, others are removed (the old XFree3 servers) - libxfree86-devel is now libxorg-x11-devel - libxfree86-static-devel is now libxorg-x11-static-devel - tight-vnc-doc is now tightvnc-doc - php-manual is now php-manual-{en,fr,...} - sketch is now skencil - libgr-progs is now netpbm - MySQL-devel is now libmysqlXX-devel - replace xkobo with skobo - fix typo for xtraceroute (bad layout for flag 3D) - libiw27 instead of libiw26 - libhpojip0 instead of libhpojip 2004/06/08 rgarciasuarez * share/list: Report revisions 1.124, 1.125 and 1.126 from HEAD 2004/06/07 Pablo Saratxaga * share/po/et.po: updated Estonian file updated pot file * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po, share/po/nb.po, share/po/ky.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/am.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/tl.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated pot file 2004/06/07 Pixel * mdk-stage1/stage1.c, mdk-stage1/init.c: nasty kernel now gives us weird PIDs, so we can't rely on this to detect if we are running on a live box or not. So set testing to 0 * mdk-stage1/dietlibc/lib/alloc.c: fix build with gcc 3.4 (+ little cleanup) * mouse.pm: hid is missing (and not needed) on kernel 2.6.7.0.rc2 * mdk-stage1/dietlibc/Makefile: - fix build on gcc 3.4 - much nicer detection of wether $ARCH/Makefile.add modifies CFLAGS or not 2004/06/04 Damien Chaumette * network/netconnect.pm: switch ONBOOT to on/off for isdn and adsl connections * network/adsl.pm: remove some FIXME comments 2004/06/04 Pablo Saratxaga * share/po/gl.po: updated Galician file 2004/06/04 Thierry Vignaud * standalone/service_harddrake.sh: run harddrake service earlier * any.pm (setupBootloader) remove debugging messages (setupBootloader__entries) fix typo (Andrea Celli) 2004/06/03 Pixel * Xconfig/xfree.pm: add resolution 1920x1200 called WUXGA (used by Dell Laptops Inspiron 8500, 8600 and Latitude D800) (bugzilla #6795) * tools/cvslog2changelog.pl: add AUTHOR environment option for my warly reports * patch/patch-rh9-mdk10.pl: only big known bug remaining is mouse configuration * mdk-stage1/probing.c: use the same technique as ldetect for detecting usb and firewire controllers (based on the pci class) use the same technique as ldetect for detecting usb and firewire controllers (based on the pci class) 2004/06/02 Pablo Saratxaga * share/po/de.po: updated German file 2004/06/02 Pixel * any.pm: - add descriptions for NFS and SMB (thanks to bugzilla #9940) - don't iterate on %l, better iterate on %types * fs.pm: - stop mounting ext3 partitions using type ext2 during install - stop fsck'ing ext3 partitions (it was only done during install, not upgrade) 2004/06/01 Damien Chaumette * network/adsl.pm: s#ppp/peers/adsl#ppp/peers/ppp0# as we now use ifup-ppp for adsl, it will look for ppp0 new way to specify how to up connection for pppoe(xDSL) and others(ADSL) 2004/06/01 jjorge * share/po/pt.po: saraiva 2004/06/01 Pablo Saratxaga * share/po/am.po: updated Amharic file * share/po/nb.po: updated Norwegian po file 2004/06/01 Pixel * standalone/drakboot: rollback weird and ugly workaround when pressing cancel on the ask_warn. The real fix is in ugtk2.pm * any.pm: handle the nfs/smb service disabled (enhancement given by Olivier Blin) * ugtk2.pm: when wizcancel occurs, ugtk2 object is not destroyed (the garbage collector seems to have some pbs taking care of this, but since many callbacks using it are registered, it's no wonder) (fixes pressing "Cancel" on a ->ask_warn in wizard mode) (set_text): fix "cleanups" 2004/06/01 Stew Benedict * standalone/drakbackup: Really apply gui fix. Use array rather than hash per Thierry. Insure ftp transfers are binary, fix gui problem (in 10.0 update also). Binary ftp/gui fixes from cooker branch. * standalone/drakTermServ: Use array rather than hash per Thierry. Insure ftp transfers are binary, fix gui problem (in 10.0 update also). 2004/06/01 Thierry Vignaud * network/tools.pm: remove debug message (use_windows) space cleanup * ugtk2.pm (set_text) cleanups * network/netconnect.pm: make LAN wizard more user friendly: move "manual choice" after detected interfaces * standalone/drakboot (lilo_choice) fix error title fix "two windows after exception" bug * network/drakfirewall.pm: mark it as translatable for non alphabetic languages * drakxtools.spec: 10-42mdk * bootloader.pm (write_grub_config) do not write partial config file (thus garbaging previous config) if an error occured * detect_devices.pm (getNet) handle interface w/o ip addresses (getNet) rollbacl to MDK10.0 detection scheme 2004/05/28 Stew Benedict * standalone/drakbackup: Typo in tape restore (Federico Belvisi). 2004/05/28 Thierry Vignaud * network/netconnect.pm (real_main) fix protocol switching from manual to auto when stepping back merge brown paper bug fix from TRUNK * network/ethernet.pm (get_eth_cards) fallback on sysfs in order to get driver and card description when ethtool is not supported (eg: ipw2100 driver for intel centrino) merge from HEAD: (get_eth_cards) fallback on sysfs in order to get driver and card description when ethtool is not supported (eg: ipw2100 driver for intel centrino) merge fixes from HEAD * keyboard.pm, any.pm, c/stuff.xs.pl, standalone/drakTermServ, standalone/net_monitor, network/drakfirewall.pm, authentication.pm, detect_devices.pm: merge fixes from HEAD * standalone/drakbackup: merge fix from TRUNK merge fixes from HEAD * network/network.pm (read_all_conf) read VLAN interfaces too (read_all_conf) read ip aliased interfaces too * drakxtools.spec: update 10-41mdk's changelog 10-41mdk 10-40mdk fix 10-37mdk's indentation fix perl Glib/Gtk2 binding requires for mdk10.0 fix 10-34.2mdk changelog indentation update 10-34.2mdk's changelog update 10-34.2mdk's changelog merge fixes from HEAD 2004/05/27 Damien Chaumette * network/adsl.pm: - drop old internet service code - only one way to configure/up/down an adsl connection * network/netconnect.pm: - call remove_initscript because internet service is dropped - drop write_initscript call * network/tools.pm: - kill write_initscript - add remove_initscript 2004/05/27 Pablo Saratxaga * share/po/am.po: Added Amharic file 2004/05/27 Pixel * fs.pm: new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... and nfs => allow /home on nfs (bugzilla #7460) new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... and nfs => allow /home on nfs (bugzilla #7460) * fsedit.pm, install_interactive.pm, partition_table.pm: new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... and nfs => allow /home on nfs (bugzilla #7460) * Xconfig/card.pm, install2.pm, install_steps.pm, install_any.pm, install_steps_interactive.pm: handle freeDriver which disable using proprietary X driver (esp. for nvidia) * any.pm: really chkconfig --add and --del for "diskdrake --fileshare" (thanks to Olivier Blin) instead of removing package nfs-utils or samba-server (when "diskdrake --fileshare" disables a export kind) (bugzilla #9804) 2004/05/27 Thierry Vignaud * detect_devices.pm (getNet) ignore loopback device * standalone/net_monitor (get_val) reuse c::get_netdevices() and thus skip bogus sit0 * drakxtools.spec: 10-39mdk 10-38mdk 2004/05/26 Daouda Lo * docs/HACKING: - perl-XML-Parser is needed at build stage 2004/05/26 Pablo Saratxaga * share/po/tl.po: updated Filipino file * keyboard.pm, share/rpmsrate, lang.pm: enabled Latgalian language choice; prepared for Sardian; rpmsrate: Japanese input method is now "uim" 2004/05/26 Pixel * common.pm, crypto.pm, install_any.pm: /etc/mandrake-release is now /etc/mandrakelinux-release * lang.pm: - call handleI18NClp() ASAP - create and use lang2move_clp_name() * install2.pm: "expert" flag in stage2 is bad and deprecated, removing it! 2004/05/26 Thierry Vignaud * detect_devices.pm (getNet) reuse c::get_netdevices() (getNet) support br (bridging) and tr (UML) interfaces (florin) * c/stuff.xs.pl (netdevices) introduce it in order to list network interfaces 2004/05/25 Pablo Saratxaga * share/po/tg.po, share/po/eu.po: updated Basque and Tajik files * share/keyboards.tar.bz2: new keyboards; new lang->keyboard correspondences * keyboard.pm: Nepali uses devanagari script new keyboards; new lang->keyboard correspondences don't trust the USB keyboard layout announc when it claims to be "us" layout (mosdt manufacturers just keep that default value while seeling different layouts) 2004/05/25 rvojta * network/drakfirewall.pm: - BitTorrent support added 2004/05/25 Thierry Vignaud * drakxtools.spec: update 10-37mdk's changelog 10-37mdk * network/ethernet.pm (mapIntfToDevice) only try to lookup pci or usb device by bus location if its location is defined (some driver are returning bogus data on ETHTOOL_GDRVINFO command) (get_eth_cards) brown paper bug: fix card name lookup when driver does not support GDRVINFO command from ETHTOOL ioctl and there's only one card managed by this driver * share/po/br.po: update 2004/05/24 rgarciasuarez * share/list: Don't hardcode architecture 2004/05/24 Stew Benedict * standalone/drakbackup: Fix dropped .txt files when running mkisofs. (Anthill #799) 2004/05/24 Thierry Vignaud * standalone/draksplash (mk_frame) minor cleanup switch from deprecated OptionMenu into new ComboBox widget * share/po/br.po: typo fix * drakxtools.spec: 10-36mdk * standalone/drakperm, standalone/drakbug, interactive/gtk.pm, standalone/drakboot, standalone/draksec, standalone/drakfloppy, standalone/drakTermServ, Xconfig/resolution_and_depth.pm, standalone/drakbackup: switch from deprecated OptionMenu into new ComboBox widget * standalone/drakconnect: switch from deprecated OptionMenu into new ComboBox widget (build_notebook) simplify pull down menu filling and do not duplicate protocols list * ugtk2.pm: still provide compat stuff for OptionMenu (#9826) until all tools are converted 2004/05/21 Stew Benedict * standalone/drakbackup, standalone/drakTermServ: Some new perl_checker fixes. 2004/05/20 Stew Benedict * standalone/drakTermServ: Add /etc/modprobe* mount points for client hardware config. 2004/05/19 Daouda Lo * share/list: - Share pango modules between the FT2 and Xft backend (named fc in pango 1.4) - pango-modules file is now located in /etc/pango/i386/ - Add Build.pm 2004/05/19 Thierry Vignaud * c/stuff.xs.pl (hasNetDevice, isNetDeviceWirelessAware, getNetDriver) explicitely use system IFNAMSIZ instead of implicitely defining it (isNetDeviceWirelessAware) introduce it in order to detect whether a network interface support wireless extensions or not forward better LAN vs wireless filtering * network/adsl.pm: forward speedtouch fix (using kernel mode) * network/netconnect.pm: filter LAN and Wireless cards by explicitely checking whether network interfaces support wireless extensions or not instead of relying on both ethtool support (in order to get the module name) and checking against a whitelist of known wireless awere cards forward speedtouch fix (using kernel mode) forward better LAN vs wireless filtering * drakxtools.spec: 10-35mdk 2004/05/18 Pablo Saratxaga * share/po/cy.po, share/po/ky.po, share/po/es.po, share/po/pl.po: updated Kyrgyz and Welsh files 2004/05/18 Thierry Vignaud * ugtk2.pm (Gtk2::OptionMenu->new) kill debug message (Gtk2::OptionMenu) transparently replace obsolete OptionMenu widget by the new ComboBox widget 2004/05/17 Damien Chaumette * network/netconnect.pm: perl_checker compliance remove speedtouch and ISDN 'only working under 2.4 kernel' warnings 2004/05/17 Pixel * authentication.pm: install autofs for nis authentication (dixit florin & fcrozat) * Xconfig/xfree.pm: restore the ability to specify the file where the config should be written (since it's used by Xconfig/test.pm) * Makefile: instead of keeping stage1 (mostly as temporary space but with a fixed size, and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove) stage2 now builds the full mdkinst, and full_stage2 is stage2 + building mdkinst_stage2 2004/05/17 rgarciasuarez * tools/Makefile: Clean up perl version checking in the tools makefile. * Makefile: Remove an obsolete check for XFree86-VGA16 * share/list: Fix version of PerlIO::gzip in file list 2004/05/17 Thierry Vignaud * standalone/icons/drakconnect_step.png: kill unused image * share/po/br.po: update 2004/05/16 Arkadiusz Lipiec * share/po/pl.po: Fixes 2004/05/16 yrahal * share/po/ar.po: Arabic translation 2004/05/15 Fabian Mandelbaum * share/po/es.po: Upadted Spanish messages 2004/05/14 Damien Chaumette * network/adsl.pm: Fixes to use speedtouch kernel driver / drop userspace one (happy modem with both 2.4 and 2.6) - fix modem_run parameters to use kernel driver - change/move pty declaration in /etc/ppp/peers/adsl - plugin pppoatm has to be set and vpi.vci too - new net_cnx_{up/down}, speedtouch.sh seems to be useless now 2004/05/13 Pablo Saratxaga * share/po/sl.po, share/po/ky.po, share/po/hi.po: fixed "default:LTR" string * share/po/et.po, share/po/pt_BR.po: updated Estonian and Brazilian files 2004/05/13 Pixel * install2.pm: in manualFstab coming from auto_install.cfg, allow device /dev/XXX instead of simply XXX instead of keeping stage1 (mostly as temporary space but with a fixed size, and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove) * mdk-stage1/probing.c: usb cdrom has a weird size in /proc/partitions, the result is that it is detected as floppy usb cdrom has a weird size in /proc/partitions, the result is that it is detected as floppy * c/stuff.xs.pl, diskdrake/interactive.pm, fs.pm, fsedit.pm, standalone/drakupdate_fstab: really handle LABEL=XXX in fstab (as used by redhat) (no xfs labels yet) * mdk-stage1/Makefile, mdk-stage1/disk.c, mdk-stage1/tools.h, mdk-stage1/log.c, mdk-stage1/adsl.c, Makefile, mdk-stage1/cdrom.c, share/devices, mdk-stage1/config-stage1.h, mdk-stage1/stage1.h, mdk-stage1/tools.c, mdk-stage1/.cvsignore, share/symlinks, mdk-stage1/stage1.c, mdk-stage1/init.c, mdk-stage1/dhcp.c, mdk-stage1/network.c: instead of keeping stage1 (mostly as temporary space but with a fixed size, and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove) * ugtk2.pm: better error logging when gtkcreate_img or gtkcreate_pixbuf can't find the image * Xconfig/resolution_and_depth.pm: simplify Xconfig::resolution_and_depth::allowed(): adapt it to the way it's really used $prefered_depth defaults to the greatest depths, no need to set it to 24 vmware doesn't like 24bpp (bugzilla #9755) * Xconfig/monitor.pm: speed-up monitor choosing dialog when {VendorName} is undef (esp. when using "use diagnostics") 2004/05/12 Pablo Saratxaga * share/advertising/dwd-07.pl: unified two strings * share/po/et.po: updated Estonian file * share/po/be.po: updated po file 2004/05/12 Pixel * keyboard.pm, install_steps_interactive.pm: fix typo * lang.pm: no lang-ltg.png, so disabling ltg - fix typo - fix last commit which was not using $locale_country as it should in system_locales_to_ourlocale() * Makefile: use busybox when dont_run_directly_stage2 * install_any.pm: fix selecting locales-LANG (it didn't really work, but it doesn't seem needed?) 2004/05/11 Pablo Saratxaga * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po, share/po/nb.po, share/po/ky.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/tl.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated pot file 2004/05/11 Pixel * authentication.pm: fix winbind configuration and do the same for LDAP and NIS (modifs proposed and checked by Vincent Guardiola) * mdk-stage1/stage1.c: adapt copyright * lang.pm: - new function locale_to_main_locale() to replace the typical substr($lang, 0, 2) or $lang =~ /(..)/ - new function analyse_locale_name() to replace various regexps on locale name - use those 2 functions for cleanup - cleanup even more standard_locale() perl_checker compliance remove unused function * drakxtools.spec: new update: - fix pam configuration when using winbind (also fixes LDAP and NIS (?)) * detect_devices.pm: rewrite a little probeSerialDevices(), the beginning is still very strange * Xconfig/test.pm: fix typo * printer/main.pm, install_steps.pm, keyboard.pm: use lang::analyse_locale_name() and lang::analyse_locale_name() * http.pm, Xconfig/card.pm, printer/detect.pm, wizards.pm, interactive/newt.pm, network/netconnect.pm, mouse.pm, install2.pm, .perl_checker: perl_checker compliance * ugtk2.pm: perl_checker compliance better error logging when gtkcreate_img or gtkcreate_pixbuf can't find the image * any.pm: use lang::analyse_locale_name() and lang::analyse_locale_name() more cleanup in selectLanguage() selectLanguage(): - simplify @langs generation - use a tree if @langs > 15, not when $::move is set * install_steps_interactive.pm: use lang::analyse_locale_name() and lang::analyse_locale_name() fix ugly typo (thanks to perl_checker) * install_any.pm: fix selecting locales-LANG (i didn't really work, but it doesn't seem needed?) 2004/05/11 Thierry Vignaud * share/po/br.po: update * harddrake/data.pm: do not run XFdrake in automatic mode, it's useless 2004/05/10 Stew Benedict * standalone/man/C/man5/drakbackup.conf.5: Man page for drakbackup.conf. 2004/05/10 Thierry Vignaud * share/po/br.po: update breton translation 2004/05/08 Arkadiusz Lipiec * share/po/pl.po: Updated partially 2004/05/08 Pixel * standalone/diskdrake: perl_checker compliance 2004/05/08 Till Kamppeter * standalone/scannerdrake: Fixed firmware installation. 2004/05/07 Pixel * Xconfig/main.pm: remove debugging code you can now configure monitors on heads > 1 fix an old typo * Xconfig/various.pm, Xconfig/resolution_and_depth.pm, Xconfig/xfree.pm: you can now configure monitors on heads > 1 * Xconfig/monitor.pm: you can now configure monitors on heads > 1 rename monitors() and $monitors to monitors_db() and $monitors_db (preparation for next commit which adds ability to configure each monitor) 2004/05/07 Thierry Vignaud * standalone/drakclock: do saner check for ntp package (Robert Vojta) 2004/05/06 Pixel * fs.pm, standalone/drakupdate_fstab: don't prefer_devfs_name when reading /proc/mounts (which uses devfs names) * Xconfig/card.pm: don't succeed automatic configuration (not auto_install) when there is many cards (as requested by Joe Bolin on cooker) 2004/05/06 Thierry Vignaud * share/po/br.po: update 2004/05/05 Pablo Saratxaga * lang.pm: preparing for Furlan * share/po/gl.po: updated Galician file 2004/05/05 Thierry Vignaud * drakxtools.spec: fix 10-31mdk's changelog * network/drakfirewall.pm: open more ports for samba * network/netconnect.pm: do not offer to set DOMAINNAME2 since it is never saved nor read (#9580) 2004/05/04 Damien Chaumette * network/ethernet.pm: use @cards instead of $#cards as told by master pipi perl_checker fixes * network/netconnect.pm: perlchecker fixes 2004/05/04 Thierry Vignaud * drakxtools.spec: 10-34mdk * standalone/drakconnect: fix interface destruction wizard * share/po/de.po: update 2004/05/03 Damien Chaumette * network/netconnect.pm, network/isdn.pm: take ISDN protocol into account for people outside Europe to use it (kind of lost in space before) 2004/05/03 Pablo Saratxaga * share/po/de.po: updated German file 2004/05/03 Pixel * install_steps.pm: no need for defensive programming blank.img has been removed, so remove special code handling it * docs/README: quick update, not complete * mdk-stage1/modules.c, install_steps_interactive.pm, install2.pm, modules.pm, mdk-stage1/stage1.c: blank.img has been removed, so remove special code handling it * Xconfig/xfree3.pm, Xconfig/various.pm, Xconfig/card.pm, Xconfig/resolution_and_depth.pm, Xconfig/xfree.pm, Xconfig/test.pm, Xconfig/xfreeX.pm, mouse.pm, Xconfig/xfree4.pm, standalone.pm, Xconfig/default.pm, Xconfig/main.pm, Xconfig/screen.pm, Xconfig/FILES: XFree 3 is gone! * mdk-stage1/Makefile: stage1-disk and stage1-medias-usb are dead already 2004/05/01 Pixel * fs.pm, standalone/drakupdate_fstab, diskdrake/interactive.pm, fsedit.pm: fix drakupdate_fstab adding twice an entry in fstab, one with the old name, one with the devfs name 2004/04/30 Pixel * detect_devices.pm, any.pm, devices.pm: - new getSCSI_26() not using /proc/scsi/scsi (since we can't say first Direct-Access entry is sda anymore) - deprecate field {raw_type} - don't fill {device} with sgX for non-(cdrom|hd|floppy) (hopefully not used by anything, except maybe scanners?) - replace scdX with srX (which everybody use) 2004/04/30 Thierry Vignaud * standalone.pm (version) bump release number * standalone/drakclock: time is displayed as HH:MM:SS with RTL languages * drakxtools.spec: 10-32mdk * harddrake/data.pm: list SATA controllers in their own category (anthill #741) 2004/04/28 Damien Chaumette * network/isdn.pm: cleaning _last_ 'isdn_' prefix drop unused ISA and EXPORT drop isdn_ fonction names * network/netconnect.pm: drop isdn_ fonction names drop network::isdn->import * harddrake/data.pm: change last isdn_detect_backend() remaining * standalone/drakconnect: drop isdn_ fonction names 2004/04/28 Pablo Saratxaga * share/po/ky.po: updated Kyrgyz file * share/po/nn.po: Updated Nynorsk file 2004/04/28 tsdgeos * share/po/ca.po: updating catalan translations of DrakX and drakfax 2004/04/28 Thierry Vignaud * share/po/fr.po: update * standalone/service_harddrake: log removed/added hw 2004/04/27 Damien Chaumette * network/isdn.pm: no need to up ippp0 in net_cnx_up, it's been up'ed at startup * standalone/drakconnect: more gui layout fixes * network/netconnect.pm, network/tools.pm: try to fix #3793 or at least enhance firmware seeking on windows partition (based upon titi's patch) 2004/04/27 Pablo Saratxaga * share/po/de.po, share/po/pt_BR.po: updated Brazilian file 2004/04/27 Pixel * standalone/XFdrake: not needed for Lacie, so removing * diskdrake/removable.pm, diskdrake/interactive.pm: revert handling --auto for removable, it is much better done in a separate function (the goal of this --auto is not clear at all, and is better explicitly done) 2004/04/27 yrahal * share/po/ar.po: Arabeyes' Arabic translation 2004/04/26 Pablo Saratxaga * share/po/de.po: updated German translations 2004/04/26 Pixel * run_program.pm: create ~/tmp when needed * mdk-stage1/stage1.c, mdk-stage1/config-stage1.h: rename MandrakeMove to Mandrakemove * lang.pm: utf8_should_be_needed() must return true if any of the languages chosen is utf8, not only the main one (it also returns true when there are many charsets) 2004/04/25 fwang * share/po/zh_CN.po: update 2004/04/25 yrahal * share/po/ar.po: Arabeyes.org's Arabic translation 2004/04/24 fwang * share/po/zh_CN.po: update 2004/04/23 Damien Chaumette * standalone/drakconnect: re-indentation use gtkset_border_width(Gtk2::VBox->new, 5) to create a vbox and set a border_width at the same time change packing to get a better GUI * ugtk2.pm: create frame with a border witdth (titi rulez) 2004/04/23 Pablo Saratxaga * share/po/nn.po: updated Nynorsk file * share/po/gl.po: updated Galician files 2004/04/23 Thierry Vignaud * ugtk2.pm (shrink_topwindow) support both 10.0 and cooker * standalone/drakconnect: remove useless ::prefix references (build_notebook) sort ppp auth methods * drakxtools.spec: 10-32mdk * standalone/service_harddrake: do automatic sound configuration (one can still switch between OSS and ALSA through mcc) handle again timeouts do X11 configuration automagically - when automatic flag is set for one hardware class, do not ask for confirmation and just do what is needed - only show "probing in progress" message if we did run an interactive tool * modules.pm (probe_category) perl_checker cleanup (remove_alias, remove_alias_regexp, remove_alias_regexp_byname, remove_module, set_options) add more explanations * harddrake/data.pm: do X11 configuration automagically (set_removable_configurator) use diskdrake instead of drakupdate_fstab for removable media in automatic mode set automatic flag for removable media * diskdrake/interactive.pm, diskdrake/removable.pm: handle --auto when managing removable media * Xconfig/various.pm, standalone/XFdrake: handle --auto 2004/04/22 Damien Chaumette * modules.pm: fix 'somewhat' broken isdn type and driver name fetching from pcitable (this is no paper-bag) 2004/04/22 Pablo Saratxaga * share/po/sl.po: updated Slovanian file 2004/04/22 Thierry Vignaud * standalone/service_harddrake, standalone/harddrake2: switch to new harddrake data structure * install_steps_interactive.pm (summary) install alsaconf too for isapnp sound cards (it better handle some isapnp sound cards) * standalone/drakxtv: fix tv cards detection * harddrake/data.pm: split usb ports from usb controllers (arnaud request) new harddrake data structure (easier to extend) * harddrake/v4l.pm: sync tuners list with 2.6.6-rc2 too sync card lists with 2.6.6-rc2 2004/04/20 Damien Chaumette * standalone/drakconnect: move reread_net_conf to tools.pm remove unneeded @all_cards initialisation in reread_net_conf * network/tools.pm: move reread_net_conf to tools.pm 2004/04/20 Thierry Vignaud * standalone/drakconnect (populate_notebook) fix drakxtools' build (build_notebook) do not assume there's not language that want to translate the "dhcp" string as in other code * drakxtools.spec: 10-31mdk 2004/04/19 dam's * standalone/drakfont: attempt to correct bug #9423 2004/04/19 Damien Chaumette * network/adsl.pm: $adsl_modem is optional, moved to $o_adsl_modem * standalone/drakconnect: dropped $::i in foreach loop, use $i instead - translate strings once and only for the user. don't bother with translated strings internally.. - drop DHCP translation, it's always DHCP IPADDR, NETMASK and GATEWAY fields are not sensitive by default in DHCP (broken by #8498 fix) 2004/04/19 Pablo Saratxaga * share/po/cy.po, share/po/nb.po: updated Welsh and Norwegian files 2004/04/19 Stew Benedict * standalone/drakbackup: Consolidate button_box* code, remaining file_dialogs. 2004/04/18 tsdgeos * share/po/ca.po: Unfuzzying and updating 2004/04/18 yrahal * share/po/ar.po: Arabic translation (Arabeyes.org) 2004/04/16 Stew Benedict * standalone/drakbackup: Some drives don't return "ATIP info from disk". 2004/04/11 yrahal * share/po/ar.po: Arabic translation 2004/04/09 Pablo Saratxaga * share/po/cy.po, share/po/uk.po: updated Ukrainian and Welsh files * share/po/nn.po, share/po/tl.po: updated Nynorsk and Filipino files * share/po/hi.po, share/po/eu.po: corrected default:LTR entries 2004/04/09 Thierry Vignaud * install_steps.pm, lang.pm (lang::write_langs) drop prefix parameter 2004/04/08 Daouda Lo * standalone/drakclock: - test /etc/init.d/ntpd instead of /etc/ntp.conf for ntp installation 2004/04/08 keld * share/po/da.po: updates soft/mdkonline/po/da.po soft/wizard_perl/po/da.po gi/perl-install/share/po/da.po 2004/04/08 Pixel * install2.pm: mount /sys before move::init() since move::init() needs it * mdk-stage1/lomount.c: - no need for chloop device anymore, my kernel patch applies directly on the default loop module :) - gzloop needs cryptoloop and zlib_inflate (why must i handle this by hand? is my gzloop ugly?...) * devices.pm: get rid of the chloop code (not used anymore) 2004/04/08 Thierry Vignaud * drakxtools.spec: bump glib/gtk+ perl binding requires use Mandrakelinux now 10-30mdk 2004/04/07 dam's * standalone/drakups: corrected drakups against new libconf 0.32 2004/04/07 Pablo Saratxaga * lang.pm: defined default font to use in KDE for devanagari and malayalam scripts 2004/04/06 David Baudens * share/advertising/list-pwp, share/advertising/list-dwd, share/advertising/list-dis, share/advertising/list-ppp: Don't display commercial advertisement in development version 2004/04/06 Pablo Saratxaga * share/po/ky.po, share/po/eu.po: Added Kyrgyz file; updated Basque file 2004/04/06 Stew Benedict * standalone/drakTermServ: Use a scalar with cat_ (Pixel suggestion). Don't move existing dhcpd.conf, add an include for terminal-server instead. 2004/04/06 tbacklund * share/po/fi.po: fully translated, was 3 fuzzy, 3 untranslated 2004/04/06 Thierry Vignaud * ugtk2.pm (shrink_topwindow) fix faillure with perl-Gtk+-1.04x (#9411) * install_steps_interactive.pm: typo fix 2004/04/05 Pablo Saratxaga * share/po/hi.po: updated Hindi file 2004/04/05 Pixel * fs.pm: allow mounting type devpts perl now handle cleanly utf8 string in exceptions, no need to die \N("...") * loopback.pm, diskdrake/hd_gtk.pm, diskdrake/interactive.pm, lvm.pm, install2.pm, fsedit.pm, network/drakfirewall.pm, authentication.pm, install_steps.pm, raid.pm, bootloader.pm, swap.pm, install_any.pm, install_interactive.pm, partition_table/raw.pm, partition_table.pm, install_steps_interactive.pm: perl now handle cleanly utf8 string in exceptions, no need to die \N("...") 2004/04/05 Stew Benedict * standalone/drakbackup: Remove config-info (new home to be man page). Use ugtk2 cursor wait/normal (share the wheel). Combine/rework restore code. 2004/04/05 Thierry Vignaud * install_any.pm (setDefaultPackages) despite find and any are semantically equivalent in this context, any will be used there (boolean vs scalar context) (setDefaultPackages) install alsa-utils if *any* of the present sound card is driven by ALSA * standalone/service_harddrake: log nv<=>nvidia switches * share/rpmsrate: install gnome-alsamixer and alsa-utils when there's an alsa driver sound card setDefaultPackages im-ja has been reported to be more user-friendly than uim 2004/04/04 keld * share/po/da.po: updates gi/perl-install/share/po/da.po 2004/04/04 yrahal * share/po/ar.po: Commmitting Arabeyes.org's Arabic translation of the week 2004/04/02 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/04/02 Pablo Saratxaga * share/po/fa.po, share/po/nb.po: updated Farsi and Norwegian files 2004/04/02 Pixel * mdk-stage1/Makefile: clean init-move when cleaning * mdk-stage1/nfsmount.c: enable nfs install on old i586 machines (or maybe poor network cards) (bugzilla #9322) (thanks to Michael Riss) 2004/04/02 Thierry Vignaud * share/po/br.po: update 2004/04/01 Pablo Saratxaga * share/po/ms.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/tl.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated pot file * share/po/sk.po, share/po/hr.po, share/po/fi.po, share/po/br.po, share/po/mn.po, share/po/ta.po, share/po/eo.po: updated Mongol files updated pot file 2004/04/01 Thierry Vignaud * drakxtools.spec: move harddrake service confirmation script from spec file into its own file * Makefile.config: list service_harddrake_confirm too * ugtk2.pm: space cleanup * standalone/service_harddrake_confirm: pass timeout parameter too move harddrake service confirmation script from spec file into its own file * standalone/service_harddrake: let execl() handle the arg array (this is safer) pass timeout parameter too enable to translate a few more messages translate "XYZ was added/removed" messages 2004/03/31 Thierry Vignaud * share/po/fr.po: typo fix * drakxtools.spec: fix drakxtools postuninstall script 2004/03/30 Pablo Saratxaga * pixmaps/langs/lang-ltg.png, lang.pm: Added missing choice for Latgalian (it had been forgotten when adding the 10.0 new languages) 2004/03/30 Pixel * rescue/list: add /sbin/badblocks * ugtk2.pm: fix relative file names (mostly (only?) for debugging) 2004/03/30 Thierry Vignaud * share/po/br.po: update update update * any.pm: share translation with help.pm * share/po/fr.po: fix inverted translations (#8217) 2004/03/29 Pablo Saratxaga * share/po/hi.po: corrected default:LTR entries * share/po/it.po: corrected default:LTR entries updated Italian file 2004/03/29 Thierry Vignaud * standalone/service_harddrake: space "fix" typo fix only alter xfree config if we found an nvidia card try several locations check for compressed nvidia modules too typo fix * drakxtools.spec: 10-29mdk 10-28mdk * share/po/fr.po: typo fix update 2004/03/29 Pablo Saratxaga * share/po/hi.po: corrected default:LTR entries * share/po/it.po: corrected default:LTR entries updated Italian file 2004/03/29 Thierry Vignaud * drakxtools.spec: 10-28mdk * share/po/fr.po: update * standalone/service_harddrake: try several locations check for compressed nvidia modules too typo fix 2004/03/28 yrahal * share/po/ar.po: Arabeyes.org's translation 2004/03/26 Thierry Vignaud * network/netconnect.pm: s/bcm4400/b44/ * network/adsl.pm (adsl_probe_info) fix vpi, vci rereading (speedtouch conf write hexa...) * drakxtools.spec: fix changelog * pkgs.pm (installTransactionClosure) fix list refreshing (warly) 2004/03/26 Warly * share/rpmsrate: - add SMP and BIGMEM for kernel-2.4 - aggregate all the kernel-2.4 in one occurence not to raised the "complicated tags" error in install rpmsrate parsing code 2004/03/26 Thierry Vignaud * network/adsl.pm (adsl_probe_info) fix vpi, vci rereading (speedtouch conf write hexa...) misc space cleanups (thx perl_checko) (adsl_probe_info) fix "manage interface" that broke speedtouch configuration * network/netconnect.pm: s/bcm4400/b44/ warn than speedtouch only works with 2.4.x kernels for now * bootloader.pm (method_choices) blacklist again Savage, they're broken again :-( * drakxtools.spec: 10-27mdk 2004/03/26 Thierry Vignaud * network/adsl.pm (adsl_probe_info) fix "manage interface" that broke speedtouch configuration * network/netconnect.pm: warn than speedtouch only works with 2.4.x kernels for now bcm4400 is known to not support ETHTOOL * bootloader.pm (method_choices) blacklist again Savage, they're broken again :-( * drakxtools.spec: 10-27mdk * share/rpmsrate: speedtouch support is definitvely buggy with 2.6.x kernel for now 2004/03/26 Thierry Vignaud * network/netconnect.pm: bcm4400 is known to not support ETHTOOL * share/rpmsrate: speedtouch support is definitvely buggy with 2.6.x kernel for now 2004/03/25 reinouts * share/po/nl.po: Updated Dutch (nl) translation by Reinout van Schouwen 2004/03/25 Warly * share/compssUsers.server: s/PHPgroupware/Kolab server/ 2004/03/24 Pixel * bootloader.pm: - preferring "p3-smp-64GB" first (for BIGMEM + SMP) - also adding i686-up-4GB - cleanup code fix extension parsing (vmlinuz-2.6.3-7mdksmp & vmlinuz-2.6.3-7mdkenterprise vs vmlinuz-2.6.3-7mdk-p3-smp-64GB & vmlinuz-2.6.3-7mdk-i686-up-4GB) sorting based on @prefered is nearly unused, remove it 2004/03/24 tsdgeos * share/po/ca.po: Unfuzzying 2004/03/24 Thierry Vignaud * network/isdn.pm (isdn_write_config_backend) load ISDN driver up ippp0 interface and delete previous default route (isdn_detect_backend) do not try to get "type" field here, we just have nothing to guess it there (isdn_read_config) do not overwrite current parameters with undefed ones * network/netconnect.pm: fix ISDN modem selection * modules.pm (probe_category) set ISDN hisax driver type parameter 2004/03/24 Pixel * share/rpmsrate: when BIGMEM & SMP, use kernel-p3-smp-64GB * bootloader.pm: - preferring "p3-smp-64GB" first (for BIGMEM + SMP) - also adding i686-up-4GB - cleanup code fix extension parsing (vmlinuz-2.6.3-7mdksmp & vmlinuz-2.6.3-7mdkenterprise vs vmlinuz-2.6.3-7mdk-p3-smp-64GB & vmlinuz-2.6.3-7mdk-i686-up-4GB) sorting based on @prefered is nearly unused, remove it 2004/03/24 Thierry Vignaud * network/isdn.pm (isdn_write_config_backend) load ISDN driver up ippp0 interface and delete previous default route (isdn_detect_backend) do not try to get "type" field here, we just have nothing to guess it there (isdn_read_config) do not overwrite current parameters with undefed ones * network/netconnect.pm: fix ISDN modem selection * modules.pm (probe_category) set ISDN hisax driver type parameter * network/adsl_consts.pm: #5056 really refered to austria, not australia 2004/03/24 David Baudens * share/po/fr.po: Update translations * share/rpmsrate: Install kdeutils-kwalletmanager by default when KDE is installed 2004/03/24 Pixel * install_steps_gtk.pm: meta_class server (PowerPack+) needs category Workstation * share/rpmsrate: when BIGMEM & SMP, use kernel-p3-smp-64GB 2004/03/24 Thierry Vignaud * network/adsl.pm (adsl_conf_backend) only disable kernel driver for 2.4.x kernels since latest speedtouch package is totally broken in userland mode now :-( * drakxtools.spec: fix changelog one more change one more change in 10-26mdk * standalone/service_harddrake: switch between nv and nvidia driver if commercial driver isn't installed * network/adsl_consts.pm: #5056 really refered to austria, not australia 2004/03/24 Pablo Saratxaga * share/po/hi.po: updated Hindi file 2004/03/24 Thierry Vignaud * network/adsl.pm (adsl_conf_backend) only disable kernel driver for 2.4.x kernels since latest speedtouch package is totally broken in userland mode now :-( * drakxtools.spec: one more change in 10-26mdk 2004/03/23 Thierry Vignaud * standalone/drakgw: add a new line for lord cat * network/netconnect.pm: fix drakconnect config writing when there's only one configured interface (eg: at install time) (#8998) * drakxtools.spec: add bug reference in 10-25mdk changelog remove doble entries in 10-25mdk changelog 10-26mdk * standalone/drakconnect (del_intf) enable to delete ADSL and ISDN connections 2004/03/23 fwang * share/po/zh_CN.po: Updated Simplified Chinese translation 2004/03/23 Thierry Vignaud * standalone/drakgw: add a new line for lord cat * drakxtools.spec: add bug reference in 10-25mdk changelog remove doble entries in 10-25mdk changelog 10-26mdk * standalone/drakconnect (del_intf) enable to delete ADSL and ISDN connections * network/netconnect.pm: fix drakconnect config writing when there's only one configured interface (eg: at install time) (#8998) bewan PCI and ethernet ADSL modems work smoothly with 2.6.x kernels for ISDN, do the same warning popup about supported kernels * share/po/gl.po, share/po/ga.po: update 2004/03/23 fwang * share/po/zh_CN.po: Updated Simplified Chinese translation update 2004/03/23 Nicolas Planel * any.pm: add nolapic support option (NOn Local APIC) 2004/03/23 Pablo Saratxaga * share/po/fa.po, share/po/it.po, share/po/uk.po, share/po/sv.po, share/po/mk.po, share/po/de.po, share/po/is.po, share/po/hi.po, share/po/nn.po, share/po/et.po, share/po/ca.po, share/po/ja.po, share/po/sq.po: corrected "default:LTR" translations 2004/03/23 Pixel * bootloader.pm, install_any.pm, install_steps_interactive.pm: LSB doesn't need kernel 2.4 anymore * fs.pm, standalone/diskdrake, standalone/drakupdate_fstab: - do not pass options is_removable to set_default_options() since it is not a global options - replace it with a flag in the part or raw_hd - set is_removable for part from usb drive - ensure usb partitions are not checked at boot time (freq field in fstab) * keyboard.pm: - az, tr and tr_f needs XkbOptions 'caps:shift' - cleanup * share/rpmsrate: replace kernel-enterprise with kernel-i686-up-4GB when BIGMEM 2004/03/23 Thierry Vignaud * share/rpmsrate: install ndiswrapper for centrino chipsets * standalone/drakgw: fix drakgw removing MII_NOT_SUPPORTED parameter from ifcfg file (#9076) * network/netconnect.pm: bewan PCI and ethernet ADSL modems work smoothly with 2.6.x kernels for ISDN, do the same warning popup about supported kernels * standalone/drakTermServ (interactive_mode) fix button layout (prevent button collisions and text truncation when translated) (client_type) fix layout (checbox was using too muche vertical space) enable to go in in --testing mode * standalone/drakclock: fix packing * share/po/gl.po, share/po/cy.po, share/po/fr.po, share/po/ga.po: update 2004/03/22 Frederic Crozat * share/po/fr.po: Fix typo 2004/03/22 Florin Grad * network/shorewall.pm: typo (forgot a space) do not write the REDIRECT squid rules if one has only one NIC connected to the net zone 2004/03/22 Pablo Saratxaga * share/po/tl.po: updated Filipino file 2004/03/22 Thierry Vignaud * standalone/drakperm (row_setting_dialog) hide dialog's horizontal separator, because create_okcancel() already creates its own separator (Robert Vojta, #9153) add space around main vbox (Robert Vojta, #9153) * standalone/drakclock: Look & feel enhancement in order to have a smoother GUI (Robert Vojta, #9141) : - when not embedded, add 5 pixels border around the whole GUI - add border around frames contents show timezone in drakclock (Robert Vojta, #9141) (get_servers) sort servers (Robert Vojta, #9139) * detect_devices.pm (isTVcard) typo fix fix tv cards managed by cx88 and saa7134 (#9112) * harddrake/v4l.pm: fix log message * standalone/drakxtv: fix tv cards managed by cx88 and saa7134 (#9112) * modules.pm (write_conf) simplify typo fix fix tv cards managed by cx88 and saa7134 (#9112) * standalone/logdrake (parse_file) oops, forgot one /o fix non first searches (#9115) 2004/03/21 Alice Lafox * share/po/ru.po: done 2004/03/21 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/03/21 Pablo Saratxaga * share/po/nb.po: updated Norwegian file * share/po/ar.po: updated Arabic file 2004/03/21 tbacklund * share/po/fi.po: fully translated, was 25 fuzzy, 5 untranslated 2004/03/21 yrahal * share/po/ar.po: Committing Arabeyes.org's Arabic translation 2004/03/20 Alice Lafox * share/po/ru.po: updated 2004/03/20 Pablo Saratxaga * share/po/fa.po: updated Farsi file 2004/03/20 Thierry Vignaud * standalone/drakxtv: fix error message (#9080) cleanup fix loged message (thx perl_checko) fix #3193: - use right device - offer to set the user to config fix saa7134 detection (#5612) testing mode reorder modules import fix wiping out /etc/modules.conf (scott@littlefish.ca) Defaulted canada-cable to NTSC (Scott Mazur (scott@littlefish.ca) * standalone/drakvpn: icon * harddrake/v4l.pm: sync with 2.6.3-4mdk reorder modules import (config) read current configuration (Scott Mazur ) share translation fix setting options for bttv instead of saa7134 (#5612) * drakxtools.spec: move draksplash into drakxtools b/c it needs gtk+ (#7807) oops, that should have been 25mdk 2004/03/19 Fabian Mandelbaum * share/po/es.po: Updated 2004/03/19 Frederic Crozat * share/rpmsrate: Update GNOME devel packages 2004/03/19 Pablo Saratxaga * share/po/ja.po, share/po/DrakX.pot, share/po/nb.po, share/po/zh_CN.po, share/po/it.po, share/po/eu.po, share/po/ru.po, share/po/uk.po, share/po/cy.po, share/po/mk.po, share/po/af.po, share/po/tl.po, share/po/cs.po: updated pot file * share/po/et.po: Updated Estonian file; fixed quote in Hindi file updated pot file * share/po/sk.po, share/po/th.po, share/po/hr.po, share/po/sv.po, share/po/ltg.po, share/po/zh_TW.po, share/po/sq.po, share/po/nn.po, share/po/mn.po, share/po/pt.po, share/po/fr.po, share/po/ta.po: updated po files updated po files updated pot file * share/po/ms.po, share/po/gl.po, share/po/pt_BR.po, share/po/be.po, share/po/ko.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/uz.po, share/po/ro.po, share/po/sr@Latn.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/br.po, share/po/sl.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/lt.po, share/po/tg.po, share/po/bs.po, share/po/wa.po, share/po/is.po, share/po/az.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po, share/po/el.po, share/po/uz@Latn.po: updated po files updated pot file * standalone/drakvpn: disambiguated string * share/po/hi.po: updated po files Updated Estonian file; fixed quote in Hindi file updated pot file 2004/03/19 Pixel * detect_devices.pm: adapt to devfs (?) naming which breaks compatibility (bugzilla #9029) * ugtk2.pm: - fix _find_imgfile() - cleanup * install_steps.pm: devfs=mount is the default for kernel 2.6 (what about 2.4 ?), so one need devfs=nomount when devfsd is not installed 2004/03/19 Thierry Vignaud * share/po/fr.po: update * standalone/drakvpn: add hint for translators (cooker-i18n request) * drakxtools.spec: 10-24mdk * network/netconnect.pm: eagle-usb maintainers ask not to fill dns by default because ppp will return better one through peerdns option dnsX were renamed as dnsServerX+1 long time ago and are managed one step earlier 2004/03/19 Warly * standalone/drakboot: add Olivier Blin patches to reread the previous configuration 2004/03/19 Pixel * detect_devices.pm: adapt to devfs (?) naming which breaks compatibility (bugzilla #9029) * ugtk2.pm: - fix _find_imgfile() - cleanup * install_steps.pm: devfs=mount is the default for kernel 2.6 (what about 2.4 ?), so one need devfs=nomount when devfsd is not installed 2004/03/19 Thierry Vignaud * harddrake/sound.pm (switch) perl_checker fix * network/netconnect.pm: eagle-usb maintainers ask not to fill dns by default because ppp will return better one through peerdns option dnsX were renamed as dnsServerX+1 long time ago and are managed one step earlier 2004/03/18 David Baudens * standalone/icons/localedrake-32.png, standalone/icons/localedrake-48.png, drakxtools.spec, standalone/icons/localedrake-16.png, Makefile.drakxtools: Add icons for localedrake menu entry * share/rpmsrate: Add kdegraphics-common in GRAPHICS section 2004/03/18 marco * share/po/it.po: successivo -> avanti 2004/03/18 Pablo Saratxaga * share/po/tl.po: updated Filipino file 2004/03/18 Pixel * ugtk2.pm: new helper function may_set_icon that takes care of missing wiz_default_up during install * partition_table/dos.pm: not guessing a geometry when default_ok is no big deal 2004/03/18 Thierry Vignaud * harddrake/sound.pm: install alsa-utils if needed (#6288) * network/adsl.pm: only kill pppoa for sagem modem (eg for bewan, we use pppoa plugin for ppp) fix bewan support by providing an ad-how /etc/ppp/options * standalone/icons/drakups.png: use mdk icon for drakups * network/netconnect.pm: fix obvious wrong lookup (at install time, we must check installed root fs instead of /) always offer to restart adsl connections only warn about 2.4.x kernel for bewan modem only warn about the fact we need 2.4.x kernel when we're under 2.6.x * Makefile.config: reput back drakups * share/rpmsrate: install kernel-2.4.x for pci modems whose binary driver isn't ported on 2.6.x 2004/03/18 Warly * share/rpmsrate: move the DRIVER part from INSTALL to SYSTEM fix speedtouch-mgm -> mgmt fix bad indentation 2004/03/18 Pablo Saratxaga * lang.pm: Gnome Low-Saxon translations use "nds_DE", putting it on LANGUAGE 2004/03/18 Pixel * ugtk2.pm: new helper function may_set_icon that takes care of missing wiz_default_up during install * partition_table/dos.pm: not guessing a geometry when default_ok is no big deal 2004/03/18 Thierry Vignaud * network/netconnect.pm: only warn about the fact we need 2.4.x kernel when we're under 2.6.x * network/adsl.pm: only kill pppoa for sagem modem (eg for bewan, we use pppoa plugin for ppp) fix bewan support by providing an ad-how /etc/ppp/options * Makefile.config: reput back drakups * share/rpmsrate: install kernel-2.4.x for pci modems whose binary driver isn't ported on 2.6.x 2004/03/17 Pablo Saratxaga * share/po/zh_TW.po: chinese names for countries * share/po/uk.po: updated Ukrainian file * share/po/mn.po: updated po files 2004/03/17 Pixel * install_gtk.pm: enlarge steps window (no pb since the window is invisible) (bugzilla #8985) * standalone/diskdrake: add "diskdrake --change-geometry==[,]," to allow forcing the geometry used in the partition table. This allows helping poor Windows booting using old int13 function 2. This should work when Windows has not been resized. 2004/03/17 Thierry Vignaud * harddrake/sound.pm: do not alter oss<->alsa drivers mapping table (olivier blin, #8501) When current driver doesn't match current sound card (because sound card has been replaced for example), draksound allows to choose the driver between current driver and its alternatives, but does not propose default driver and alternatives for current sound card. So available drivers don't match current sound card (olivier blin, #8501) * standalone/drakedm: fix dm restart * standalone/service_harddrake: remove /etc/asound.state *before* restarting sound service * drakxtools.spec: 10-24mdk 2004/03/17 Warly * share/logo-mandrake.png: community install logo 2004/03/17 David Baudens * share/po/fr.po: Update advertising translations * share/compssUsers: Update Update * share/rpmsrate: Fix my mistake (forgot to cvs up before commit) Update 2004/03/17 Pablo Saratxaga * share/po/zh_TW.po: chinese names for countries 2004/03/17 Pixel * partition_table/dos.pm, partition_table/raw.pm, partition_table.pm: add set_best_geometry_for_the_partition_table to use the hd geometry instead of the physical geometry returned by the kernel (since for now i can't have bios geometry on 2.6) 2004/03/17 Thierry Vignaud * standalone/drakconnect: misc perl_checker cleanup remove debug statements fix no information for drivers that do not support ethtool ioctl (eg: sk98lin): try to match the device by interface name and driver name (won't work for several cards managed by the same driver) * share/po/fr.po: update * share/rpmsrate: roll-back bogus dadou commit * network/netconnect.pm: fix pci modem support: - handle manually installed drivers - removed urpmi sources - faster checking for driver presence 2004/03/17 Warly * share/logo-mandrake.png: community install logo * share/rpmsrate: s/glade/glade2/ 2004/03/17 Pablo Saratxaga * share/po/eu.po: updated Basque file 2004/03/17 Pixel * partition_table/raw.pm, partition_table.pm: add set_best_geometry_for_the_partition_table to use the hd geometry instead of the physical geometry returned by the kernel (since for now i can't have bios geometry on 2.6) * partition_table/dos.pm: add set_best_geometry_for_the_partition_table to use the hd geometry instead of the physical geometry returned by the kernel (since for now i can't have bios geometry on 2.6) - sector2CHS() now gives sector number starting at 0 - CHS2rawCHS() takes care of giving sector number starting at 1 2004/03/17 Thierry Vignaud * harddrake/data.pm: split out agp controllers out of bridges * standalone/drakups: use std banner use new $ugtk2::wm_icon for x11 icon * network/ethernet.pm (get_eth_cards) if SIOCETHTOOL ioctl is not supported by driver, try to lookup card by driver in devices list (if there's only one physical card managed by this driver) * standalone/logdrake, standalone/drakfont: use new $ugtk2::wm_icon for x11 icon * network/adsl.pm: do not pass eth interface and user to adsl-start, they're already provided in pppoe.conf (#2004) * network/adsl_consts.pm: update wanadoo dns according to http://www.wanadoo.fr/bin/frame2.cgi?u=http%3A//assistance.wanadoo.fr/reponse791.asp * standalone/service_harddrake: add agpgart modules to modprobe.preload if needed * standalone/harddrake2: use new $ugtk2::wm_icon for x11 icon show module for system bridges if it's not unknown (aka not managed by kernel core) blacklist agp controllers class (they're still visible in the bridges one) * ugtk2.pm (_create_dialog) set x11 icon for dialogs too (new) fix x11 icon for Gtk2::Plug (_find_imgfile) prevent matching subdirectory (eg: harddrake) * network/netconnect.pm: fix SmartLink modem managment (#8959) * standalone/drakconnect: misc perl_checker cleanup remove debug statements fix no information for drivers that do not support ethtool ioctl (eg: sk98lin): try to match the device by interface name and driver name (won't work for several cards managed by the same driver) use new $ugtk2::wm_icon for x11 icon 2004/03/16 Alice Lafox * share/po/ru.po: transl.in progress 2004/03/16 David Baudens * share/compssUsers.server: Add NETWORKING_FILE support for PowerPackPlus * standalone/icons/harddrake2/ide_hd.png, standalone/icons/harddrake2/scanner.png, standalone/icons/harddrake2/hw_mouse.png, standalone/icons/harddrake2/joystick.png, standalone/icons/harddrake2/hw_printer.png, standalone/icons/harddrake2/tv.png, standalone/icons/harddrake2/memory.png, standalone/icons/harddrake2/multimedia.png, standalone/icons/harddrake2/floppy.png, standalone/icons/harddrake2/video.png, standalone/icons/harddrake2/scsi_hd.png, standalone/icons/harddrake2/unknown.png, standalone/icons/harddrake2/harddisk.png, standalone/icons/harddrake2/sound.png, standalone/icons/harddrake2/cd.png, standalone/icons/harddrake2/hw_network.png: Update images 2004/03/16 Pablo Saratxaga * pixmaps/langs/lang-ku.png, pixmaps/langs/lang-hy.png, pixmaps/langs/lang-tt.png: updated and added pictures for language selection list. enabled choice for Filipino (we have quite good translations), Low-Saxon and Kyrgyz. * pixmaps/langs/lang-gn.png, pixmaps/langs/lang-nds.png, pixmaps/langs/lang-ky.png, pixmaps/langs/lang-tk.png, pixmaps/langs/lang-ph.png: readding images in binary mode removed pixmaps to readd them in binary mode updated and added pictures for language selection list. enabled choice for Filipino (we have quite good translations), Low-Saxon and Kyrgyz. * lang.pm: changed order of LANGUAGE value for Filipino so monolingual windowmanagers can have translated menus updated and added pictures for language selection list. enabled choice for Filipino (we have quite good translations), Low-Saxon and Kyrgyz. * share/po/it.po: updated Italian file 2004/03/16 Pixel * standalone/drakupdate_fstab: choose wether to use supermount is now based on variable SUPERMOUNT in /etc/sysconfig/dynamic * ugtk2.pm: fix typo - add $ugtk2::wm_icon (esp. for park-rpmdrake) - cleanup, correct indentation 2004/03/16 Thierry Vignaud * standalone/logdrake (alert_config) fix wizard when logdrake is embedded (alert_config) fix wizard on second run (alert_config) make it a wizard again (that is, with banner, "previous"/"next" buttons and the like) set x11 ico * share/rpmsrate: wireless-tools is listed twice! speedtouch was listed two times in the old days! install speedtouch firmware too automatically install speedtouch for Alcatel USB ADSL modems automatically install eagle-usb for sagem ADSL modems install kernel-2.4.x for internal ISDN devices * ugtk2.pm (new) set x11 icon for non wizard tools (new) set default x11 icon * standalone/harddrake2, standalone/drakups: set x11 ico * standalone/drakclock: fix server lookup (#8846) * standalone/icons/drakups.png: add drakups icon "Copyright (C) 2004 MGE UPS SYSTEMS / Luc Descotils This graphic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or at your option) any later version..." * network/netconnect.pm: bewan support only show encapsulation parameter for sagem modem preselect pppoa for bewan too make it clear these checks are only for pci modems pci modem: only take care of selected one warn that we only support kernel 2.4.x for pci modems remove debug statement for ADSL Bewan and ISDN modem, warn that only 2.4.x kernels are supported * network/adsl.pm: bewan support (adsl_conf_backend) fix adsl stop on pppoa links * network/modem.pm (ppp_configure) really fix modem symlink (#7967) * standalone/drakconnect: set x11 ico (configure_net) do not offer to alter domain name since this is achievable through FQDN * standalone/drakfont (interactive_mode) better style (interactive_mode, dialog) let's have nice icon in sub dialogs when embedded too (dialog) make subdialogs be transcient for main window when not embedded set x11 ico 2004/03/16 Warly * share/rpmsrate: clean majors introduced into the CVS by mistake 2004/03/15 David Baudens * share/rpmsrate: Replace xsane by scanner-gui (allows to install kooka or xsane) Readd Audacity (needs to be moved from Contrib to Main; it should be installed by default for all products) 2004/03/15 Stew Benedict * standalone/drakTermServ: Fix misnamed inittab\$\$IP=xxx.xxx.xxx.xxx\$\$. 2004/03/15 Thierry Vignaud * standalone/drakconnect (configure_net) enable to alter hostname (configure_net) fix unlisted first dns server * drakxtools.spec: 10-23mdk * standalone/logdrake: fix explanations in mcc that got broken by #8412 speedup * network/netconnect.pm: always write scripts like in the old days but when there's no cnx skip "start on boot" step for LAN (already managed by network scripts) perl_checker fix write ether conf later on QA request do not list anymore wireless cards in LAN connection, only in wireless connections fix ADSL modems not listed unless one try to manually pick a network card (#8611): prevent module::interactive from offering to pick a module when there's no network cards * share/po/fr.po: update 2004/03/15 Florin Grad * standalone/drakgw: add ppp+ and ippp+ at the interfaces list * network/shorewall.pm: add ppp+ and ippp+ in the interfaces list 2004/03/15 reinouts * share/po/nl.po: Updated Dutch (nl) translation by Reinout van Schouwen 2004/03/15 Thierry Vignaud * network/netconnect.pm: do not list anymore wireless cards in LAN connection, only in wireless connections fix ADSL modems not listed unless one try to manually pick a network card (#8611): prevent module::interactive from offering to pick a module when there's no network cards * network/ethernet.pm (mapIntfToDevice) do not try to match a physical device when SIOCETHTOOL ioctl is not supported * standalone/drakclock: make the ntpdate after stopping the ntpd (manu@agat.net, #8141) * network/network.pm (write_interface_conf) fix missing quotes around wireless encryption key (#8887) * standalone/drakconnect (configure_net) fix spacing around DNS/domainname settings table (configure_net) write back domain name and dns servers (configure_net) fix domainname reading (configure_net) fix crash on internet access dialog closing (configure_net) update connection status in background (#7800) add --old option in order to see old interface 2004/03/14 Pablo Saratxaga * share/po/fa.po: updated Farsi file * share/po/cy.po, share/po/nn.po, share/po/ca.po: updated Welsh and Nynorsk files 2004/03/14 tbacklund * share/po/fi.po: fully translated, was 10 fuzzy, 1 untranslated 2004/03/14 tsdgeos * share/po/ca.po: updating 2004/03/14 yrahal * share/po/ar.po: Weekly Arabeyes' Arabic translation. 2004/03/13 Arkadiusz Lipiec * share/po/pl.po: Updated translation 2004/03/13 Pablo Saratxaga * share/po/fa.po: updated Farsi file * share/po/cy.po: Updated Welsh file * share/po/et.po: updated Estonian file * share/po/uz.po, share/po/uz@Latn.po: updated Uzbek files 2004/03/13 Till Kamppeter * printer/printerdrake.pm: Let printerdrake install "scanner-gui" instead of "xsane" when it sets up an HP multi-function device. "MandrakeSoft" -> "Mandrakesoft", "Mandrake" -> "Mandrakelinux". * standalone/scannerdrake: Let scannerdrake install "scanner-gui" instead of "xsane", so that scanning GUI actually used can be determined by the system environment. "MandrakeSoft" -> "Mandrakesoft", "Mandrake" -> "Mandrakelinux". * standalone/printerdrake: "MandrakeSoft" -> "Mandrakesoft", "Mandrake" -> "Mandrakelinux". 2004/03/12 David Baudens * share/rpmsrate: Update for PowerPackPlus 2004/03/12 Fabian Mandelbaum * share/po/es.po: Updated 2004/03/12 Pablo Saratxaga * share/po/nb.po: updated Norwegian file * lang.pm: small correction improved previous change * share/po/ms.po, share/po/id.po, share/po/gl.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/nn.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/sr.po, share/po/lt.po, share/po/he.po, share/po/ca.po, share/po/ar.po, share/po/ltg.po, share/po/uz.po, share/po/is.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/ta.po, share/po/sq.po, share/po/sr@Latn.po, share/po/eu.po, share/po/es.po, share/po/eo.po, share/po/bg.po, share/po/el.po, share/po/lv.po, share/po/hu.po, share/po/uz@Latn.po: merged some strings from mcc 2004/03/12 Thierry Vignaud * share/rpmsrate: eagle was renamed as eagle-usb 2004/03/12 fwang * share/po/zh_CN.po: Updated Simplified Chinese translation 2004/03/12 Pablo Saratxaga * share/po/nb.po: updated Norwegian file * lang.pm: improved previous change always define KDM fonts dependending on encoding (fix for bug #8714) 2004/03/12 Thierry Vignaud * drakxtools.spec: 10-22mdk * standalone/drakconnect (build_notebook) default protocol is dhcp (eg for unconfigured interfaces), thus preventing ip checks faillure on protocol change on other network interfaces (apply) do not write IPADDR, NETMASK and NETWORK fields in ifcfg-ethX when using DHCP (apply) factorize interface hash (apply) fix crash (is_dynamic_ip expect a hash of network interaces, not a single interface) (configure_net) kill useless code (configure_net) fix layout by using a table remove a few more parameters (configure_net) get rid of mask now we've cleaned up parameters only show dns from resolv.conf for now (configure_net) remove some parameters according to specs (configure_net) sanitize buttons layout (#8637) * network/netconnect.pm: provide a nice way to go back to summary when interface is already configured (#8002) fix buttons so that they're labeled as cancel/ok instead of previous/next when warning in network installations fix writing drakconnect config file at install time (#7478) * standalone/drakfont (advanced_install) "Install" button is sensitive only if there're some fonts in the font list 2004/03/12 Frederic Lepied * share/rpmsrate: removed audacity (in contrib) 2004/03/12 Thierry Vignaud * drakxtools.spec: 10-22mdk * network/netconnect.pm: fix writing drakconnect config file at install time (#7478) 2004/03/11 Florin Grad * standalone/drakgw: fix the disable, enable functions * network/shorewall.pm: add some tests for the REDIRECT squid rules 2004/03/11 Pablo Saratxaga * share/po/tl.po: updated Filipino file 2004/03/11 Pixel * install_any.pm: fix installing locales-XX for lang=nb which needs locales-no (one needs to use provides) * fsedit.pm: disallow lvm on / with no /boot until lilo handles it * install2.pm: tentatively fix lilo with lvm on / * bootloader.pm: - always generate a precise entry using the precise version - remove the linux-2.4 or linux-2.6 entries which don't work together with the precise version entry - still have the "linux" entry * install_steps_interactive.pm: nice fix for installing locales-XX corresponding the chosen country (using packagesProviding()) workaround code trying to install locales-nb (bugzilla #8287) * install_steps.pm: catch cdie's in auto_install * do_pkgs.pm: use pkgs::packagesProviding() * pkgs.pm: - add function packagesProviding() - use it 2004/03/11 Stew Benedict * standalone/drakbackup: Install extra packages when using wizard too. Key transfer in GUI wasn't reporting errors. 2004/03/11 Thierry Vignaud * standalone/drakvpn: remove debug statement fix previous button on first step (robert.vojta@qcm.cz, anthill #387) * ugtk2.pm (gtktext_insert) if we want anonymous tags, just create anonymous tags instead of creating fake tag names that we just discard after (rand is not guarranted to not return the same number twice...) * harddrake/data.pm: fix in strict mode * detect_devices.pm: workaround anthil bug #369 * mdk-stage1/probing.c: fix eth[67] detection (gc) * standalone/drakgw: fix previous button on first step (robert.vojta@qcm.cz, anthill #386) * standalone/logdrake (text_append) fix second run (on next filling, we shall not create tags with name of existing ones) (parse_file) fix search :-) (log_output) take a color and a font as parameters now (log_output__real) splited from log_output(), insert text into textview at once (*) use new framework to speedup (#8412) (text_append) introduce it, forked from gtktext_insert() unlike the later, it create named tags, thus reducing tagtable size from 30000+ tags to 10-20, thus speedup logdrake in quite a big way. it should probably replace gtktext_insert in mdk10.1 since all gtktext_insert users really have quite a few tags (eg: 1 for harddrake2 and rpmdrake) (parse_file) speed up it by 20% (#8412) but logcolorize is the top one in profiles * standalone/drakboot: list yes/no for autologin in a more intuitive way, that is yes is grouped with user and wm pull down menus (robert.vojta@qcm.cz, anthill #390) 2004/03/10 fwang * share/po/zh_CN.po: update 2004/03/10 Pablo Saratxaga * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated pot file * share/po/tl.po: updated pot file Updated Filipino file * keyboard.pm: list jp106 keyboard as latin only to avoid the misleading screen about language switching (japanese input doesn't use that method) 2004/03/10 Thierry Vignaud * share/po/help-zh_CN.pot, share/po/ms.po, share/po/sk.po, share/po/gl.po, share/advertising/dwd-04.pl, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, install_steps_interactive.pm, network/netconnect.pm, share/po/be.po, share/advertising/dis-10.pl, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, network/drakfirewall.pm, install_steps_newt.pm, share/po/da.po, share/po/ca.po, share/po/ar.po, share/po/ltg.po, share/po/nb.po, share/po/uz.po, share/po/help-ru.pot, share/advertising/dwd-02.pl, standalone/printerdrake, share/po/ro.po, share/advertising/dwd-01.pl, share/advertising/dis-01.pl, share/po/zh_TW.po, share/po/sr@Latn.po, share/po/sq.po, share/advertising/dwd-05.pl, share/po/it.po, share/po/eu.po, share/po/es.po, share/advertising/ppp-10.pl, share/po/lv.po, share/po/hu.po, printer/printerdrake.pm, share/advertising/pwp-09.pl, share/po/fa.po, share/po/id.po, share/po/ru.po, help.pm, share/po/br.po, share/po/sl.po, share/advertising/ppp-03.pl, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/advertising/dwd-03.pl, share/po/uk.po, share/po/mn.po, share/po/help-de.pot, share/po/lt.po, share/po/cy.po, crypto.pm, share/advertising/ppp-02.pl, share/po/help-it.pot, install_interactive.pm, share/advertising/dwd-07.pl, share/po/tg.po, any.pm, install_steps_gtk.pm, share/po/bs.po, share/po/mk.po, share/po/wa.po, install_messages.pm, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, bootloader.pm, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/nl.po, share/po/help-fr.pot, share/advertising/ppp-01.pl, share/po/tl.po, share/po/de.po, share/advertising/pwp-03.pl, share/advertising/ppp-04.pl, share/advertising/pwp-04.pl, share/advertising/pwp-01.pl, share/po/help-es.pot, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/advertising/dwd-09.pl, standalone/scannerdrake, share/po/uz@Latn.po: spell Mandrakelinux in one word * standalone/drakperm (row_setting_dialog) sanitize spacing in frames 2004/03/10 Florin Grad * standalone/drakgw: fix the 8669 bug 2004/03/10 fwang * share/po/zh_CN.po: update update 2004/03/10 Pablo Saratxaga * share/po/tl.po: Updated Filipino file 2004/03/10 Thierry Vignaud * mdk-stage1/probing.c (get_net_devices) increase max number of detectable net cards from 6 to 10 2004/03/09 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/03/09 Pixel * modules.pm: special case to handle imm & ppa on kernel 2.6: - need parport_pc - modules insmod always succeed, so need to check /proc/sys/dev/parport/parport0/devices/{imm,ppa} * keyboard.pm: keyboard::load() causes some errors on kernel 2.4, ignoring them * Xconfig/card.pm: catch exception (bugzilla #8726) 2004/03/09 Stew Benedict * standalone/drakbackup: Reverse trivial translation typo. Change the_time() usage. Fix breakage introduced in config rewrite. All wizard methods should end at config summary. Support for plain tar. Deal with mixture of formats on restore. (#8676) Fix issue with first incremental pass not using base as comparison. Rework most file selections to use the same sub, drop other subs. 2004/03/09 Till Kamppeter * printer/printerdrake.pm: Made more clear choices in the first-time dialog of printerdrake. 2004/03/09 Thierry Vignaud * standalone/draksplash: fix boot_conf_path usage rename thm_conf_path as boot_conf_path to prevent confusion with thm_path (write_boot_thm) simplify through mkdir_p() misc perl_checker cleanups fix config file path (directory is now named config, not cfg) * harddrake/data.pm: really, really fix ISDN cards detection :-( really adapt to new network::isdn::isdn_detect_backend() API * share/po/fr.po: respect upcase letters * network/isdn.pm (read_providers_backend) add prototype in order to please lord perl_checker * standalone/drakbackup: fix crash in wizard (#8654) (setVarsInSh use output instead of output_p...) (the_time) simplify * network/netconnect.pm: fix isdn config step isdn config step: enable to alter defined but empty fields fix parameters reading/writin in isdn config step: take parameters from isdn data structure, not cnx one fix isdn config step by using runtime references 2004/03/08 Pablo Saratxaga * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/tl.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated pot file 2004/03/08 Pixel * install_any.pm: fix typo in generate_automatic_stage1_params(): - handle FTP via HTTP proxy (bugzilla #8699) - cleanup using a different data-structure * modules.pm: a missing module is now an error, that way it won't be in scsi_hostadapters. In load_category(), exception is caught, so no pb when using load_category(). But beware, this may break! 2004/03/08 Stew Benedict * standalone/drakbackup: Fix to prevent saving host passwd when user requests not to (#8700). 2004/03/08 Pixel * modules.pm: a missing module is now an error, that way it won't be in scsi_hostadapters. In load_category(), exception is caught, so no pb when using load_category(). But beware, this may break! * install_any.pm: in generate_automatic_stage1_params(): - handle FTP via HTTP proxy (bugzilla #8699) - cleanup using a different data-structure 2004/03/08 Stew Benedict * standalone/drakbackup: UI coherency (#8675). Fix some missing configuration options (#8654). 2004/03/08 Thierry Vignaud * network/netconnect.pm: rename ensure_is_installed_if_availlable( as ensure_is_installed_if_available() install unicorn package for bewan modems * do_pkgs.pm: rename ensure_is_installed_if_availlable( as ensure_is_installed_if_available() 2004/03/08 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/03/08 Pixel * devices.pm: nicer debug error message * modules.pm: a missing module is now an error, that way it won't be in scsi_hostadapters. In load_category(), exception is caught, so no pb when using load_category(). But beware, this may break! * fsedit.pm: /proc/partitions parsing was broken for scsi cdroms using non-devfs names, and our 2.6 doesn't use devfs names in /proc/partitions... :'-( (bugzilla #8641) 2004/03/08 Stew Benedict * standalone/drakbackup: UI coherency (#8675). Fix some missing configuration options (#8654). 2004/03/08 Thierry Vignaud * network/netconnect.pm: rename ensure_is_installed_if_availlable( as ensure_is_installed_if_available() install unicorn package for bewan modems fix variable interpolation in strings misc perl_checker cleanups isdn_read_config() alter its argument, thus there's no need in returning it (which may induce developer in error by believing argument is not overwritten...) standalone drakconnect already discard returned value anyway... port old ISDN wizard upon new wizard layer fix first_modem() call indent simplify speedtouch firmware installation through newly introduced do_pkg::ensure_is_installed_if_availlable() wizard: be aware of bewan modems detection * detect_devices.pm (getBewan) fix bewan modem detection * standalone/drakperm: center labels like before * do_pkgs.pm: rename ensure_is_installed_if_availlable( as ensure_is_installed_if_available() (ensure_is_installed_if_availlable) introduce it in order to check if we need to install a package, then install it if it's availlable (eg: for binary drivers not availlable in download edition) * network/isdn_consts.pm: - add "|" separator - remove bus from description (the user has already selected the bus type) * share/po/fr.po: fix missing upercase first letter be aware of string change due to bewan support * share/po/br.po: be aware of string change due to bewan support update * standalone/draksplash (make_boot_frame) fix crash on color switch (mk_frame) - workaround horrible packing by using a table instead of a vbox - do packing of resulted table outside mk_frame() which is much saner fix spacing around commas (sanitizing) gc prefers "obj->method" rather than "method obj" call style use option menu for resolutions list (mk_frame) enable to use either combo boxes or option menus for lists (mk_frame) fix combo boxes filling (which_res_exist) unjonathan-ize (show_prev) only redraw needed part, not whole image (show_prev) fix crash on image drawing (show_prev) fix crash on image scaling fix crash on "preview" button (get_this_thm_res_conf) add prototype to help perl_checker kill unused variables kill perl4 function call style * network/isdn.pm: isdn_read_config() alter its argument, thus there's no need in returning it (which may induce developer in error by believing argument is not overwritten...) standalone drakconnect already discard returned value anyway... kill isdn_get_info() and isdn_get_list() (they were unused since quite a few releases :-() (isdn_get_cards) introduce it to build a tree bus|card for isdn wizard (get_info_providers_backend) prevent faillure as soon as translaters catch up export isdn_read_config() kill isdn_ask(), isdn_ask_info() and isdn_ask_protocol() since they were merged into wizard (aka ported to new wizard layer) (isdn_get_cards_by_type) splited out of old isdn_ask() func (get_info_providers_backend) drop file argument and do ISDN db lookup in place (read_providers_backend) move it from network::tools to network::isdn (isdn_detect_backend) enhance detection: just return a list of devices * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/da.po, share/po/ca.po, share/po/ar.po, share/po/ltg.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/uk.po, share/po/mn.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/nl.po, share/po/tl.po, share/po/de.po, share/po/eo.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/uz@Latn.po: be aware of string change due to bewan support * network/adsl.pm (adsl_detect) detect bewan ADSL modems * network/tools.pm (read_providers_backend) move it from network::tools to network::isdn * harddrake/data.pm: adapt to new network::isdn::isdn_detect_backend() API * ugtk2.pm (Gtk2::WrappedLabel::new) fix unusing label (Gtk2::WrappedLabel::new) enable to alter default alignment 2004/03/08 yrahal * share/po/ar.po: Doing a sync with Arabeyes.org's CVS... There should be no stat differences anymore. 2004/03/07 fwang * share/po/zh_CN.po: Updated Simplified Chinese translation 2004/03/07 keld * share/po/da.po: updates soft/ftw/po/da.po gi/perl-install/share/po/da.po 2004/03/07 Pablo Saratxaga * share/po/ar.po: updated po file 2004/03/07 tbacklund * share/po/fi.po: finnish translations at 100% again... 2004/03/07 yrahal * share/po/ar.po: Committing Arabeyes.org's Arabic translation of the week... 2004/03/06 fwang * share/po/zh_CN.po: update 2004/03/06 Pablo Saratxaga * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/tl.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated pot file 2004/03/05 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/03/05 keld * share/po/da.po: updates gi/perl-install/share/po/da.po 2004/03/05 Pixel * install_any.pm: replacing automatic=method:disk with $param instead of adding $param (since $param already contains automatic=met:disk) * fs.pm: no entry in fstab for zips (now cleanly done by hotplug) * detect_devices.pm: fix warning 2004/03/05 Till Kamppeter * printer/cups.pm, printer/printerdrake.pm: Let URIs listed by "lpinfo -v" be shown in the dialog for entering a URI manually. 2004/03/05 Thierry Vignaud * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, standalone/drakTermServ, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/ar.po, share/po/ltg.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/tl.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: typo fix * network/network.pm (write_resolv_conf) only remove /etc/resolv.conf if it's really a link (prevent no resolv.conf rewriting when it was empty eg b/c link was dead) 2004/03/04 keld * share/po/da.po: updates gi/perl-install/share/po/da.po Updates gi/perl-install/share/po/da.po Updates gi/perl-install/share/po/da.po 2004/03/04 Pablo Saratxaga * share/po/et.po, share/po/ca.po, share/po/nn.po: updated Estonian file updated pot file * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/da.po, share/po/ar.po, share/po/ltg.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated pot file * share/po/tl.po: updated po file updated pot file * share/po/nb.po: updated Norwegian file updated pot file 2004/03/04 Pixel * install_steps.pm, install_steps_interactive.pm: fix & cleanup generating replay & auto_install images (thanks to David Eastcott) * install_any.pm: oops, fix commit fix & cleanup generating replay & auto_install images (thanks to David Eastcott) 2004/03/04 tsdgeos * share/po/ca.po: Unfuzzying 2004/03/04 Thierry Vignaud * network/netconnect.pm: fix crash on modem configuration in installer (standalone drakconnect didn't had the bug because it has already loaded the network::modem package at this stage) * standalone/draksec (wait_msg) show up some translated title * ugtk2.pm: enable exception managment even at install time (installer set $::no_ugtk_init) 2004/03/04 Pixel * mdk-stage1/init.c: unmounting /sys is not needed (useful to have one less line displayed after "unmounting filesystems...") * install_steps.pm, install_steps_interactive.pm: fix & cleanup generating replay & auto_install images (thanks to David Eastcott) * install_any.pm: oops, fix commit fix & cleanup generating replay & auto_install images (thanks to David Eastcott) 2004/03/04 Thierry Vignaud * network/netconnect.pm: fix crash on modem configuration in installer (standalone drakconnect didn't had the bug because it has already loaded the network::modem package at this stage) * ugtk2.pm: enable exception managment even at install time (installer set $::no_ugtk_init) 2004/03/04 Florin Grad * standalone/drakgw: really enable the proxy squid, fix the proxy REDIRECT shorewall rule, fis the shorewall interfaces configuration * network/shorewall.pm: use the name of the network interface instead of the label remove an obsolete comparison in the read function 2004/03/04 Pixel * mdk-stage1/init.c: unmounting /sys is not needed (useful to have one less line displayed after "unmounting filesystems...") * install_steps.pm, install_steps_interactive.pm: fix & cleanup generating replay & auto_install images (thanks to David Eastcott) * install_any.pm: oops, fix commit fix & cleanup generating replay & auto_install images (thanks to David Eastcott) 2004/03/04 reinouts * share/po/nl.po: Updated Dutch (nl) translation by Reinout van Schouwen 2004/03/04 Stew Benedict * standalone/drakTermServ: Don't destroy "fat" client inittab. 2004/03/04 Thierry Vignaud * install_steps.pm (hasNetwork) do not refuse to up the network when in dhcp (bad oem patch) * standalone/drakgw: reput back strict pragma list network card name rather than just ethX in device list 2004/03/03 Arkadiusz Lipiec * share/po/pl.po: 2 entries 2004/03/03 Pablo Saratxaga * share/po/is.po, share/po/nn.po, share/po/et.po: updated pot files 2004/03/03 Pixel * devices.pm: one now need cryptoloop and aes when using encryption (kernel 2.6) * fs.pm: move set_loop() from formatMount_part to real_format_part to fix Format with encrypted files/devices one now need cryptoloop and aes when using encryption (kernel 2.6) 2004/03/03 reinouts * share/po/nl.po: Updated Dutch (nl) translation by Reinout van Schouwen 2004/03/03 Stew Benedict * standalone/drakTermServ: Default kernel version, add gdm user if needed, autologin warning. Copy server X keyboard config to client. Default thin client setup. Change banner method as other drak tools. 2004/03/03 Thierry Vignaud * network/adsl_consts.pm: add vpi/vci parameters for australia ISPs (#5056) * drakxtools.spec: 10-21mdk 2004/03/03 Pixel * devices.pm: one now need cryptoloop and aes when using encryption (kernel 2.6) * fs.pm: move set_loop() from formatMount_part to real_format_part to fix Format with encrypted files/devices one now need cryptoloop and aes when using encryption (kernel 2.6) 2004/03/03 Thierry Vignaud * network/adsl_consts.pm: add vpi/vci parameters for australia ISPs (#5056) * drakxtools.spec: 10-21mdk 10-20mdk 2004/03/03 Pixel * install2.pm: mount /sys in case it is useful (and it is for get_usb_storage_info_26()) * fs.pm: sysfs now exists! * detect_devices.pm: fix get_usb_storage_info() on kernel 2.6 * standalone/drakupdate_fstab: - device_name_to_entry() will not fail anymore so that removing a device works - log calls to drakupdate_fstab - use "find" instead of "grep" where possible 2004/03/03 Thierry Vignaud * drakxtools.spec: 10-20mdk 2004/03/03 Pixel * install2.pm: mount /sys in case it is useful (and it is for get_usb_storage_info_26()) * fs.pm: sysfs now exists! * detect_devices.pm: fix get_usb_storage_info() on kernel 2.6 * standalone/drakupdate_fstab: - device_name_to_entry() will not fail anymore so that removing a device works - log calls to drakupdate_fstab - use "find" instead of "grep" where possible * crypto.pm: - community updates are not in a per-version directory either - cooker & community urls do contain .../RPMS at the end whereas updates directory do not, handle this 2004/03/03 Stew Benedict * standalone/drakbackup: Use preferred conf file read/write method. More code reduction/cleaning. 2004/03/03 Till Kamppeter * printer/printerdrake.pm: If an HP multi-function device was configured manually, extract the model name from the HPOJ device entry name. * printer/main.pm: Let HPOJ device entry be created with the correct printer model name. 2004/03/03 Thierry Vignaud * network/netconnect.pm: hide dns settings by default when using dhcp 2004/03/02 Arkadiusz Lipiec * share/po/pl.po: Updated 2004/03/02 Till Kamppeter * printer/main.pm: Fixed HPOJ configuration when manually setting up a device. 2004/03/02 tsdgeos * share/po/ca.po: updating 2004/03/02 Warly * share/rpmsrate: removed lib in PRINTER automatically included via dependencies add major to libsnmp and libsane-hpoj because there are not required by any packages and clean_rpmsrate does not update lib only (only -devel) 2004/03/02 Pixel * crypto.pm: cooker updates are not in a per-version directory * any.pm, standalone/drakboot: drakboot --boot is now a wizard * diskdrake/interactive.pm: type "ext2:vfat" must not be the same as 0 * interactive/gtk.pm: small fix when clicking on an empty tree (when allow_empty_list) 2004/03/02 Till Kamppeter * printer/printerdrake.pm: Sometimes option default settings in the printer options dialog were missing (e. g. "Dithering Pixels Per Inch" in "pcl3" driver). Fixed. 2004/03/02 Thierry Vignaud * harddrake/data.pm: bump version number * any.pm (setupBootloader__general) fix wizard title now that drakboot --boot is a wizard like tool * drakxtools.spec: 10-19mdk: last but not least 10-19mdk * network/isdn.pm: fix doble ISDN detection (#6535) 2004/03/02 Pablo Saratxaga * share/po/tl.po: updated pot file updated Filipino file updated pot file * share/po/nb.po: updated Norwegian file updated pot file updated pot file * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated pot file updated pot file * network/shorewall.pm: rewrote string to avoid duplication 2004/03/02 Pixel * bootloader.pm: bugzilla #8133 says "VT8751 [ProSavageDDR P4M266] VGA Controller" (0x5333, 0x8d04) has no pb with graphical lilo. So only keeping the restriction for (0x5333, 0x8d03), hoping that's what fpons wanted. * crypto.pm: cooker updates are not in a per-version directory * any.pm, standalone/drakboot: drakboot --boot is now a wizard * diskdrake/interactive.pm: type "ext2:vfat" must not be the same as 0 * common.pm: better error message on exceptions * interactive/gtk.pm: small fix when clicking on an empty tree (when allow_empty_list) 2004/03/02 tbacklund * share/po/fi.po: Finnish tranlsation 100% again 2004/03/02 Till Kamppeter * printer/printerdrake.pm: Sometimes option default settings in the printer options dialog were missing (e. g. "Dithering Pixels Per Inch" in "pcl3" driver). Fixed. 2004/03/02 Thierry Vignaud * drakxtools.spec: 10-19mdk: last but not least 10-19mdk 10-18mdk * network/modem.pm: fix modem symlink (#7967) * any.pm (setupBootloader__general) fix wizard title now that drakboot --boot is a wizard like tool * network/isdn.pm: fix doble ISDN detection (#6535) * harddrake/data.pm: bump version number * network/netconnect.pm: sync dhcp client with ifup one preselect first availlable dhcp client stricter pci modem matching (purely cosmetic but sanity is always good) fix pci modem type matching * bootloader.pm (read) default to lilo if grub config file isn't there (workaround buggy detectloader only checking MBR) * share/po/fr.po: update 2004/03/02 Pablo Saratxaga * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated pot file * share/po/tl.po: updated Filipino file updated pot file 2004/03/02 Pixel * share/list: add SecurityPolicy to remove "error opening security policy file" warning * install_gtk.pm: fix potential error add SecurityPolicy to remove "error opening security policy file" warning * bootloader.pm: if the default bootloader entry is invalid, choose another one 2004/03/02 reinouts * share/po/nl.po: Updated Dutch (nl) translation by Reinout van Schouwen 2004/03/02 Thierry Vignaud * drakxtools.spec: 10-17mdk * standalone/logdrake: fix icon name change * standalone/drakups: fix wizard icon 2004/03/01 Arkadiusz Lipiec * share/po/pl.po: Updated translation 2004/03/01 Pablo Saratxaga * share/po/nb.po, share/po/uz.po, share/po/nn.po, share/po/uz@Latn.po: updated Norwegian and Uzbek files 2004/03/01 Pixel * install_steps.pm: remove existing xxx=ide-scsi on upgrades 2004/03/01 Till Kamppeter * printer/gimp.pm: Do not configure the GIMP-Print plug-in on more than 50 users (bug #6423). * printer/printerdrake.pm: Fixed bug #8483: No "ptal:/..." in manual device URI list. * scanner.pm, standalone/scannerdrake: Fixed bug #7242: Firmware was not found by "gt68xx" SANE backend. 2004/03/01 Thierry Vignaud * install_steps.pm (upNetwork) log up try and faillures * drakxtools.spec: 10-16mdk 2004/03/01 Pixel * any.pm: use "default.png" instead of (missing) "man.png" which resulted to defaulting to parrot (ic-bird.png) * install_steps.pm: remove existing xxx=ide-scsi on upgrades * Makefile: fix typo 2004/03/01 Till Kamppeter * printer/gimp.pm: Do not configure the GIMP-Print plug-in on more than 50 users (bug #6423). * printer/main.pm: Fixed bug of installer crashing when an HP multi-function device is detected and set up. 2004/03/01 Thierry Vignaud * standalone/drakconnect: fix bootproto filling (#8498) * install_steps.pm (upNetwork) log up try and faillures * detect_devices.pm (getBewan) fix detection * standalone/draksec: perl_checker cleanups * standalone/icons/harddrake2/isdn.png, standalone/icons/harddrake2/webcam.png, standalone/icons/harddrake2/tape.png, standalone/icons/harddrake2/keyboard.png, standalone/icons/harddrake2/modem.png: update 2004/03/01 Pablo Saratxaga * share/po/pt_BR.po: updated Brazilian file 2004/03/01 Pixel * Makefile: we don't need .pod files during install (but why aren't glib & gtk files not listed in share/list ??) * install_any.pm: simplify * any.pm: use "default.png" instead of (missing) "man.png" which resulted to defaulting to parrot (ic-bird.png) * rescue/list, tools/Makefile: adapt to perl packages rebuilt * crypto.pm, install_steps_interactive.pm: do not use $o in crypto.pm, pass {distro_type} to mirrors() and bestMirror() instead 2004/03/01 Till Kamppeter * printer/main.pm: Removed spurious quotes ('"') from HPOJ config file. * printer/printerdrake.pm: Support for new HP multi-function devices and for special needs of Lexmark X125 printer. 2004/03/01 Thierry Vignaud * ugtk2.pm (create_packtable) wrap labels by default (Gtk2::WrappedLabel::new) left align labels by default * standalone/service_harddrake: do not crash when detector failled (eg: when mouse detection failled because of unhandled exception on module exception b/c of unresolved symbolds b/c of gcc-3.4) * standalone/drakconnect: fix bootproto filling (#8498) * standalone/draksec: sanitize main explanation text (resizable, weight, margin, ...) prevent pull-down menus to fill availlable space in packtables wrap and left align main options labels do not left align main explanation text * drakxtools.spec: 10-15mdk * share/po/fr.po: typo fix fix item description (#8507) * standalone/icons/harddrake2/isdn.png, standalone/icons/harddrake2/webcam.png, share/po/br.po, standalone/icons/harddrake2/tape.png, standalone/icons/harddrake2/modem.png, standalone/icons/harddrake2/keyboard.png: update 2004/02/29 Alice Lafox * share/po/ru.po: updated 2004/02/29 Pablo Saratxaga * share/po/ar.po: updated po file * share/po/nb.po: updated Norwegian file 2004/02/29 reinouts * share/po/nl.po: Updated Dutch (nl) translation (small change to test) 2004/02/29 yrahal * share/po/ar.po: Committing Arabeyes.org's Arabic translation for the past week :-) 2004/02/28 Guillaume Cottenceau * install_any.pm: log reason why getAndSaveFile can't opening dest file for writing * share/list: rpmtools and perl-URPM have been rebuilt for perl 5.8.3 * tools/make_mdkinst_stage2: add a few more inodes to the second stage ramdisk, got bitten by a sucking no space left on device :/ will also print available inodes when creating ramdisk so that we can see if our computing was quite good * lang.pm: load_mo: first perform a lookup on mo's for all possible langs, will prevent from downloading each time another time the mo file (fr_FR comes first, is not here, everything including fr gets removed, fr_FR is non-existent, and then fr is downloaded again) 2004/02/28 Pablo Saratxaga * share/po/it.po, share/po/tl.po: Updated Italian and Filipino files * share/po/hi.po: updated Hindi po file * share/po/bs.po: updated Bosnian file 2004/02/27 Florin Grad * network/shorewall.pm, network/drakfirewall.pm: remove the masq zone and add policies, rules only if there is an interface in loc 2004/02/27 fwang * share/po/zh_CN.po: update 2004/02/27 Guillaume Cottenceau * mdk-stage1/disk.c: when in automatic=disk mode but no partition is given, fall back on non automatic mode evidently 2004/02/27 Pablo Saratxaga * share/po/nb.po: updated Norwegian file 2004/02/27 tbacklund * share/po/fi.po: fully translated again... 2004/02/27 tsdgeos * share/po/ca.po: unfuzzying 2004/02/27 Thierry Vignaud * drakxtools.spec: 10-14mdk * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/tl.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: sync * standalone/net_monitor (in_ifconfig) better check ifconfig is executable before running it (-e is not enough) * network/netconnect.pm: note that isdn configuration has not yet be ported upon new wizard layer fix crash when modem was not found 2004/02/27 Warly * crypto.pm: add $o in global vars. add distro_type variable to select correct updates mirror type * install2.pm: add distro_type variable to select correct updates mirror type * share/rpmsrate: Try to have some find of better handling for PRINTER flag 2004/02/27 Guillaume Cottenceau * mdk-stage1/disk.c: when in automatic=disk mode but no partition is given, fall back on non automatic mode evidently 2004/02/27 Thierry Vignaud * drakxtools.spec: 10-14mdk * standalone/net_monitor (in_ifconfig) better check ifconfig is executable before running it (-e is not enough) * network/netconnect.pm: note that isdn configuration has not yet be ported upon new wizard layer fix crash when modem was not found 2004/02/27 Guillaume Cottenceau * mdk-stage1/disk.c: when in automatic=disk mode but no partition is given, fall back on non automatic mode evidently 2004/02/27 Thierry Vignaud * drakxtools.spec: 10-14mdk * standalone/net_monitor (in_ifconfig) better check ifconfig is executable before running it (-e is not enough) * network/netconnect.pm: note that isdn configuration has not yet be ported upon new wizard layer fix crash when modem was not found * standalone/drakvpn: translate some fields * share/po/fr.po: a few new translated strings typo fix 2004/02/27 David Baudens * pixmaps/refresh.png: Udpate icon to not display a cuted icon * pixmaps/about.png, standalone/printerdrake, pixmaps/about-printerdrake.png: Better layout for PrinterDrake about dialog box 2004/02/27 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/02/27 Guillaume Cottenceau * share/po/fr.po: update 2004/02/27 Pablo Saratxaga * share/po/et.po, share/po/af.po: updated Afrikaans and Estonian files updated po files * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/tl.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated po files 2004/02/27 Stew Benedict * standalone/drakbackup: Fix tape backup/restore (#8284) 2004/02/27 tbacklund * share/po/fi.po: fully translated again 2004/02/27 Thierry Vignaud * ugtk2.pm (set_back_pixmap) export it * standalone/net_monitor (in_ifconfig) better check ifconfig is executable before running it (-e is not enough) * network/netconnect.pm: fix crash when modem was not found * share/po/fr.po: a few new translated strings typo fix update * standalone/drakvpn: translate some fields 2004/02/26 Arkadiusz Lipiec * share/po/pl.po: Updated translation 2004/02/26 Guillaume Cottenceau * standalone/drakautoinst, install_any.pm: support two-floppies boot style for replay_install disk as well (not nice at all..) 2004/02/26 Thierry Vignaud * ugtk2.pm (Gtk2::Banner::new) add o_otions ref hash parameter, thus enabling to override text position (eg: for mcc about dialog) (set_back_pixmap) split it out of Gtk2::Banner::set_pixmap * network/netconnect.pm: - never delete up/down scripts - only write internet service if start at boot requested * drakxtools.spec: remove bogus empty line update 10-13mdk changelog 10-13mdk 2004/02/26 Warly * pkgs.pm: We need the PRINTER flag 2004/02/26 Guillaume Cottenceau * standalone/drakautoinst: support two-floppies boot style for replay_install disk as well (not nice at all..) * install_any.pm: support two-floppies boot style for replay_install disk as well (not nice at all..) hd.img doesn't exist anymore, using hd_grub.img * ugtk2.pm: ask_browse_tree_info_given_widgets: allow for an initial selection if necessary (through toggle_nodes) 2004/02/26 Pablo Saratxaga * share/po/tl.po, share/po/he.po: Added Filipino file; updated Hebrew file 2004/02/26 Thierry Vignaud * drakxtools.spec: remove bogus empty line update 10-13mdk changelog 10-13mdk 10-12mdk * ugtk2.pm (Gtk2::Banner::new) add o_otions ref hash parameter, thus enabling to override text position (eg: for mcc about dialog) (set_back_pixmap) split it out of Gtk2::Banner::set_pixmap (Gtk2::Banner::new) create only *one* expose event handler (Gtk2::Banner::set_pixmap) stop expose event propagation so that shadows do not accumulate (thus resulting in darker alpha-channel) * network/adsl.pm (adsl_conf_backend) install needed packages * network/netconnect.pm: - never delete up/down scripts - only write internet service if start at boot requested skip apply_setting step for now since anyway we've already written most config files... (btw, now installer also write cnx type as side effect) reverse debug stuff that should never have been commited typo fix: only write ether config for lan... 2004/02/26 Till Kamppeter * printer/main.pm, printer/data.pm: Fixes for HPOJ setup during installation. 2004/02/26 Thierry Vignaud * network/netconnect.pm: skip apply_setting step for now since anyway we've already written most config files... (btw, now installer also write cnx type as side effect) reverse debug stuff that should never have been commited typo fix: only write ether config for lan... * network/adsl.pm (adsl_conf_backend) install needed packages 2004/02/25 David Baudens * share/compssUsers: Don't install Webmin by default in Download and PowerPack * share/compssUsers.powerpack: Don't install Webmin by default in Download and PowerPack compssUsers for 10.0 PowerPack * share/compssUsers.server: compssUsers for 10.0 PowerPackPlus 2004/02/25 Guillaume Cottenceau * mdk-stage1/rescue-gui.c: give us more chance to get bootloader write actually commited to disk before reboot 2004/02/25 Pablo Saratxaga * lang.pm: defined GTK_IM_MODULE values for CJK languages; so xim is used by default for languages for which we don't ship good enough native gtk2 input methods. * share/po/he.po: updated Hebrew file 2004/02/25 Stew Benedict * standalone/drakbackup: Use ATAPI:/dev/hdX for both 2.4/2.6 compatibility. * standalone/drakTermServ: Really filter symlinked kernels. nohup the dm restart. Don't let any kernel symlinks be visible for making NBIs. 2004/02/25 Thierry Vignaud * standalone/service_harddrake: when sound card is added/removed, delete current sound levels so that sound service reset it to sg sane * harddrake/data.pm: look at sound cards changes on bootstrapping * drakxtools.spec (harddrake-ui package) requires sane-backends so that scanner detection works smoothly (#8305) 10-11mdk 2004/02/25 David Baudens * share/compssUsers.powerpack: Don't install Webmin by default in Download and PowerPack compssUsers for 10.0 PowerPack * share/compssUsers: Don't install Webmin by default in Download and PowerPack compssUsers for 10.0 Download 2004/02/25 Erwan Velu * mdk-stage1/disk.c: Patch from gc to allow booting a MandrakeMove on a Harddrive using the automatic settings. 2004/02/25 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/02/25 Thierry Vignaud * drakxtools.spec: 10-10mdk * harddrake/data.pm: handle webcams managed by pwc driver * share/po/fr.po: update 2004/02/25 Warly * pkgs.pm: revert my suckinessed / added to prefix 2004/02/25 Damien Chaumette * network/modem.pm: - allow writting to another kppprc file - replace new kppp option values * standalone/drakconnect: fix forgotten $::prefix (could I say typo fix ?) - RTC Modem page shown and pretty okayish - use '/root/.kde/share/config/kppprc' for any local change 2004/02/25 fwang * share/po/zh_CN.po: update 2004/02/25 Thierry Vignaud * drakxtools.spec: 10-10mdk * harddrake/data.pm: handle webcams managed by pwc driver * share/po/fr.po: update 2004/02/24 fwang * share/po/zh_CN.po: update 2004/02/24 Pablo Saratxaga * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/nn.po, share/po/ja.po, share/po/hr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/ltg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po, share/po/uz@Latn.po: updated pot file; added Latgalian file * share/po/tr.po: updated Turkish file updated pot file; added Latgalian file * share/po/et.po: updated Estonian file updated pot file; added Latgalian file 2004/02/24 Stew Benedict * standalone/drakbackup: Rework CD recording for ATA device setup. 2004/02/24 tbacklund * share/po/fi.po: 100% translated, was 54 fuzzy, 49 untranslated 2004/02/24 Till Kamppeter * printer/printerdrake.pm, standalone/scannerdrake: UI text fixes. 2004/02/24 tsdgeos * share/po/ca.po: some more unfuzzyin 2004/02/24 Thierry Vignaud * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: merge in typo fixes from tille * network/adsl.pm (adsl_conf_backend) alter both /etc/analog/adiusbadsl.conf and /etc/eagle-usb/eagle-usb.conf too when configuring sagemXXX * drakxtools.spec: fix changelog 10-9mdk 10-8mdk 2004/02/24 Warly * pkgs.pm: add PRINTER alongside with INSTALL not to duplicate printer related packages into OFFICE * share/rpmsrate, share/compssUsers, share/compssUsers.server, share/compssUsers.desktop: Separate printing-related packages from INSTALL to create a new separated PRINTER group and pre-select them if OFFICE compssUser group is selected 2004/02/24 yrahal * share/po/ar.po: Committing Arabeyes.org's Arabic translation 2004/02/24 David Baudens * share/po/fr.po: Fix typo Fix typos * share/rpmsrate: Update 2004/02/24 Pablo Saratxaga * share/po/et.po, share/po/ca.po: updated Estonian file * share/po/ja.po: updated Japanese file * share/po/ms.po: updated Malay file 2004/02/24 Stew Benedict * standalone/drakTermServ: mknbi-set always wants a kernel version now. Deal with conflicts with msec > 3 and exporting / (use no_root_squash). Always pass a kernel to mkinitrd-net. (Both part of #8216) Add --restart option for terminal-server. 2004/02/24 Till Kamppeter * standalone/scannerdrake: UI text fixes. Ask user before installing packages. * printer/printerdrake.pm: UI text fixes. Give clear warning/error messages if a package installation fails. Let printer model in first-time dialog also be shown if there is no description field in the device ID of the printer. 2004/02/24 Thierry Vignaud * network/netconnect.pm: fix module lookup for pcmcia cards * network/adsl_consts.pm: set default protocol to pppoa for various ISPs update 9telecom entry (Benot Audouard) add encapsulation method for tiscali 512k offer in france fix wrongly inverted encapsulation methods for free isp cnx offers use spanish caracters in spanish isp name (Benot Audouard) fix url (Benoît Audouard) typo fix typo fix (fcrozat) * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: merge in typo fixes from tille 2004/02/24 yrahal * share/po/ar.po: Committing Arabeyes.org's Arabic translation 2004/02/23 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/02/23 Pablo Saratxaga * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/nn.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po, share/po/uz@Latn.po: updated pot file 2004/02/23 tsdgeos * share/po/ca.po: Some unfuzzying 2004/02/23 Thierry Vignaud * share/po/fr.po: update 2004/02/23 tpittich * share/po/sk.po: updated slovak translation 2004/02/23 Thierry Vignaud * share/po/fr.po: update typo fixes (Reinout van Schouwen) * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/nb.po, share/po/uz.po, diskdrake/interactive.pm, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, diskdrake/hd_gtk.pm, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: typo fixes (Reinout van Schouwen) * standalone/drakconnect: misc perl_checker cleanups * drakxtools.spec: 10-7mdk 2004/02/23 Guillaume Cottenceau * rescue/tree/etc/issue: 10.0 2004/02/23 Thierry Vignaud * network/ethernet.pm: write ethX aliases and ifup/ifdown scripts when configuring a LAN connection * standalone/drakconnect (del_intf) keep ethX aliases b/c eg removing eth0 will results in eth1 to be renumbered on next boot... (del_intf) down the network interface when deleting it (del_intf) when no network configuration is configured, just report it (del_intf) only list configured interfaces when offering to delete them * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/da.po, share/po/ca.po, share/po/ar.po, share/po/nb.po, share/po/uz.po, diskdrake/interactive.pm, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, diskdrake/hd_gtk.pm, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/el.po, share/po/bg.po, share/po/cs.po, share/po/uz@Latn.po: typo fixes (Reinout van Schouwen) * drakxtools.spec: 10-7mdk 10-6mdk * network/netconnect.pm: - always write up/down scripts - only write initscript when starting at boot was choosen (instead of writing it in restart path...) write ethX aliases and ifup/ifdown scripts when configuring a LAN connection * network/adsl.pm: fix adsl scripts (especially with sagem8xx modems) add missing space 2004/02/23 Thierry Vignaud * share/po/fr.po: fix french translation (upcase label) * standalone/drakconnect: fix ability to set ip parameters broken by localizing bootproto * drakxtools.spec: 10-6mdk 10-5mdk * network/adsl.pm: fix adsl scripts (especially with sagem8xx modems) add missing space (adsl_conf_backend) speedtouch config need vpi/vci as decimal numbers whereas sagem8xx wants hexa numbers 2004/02/23 Thierry Vignaud * harddrake/data.pm: do not tag some ata raid controllers as unknown hw * share/po/fr.po: fix french translation (upcase label) fix french translation (upcase label) * standalone/drakconnect: fix ability to set ip parameters broken by localizing bootproto handle and translate BOOTPROTO read ppp auth method handle new PAP/CHAP method fix untranslated strings do not complain about gateway format when it's not set * any.pm (setupBootloader__entries) fix entry editing layout * drakxtools.spec: 10-5mdk 10-4mdk * network/netconnect.pm: handle unknown hardware: enable one to manually load a driver like expert mode in old pre-10.0 wizard enable one to manually choose the serial port to use while configuring modem fix unreachable steps read ppp config earlier and prevent provider choice to overwrite it (but if user select a *new* provider) initialize modem data structure at one point only for serial/PCI modems split kppp config reading into network::modem::ppp_read_conf() in order to be shared with manage interface fix choosing betweeen '' and 'adsl connections when configuring adsl (due to write_cnx_scripts vivificating data structure) * modules/interactive.pm (load_category__prompt_for_more) do not list probed category in detected hardware list (load_category__prompt_for_more) show quotes around detected hardware in order to more easily see thems * network/modem.pm (ppp_read_conf) really default to dynamic dns, gateway and ip (really fix #7705) misc perl_checker cleanups split kppp config reading into network::modem::ppp_read_conf() in order to be shared with manage interface * network/ethernet.pm (conf_network_card_backend) update its doc now that it has been splited in get_eth_cards() and conf_network_card_backend() * network/adsl_consts.pm: rollback bogus damien change, here vpi/vci parameters are in hexa, not decimal * network/adsl.pm (adsl_conf_backend) speedtouch config need vpi/vci as decimal numbers whereas sagem8xx wants hexa numbers 2004/02/23 Thierry Vignaud * harddrake/data.pm: do not tag some ata raid controllers as unknown hw * standalone/drakconnect: handle and translate BOOTPROTO read ppp auth method handle new PAP/CHAP method fix untranslated strings do not complain about gateway format when it's not set * any.pm (setupBootloader__entries) fix entry editing layout * network/netconnect.pm: handle unknown hardware: enable one to manually load a driver like expert mode in old pre-10.0 wizard enable one to manually choose the serial port to use while configuring modem fix unreachable steps read ppp config earlier and prevent provider choice to overwrite it (but if user select a *new* provider) initialize modem data structure at one point only for serial/PCI modems split kppp config reading into network::modem::ppp_read_conf() in order to be shared with manage interface fix choosing betweeen '' and 'adsl connections when configuring adsl (due to write_cnx_scripts vivificating data structure) * share/po/fr.po: fix french translation (upcase label) * modules/interactive.pm (load_category__prompt_for_more) do not list probed category in detected hardware list (load_category__prompt_for_more) show quotes around detected hardware in order to more easily see thems * network/modem.pm (ppp_read_conf) really default to dynamic dns, gateway and ip (really fix #7705) misc perl_checker cleanups split kppp config reading into network::modem::ppp_read_conf() in order to be shared with manage interface * network/ethernet.pm (conf_network_card_backend) update its doc now that it has been splited in get_eth_cards() and conf_network_card_backend() * drakxtools.spec: 10-4mdk 2004/02/22 Arkadiusz Lipiec * share/po/pl.po: Updated translation 2004/02/22 Damien Chaumette * network/adsl_consts.pm: fix vci number for Belgium and France 2004/02/22 Pablo Saratxaga * share/po/nn.po: updated Nynorsk file Added Nynorsk file * share/po/cy.po: Added Nynorsk file 2004/02/21 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/02/21 fwang * share/po/zh_CN.po: update 2004/02/21 Pablo Saratxaga * share/po/it.po, share/po/et.po: updated Estonian and Italian files 2004/02/21 Stew Benedict * standalone/drakbackup: Verify user has selected a cron interval and media [Bugzilla 8138] More code reduction. 2004/02/20 Pablo Saratxaga * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po, share/po/uz@Latn.po: updated pot file 2004/02/20 Stew Benedict * standalone/drakbackup: QA - tweak wizard setup. 2004/02/20 tsdgeos * share/po/ca.po: Some updates and unfuzzying 2004/02/20 Thierry Vignaud * network/netconnect.pm: when one refuse to install firmware *now*, she won't be able to select a provider, thus vci and vpi parameters won't be filled remove useless "next" field (since post already handle it) * standalone/logdrake: fix title when run from mcc (#8111) * drakxtools.spec: 10-3mdk 10-2mdk * detect_devices.pm (getBewan) introduce it in order to detect Bewan ADSL modems (both PCI and USB ones) * share/po/fr.po: update 2004/02/20 tsdgeos * share/po/ca.po: Some updates and unfuzzying 2004/02/20 Thierry Vignaud * detect_devices.pm (getBewan) introduce it in order to detect Bewan ADSL modems (both PCI and USB ones) (getSagem) lookup sagem8xx modems by module rather than relying on strings manually added to ldetect-lst * standalone/drakperm: fix "current" checkbox vs "group" and "user" pull-down menus * standalone/logdrake: fix title when run from mcc (#8111) * network/netconnect.pm: when one refuse to install firmware *now*, she won't be able to select a provider, thus vci and vpi parameters won't be filled remove useless "next" field (since post already handle it) enable to refuse network restarting * drakxtools.spec: 10-3mdk 10-2mdk 2004/02/20 Damien Chaumette * network/adsl.pm: keep provider vpi/vci settings when exist 2004/02/20 Pablo Saratxaga * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po, share/po/uz@Latn.po: updated pot file * lang.pm: uim-anthy works ok in on-the-spot mode with KDE 2004/02/20 Pixel * bootloader.pm (update_for_renumbered_partitions): - handle no grub config - skip modifications when dev2grub fail (since the device not in device.map means the device is currently unused for booting) * modules.pm, install_steps.pm: alias agpgart should be only for 2.6, since code doesn't allow this easily, adding the agp module to modprobe.preload 2004/02/20 Stew Benedict * standalone/drakbackup: Shrink code per Thierry. 2004/02/20 tsdgeos * share/po/ca.po: Some updates and unfuzzying 2004/02/20 Thierry Vignaud * standalone/drakconnect (add_intf) no need to handle errors, it's done by callee now in order to share exception handling with installer * drakxtools.spec: 10-2mdk * network/adsl_consts.pm: remove debug statement aliase Free non dégroupé 1024/256 on "Free non dégroupé 512/128" (#7615) * standalone/drakperm: fix "current" checkbox vs "group" and "user" pull-down menus * network/netconnect.pm: enable to refuse network restarting do not detect lan interfaces when configuring modems do not horribly die at install time on error really fix previous button on first step: we want it at install time * detect_devices.pm (getSagem) lookup sagem8xx modems by module rather than relying on strings manually added to ldetect-lst 2004/02/20 fwang * share/po/zh_CN.po: update 2004/02/20 Pablo Saratxaga * lang.pm: uim-anthy works ok in on-the-spot mode with KDE 2004/02/20 Pixel * install_steps_interactive.pm: fix warning LSB chosen implies kernel 2.4 * fs.pm: add umask=0022 capability, and use it for security level 3 * share/compssUsers, share/compssUsers.server: Gnome is no good, GNOME is good * bootloader.pm (update_for_renumbered_partitions): - handle no grub config - skip modifications when dev2grub fail (since the device not in device.map means the device is currently unused for booting) * modules.pm, install_steps.pm: alias agpgart should be only for 2.6, since code doesn't allow this easily, adding the agp module to modprobe.preload 2004/02/20 Stew Benedict * standalone/drakbackup: Shrink code per Thierry. 2004/02/20 Thierry Vignaud * network/adsl_consts.pm: remove debug statement aliase Free non dégroupé 1024/256 on "Free non dégroupé 512/128" (#7615) * network/adsl.pm: fix writing aliases (fix broken speedtouch) * drakxtools.spec: 10-1mdk 2004/02/20 Guillaume Cottenceau * interactive/gtk.pm, install_gtk.pm, ugtk2.pm: don't force buttons a size related to $::windowwidth since this is no more used to size the main window (fixes missing Next button in vgahi), use a global $::real_windowwidth for sizings related to the main window * mdk-stage1/Makefile: 10.0 * install_steps_gtk.pm: don't force buttons a size related to $::windowwidth since this is no more used to size the main window (fixes missing Next button in vgahi), use a global $::real_windowwidth for sizings related to the main window allow to specify the Xnest wanted resolution with --vga 2004/02/20 Pixel * install_steps_interactive.pm: fix warning LSB chosen implies kernel 2.4 * fs.pm: add umask=0022 capability, and use it for security level 3 * share/compssUsers, share/compssUsers.server: Gnome is no good, GNOME is good 2004/02/20 Stew Benedict * standalone/drakbackup: Gnome icon order. Drop an unused button box. 2004/02/20 Thierry Vignaud * drakxtools.spec: 10-0.21mdk 2004/02/19 Arkadiusz Lipiec * share/po/pl.po: Updated 2004/02/19 Pixel * interactive/gtk.pm, ugtk2.pm: use $ugtk2::current_window in place of @interactive::objects (which was unused and broken) => fix XSetInputFocus (bugzilla #8046 and #8053) 2004/02/19 Thierry Vignaud * network/netconnect.pm: since no PCMCIA cards support link status notification, ifplugd should be disabled for all pcmcia cards by default => let blacklist them (#8031) * standalone/drakvpn: fix string * share/po/fr.po: update 2004/02/19 Arkadiusz Lipiec * share/po/pl.po: Updated 2004/02/19 David Baudens * share/po/fr.po: Update 2004/02/19 Pablo Saratxaga * lang.pm: value of XIM is the xim identifier, not the xim program name * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po, share/po/uz@Latn.po: updated pot file 2004/02/19 Pixel * interactive/gtk.pm, ugtk2.pm: use $ugtk2::current_window in place of @interactive::objects (which was unused and broken) => fix XSetInputFocus (bugzilla #8046 and #8053) 2004/02/19 Thierry Vignaud * standalone/drakvpn: consolidate strings 2004/02/19 David Baudens * share/po/fr.po: Update Revert my mistake * share/advertising/dwd-01.pl: Add missing string 2004/02/19 Damien Chaumette * network/netconnect.pm: put a Previous button on the first page 2004/02/19 Florin Grad * network/ipsec.pm: add plenty of help explanations, add anonymous support in sainfo * standalone/drakvpn: add plenty of help files, add anonymous support for sainfo 2004/02/19 Guillaume Cottenceau * install_steps.pm: add utf8 key to locale config if not already present, so that auto install behave as before (pixel) * http.pm: well, value is not dropped anymore perl checko - don't resolv host, it breaks virtual servers configs - log when we don't receive a 200 2004/02/19 Pablo Saratxaga * lang.pm: value of XIM is the xim identifier, not the xim program name * standalone/drakvpn: fixed typos 2004/02/19 Pixel * standalone/XFdrake: no more global icon in XFdrake * install_steps_gtk.pm: the text we give to set_markup should not contain raw "&" (occurs for "Any PS/2 & USB mice") * interactive/gtk.pm: don't have a big scrolled window that can be around a local scrolled window. ensure instead many local scrolled windows * share/rpmsrate: - kimdaba must be flagged KDE - lower some packages rates for my tests kdenlive must be flagged KDE * tools/make_mdkinst_stage2: catch kernel 2.6 loop bug * install_steps_interactive.pm: better logging * ugtk2.pm: we don't need warp_text since we have WrappedLabel fix _ask_file (tested in wizard, normal and embedded) fix titi sucks (Advanced and Help were broken) 2004/02/19 Stew Benedict * standalone/drakbackup: Fix issue with multisession CDs (Anthill #349) 2004/02/19 tsdgeos * share/po/ca.po: Today's work 2004/02/19 Thierry Vignaud * network/netconnect.pm: only show "previous" button on first step in install; in standalone mode, we already have the "cancel" button * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/el.po, share/po/bg.po, share/po/cs.po, share/po/uz@Latn.po: typo fix * share/rpmsrate: uim won't work without uim-applet * standalone/drakvpn: consolidate strings typo fix * printer/main.pm (set_usermode) do not die when run with --testing as user * drakxtools.spec: 10-0.20mdk * lang.pm: switch japanese from kinput2 to uim input method 2004/02/19 Warly * standalone/drakboot: Apply Olivier Blin patch to fix theme displaying under console 2004/02/18 Arkadiusz Lipiec * share/po/pl.po: Updated 2004/02/18 David Baudens * share/po/fr.po: Advertisements: update translations for download 2004/02/18 Damien Chaumette * network/adsl.pm: drop $netc->{internet_cnx} test, unnedeed * standalone/drakconnect: - add adsl_atboot() to check at boot status - use it instead of chk_internet() 2004/02/18 fwang * share/po/zh_CN.po: Updated Simplified Chinese translation 2004/02/18 Guillaume Cottenceau * install_steps.pm, any.pm, lang.pm: selectlanguage: utf8 flag status is updated when user selects more/less languages; when user touches it, update is disabled, allowing andrej to have an en_GB + ru_RU install without utf8 2004/02/18 Pixel * install2.pm: HACK: set LD_ASSUME_KERNEL so that rpm doesn't try to use tls (which we don't have at install) otherwise it causes *weird* problems in __db*. When LD_ASSUME_KERNEL is set, no __db* are used, and so no such pbs. * fsedit.pm, partition_table.pm: type 0x17 *can* be ntfs, assuming it is when we don't care much, and check if it is ntfs otherwise 2004/02/18 Stew Benedict * standalone/drakbackup: QA - Encourage user to finish configuring media before leaving wizard. Rework backupignore behavior (Anthill #306). 2004/02/18 Thierry Vignaud * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, standalone/drakvpn, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: typo fix * network/netconnect.pm: do not use ifplugd on wireless connections by default fix "network needs to be restarted" step do not overwrite current wireless parameters with default values move some wireless options as advanced ones * drakxtools.spec: 10-0.19mdk * standalone/harddrake2 (quit_global) do not die in exit path when not run as root reindent button packing sanitize buttons layout when embedded 2004/02/18 David Baudens * share/rpmsrate: Install Google's search bar when KDE is installed 2004/02/18 Damien Chaumette * network/adsl.pm: drop $netc->{internet_cnx} test, unnedeed * standalone/drakconnect: fix adsl at boot, better and more clean 2004/02/18 Frederic Crozat * share/rpmsrate: Pull xine-arts when choosing video AND KDE 2004/02/18 Guillaume Cottenceau * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/sl.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/el.po, share/po/bg.po, share/po/cs.po, share/advertising/dwd-09.pl, share/po/uz@Latn.po: fix wording of advertisement thx to austin * tools/shift_img.c, tools/shift_all.pl: these files I needed when pablo gave me lang-*.png images because they were not aligned.. commiting in case * install_any.pm: ok, ok, perl checker roulaize better match tentatively fix #7792 (seems like line number don't match #7792, but this one I'm fixing was obviously wrong, at least) allow using ext2 or vfat floppies for kickstart=floppy so that when you do an auto install based on network.img and network_drivers.img, you can put your auto_inst.cfg.pl on network_drivers.img and rock n roll * mdk-stage1/modules.c: support automatic installs even when needing the additional drivers floppy * modules.pm: don't log insmod errors on tty5, rather on tty3+ddebug.log as normal log 2004/02/18 Pixel * install_steps_gtk.pm: when cancel is pressed, fix re-selecting unselected packages (callback_choices unneeded, cf rpmdrake) small cleanup * install2.pm: HACK: set LD_ASSUME_KERNEL so that rpm doesn't try to use tls (which we don't have at install) otherwise it causes *weird* problems in __db*. When LD_ASSUME_KERNEL is set, no __db* are used, and so no such pbs. * fsedit.pm, partition_table.pm: type 0x17 *can* be ntfs, assuming it is when we don't care much, and check if it is ntfs otherwise * standalone/diskdrake: set useSupermount to magicdev (so that it doesn't use supermount from cdroms) * share/rpmsrate: gdm is an important gnome application, make it 5 (for my tests) 2004/02/18 Stew Benedict * standalone/drakbackup: Rework backupignore behavior (Anthill #306). 2004/02/18 Thierry Vignaud * ugtk2.pm (create_okcancel) enable to specify that some buttons must be at right * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, standalone/drakvpn, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: typo fix * standalone/drakconnect: force apply button to be right aligned 2004/02/17 Damien Chaumette * network/adsl.pm: manage interfaces don't want to break cnx_scripts * standalone/drakconnect: - add chk_config() to test internet service state - adsl onboot using chk_config() 2004/02/17 Guillaume Cottenceau * mdk-stage1/stage1.c, mdk-stage1/modules.c, mdk-stage1/modules.h: support 2.6 insmoding for expert third party modules and loading named modules * Xconfig/card.pm: well we reverted to 4.3 2004/02/17 tsdgeos * share/po/ca.po: today's updates 2004/02/17 Thierry Vignaud * ugtk2.pm: enforce gnome button order everywhere (interface team request) * drakxtools.spec: log one more stuff into 10-0.18mdk fix changelog 10-0.18mdk * standalone/icons/wiz_default_up.png: new default icon for wizards 2004/02/17 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/02/17 Florin Grad * network/ipsec.pm: one can now start from scratch with ipsec.conf fix the ";" mark in the Security Policies Section * standalone/drakvpn: one can now start an ipsec.conf file from scratch add the ask_info3 function 2004/02/17 Guillaume Cottenceau * mdk-stage1/stage1.c, mdk-stage1/frontend-common.c, mdk-stage1/stdio-frontend.c, mdk-stage1/newt-frontend.c: when available, always load usb interface, as soon as possible, should help usb mouse detection in stage2 which otherwise timeouts 2004/02/17 Pablo Saratxaga * share/po/et.po: updated Estonian file updated pot file * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po, share/po/uz@Latn.po: updated pot file 2004/02/17 Pixel * mouse.pm: detection defaults on automatic choices fix mouse detect() on kernel 2.4 * bootloader.pm: remove bad entries after reading existing conf file log where the bootloader is installed * interactive/newt.pm: don't have a scroll inside a scroll which causes display pbs. alas it doesn't fix the "Tab" navigation when having a global scroll + a Listbox. You have to use the right arrow to exit the Listbox 2004/02/17 Till Kamppeter * printer/printerdrake.pm: Added warnings to clearly tell the user when there is no network access. Removed printer list button whenthere is no network also in expert mode. * printer/detect.pm: Fixed problem that not used parallel ports were detected as printers. 2004/02/17 Thierry Vignaud * standalone/icons/drakfont.png, standalone/drakfont, standalone/icons/drakfont.620x57.png: switch drakfont to new banner style * harddrake/data.pm: really fix doble blanked ISDN detection * share/po/Changelog: kill no more used file * standalone/drakvpn (ask_info3) really use parameters... consolidate strings * share/po/fr.po: update * network/netconnect.pm: sort lan protocols * drakxtools.spec: fix changelog 10-0.17mdk 2004/02/16 Arkadiusz Lipiec * share/po/pl.po: Nothing special Partially updated file 2004/02/16 Damien Chaumette * standalone/drakconnect: move check_field's ask_warn() to save_notebook() check gateway entry 2004/02/16 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/02/16 Florin Grad * standalone/drakvpn: do not test the translated chains anymore 2004/02/16 Guillaume Cottenceau * mdk-stage1/url.c: fix buggy redhat code exhausted only in -Os which corrupted memory and gave wrong results for download file size in FTP/HTTP installs 2004/02/16 Pablo Saratxaga * network/netconnect.pm, standalone/drakvpn, standalone/drakboot: typo fixes * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated pot file updated pot file * network/ipsec.pm: removed N() around of a non-translatable string 2004/02/16 Pixel * install_steps_interactive.pm: keep current authentication kind, even if not completly accepted network::shorewall::read without silent is nasty, since it doesn't only read, it prompts the user. So each time the summary updates the data, it prompts (when you have more than one card and no firewall configured) * authentication.pm: keep current authentication kind, even if not completly accepted 2004/02/16 Till Kamppeter * printer/detect.pm: Recognize parallel printers also when they miss the "CLASS:PRINTER;" in their device ID string (ex: Brother HL-720, bug #7753). 2004/02/16 tsdgeos * share/po/ca.po: Today's worjk 2004/02/16 Thierry Vignaud * standalone/drakpxe, standalone/drakgw: do not abuse global namespace * network/netconnect.pm: fix automatically found "...2" dns when network is done show a more precise error messages when no wireless cards were found eagle was renamed as eagle-usb minor poulpe cleanup explain about DNS (#7908) * standalone/drakclock: let's look better when embedded * standalone/drakvpn (ask_info2) list valid values in a pull-down menu (ask_info2) introduce it in order to share one more step (ask_info) introduce it in order to share some code PFS group only accept 3 distinct values more user friendly labels do not list twice the same elements in list... try to have better names do not put " = " in translated messages add hints do not abuse global namespace * standalone/drakautoinst: typo fix do not abuse global namespace * authentication.pm (to_kind) try harder to find out if some auth method already had been choosed * share/po/fr.po: update beautify string * install_steps_interactive.pm (setRootPassword) do not reset auth method when pressing "previous" in next step 2004/02/16 David Baudens * share/advertising/list: Removed on Pixel's request (will use list-dwd instead) * share/rpmsrate: Add kolab-server in GROUPWARE * share/compssUsers.server: Select Groupware by default 2004/02/16 Pixel * pkgs.pm: add in %pkgs::preferred the kernel-source corresponding to the preferred kernel * ugtk2.pm: during install, "Ok" is on the right, like gnome not kde * share/advertising/Makefile: get the list of files needed from list-PRODUCT 2004/02/15 tsdgeos * share/po/ca.po: more updates 2004/02/15 Thierry Vignaud * drakxtools.spec: 10-0.16mdk * harddrake/data.pm: typo fix :-) 2004/02/15 yrahal * share/po/ar.po: Committing Arabeyes.org's Arabic translation 2004/02/14 fwang * share/po/zh_CN.po: Updated Simplified Chinese translation 2004/02/14 keld * share/po/nb.po: Updates gi/perl-install/share/po/nb.po Updates. I could just as well update the Norwegian version as I wanted to use this as base for my Danish translation. gi/perl-install/share/po/nb.po * share/po/da.po: Updates soft/wizard_perl/po/da.po gi/perl-install/share/po/da.po Updates soft/control-center/po/da.po soft/drakfax/po/da.po soft/ftw/po/da.po soft/mdkonline/po/da.po soft/rfbdrake/po/da.po soft/rpmdrake/po/da.po soft/urpmi/po/da.po gi/perl-install/share/po/da.po 2004/02/14 Stew Benedict * standalone/drakbackup: FTP restore failure feedback. Allow multiple catalog/file restore selection. 2004/02/14 Till Kamppeter * printer/main.pm, printer/data.pm: Let printerdrake load the "usblp" instead of the "printer" kernel module if kernel 2.6.x is used. * printer/printerdrake.pm: Made printerdrake handling even very weird printer ID strings, as the one of the Brother HL-720 with empty manufacturer and description fields (Bug #7753). * printer/detect.pm: Recognize also "SN:" as serial number field in printer ID string (HP PhotoSmart 7760, bug #6534). Let printerdrake load the "usblp" instead of the "printer" kernel module if kernel 2.6.x is used. 2004/02/14 tsdgeos * share/po/ca.po: Small updates to catalan translations 2004/02/14 Thierry Vignaud * drakxtools.spec: 10-0.15mdk * network/netconnect.pm: fix automatically found "...2" dns * harddrake/data.pm: fix ISDN detection (#6535) filter out devices to prevent them to appear several times in device tree (#4906) * network/isdn.pm (isdn_detect_backend) try harder to detect ISDN devices * standalone/harddrake2: break devices loop into two pass: - first detect devices into each class - then process them for later display * network/tools.pm: fix crash on canceling "already configured net device" configuration (#7679) 2004/02/13 Pixel * modules/interactive.pm: don't have a wait_message above another empty wait_message when probing hardware * ugtk2.pm: use center-on-parent for popped windows * share/list: perl-MDK-Common has been rebuilt 2004/02/13 Thierry Vignaud * ugtk2.pm: do not try setting transcient hint when embedded * network/netconnect.pm: by default do not start connection at boot for modems (#7705) * drakxtools.spec: 10-0.14mdk * wizards.pm: enable default value to be dynamically computed enable to pass untranslated defaut to yes/no or ok/cancel like questions by translating value at runtime default to next/finish when no field is present add 'default' field in order to be able to enforce default answer for yes/no like questions or when data does not conatains any fields (needed for last #7705 bit) missing #7593 bit use interactive->ask_okcancel in order to not have spurious field in text mode (#7593) 2004/02/13 Damien Chaumette * standalone/drakconnect: forgotten modem page, to be traduced, not yet usable (please don't hurt me) 2004/02/13 Pixel * install_steps_interactive.pm: add a warning when choosing security level > 2 and having a windows partition (since in that case we won't have umask=0) (bugzilla #4731) * modules/interactive.pm: don't have a wait_message above another empty wait_message when probing hardware * ugtk2.pm: use center-on-parent for popped windows * share/list: perl-MDK-Common has been rebuilt * bootloader.pm: fix reading grub config (esp. when /boot is a separate partition) (nb for titi: join($xx, $yy) is *not* useful) * install2.pm: in boolean context, "any" is better than "find" 2004/02/13 Thierry Vignaud * drakxtools.spec: 10-0.14mdk 2004/02/13 David Baudens * share/po/fr.po: Fix in advertiesment #5 * share/advertising/drweb.pl, share/advertising/list-dwd, share/advertising/list-dis, share/advertising/list-ppp, share/advertising/drweb.png, share/advertising/list-pwp, share/advertising/list: - Add DRWeb's advertisement - Add list for each version 2004/02/13 Damien Chaumette * network/netconnect.pm: - do not flush /etc/sysconfig/drakconnect with an empty hash - move $offer_to_connect after %adsl_devices declaration (fix typo?) s/$config/$p/ for drakconnect conf file * standalone/drakconnect: forgotten modem page, to be traduced, not yet usable (please don't hurt me) - nice ethernet names back - fix adsl via ethernet bug - fix apply settings bug - fix and shrink sub apply - drop $gui and $config - add new hash style $p 2004/02/13 Guillaume Cottenceau * modules.pm: fix deps problem because of 2.4/2.6 mappings, better support 2.4 and 2.6 alltogether by keeping 2.4 names in modules.conf 2004/02/13 Pablo Saratxaga * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po, share/po/uz@Latn.po: updated pot file * share/advertising/dwd-09.pl: USE ASCII OR UTF-8 ONLY; **DON'T** USE ISO-8859-1! 2004/02/13 Pixel * install_steps_interactive.pm: add a warning when choosing security level > 2 and having a windows partition (since in that case we won't have umask=0) (bugzilla #4731) * modules/interactive.pm: don't have a wait_message above another empty wait_message when probing hardware * bootloader.pm: fix reading grub config (esp. when /boot is a separate partition) (nb for titi: join($xx, $yy) is *not* useful) try hard to update_bootloader_for_renumbered_partitions() create read_grub_device_map() * install2.pm: in boolean context, "any" is better than "find" - have usb-storage as a scsi_hostadapter by default - remove it if unneeded for normal boot (cf comment in the code) * modules.pm: - have usb-storage as a scsi_hostadapter by default - remove it if unneeded for normal boot (cf comment in the code) * diskdrake/interactive.pm: try hard to update_bootloader_for_renumbered_partitions() * mdk-stage1/init.c: sleep 10 only when debugging * interactive.pm: no need for this 2004/02/13 Stew Benedict * standalone/drakbackup: Fix QA reports of crash on file search, failure to report ftp error. 2004/02/13 Thierry Vignaud * share/po/fr.po: update update * standalone/icons/printerdrake.png, standalone/icons/drakgw.png, standalone/icons/scannerdrake.png, standalone/icons/drakvpn.png, standalone/icons/drakfirewall.png, standalone/icons/wiz_scannerdrake.png, standalone/drakpxe, standalone/icons/wiz_firewall.png, pixmaps/printerdrake.png, standalone/icons/wiz_drakvpn.png, standalone/drakgw, standalone/icons/logdrake.png, standalone/icons/wiz_printerdrake.png, standalone/icons/wiz_drakgw.png, standalone/icons/wiz_logdrake.png, standalone/icons/wiz_drakconnect.png, standalone/icons/drakconnect.png, printer/printerdrake.pm: new banner icons * standalone/harddrake2: do not force black color for fields values, this badly conflict with inverted accessibility themes remove statusbar on interface team request * network/netconnect.pm: new banner icons offer_to_connect: fix indentation * harddrake/data.pm: only look for local printers (do not perform heavy network probe) * modules.pm: handle wireless modules * standalone/drakconnect: new banner icons remove useless comment new banner icons * ugtk2.pm (create_scrolled_window) add relief for TreeViews too (interface team request) (new) simplify WizardTable (Gtk2::Banner->new) fix default banner size (new) use new Gtk2::Banner object for banner remove uneeded variable (Gtk2::Banner) move that widget from mcc into ugtk2 so that all tools can reuise it for their banners * interactive.pm (vnew) do not complaint about being run as root when --testing was passed * drakxtools.spec: 10-0.14mdk 10-0.13mdk * Makefile.config: add drakvpn * standalone/drakvpn: verbs must be upcased on buttons!!! new banner icons 2004/02/12 Pixel * bootloader.pm: in get_kernels_and_labels(): - change internal data structure - change regexp matching kernel names (was broken for 2.4.25-0.pre7.3mdk) - default to kernel 2.4 when lsb is installed 2004/02/12 Thierry Vignaud * ugtk2.pm (new) simplify banner rendering, make it cpu lighter * network/netconnect.pm: ask isp for ip and gateway by default (#7705) * standalone/drakclock (DrawPointAt) simplify draw_points call 2004/02/12 David Baudens * share/advertising/dwd-09.pl: Update text to reflect reality 2004/02/12 Damien Chaumette * standalone/drakconnect: fix ethernet and adsl conflict in menu 2004/02/12 Florin Grad * standalone/drakvpn: hopefuly better interface 2004/02/12 Guillaume Cottenceau * mdk-stage1/stage1.c, mdk-stage1/modules.c, mdk-stage1/tools.c: try to detect regular floppy drives * mdk-stage1/Makefile.common: linux/fd.h is too broken to compile with -W :( * install2.pm: i810fb on 2.6 needs intel-agp module, doesn't like hwcur and xcon parameters 2004/02/12 Pixel * authentication.pm: - install ldap packages *before* doing ldapsearch - pam*.so modules do not have /lib/security/ prefix anymore * Makefile: add rule dont_run_directly_stage2 * devices.pm: add input/mice * install_any.pm: change return type of pkgs::packages2kernels() add kernel-2.4* in group LSB * bootloader.pm: in get_kernels_and_labels(): - change internal data structure - change regexp matching kernel names (was broken for 2.4.25-0.pre7.3mdk) - default to kernel 2.4 when lsb is installed * do_pkgs.pm, pkgs.pm: change return type of pkgs::packages2kernels() * standalone/icons/wiz_drakvpn.png: re-adding with -kb removing for re-adding with -kb * Xconfig/card.pm: handle case where rpm can't be found (eg: XFree86-SVGA for xfree3) (part of bugzilla #7786) * install_steps_interactive.pm: warn that selecting LSB means having 2.4 by default 2004/02/12 Thierry Vignaud * harddrake/data.pm: fix driver blacklist * drakxtools.spec: fix changelog 10-0.12mdk 10-0.11mdk * ugtk2.pm (new) simplify banner rendering, make it cpu lighter * standalone/drakclock (DrawPointAt) simplify draw_points call * network/netconnect.pm: ask isp for ip and gateway by default (#7705) do use the actual user's answer preselect right protocol for ethernet though connections fix step linking with ask_connect_now and restart steps: - fix check for restart step - only offer to connect now for ppp connections fix module retrieving when configuring an adsl connection over ethernet sort ADSL protocols according to locale fix adsk over ethernet through dhcp protocol * share/po/fr.po: update 2004/02/12 David Baudens * share/advertising/ppp-07.pl, share/advertising/dis-11.pl, share/advertising/dis-10.pl, share/advertising/ppp-11.pl, share/advertising/ppp-10.pl, share/advertising/dis-05.pl, share/advertising/ppp-09.pl, share/advertising/ppp-04.pl, share/advertising/pwp-04.pl, share/advertising/pwp-10.pl, share/advertising/dis-07.pl, share/advertising/pwp-08.pl, share/advertising/dis-04.pl, share/advertising/pwp-09.pl: Final versions for MDK 10.0 2004/02/12 Pixel * Makefile: add rule dont_run_directly_stage2 * install2.pm: replace unless with if * mouse.pm: more cleanup new 'Universal|Any PS/2 & USB mice' mouse name usable with kernel 2.6 rename mouseconfig() with detect_serial() which is what it really does! create probe_wacom_devices() and cleanup cleanup cleanup remove deprecated comment always use fast_mouse_probe (probing serial is now mostly deprecated, and it is *re-done* by drakconnect, so no need to do it soon) cleanup wacom detection * devices.pm: add input/mice 2004/02/12 Stew Benedict * standalone/drakTermServ: Restore title banner. * standalone/drakbackup: Address some QA issues with restores. Cleanup screen layout in restore screen. Restore title banner. 2004/02/12 Thierry Vignaud * network/netconnect.pm: sort ADSL protocols according to locale fix adsk over ethernet through dhcp protocol simplify adsl protocol choosing through format callback * drakxtools.spec: 10-0.11mdk * harddrake/data.pm: detect more webcams 2004/02/11 Florin Grad * standalone/icons/wiz_drakvpn.png: first shy attempt * network/ipsec.pm: fix the perl_checker errors remove debugging print commands first shy attempt * standalone/drakvpn: typo errors fix the perl_checker errors remote debugging print commands first shy attempt 2004/02/11 fwang * share/po/zh_CN.po: Updated Simplified Chinese translation 2004/02/11 Guillaume Cottenceau * mdk-stage1/probing.c: be sure to load usb-storage after SCSI adapters, so that they are in same order than reboot, so that naming is the same don't insmod usb-storage the soonest, we can end up mixing scsi devices orders at reboot time, do it only when needed 2004/02/11 Pablo Saratxaga * share/po/et.po: updated Estonian file * share/po/cy.po: updated Welsh file 2004/02/11 Pixel * tools/hd_grub.cgi: adding hdd .. hdh initial version 2004/02/11 Stew Benedict * standalone/drakTermServ: Rearrange main buttons (jmdault - http://advx.org/docs/ice3.png) Disable title banner for now (Bugzilla 7564). Don't assume eth0, rework subnet/netmask for hosts.allow (jmdault). * standalone/drakbackup: Disable title banner for now (same as Bugzilla 7564, just not reported yet). 2004/02/11 tpittich * share/po/sk.po: updated slovak translation 2004/02/11 Warly * share/rpmsrate: Add smb4k to replace LinNeighborhood (Buchan Milnes suggestion), decrease LinNeighborhood to 3. raise mc from 3 to 4 in FILE_TOOLS 2004/02/10 Damien Chaumette * standalone/drakconnect: - isdn and modem are fetched from $intf - drop useless @all_cards - 'ath' and 'wlan' cards fix 2004/02/10 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/02/10 fwang * share/po/zh_CN.po: Updated Simplified Chinese translation 2004/02/10 Guillaume Cottenceau * mdk-stage1/probing.c: fake usb floppies detection by looking at blocks size of scsi disk devices, 1048575 is for 2.4 and 1440 for 2.6 * mdk-stage1/mount.c: in network mode we need to create nodes as well because of usb floppies support * mdk-stage1/tools.c, mdk-stage1/tools.h: floppy_device returns first floppy device, look for medias first in case of usb floppies (maybe ide floppies also? never tested) then regular floppy drive * mdk-stage1/stage1.c, mdk-stage1/modules.c: use floppy_device rather than /dev/fd0 because we now support usb floppies as well 2004/02/10 Pixel * share/keymaps.tar.bz2: update * tools/serial_probe/serial.c: fix serial probe not detecting legacy mice * install_steps.pm, detect_devices.pm, any.pm: no need to fake scsi for ide anymore (hopefully!) 2004/02/10 tsdgeos * share/po/ca.po: Updates, unfuzzying and spell checking 2004/02/10 Thierry Vignaud * security/msec.pm (apply_checks) reindent (apply_checks) fix unable to save checks when config file is empty (aka substInFile does not support using print in that case) 2004/02/10 David Baudens * share/advertising/pwp-05.pl, share/advertising/dis-11.pl, share/advertising/ppp-11.pl, share/advertising/dwd-02.pl, share/advertising/dis-09.pl, share/advertising/ppp-09.pl, share/advertising/pwp-04.pl, share/advertising/dis-04.pl, share/advertising/pwp-06.pl, share/advertising/dwd-09.pl: Update * share/advertising/dwd-06.pl: Update Update 2004/02/10 Damien Chaumette * standalone/drakconnect: - add 'ath' and 'wlan' to ethernet kind - use regexp once 2004/02/10 fwang * share/po/zh_CN.po: Updated Simplified Chinese translation 2004/02/10 Guillaume Cottenceau * mdk-stage1/probing.c: fake usb floppies detection by looking at blocks size of scsi disk devices, 1048575 is for 2.4 and 1440 for 2.6 * mdk-stage1/mount.c: in network mode we need to create nodes as well because of usb floppies support * mdk-stage1/tools.c, mdk-stage1/tools.h: floppy_device returns first floppy device, look for medias first in case of usb floppies (maybe ide floppies also? never tested) then regular floppy drive * mdk-stage1/stage1.c, mdk-stage1/modules.c: use floppy_device rather than /dev/fd0 because we now support usb floppies as well 2004/02/10 Pablo Saratxaga * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po, share/po/uz@Latn.po: updated pot file updated pot file 2004/02/10 Pixel * any.pm, detect_devices.pm, install_steps.pm: no need to fake scsi for ide anymore (hopefully!) * interactive/gtk.pm: have modal windows * ugtk2.pm: better code for detecting if the window is hidden or not (fixes embedded drakconnect wizard should be popped window) (bugzilla #7246) * services.pm: for install, a service is on if there is at least one runlevel for which the service is on (esp. for service "dm") (bugzilla #7146) * c/stuff.xs.pl: we don't KTYP anymore, but we need K_NOSUCHMAP * keyboard.pm: rewrite & cleanup. Now works with kernel 2.6, don't know exactly why... * common.pm: add unpack_with_refs() * tools/serial_probe/serial.c: fix serial probe not detecting legacy mice * share/keymaps.tar.bz2: update 2004/02/10 Stew Benedict * standalone/drakbackup: Use logdrake mail method, allow definition of SMTP server. (Arnaud de Lorbeau) 2004/02/10 Thierry Vignaud * network/netconnect.pm: do not allow to step forward if no network card was found (workaround #7672). we'd better be able to manually add an unsupported network card though. * drakxtools.spec: 10-0.10mdk * security/msec.pm (apply_checks) reindent (apply_checks) fix unable to save checks when config file is empty (aka substInFile does not support using print in that case) * share/po/fr.po: update 2004/02/10 fwang * share/po/zh_CN.po: update 2004/02/10 Pablo Saratxaga * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po, share/po/uz@Latn.po: updated pot file 2004/02/10 Pixel * ugtk2.pm: better code for detecting if the window is hidden or not (fixes embedded drakconnect wizard should be popped window) (bugzilla #7246) remove many warnings about unitialised value (causing a bug in diagnostics.pm?) * pkgs.pm: remove postfix from naughtyServers (fix titi) * Xconfig/resolution_and_depth.pm: prefer BoardName to card_name * interactive/gtk.pm: have modal windows 2004/02/10 Stew Benedict * standalone/drakTermServ: Undo some of the breakage, format is still wrong :( * standalone/drakbackup: Remove confusing "On hard drive" checkbox from wizard (Arnaud de Lorbeau) Fix failure to disable user cron job. Code reduction. 2004/02/10 Thierry Vignaud * pkgs.pm: warn when installing postfix server (#7102) fix not warning about apache2 servers (#7559) * network/ethernet.pm (mapIntfToDevice) match pci function too (not that important since we do not know of any ethernet pci card that export two functions on the pci bug but anyway it's saner) note that we do not match for pci domain since ldetect does not report it 2004/02/09 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/02/09 fwang * share/po/zh_CN.po: update 2004/02/09 Guillaume Cottenceau * install_gtk.pm: resurrect 9.2 code for setting background. i was said to remove it for move because default colour is already mandrake colour but obviously it isn't. * Xconfig/resolution_and_depth.pm: RIVA128 fails miserably when using 16bpp 2004/02/09 Pixel * install_steps.pm, install_steps_interactive.pm, standalone/XFdrake: handle allowNVIDIA_rpms & allowATI_rpms directly in Xconfig::card::install_server * .cvsignore: my test file is now t.pl * install_steps_gtk.pm: use modal windows during install * common.pm: fix typo * Xconfig/card.pm: fix typo handle allowNVIDIA_rpms & allowATI_rpms directly in Xconfig::card::install_server force XF4 on all archs * ugtk2.pm: remove show_all that breaks when there are some hidden windows allow set_modal for popped windows at install 2004/02/09 Stew Benedict * standalone/drakTermServ: Thierry compliance. Doesn't work anymore and fails perl_checker now :P 2004/02/09 Thierry Vignaud * network/ethernet.pm (ether_conf) rename it as write_ether_conf() (mapIntfToDevice) fix pci/usb ethernet devices matching * standalone/drakfont (appli_choice) fix crash on option toggling (#7248) * network/netconnect.pm: fix unability to select gateway (#7585) fix empty list in "multiple internet_connexions" step fix unwritten ethernet interface config sort ethX interfaces in list blacklist bogus forcedeth driver for network hotplugging, enable ifplugd support for all other drivers even at install time (#7389) * drakxtools.spec: 10-0.9mdk 10-0.8mdk * detect_devices.pm (getNet) detect athX interfaces too (maybe should we inverse this func logic and blacklist ppp and the like interfaces ...) some eide Lite-on drivers are reported with different casse 2004/02/08 Pixel * Newt/.cvsignore: simplify * install_steps_interactive.pm: adapt to change allowing checking nvidia/ati proprietary driver availability only when needed * xf86misc/main.pm, c/stuff.xs.pl, install_steps_gtk.pm, mouse.pm, Makefile.config, xf86misc/main.xs, xf86misc/.cvsignore, drakxtools.spec, xf86misc/Makefile.PL, common.pm, xf86misc/Makefile, Xconfig/test.pm, Makefile.drakxtools: move Xtest() and setMouseLive() out of c/stuff to xf86misc::main so that we can use them (esp. setMouseLive) in standalone without making drakxtools-newt require xfree libs 2004/02/08 Thierry Vignaud * share/po/fr.po: update update * drakxtools.spec: XFdrake can run w/o gtk+ toolkit 10-0.7mdk * Xconfig/card.pm, standalone/XFdrake: make XFdrake startup be instantenous for non nv|ati cards (allowNVIDIA_rpms and allowATI_rpms tests used to cost us 99% of the long startup time of XFdrake:-() 2004/02/08 yrahal * share/po/ar.po: Committing Arabeyes.org Arabic translation 2004/02/07 Pablo Saratxaga * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po, share/po/uz@Latn.po: updated pot file updated pot file * standalone/logdrake: English typo and disambiguation of some strings 2004/02/07 Stew Benedict * standalone/drakTermServ: PXE image support, researched by Venantius Kumar. 2004/02/06 David Baudens * share/advertising/dwd-05.pl, share/advertising/dwd-08.pl, share/advertising/dwd-02.pl, share/advertising/dwd-04.pl, share/advertising/dwd-06.pl, share/advertising/dwd-07.pl, share/advertising/dwd-09.pl: Update * share/rpmsrate: Update for Discovery 2004/02/06 Damien Chaumette * standalone/drakconnect: - do only one regexp on $interface - more readable repack - add sub check_field - check IPs - delete BOOTPROTO when not needed 2004/02/06 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/02/06 Guillaume Cottenceau * mdk-stage1/url.c: log server http response * ugtk2.pm: shrink_topwindow: add (force gtk to recompute size of topwindow, when some child widgets got destroyed or shrinked) 2004/02/06 Pablo Saratxaga * share/po/help-zh_CN.pot, share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/help_xml2pm.pl, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/help-it.pot, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated pot file * help.pm: Changed Newt/Previous strings to remove arrows 2004/02/06 Pixel * drakxtools.spec: draksec needs gtk, no must not be in drakxtools-newt (bugzilla #7413) * Xconfig/monitor.pm: - ensure ModelName comes from the ddc probe when choosing "Plug'n Play" - only "Plug'n Play" instead of "Plug'n Play ()" when current monitor is not plug'n play * mouse.pm: - add change_mouse_live() - use /dev/mouse in XF86Config to allow changing protocol in standalone * interactive/gtk.pm: workaround gtk limitation #133489 * install_steps_gtk.pm: use mouse::change_mouse_live() * bootloader.pm: special way to remove mem= please perl_checker following quintela's lilo change, allowing lilo labels up to 31 characters * share/po/help_xml2pm.pl: - handle zh_CN.po - handle tags and * Xconfig/card.pm: don't test X config if using driver vmware (bugzilla #5346) * share/po/help-zh_CN.pot, share/po/help-ru.pot, help.pm, share/po/help-de.pot, share/po/help-fr.pot, share/po/help-es.pot, share/po/help-it.pot: update from xml * standalone/mousedrake: use ->create_okcancel instead of doing it by hand (hopefully it will ensure better choice of Ok/Cancel vs Cancel/Ok without breaking anything...) - no special testing mouse in embedded - use mouse::change_mouse_live() * network/shorewall.pm: handle range (bugzilla #7172) * any.pm (fileshare_config): quite different way of handling it, asking first if user wants sharing or not, then asking which protocol (when users wants sharing). Removing or installing the server package handling the protocols (smb or nfs). handle better bootloader per entries video mode special way to remove mem= remove defaulting global vga mode to normal fix old typo: complete callback was not called drop bootloader main options "Compact" and "Video mode" 2004/02/06 Stew Benedict * standalone/drakbackup: Provide more detailed info on files backed up/ignored. Cleanup some of the redundant code in the actual backup routines. 2004/02/06 Thierry Vignaud * standalone/logdrake (alert_config) do not complain when removing non existing cron entry (aka when one run twice the disable path) * security/msec.pm: fix draksec not saving options when config file do not exists :-( * share/po/fr.po: update update fix layout in drakconnect * standalone/draksec: workaround gtk limitation #133489 * drakxtools.spec: 10-0.6mdk move drakbug, drakclock, drakperm, drakTermServ, net_monitor in drakxtools too since they require ugtk2. move their aliases (soft links) their too. 10-0.5mdk 10-0.4mdk * network/netconnect.pm: help perl_checker regarding comments for translators wireless step: add an hint for translators split wireless step into two steps since there way too much options fix wireless settings (references being made too early) (main) try first to match a pcmcia device before trying to match pci/usb when looking for module (#7431) * ugtk2.pm (new) remove unused flush() (new) fix pixel breaking non wizard embedded case while cleaning :-( * standalone/draksound: advertize alsaconf too since sndconfig failled for cards only managed by ALSA (#7456) 2004/02/06 Warly * standalone/drakboot: Warn if the user is not in framebuffer mode, but allow to see the installed theme. Do not perform autologin config in splash mode Better parsing of current resolution from detect-resolution 2004/02/05 Guillaume Cottenceau * any.pm: this part of code is already executed only in $::isInstall * standalone/drakconnect: Informations doesn't exist in english, use Information instead (no need to update the POs, they already contain Information elsewhere) 2004/02/05 Pablo Saratxaga * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/bg.po, share/po/hu.po, share/po/uz@Latn.po: updated pot file * share/po/zh_CN.po: updated pot file updated Chinese file * share/po/sl.po: updated Slovenian file updated pot file * share/po/et.po: updated pot file updated Estonian file * keyboard.pm: ichanged console uz keyboard to uz.uni * share/po/cs.po: updated Czech file updated pot file 2004/02/05 Pixel * Xconfig/resolution_and_depth.pm: allow 24bpp for DRI (since all drivers now support it: we had mga tdfx r128 radeon, and i810 also works (tested on a i865)) * interactive/gtk.pm: since we use WrappedLabel, it's better not to warp_text() * standalone/drakboot: write fstab for /tmp using tmpfs when "clean /tmp" is chosen * Xconfig/xfreeX.pm, Xconfig/parse.pm, Xconfig/main.pm, Xconfig/xfree.pm: - add ->prepare_write to allow comparing raw_X's - ensure "config_changed" is returned only if the config file really changed * ugtk2.pm: simplify _create_window() prototype * diskdrake/dav.pm: remove "Quit" icon * any.pm: fix ugly typo (occuring when removing "clean /tmp", ie not often, especially since drakboot didn't write fstab) * install_steps.pm: install_steps is a do_pkgs, so add "use do_pkgs" 2004/02/05 tpittich * share/po/sk.po: updated slovak translation 2004/02/05 Thierry Vignaud * standalone/logdrake: typo fix (spoted by Per Ĝyvind Karlsen) upcase protocol name * network/netconnect.pm: enable one to not enter optional parameters (aka relax checks on valid values for bitrate and frequency) (#7432) * share/po/fr.po: update another typo fix regarding firewall typo fixes (cosmic flo) * ugtk2.pm (new) add a border too when embedded * network/ethernet.pm (get_eth_cards) try first to match a pcmcia device before trying to match pci/usb ones when looking for real device's name (#7401) 2004/02/04 Pablo Saratxaga * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated pot file * lang.pm: more locale fixes; and changed images for Uzbek to default to cyrillic a bit of locales corrections * pixmaps/langs/lang-uz@Latn.png, pixmaps/langs/lang-uz.png: more locale fixes; and changed images for Uzbek to default to cyrillic 2004/02/04 Pixel * standalone/icons/wiz_default_left.png: remove $draw2 (in ugtk2.pm) and wiz_default_left.png which are unused * install_steps_gtk.pm: rename $ugtk2::force_center used at install with $ugtk2::force_center_at_pos the boolean $ugtk2::force_center value used standalone is kept as before * mouse.pm: use protocol "ExplorerPS/2" instead of "auto" for kernel 2.6 (not statisfying since people booting with kernel 2.4 will not get a working mouse, but at least we can test if this really works nicely for 2.6) * standalone/harddrake2, standalone.pm: $::noBorder is deprecated (it was the same as !$::isInstall) * ugtk2.pm: - rename $ugtk2::force_center used at install with $ugtk2::force_center_at_pos the boolean $ugtk2::force_center value used standalone is kept as before - deprecate $::noBorder (it was the same as !$::isInstall) - deprecate $ugtk2::force_position (unused AFAIK) - _create_window() now returns the created window, it doesn't assign {rwindow} nor {window} anymore. It doesn't handle a Frame for the window (it is now directly done by ugtk2->new which is the only function using _create_window()) - deprecate option no_interactive_objects (unused AFAIK) - {rwindow} is a VBox for both isWizard and isEmbedded (when isEmbedded, a HBox was created, replacing the create VBox) - call ->set_title on $::WizardWindow so that the title is honored in non embedded wizard - remove $draw2 and wiz_default_left.png which are unused - remove ->set_uposition on $::WizardWindow for install. This is not needed anymore since force_center_at_pos now works on $::WizardWindow - hoist $::WizardTable creation - explicitly set the size of the window during install. The chosen value is the same as before +9 pixels for the height (the size needs to be fixed since the advertising images must fit) - remove the callbacks on expose_event and delete_event for non embedded wizard. they are the same as the one in _create_window() (except for the delete_event which explicitly destroy the window, is that ok??) more questions: - ->set_title on a plug may break, it needs testing - flush() just after Gtk2::Plug->new, is it needed? (since there is another flush()) 2004/02/04 Daouda Lo * drakxtools.spec: - don't be afraid, this is not the doc package but just perl module needed by drakhelp. * timezone.pm: - less arguments in ntp_server, $prefix no more passed to function args * share/rpmsrate: - new mandrake-doc* names 2004/02/04 Damien Chaumette * network/netconnect.pm: - add network::ethernet::get_eth_cards_names - kill duplicated code drop Storable and use Dumper (queen & pipi rulez) * network/ethernet.pm: - add network::ethernet::get_eth_cards_names - kill duplicated code * standalone/drakconnect: compact declaration ethernet cards get via get_eth_cards() - add network::ethernet::get_eth_cards_names - kill duplicated code drop Storable and use Dumper (queen & pipi rulez) typo fix... 2004/02/04 Guillaume Cottenceau * standalone.pm: http://www.gnu.org/prep/standards_18.html says --help and --version are printed on standard output * docs/README: update netauto doc 2004/02/04 Pablo Saratxaga * lang.pm: a bit of locales corrections * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po, share/po/uz@Latn.po: updated pot file 2004/02/04 Pixel * standalone/icons/wiz_default_left.png: remove $draw2 (in ugtk2.pm) and wiz_default_left.png which are unused * lvm.pm: create /dev/mapper/control (needed when you don't have devfs) - replace PE_size with extent_size and get it (fix illegal division by 0) - fix getting the output of pvs vgs lvs commands (chomp_ is not enough because of spaces at the end) - fix get_lvs() (and use lvs instead of vgdisplay) * diskdrake/interactive.pm: - don't display start sector and cylinders used for LVs - display "Number of logical extents" of LVs * install_gtk.pm: we now use XF4 during install, so we can support ExplorerPS/2 (XF3 didn't know it) * install_steps_gtk.pm: rename $ugtk2::force_center used at install with $ugtk2::force_center_at_pos the boolean $ugtk2::force_center value used standalone is kept as before * mouse.pm: use protocol "ExplorerPS/2" instead of "auto" for kernel 2.6 (not statisfying since people booting with kernel 2.4 will not get a working mouse, but at least we can test if this really works nicely for 2.6) * Xconfig/card.pm: replace 4.3 with 4.4 (XFree version) (bugzilla #7378) * ugtk2.pm: - rename $ugtk2::force_center used at install with $ugtk2::force_center_at_pos the boolean $ugtk2::force_center value used standalone is kept as before - deprecate $::noBorder (it was the same as !$::isInstall) - deprecate $ugtk2::force_position (unused AFAIK) - _create_window() now returns the created window, it doesn't assign {rwindow} nor {window} anymore. It doesn't handle a Frame for the window (it is now directly done by ugtk2->new which is the only function using _create_window()) - deprecate option no_interactive_objects (unused AFAIK) - {rwindow} is a VBox for both isWizard and isEmbedded (when isEmbedded, a HBox was created, replacing the create VBox) - call ->set_title on $::WizardWindow so that the title is honored in non embedded wizard - remove $draw2 and wiz_default_left.png which are unused - remove ->set_uposition on $::WizardWindow for install. This is not needed anymore since force_center_at_pos now works on $::WizardWindow - hoist $::WizardTable creation - explicitly set the size of the window during install. The chosen value is the same as before +9 pixels for the height (the size needs to be fixed since the advertising images must fit) - remove the callbacks on expose_event and delete_event for non embedded wizard. they are the same as the one in _create_window() (except for the delete_event which explicitly destroy the window, is that ok??) more questions: - ->set_title on a plug may break, it needs testing - flush() just after Gtk2::Plug->new, is it needed? (since there is another flush()) (gtk_TextView_get_log): handle errors * standalone/harddrake2, standalone.pm: $::noBorder is deprecated (it was the same as !$::isInstall) * interactive.pm: ->ask_from_entry and ->ask_from_entries are better with focus_first * do_pkgs.pm (ensure_is_installed): file to test if the package is installed is optional. But in that case, you have to check if it is installed first. 2004/02/03 Damien Chaumette * network/netconnect.pm, standalone/drakconnect: - fix adsl_conf_backend call - store and retreive network interfaces via $config file 2004/02/03 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/02/03 Guillaume Cottenceau * mdk-stage1/modules.c: differentiate no floppy disk in driver or ext2 fs * mdk-stage1/dhcp.c: document when netauto is not provided and bootfile DHCP server param is given * mdk-stage1/doc/TECH-INFOS: more doc on DHCP server response conf 2004/02/03 Pixel * install2.pm: perl_checker fix * modules.pm: fix typo fix typo 2004/02/03 Stew Benedict * standalone/drakTermServ: Maintain /etc/passwd$$CLIENT$$ so mdkkdm has a valid userlist. 2004/02/03 Thierry Vignaud * modules/parameters.pm (parameters) fix modinfo parsing (format had been altered between modutils and module-init-tools :-() * modules/interactive.pm (config_window) do not even try to hint the user about the parameter format on a 2.6.x kernel * share/po/fr.po: fix translator that ignore shortcut hints 2004/02/02 David Baudens * share/advertising/dis-07.pl, share/advertising/dis-09.pl: Update Update * share/advertising/pwp-05.pl, share/advertising/dis-06.pl, share/advertising/dwd-08.pl, share/advertising/pwp-02.pl, share/advertising/dwd-04.pl, share/advertising/ppp-03.pl, share/advertising/dis-02.pl, share/advertising/dis-08.pl, share/advertising/dis-04.pl, share/advertising/pwp-06.pl, share/advertising/dis-11.pl, share/advertising/dwd-03.pl, share/advertising/dis-10.pl, share/advertising/ppp-08.pl, share/advertising/dwd-06.pl, share/advertising/ppp-02.pl, share/advertising/pwp-07.pl, share/advertising/dwd-07.pl, share/advertising/ppp-07.pl, share/advertising/dwd-02.pl, share/advertising/dis-05.pl, share/advertising/ppp-09.pl, share/advertising/dis-01.pl, share/advertising/pwp-10.pl, share/advertising/dwd-05.pl, share/advertising/ppp-06.pl, share/advertising/ppp-05.pl, share/advertising/ppp-01.pl, share/advertising/dis-03.pl, share/advertising/pwp-03.pl, share/advertising/ppp-04.pl, share/advertising/pwp-01.pl, share/advertising/pwp-04.pl, share/advertising/pwp-08.pl, share/advertising/pwp-09.pl, share/advertising/dwd-09.pl: Update 2004/02/02 Pablo Saratxaga * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/uz@Cyrl.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po, share/po/uz@Latn.po: updated pot file; changed Uzbek to default to cyrillic 2004/02/02 Thierry Vignaud * drakxtools.spec: 10-0.3mdk 10-0.2mdk * share/po/fr.po: make installer look smoother in french fix drakboot layout when localized in french update * ugtk2.pm: use wrapped labels in various places * interactive/gtk.pm: do not pass extra empty invisible label (really cosmetic) use wrapped labels in various places * c/stuff.xs.pl: kill warning * network/netconnect.pm: only list wireless capabale cards when one choose wireless cnx split out wireless connections out of lan ones so that users are less confused fix preselecting ppoa for speedtouch modem * standalone/logdrake: remove unneeded next fields make cron script be able to use either local smtp server or a remote one (arnaud) add "remove cron entry" on arnaud request * standalone.pm: update drakfont help message bump copyright --help: documente new drakboot and drakconnect parameters * any.pm: fix drakboot layout: use checkboxes own labels rather than packing extra labels * network/tools.pm (is_wireless_intf) kill it since it's no more usefull. rationale: rather than duplicating modules list in kernel/list_modules.pm and network/tools.pm (with usual sync bugs), it's quite much easier to maintain one single list of wireless modules in list_modules.pm 2004/02/02 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/02/02 Pablo Saratxaga * share/advertising/dis-10.pl, share/advertising/pwp-09.pl: unified phrases that are the same, to ease translating 2004/02/02 Pixel * install2.pm: fix reading stage1 network configuration * detect_devices.pm: - no ide-scsi emulation for ide ZIPs - no ide-scsi emulation for cd burners when kernel 2.6 * install_steps.pm: fix typo creating agpgart alias - no ide-scsi emulation for ide ZIPs - no ide-scsi emulation for cd burners when kernel 2.6 2004/02/02 Thierry Vignaud * harddrake/data.pm: remove debug message fix adsl modem detection * network/tools.pm: remove pseudo global variables use from use_floppy() * network/adsl.pm (adsl_detect) fix modem detection so that harddrake get full device meta data rather than plain presence boolean remove pseudo global variables use from adsl_conf_backend() * network/netconnect.pm: fix preselecting ppoa for speedtouch modem remove pseudo global variables use from use_floppy() remove pseudo global variables use from adsl_conf_backend() * drakxtools.spec: 10-0.2mdk 10-0.1mdk * share/rpmsrate: add some packages for adsl * network/ethernet.pm: this module does not need anymore pseudo global variables * harddrake/sound.pm: handle new aureal drivers 2004/02/02 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/02/02 Pixel * detect_devices.pm: - no ide-scsi emulation for ide ZIPs - no ide-scsi emulation for cd burners when kernel 2.6 * install_steps.pm: fix typo creating agpgart alias - no ide-scsi emulation for ide ZIPs - no ide-scsi emulation for cd burners when kernel 2.6 2004/02/02 Thierry Vignaud * network/ethernet.pm (get_eth_cards) handle not loaded drivers * harddrake/sound.pm: handle new aureal drivers * drakxtools.spec: 9.3-28mdk 2004/02/02 Thierry Vignaud * share/rpmsrate: only install uim and anthil on cjk boxes * network/ethernet.pm (get_eth_cards) handle not loaded drivers * drakxtools.spec: 9.3-28mdk 2004/02/01 Pablo Saratxaga * lang.pm: changed font names to match real font name capitalization * share/po/de.po: updated German file 2004/02/01 yrahal * share/po/ar.po: Committing Arabeyes.org's Arabic translation. 2004/01/31 keld * share/po/da.po: updates soft/ftw/po/da.po soft/initscripts/po/da.po soft/menudrake/po/da.po soft/urpmi/po/da.po soft/wizard_perl/po/da.po gi/perl-install/share/po/da.po 2004/01/31 Thierry Vignaud * network/adsl_consts.pm: add sources url * network/netconnect.pm: enable to set hostname even when using DHCP (#7230) 2004/01/30 David Baudens * share/advertising/ppp-07.pl, share/advertising/dis-06.pl, share/advertising/dwd-08.pl, share/advertising/dwd-02.pl, share/advertising/dwd-04.pl, share/advertising/ppp-09.pl, share/advertising/ppp-03.pl, share/advertising/dwd-01.pl, share/advertising/dwd-05.pl, share/advertising/ppp-06.pl, share/advertising/dwd-03.pl, share/advertising/dis-10.pl, share/advertising/ppp-05.pl, share/advertising/ppp-11.pl, share/advertising/ppp-01.pl, share/advertising/ppp-08.pl, share/advertising/ppp-10.pl, share/advertising/dwd-06.pl, share/advertising/ppp-04.pl, share/advertising/ppp-02.pl, share/advertising/dwd-07.pl: Update * share/advertising/dwd-09.pl: Fix typo Update 2004/01/30 Damien Chaumette * standalone/drakconnect: - remove not needed $security - clean dumb foreach repetition (one foreach to rule them all) 2004/01/30 Guillaume Cottenceau * ugtk2.pm: hack :( if ' ' is at the beginning of a text section, don't forget it, substitute with an unbreakable space because gtk allocates too much space otherwise * install_messages.pm: bump up to 100errata 2004/01/30 Pablo Saratxaga * share/po/nb.po: updated Norwegian file 2004/01/30 Pixel * ugtk2.pm: add help method ->iter_each_children for Gtk2::TreeModel 2004/01/30 Thierry Vignaud * network/netconnect.pm: do not offer to select dhcp client when configuring static interfaces fix crash on module lookup when ifcfg- file is missing on disk (not yet configured interface case) * share/po/fr.po: update * share/advertising/dwd-07.pl: share string with dis-10.pl ppp-10.pl and pwp-09.pl * drakxtools.spec: log one more change in -27mdk 9.3-27mdk * share/rpmsrate: add anthy/uim better cjk input methods 2004/01/30 Warly * share/rpmsrate: add magicdev in SYSTEM for KDE or GNOME 2004/01/30 Damien Chaumette * standalone/drakconnect: - remove not needed $security - clean dumb foreach repetition (one foreach to rule them all) 2004/01/30 Guillaume Cottenceau * ugtk2.pm: hack :( if ' ' is at the beginning of a text section, don't forget it, substitute with an unbreakable space because gtk allocates too much space otherwise * install_messages.pm: bump up to 100errata 2004/01/30 Nicolas Planel * install_steps.pm: add/fix various/agpgart section 2004/01/30 Pablo Saratxaga * share/po/nb.po: updated Norwegian file 2004/01/30 Pixel * modules.pm, install_steps.pm: xxx-agp is not loaded at install, so when_load() is not the right place * ugtk2.pm: add help method ->iter_each_children for Gtk2::TreeModel 2004/01/30 Thierry Vignaud * network/netconnect.pm: do not offer to select dhcp client when configuring static interfaces fix crash on module lookup when ifcfg- file is missing on disk (not yet configured interface case) * drakxtools.spec: log one more change in -27mdk 9.3-27mdk 2004/01/30 Damien Chaumette * standalone/drakconnect: - show gateway in ethernet only - hide gateway Entry in dhcp mode 2004/01/30 Nicolas Planel * install_steps.pm: add/fix various/agpgart section 2004/01/30 Pablo Saratxaga * share/po/et.po, share/po/fi.po: updated Estonian and Finnish files 2004/01/30 Pixel * modules.pm, install_steps.pm: xxx-agp is not loaded at install, so when_load() is not the right place * c/stuff.xs.pl: the multiplication must be done with type "long long" otherwise it overflows at 4GB * partition_table.pm: - tell kernel to remove the extended partition - true/false is better than yes/no in log message enhance log message "tell kernel ..." 2004/01/30 Thierry Vignaud * share/rpmsrate: force availlability of speedtouch and eagle packages at install time * network/ethernet.pm (conf_network_card_backend) make type and interface arguments mandatory * network/netconnect.pm: perl_checker cleanups 2004/01/30 Warly * share/rpmsrate: add rpm-rebuilder and lm_sensors add dvd+rw-tools in BURNER 2004/01/29 Pablo Saratxaga * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/uz@Cyrl.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po: updated pot file 2004/01/29 Pixel * fs.pm: replace iocharset= with nls= for ntfs (as instructed by Thomas Backlund, thanks) 2004/01/29 Thierry Vignaud * network/tools.pm (set_cnx_script) split it out of write_cnx_script() rationale:functions whose behavior is totally altered by arguments number are insane should just be splited and their callers be fixed * network/adsl.pm, network/isdn.pm: convert some write_cnx_script() callers into set_cnx_script() ones * network/network.pm, standalone/drakconnect: replace conf_network_card_backend() "detect" calls by get_eth_cards() ones * network/netconnect.pm: kppp provider db reading: blacklist spurious .directory entries kill dead code prevent the installer from going back to proxy configuration (!!!) when pressinth the previous button on first step of network config wizard :-) cleanups enabled b/c of path sharing between standalone tool and installer convert some write_cnx_script() callers into set_cnx_script() ones replace conf_network_card_backend() "detect" calls by get_eth_cards() ones * drakxtools.spec: fix changelog * share/po/fr.po: update * network/ethernet.pm: convert some write_cnx_script() callers into set_cnx_script() ones (conf_network_card_backend) insert a bug notice (conf_network_card_backend) remove compat stuff since callers were cleaned up 2004/01/29 Damien Chaumette * standalone/drakconnect: beautify ethernet cards name shrink 2004/01/29 Guillaume Cottenceau * share/advertising/dwd-03.pl, install_steps_gtk.pm, share/advertising/dwd-01.pl, share/advertising/dwd-02.pl, ugtk2.pm: advertising: - support leftish and centered text - support arbitrary bold text with ml-like syntax foo in strings - simplify get_text_coord and unexport it, no one else than wrap_paragraph uses it nowadays 2004/01/29 Pablo Saratxaga * share/po/help-ru.pot, share/po/help-fr.pot: converted help-*.pot files to utf-8 too (they MUST be of same encoding as po files) * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/uz@Cyrl.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po: updated pot file 2004/01/29 Pixel * fs.pm: replace iocharset= with nls= for ntfs (as instructed by Thomas Backlund, thanks) 2004/01/29 Stew Benedict * standalone/drakTermServ: Configure clients with defined IPs to set hostname so gnome works. 2004/01/29 Thierry Vignaud * network/netconnect.pm: prevent the installer from going back to proxy configuration (!!!) when pressinth the previous button on first step of network config wizard :-) cleanups enabled b/c of path sharing between standalone tool and installer convert some write_cnx_script() callers into set_cnx_script() ones replace conf_network_card_backend() "detect" calls by get_eth_cards() ones help cperl-mode parsing this file (drawback: perl_checker won't be happy) simplify * network/tools.pm (set_cnx_script) split it out of write_cnx_script() rationale:functions whose behavior is totally altered by arguments number are insane should just be splited and their callers be fixed * network/adsl.pm, network/isdn.pm: convert some write_cnx_script() callers into set_cnx_script() ones * network/network.pm, standalone/drakconnect: replace conf_network_card_backend() "detect" calls by get_eth_cards() ones * share/po/fr.po: update * network/ethernet.pm: convert some write_cnx_script() callers into set_cnx_script() ones (conf_network_card_backend) insert a bug notice (conf_network_card_backend) remove compat stuff since callers were cleaned up * drakxtools.spec: 9.3-26mdk 9.3-24mdk was never released 9.3-25mdk 2004/01/29 Damien Chaumette * standalone/drakconnect: shrink fix modem login fetching - use nice interfaces name (e.g. ethernet0 rather than eth0) - fix adsl loading and saving calls 2004/01/29 Guillaume Cottenceau * share/advertising/dwd-03.pl, install_steps_gtk.pm, share/advertising/dwd-01.pl, share/advertising/dwd-02.pl, ugtk2.pm: advertising: - support leftish and centered text - support arbitrary bold text with ml-like syntax foo in strings - simplify get_text_coord and unexport it, no one else than wrap_paragraph uses it nowadays 2004/01/29 Thierry Vignaud * standalone/net_monitor: do not force page switch * drakxtools.spec: 9.3-25mdk 9.3-24mdk * security/msec.pm: fix parsing of default values for multi argument msec functions * network/netconnect.pm: help cperl-mode parsing this file (drawback: perl_checker won't be happy) simplify fix interface config file writing fix DHCP client installation fix static/dhcp step branching fix ethernet network card list * security/help.pm: add help for newly introduced MAIL_EMPTY_CONTENT item notify that timeout is in seconds 2004/01/29 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/01/29 Thierry Vignaud * network/adsl.pm: fix encapsulation parameter fix VPI parameter setting (adsl_conf_backend) fix disconnect script (adsl_conf_backend) fix ppp's pty server * network/netconnect.pm: typo fix fix encapsulation pull down menu filling enable to alter encapsulation, vci and vpi parameters in advanced mode write cnx scripts for cable connection too * drakxtools.spec: 9.3-23mdk 2004/01/28 David Baudens * pixmaps/about.png, pixmaps/nosplash_thumb.png, pixmaps/slpash-drakeprint-2.png, pixmaps/printerdrake.png: Update 2004/01/28 Damien Chaumette * standalone/drakconnect: sucky toggled fix (queen fix) - move radio buttons to $gui->{intf_radio} - fix authentication menu wrongly used for isdn 2004/01/28 Guillaume Cottenceau * mdk-stage1/dns.c, mdk-stage1/network.c: allow having no DNS by only using the ip callback once, see DNS == IP as a special case, don't do DNS calls when no DNS is configured to avoid timeouts 2004/01/28 Pixel * interactive/gtk.pm: create add_modify_remove_sensitive() and use it so that "Modify" and "Remove" are non sensitive when the initial list is empty 2004/01/28 Thierry Vignaud * network/adsl.pm (adsl_probe_info) minor cleanups (adsl_conf_backend) new configuration stuff * network/modem.pm: simplify code through format callback (thus enabling to centralize translatable strings, thus reducing error risk) * network/netconnect.pm: removed useless variable simplify code through format callback (thus enabling to centralize translatable strings, thus reducing error risk) 2004/01/27 Damien Chaumette * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/sl.po, share/po/uz@Cyrl.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/bg.po, share/po/cs.po, share/po/hu.po: fix typo s#Network name#Network name# * standalone/drakconnect: fix typo s/Netwok name (ESSID)/Network name (ESSID)/ - fix Information page - use mapIntfToDevice to get infos 2004/01/27 Pixel * ugtk2.pm: - add gtk_new_TextView_get_log() and gtk_TextView_get_log() which allow running a command in background and get the filtered output in a TextView - add Gtk2::OptionMenu::new_with_strings() which is a simple combination of ->new, ->set_popdown_strings and ->set_text 2004/01/27 Thierry Vignaud * network/netconnect.pm: rollback debug stuff :-( typo fix get encapsulation default value from provider db and offer to configure it typo fix adiusbadsl package was renamed as eagle default protocol for speedtouch is pppoa do not try to install "auto" package install needed packages w/o second thoughs remove extra argument add a step in order to select a provider from kppp database configure adsl account (isdn account step) - directly use needed variables - kill uneeded fields preset domainname for a few known providers * share/po/fr.po: update * network/adsl.pm: kill dead code (adsl_probe_info) vpi and vci parameters are independant * network/adsl_consts.pm: typo fix - add Retevision spanish provider - add encapsulation default value preset domainname for a few known providers typo fix 2004/01/26 Damien Chaumette * standalone/drakconnect: - fix sucky fix - fix missing parameters - add kind and protocol to $config - fix various issues from $config changes 2004/01/26 Guillaume Cottenceau * mdk-stage1/modules.c: don't forget to umount additional drivers floppy after successful copy of modules.mar (gc sux) 2004/01/26 Pixel * any.pm: fix typo * ugtk2.pm: add gtk_set_treelist * share/list: perl Gtk2 has been rebuilt * interactive/gtk.pm: - pack add_modify_remove widget growable - no need to size it new function add_modify_remove_action() 2004/01/26 Stew Benedict * standalone/drakbackup: Another cron issue reported on Anthill. * standalone/drakTermServ: Remove unused sub. 2004/01/26 Thierry Vignaud * standalone/drakconnect: reput back my changes that poulpy gratuitously rollbacked because: - he hadn't update network/*pm but only update standalone/drakconnect - he happilly followed what perl_checker instrumentate him w/o any second thoughs next time damien, do not listen gc when he's explaining how he resolves conflicts the first time he used cvs :-( get rid of global variables regarding connect/disconnect scripts * network/ethernet.pm (mapIntfToDevice) actually use given interface rather than hardcoded "eth0" cleanups (get_eth_cards) - split it out of conf_network_card_backend() (which still call it for compatibility for now but sincefunctions whose behavior is totally altered by arguments are insane should just be splited, caller will be fixed then this compatibily call removed) - add a third string in returned tuples (physical net device description) (mapIntfToDevice) introduce it in order to map a network interface to a pci/usb/... device get rid of pseudo global $prefix, just reuse global $::prefix :-) * standalone/net_monitor: get rid of global variables regarding connect/disconnect scripts * network/network.pm: get rid of pseudo global $prefix, just reuse global $::prefix :-) kill unused down_it() and up_it() functions * network/tools.pm: get rid of global variables regarding connect/disconnect scripts get rid of pseudo global $prefix, just reuse global $::prefix :-) * network/adsl.pm, network/isdn.pm: get rid of pseudo global $prefix, just reuse global $::prefix :-) * network/adsl_consts.pm: rename dns fields as they're named in netc structure * network/netconnect.pm: reuse values got from provider db display nice "ethX: card description" rather than raw interface name when selecting an ethernet interface perl_checker was wrong get rid of global variables regarding connect/disconnect scripts (stop_internet) init_globals()'s prefix parameter is dead get rid of pseudo global $prefix, just reuse global $::prefix :-) fix the cleanup remove useless parenthessis make wizard be faster when trying to install speedtouch_mgmt and when firmware is already present share provider db for all usb modems (vpi/vci parameters are need for most modem/protocol combinaisons and anyway it's ok to guess the protocol and dns servers for the end user) - let be faster when trying to install already installed packages - fix next step name when installing kppp 2004/01/26 keld * share/po/da.po: Updates soft/control-center/po/da.po soft/GtkMdkWidgets/po/da.po soft/mdkhtmlbrowser/po/da.po soft/menudrake/po/da.po soft/rfbdrake/po/da.po gi/perl-install/share/po/da.po 2004/01/26 Pixel * keyboard.pm: don't use ioctl KDSKBENT with kernel 2.6, until fixed... 2004/01/26 Thierry Vignaud * standalone/drakclock (Repaint) help perl_checker in checking time_to_rad() arguments (spinned) do not pass extra arguments to time_to_rad() reindent gtkpack calls rename adj_* variables as adj* in order to help cperl-mode parsing this file * c/stuff.xs.pl (getNetDriver) introduce getHwIDs() alias that return pci/usb/... hw addr (or "N/A" for some isapnp cards due to lack of support from drivers) 2004/01/25 Thierry Vignaud * network/netconnect.pm: kill unused dhcp_hostname step fix again adsl type setting :-( modem connection: install kppp set adsl protocol to use according to provider database when using a sagem 800 modem modem connection: default to pap/chap authentification method (should work for most people) typo fix * drakxtools.spec: typo fix * share/po/fr.po: update * share/po/br.po: minor update 2004/01/25 yrahal * share/po/ar.po: Committing Arabeyes.org translation. 2004/01/24 Alice Lafox * share/po/ru.po: updated 2004/01/24 Thierry Vignaud * network/netconnect.pm: s/ppptp/pptp/ factorize lan module search for adsl through ethernet make adsl device choose somewhat readable (detabable though fix adsl device setting :-( kill unreachable code kill unused variable cleanup 2004/01/23 David Baudens * share/advertising/dis-01.png, share/advertising/dwd-06.png, share/advertising/dis-05.png, share/advertising/dis-08.png, share/advertising/pwp-01.png, share/advertising/ppp-08.png, share/advertising/dis-10.png, share/advertising/dwd-07.png, share/advertising/dwd-02.png, share/advertising/ppp-06.png, share/advertising/dis-07.png, share/advertising/pwp-05.png, share/advertising/ppp-03.png, share/advertising/ppp-01.png, share/advertising/dwd-04.png, share/advertising/dis-02.png, share/advertising/pwp-03.png, share/advertising/ppp-05.png, share/advertising/pwp-08.png, share/advertising/dwd-03.png, share/advertising/dis-09.png, share/advertising/dis-03.png, share/advertising/ppp-04.png, share/advertising/ppp-11.png, share/advertising/dwd-08.png, share/advertising/pwp-06.png, share/advertising/dis-06.png, share/advertising/ppp-09.png, share/advertising/dis-11.png, share/advertising/ppp-10.png, share/advertising/pwp-02.png, share/advertising/dis-04.png, share/advertising/pwp-10.png, share/advertising/ppp-07.png, share/advertising/pwp-09.png, share/advertising/dwd-01.png, share/advertising/dwd-09.png, share/advertising/dwd-05.png, share/advertising/ppp-02.png, share/advertising/pwp-07.png, share/advertising/pwp-04.png: Update 2004/01/23 Guillaume Cottenceau * rescue/tree/bin/insmod: autoprobe? what's that? * docs/HACKING: wrong, "make" in kernel by hand is not even needed update * rescue/tree/sbin/modprobe: support 2.4 and 2.6 * standalone/printerdrake: "use USER" is unecessary and probably comes from copy-pasting userdrake's GUI * modules.pm: don't miss the hook with 2.6 usb kernels (might explain fredl problem with usb keyboard) * mdk-stage1/nfsmount.c: since dietlibc always reports null strings for RPC errors, at least provide something useful instead * rescue/list: lsmod.old and rmmod.old also needed 2004/01/23 Pablo Saratxaga * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/uz@Cyrl.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po: upfdated pot file * share/po/et.po: updated Estonian po file upfdated pot file 2004/01/23 Pixel * fs.pm: checking {notFormatted} must never be done alone, one must check {isFormatted} first! 2004/01/23 Stew Benedict * standalone/drakbackup: perl_checker: assigned, but not read More perl_checker fixes. Remove another unused sub. Fix broken sys, other restore. Rework timestamp for backup files to please perl_checker. 2004/01/23 Thierry Vignaud * standalone/drakfont (search_dir_font) kill unused variable * network/adsl_consts.pm: provider database needed in oder to not arbitrary set obfuscated vpi and vci parameters * network/adsl.pm (adsl_probe_info) make it aware of the fact we now see the adsl modem and protocol separatly * share/po/fr.po: update minor update update * network/netconnect.pm: fix adsl connection type retrieving fix interface name when doing adsl over an ethernet card sort ADSL connection types offer to configure sagem800 (needed because of unfriendly vpi/vci parameters) * interactive/gtk.pm: remove debug message (ask_fromW) enable TreeView to take all availlable space 2004/01/22 Damien Chaumette * standalone/drakconnect: - remove _radio suffix - prevent undefined value to be get_texted - further s/cnx/intf/ - remove old code 2004/01/22 Guillaume Cottenceau * mdk-stage1/probing.c: moving forward our story with nice kernel guys, now they decided to remove the trailing space at the end of "Attached devices:" of /proc/scsi/scsi, probably that they had nothing more interesting to do this day until we haven't loaded the usb interface and the keyboard usb driver, we can't allow asking for additional drivers floppy, so need another parameter to my_insmod to indicate in which situation we are * mdk-stage1/cdrom.c, mdk-stage1/pcmcia_/cardmgr.c, mdk-stage1/mount.c, mdk-stage1/lomount.c, mdk-stage1/disk.c, mdk-stage1/modules.h, mdk-stage1/stage1.c, mdk-stage1/adsl.c, mdk-stage1/network.c: until we haven't loaded the usb interface and the keyboard usb driver, we can't allow asking for additional drivers floppy, so need another parameter to my_insmod to indicate in which situation we are * tools/cvslog2changelog.pl: clean up users add planou * mdk-stage1/modules.c: better do 2.4->2.6 compat module alias as soon as possible to display correct stuff in logs and simplify code until we haven't loaded the usb interface and the keyboard usb driver, we can't allow asking for additional drivers floppy, so need another parameter to my_insmod to indicate in which situation we are when checking for modules already loaded, be sure to check for the real name ensure insmod will try to access correct filename according to 2.4->2.6 compat mapping really display filename when "error reading" a file to insmod in 2.6 * mdk-stage1/Makefile: stage1-network-usb is deprecated 2004/01/22 Pixel * interactive/stdio.pm: $def_n is unused * interactive/gtk.pm: remove unused variable * modules/interactive.pm, install_steps_interactive.pm: help perl_checker 2004/01/22 Thierry Vignaud * standalone/drakconnect: update copyright notices - fix untraslated strings - upcase tcp/ip * network/tools.pm (copy_firmware) kill it (was merged into add intf wizard * network/netconnect.pm: fix doble "IP address" entries typo fix config some stuff about adsl protocol kill debug statement factorize out adsl protocols' translations get rid of uselesss net_device variabl code simplification due to previous assertion ensure struct XXX and o_XXX parameters always reference the same hashes when configuring an ethernet card, skip the protocol choice step for any cnx type different than lan (eg: for cable and adsl connections) rollback debug stuff :-( handle speedtouch firmware if needed detect ECI like modems and warn we cannot support them (hence less pressure on our support services) fix typo fix typo fix :-( tag speedtouch and eci connections as to be restarted as in old wizard * detect_devices.pm: perl_checker cleanups do not mix before and after firmware upload usb ids (getECI) introduce it in order to detect eci like usb modems * standalone/drakfont: update copyright notices remove never implemented --strong option perl_checker cleanups fix button label * network/adsl.pm (adsl_conf_backend) kill interactive code (was merged into adsl wizard) (adsl_detect) detect ECI modems rename old end adsl step * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/da.po, share/po/ca.po, share/po/ar.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/uz@Cyrl.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/advertising/dwd-03.pl, share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po, share/po/vi.po, share/po/fr.po, share/po/ta.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/el.po, share/po/bg.po, share/po/cs.po: s/(Mandrake Linux is one) (the most widely used)/\1 of \2/ * ugtk2.pm: perl_checker cleanups minor cleanups (gtkadd_widget) introduce it for size groups * standalone/drakfirewall, standalone/logdrake, standalone/drakpxe, standalone/drakboot, standalone/drakTermServ, standalone/net_monitor, standalone/drakbackup, standalone/printerdrake, standalone/fileshareset, standalone/drakedm, standalone/drakhelp, standalone/XFdrake, standalone/drakbug, standalone/drakupdate_fstab, standalone/draksound, standalone/drakxtv, standalone/draksec, standalone/drakautoinst, standalone/drakproxy, standalone/diskdrake, standalone/drakfloppy, standalone/drakgw, standalone/scannerdrake: update copyright notices * interactive/gtk.pm (ask_fromW) gc prefers ->isa() (ask_fromW) enable properly setted checkbuttons (aka those who correctly use text instead of label) to take all the place they need, thus preventing spurious horizontal scrolling bar to show up * harddrake/sound.pm: draksound doesn't write the sound alias b/c of wrong comparison with the default driver, thus not configuring not yet configured cards (#6988) 2004/01/22 Alice Lafox * share/po/ru.po: updated 2004/01/22 Damien Chaumette * standalone/drakconnect: do not test $intf but $gui, poulpy sux fix isdn modem page factorise gui set_text - drop detection, will use interface scheme ($config) - use $interface_kind drop now unused code fix broken MII_NOT_SUPPORTED and HWADDR add dns3 entry 2004/01/22 Guillaume Cottenceau * modules.pm: nice kernel guys spend their free time renaming modules for fun * mdk-stage1/doc/TECH-INFOS: disk will also need the directory * mdk-stage1/modules.c: nice kernel guys like to change modules names for no reasons when they have a break 2004/01/22 Pixel * tools/Makefile: rpmtools and perl-URPM are still 5.8.2 2004/01/22 Thierry Vignaud * network/netconnect.pm: typo fix :-( tag speedtouch and eci connections as to be restarted as in old wizard install needed package depending of modem rollback add static configuration for sagem800 spanish users hide too big label (which is useless because of above text) but keep it for translation b/c of further reusage * network/adsl.pm: rename old end adsl step 2004/01/21 Damien Chaumette * network/adsl.pm: retreive vpi and vci from config file for speedtouch 2004/01/21 Guillaume Cottenceau * mdk-stage1/modules.c: add capability to use an additional drivers floppy network_gigabit_usb doesn't exist anymore * network/netconnect.pm: perl checker fixes * mdk-stage1/stage1.c, mdk-stage1/modules.h: add capability to use an additional drivers floppy * modules.pm: misc change: more readable way of setting usb-interface alias 2004/01/21 nplanel * modules.pm: add *-agp module support 2004/01/21 Till Kamppeter * scanner.pm, standalone/printerdrake: Removed occurences of "Mandrake" from translateable strings. * printer/main.pm, printer/printerdrake.pm: Added title bar texts for error and warning pop-ups. Removed occurences of "Mandrake" from translateable strings. * standalone/scannerdrake: Updated title bar texts of error pop-ups. Removed occurences of "Mandrake" from translateable strings. 2004/01/21 Thierry Vignaud * network/adsl.pm: rename old adsl step (adsl_detect) - remove useless parameter - always return an hash, even if empty (simplify caller code) * network/netconnect.pm: really use the same path in standalone and install mode add new first adsl steps factorize lan detection (needed for adsl) 2004/01/21 Guillaume Cottenceau * share/po/fr.po: fix typo 2004/01/21 Pablo Saratxaga * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/uz@Cyrl.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po: updated pot file 2004/01/21 Thierry Vignaud * share/po/fr.po: update 2004/01/21 Pablo Saratxaga * share/po/pl.po, share/po/hi.po: updated pot file updated Hindi file; corrected syntax error in Polish file * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/uz@Cyrl.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po: updated pot file * network/netconnect.pm: fixed typo 2004/01/21 Pixel * interactive/gtk.pm, ugtk2.pm: - fix sizing main window - always use a scrolled window when non pop_it (so that the buttons are at the bottom) * any.pm: perl_checker fix * modules.pm: don't pass empty options, new insmod doesn't like it * share/po/Makefile, Makefile: remove checking "$" in po strings, perl_checker takes care of this correctly (ie. N("a\$b") will get string "a$b" in po which is ok, whereas N("a$b") gives an error) 2004/01/21 Thierry Vignaud * network/netconnect.pm: simplify 2004/01/20 Pixel * modules.pm: - ugly hack to temporary handle reading ide_cd in /proc/modules whereas we insmoded ide-cd - removing load_ide() (unused) * rescue/list, share/list: replace PERL_VERSION with current version of some perl modules * install_steps.pm: modules::load_ide() is removed, now we use the same as install_step_interactive 2004/01/20 Arkadiusz Lipiec * share/po/pl.po: Updated partially 2004/01/20 Florin Grad * standalone/drakgw: install the squid package, if necessary 2004/01/20 fwang * share/po/zh_CN.po: update 2004/01/20 Pablo Saratxaga * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/uz@Cyrl.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po: updated pot file 2004/01/20 Pixel * modules.pm: - ugly hack to temporary handle reading ide_cd in /proc/modules whereas we insmoded ide-cd - removing load_ide() (unused) * any.pm: in setupBootloader__entries(): - move vga and initrd from $::expert to advanced - drop setting read-write, table, unsafe * rescue/list, share/list: replace PERL_VERSION with current version of some perl modules * install_steps.pm: modules::load_ide() is removed, now we use the same as install_step_interactive * interactive/gtk.pm: do not try anymore to have small pop_it dialog boxes. Make them all the same size and so drop all the (big) code trying to use scrolled windows only when needed and to size them appropriately * lang.pm: disable wen and dns until fixed * docs/HACKING: update (thanks to Sunny Dubey) 2004/01/20 Thierry Vignaud * drakxtools.spec: 9.3-22mdk * network/network.pm: fix #6944: ensure proper perms on /etc/profile.d/proxy.{,c}sh (pieleric@etu.utc.fr) * network/modem.pm: remove useless LOGIN field do not gratuitously reinvent write_secret_backend() s/N('...')/N("...")/ save login in ifcfg-ppp0 save ip if needed fix dyn/static stuff fix static/dyn settings - handle PAP/CHAP auth method too - translate again strings handle more kppp options from new steps make sections more visible in generated kppprc conf file * network/netconnect.pm: share same path in both standalone and in install mode (2/2) do not offer to enter domain name twice share same path in both standalone and in install mode read back auth method read back new fields fix gateway reading and writing - handle PAP/CHAP auth method too - translate again strings use checkbow's label dyn hostname is a boolean - split ppp steps into account, ip, dns and gateway parameters step - offer to configure more ip, dns and gateway parameters rename ppp_choose as ppp_account 2004/01/20 Warly * share/logo-mandrake.png: cooker logo 2004/01/20 hilbert * share/po/zh_TW.po: This is a test commit 2004/01/20 Pixel * fs.pm: fix mount point /tmp/image for the cdrom in generated /etc/fstab * install_steps.pm: help perl_checker seeing charsetChanged even if known install_steps_* can be seen kernel 2.6 .ko adaptation * share/advertising/Makefile: CVS has all the advertisings, but only upload the dwd (download) one * modules.pm, modules/parameters.pm: kernel 2.6 .ko adaptation * install_steps_interactive.pm: help perl_checker seeing charsetChanged even if known install_steps_* can be seen * lang.pm: disable wen and dns until fixed * commands.pm: cleanup & kernel 2.6 .ko adaptation 2004/01/20 Thierry Vignaud * network/modem.pm: handle more kppp options from new steps make sections more visible in generated kppprc conf file simpkify %toreplace build * network/netconnect.pm: use checkbow's label dyn hostname is a boolean - split ppp steps into account, ip, dns and gateway parameters step - offer to configure more ip, dns and gateway parameters rename ppp_choose as ppp_account typo fix simplify go to wireless step if needed always go to hostname step (shared by all paths) kill old cable step install requested dhcp client add hidden option enabling to select dhcp client skip protocol step when configuring cable connection cable is like lan but with dhcp set connection type at one point only load adsl wizard on demand (get_subwizard) introduce the infrastructure that enable to load a part of a wizard from another module init modem data structure when manually selecting a serial port fix modem dns servers reading keep entered data when stepping back to dialup options step do not mix modem choice and modem configuration, so that we keep entered data when stepping back and forward pass dynamically build data into interactive layer when configuring modems fix device (was broken due to the fact we kept all the data collected about modems) * install_gtk.pm: fix set_default_direction() call * network/adsl.pm: fix wizard layer usage (b/c of new api) remove useless parameter 2004/01/20 Alice Lafox * share/po/ru.po: part. update 2004/01/20 Damien Chaumette * standalone/drakconnect: fix typo 2004/01/20 hilbert * share/po/zh_TW.po: This is a test commit 2004/01/20 Pixel * install_steps.pm: help perl_checker seeing charsetChanged even if known install_steps_* can be seen kernel 2.6 .ko adaptation * share/advertising/Makefile: CVS has all the advertisings, but only upload the dwd (download) one * modules.pm, modules/parameters.pm: kernel 2.6 .ko adaptation * install_steps_interactive.pm: help perl_checker seeing charsetChanged even if known install_steps_* can be seen * commands.pm: cleanup & kernel 2.6 .ko adaptation * rescue/list: replace rpmpopt-4.2 with rpmpopt-* (since we now have rpmpopt-4.2.2) 2004/01/20 Thierry Vignaud * bootloader.pm: workaround buggy installkernel that left default value be geater than the current number of entries, thus making drakboot displaying (default-entries_count) spurious "()*" entries which then results in writing back bogus grub conf file. kernel team should just be shuted down :-( * share/po/bs.po: fix duplicate message fix duplicate message * install_gtk.pm: fix set_default_direction() call * network/adsl.pm: fix wizard layer usage (b/c of new api) remove useless parameter * network/modem.pm: simpkify %toreplace build merge ppp_configure_raw() into its only caller (ppp_configure()) do not bother try installing packages in testing mode * network/netconnect.pm: load adsl wizard on demand (get_subwizard) introduce the infrastructure that enable to load a part of a wizard from another module init modem data structure when manually selecting a serial port fix modem dns servers reading keep entered data when stepping back to dialup options step do not mix modem choice and modem configuration, so that we keep entered data when stepping back and forward pass dynamically build data into interactive layer when configuring modems fix device (was broken due to the fact we kept all the data collected about modems) fix ppp_configure call prepare killing obfuscated install path merge in next_cnx_step into handle_multiple_cnx 2004/01/19 David Baudens * share/advertising/ppp-04.pl: Update 2004/01/19 Damien Chaumette * standalone/drakconnect: - add build_tree to fetch info before doing GUI stuff - use $intf->{$interface}{save} to re-use existing write_foo specific fonctions - change build_notebook thing - indenting && perl_checking 2004/01/19 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/01/19 Frederic Crozat * share/rpmsrate: Epiphany is now GNOME default web browser. 2004/01/19 Florin Grad * standalone/drakgw: typo error add transparent proxy support * network/network.pm: add the silly read_squid function 2004/01/19 fwang * share/po/zh_CN.po: update update 2004/01/19 keld * share/po/da.po: Trying to get rid of "Translated to da.po" problem - did not work:-( soft/menu-messages/da.po soft/control-center/po/da.po soft/drakcronat/po/da.po soft/ftw/po/da.po soft/GtkMdkWidgets/po/da.po soft/kdebase-servicemenu/po/da.po soft/krozat/po/da.po soft/mandrake-menu-directory/po/da.po soft/mdkkdm/po/da.po soft/mdklaunchhelp/po/da.po soft/menudrake/po/da.po soft/rpmdrake/po/da.po soft/urpmi/po/da.po soft/userdrake2/po/da.po soft/wizard_perl/po/da.po gi/perl-install/share/po/da.po soft/galaxy/thememdk/mandrake_client/po/da.po updates soft/control-center/po/da.po soft/ftw/po/da.po soft/rpmdrake/po/da.po soft/urpmi/po/da.po gi/perl-install/share/po/da.po 2004/01/19 Pablo Saratxaga * share/po/nb.po, share/po/et.po: updated Estonian and Norwegian files 2004/01/19 Pixel * install_any.pm: kernel22 is not there anymore (since a long time now) select bestKernelPackage before selecting basesystem (otherwise basesystem already requires kernel) * modules.pm, fs.pm: kernel 2.2 is deprecated * bootloader.pm: cleanup sanitize_ver (re-synced with common.pm from bootloader-utils) add a warning telling to run lilo after modifying the lilo.conf (bugzilla #6924) * pkgs.pm: - factorize kernel regexp in analyse_kernel_name() - remove special kernel choosing in packageCallbackChoices() add some logging explaining the default kernel choice * do_pkgs.pm: - factorize kernel regexp in analyse_kernel_name() - remove special kernel choosing in packageCallbackChoices() * install_steps_interactive.pm: $::testing means testing, not "testing what titi wants to test" 2004/01/19 Thierry Vignaud * standalone/drakgw: perl_checker fixes remove empty lines in order to get more place for entry fields * detect_devices.pm (getSerialModem) fix device field (getModem) simplify (getSerialModem) - drop useless first arg - return all detected serial modems, not only first - return all data we collected on serial modems (getSerialModem) do not even bother check for /dev/modem since anyway probeSerialDevices() set a bijection between modems and /dev/ttySx devices (not /dev/modem) thus making hasModem() test useless for /dev/modem (getUPS) use HIDIOCAPPLICATION ioctl definition from c module * share/po/br.po: minor update update update * ugtk2.pm (reate_box_with_title) shrink TextView size to its minimal size in order to get the bigger place for other widgets * network/modem.pm (ppp_configure_raw) remove code stolen from ppp_configure() * interactive/gtk.pm: prevent unpoped wait messages when called from within wizards in standalone mode remove useless spacing above advanced options * network/netconnect.pm: - kill duplicated code - move some code where it belongs so that it's shared by isdn/modem - merge wireless step into normal modem one - report all detected serial modems - use all collected data on modems in order to have a nice list rollback bogus change dot not try to alter squid config in --testing mode isdn: detect serial modems if needed rename "ppp_choose step" as "choose_serial_port" and "ppp_choose2" one as "ppp_choose" chain hostname/dns step with zeroconf one (more work on zeroconf will be done between beta 1 and 2) turn "unsupported winmodem" into a terminal step add strings for future options fix next_cnx_step call (detect) display a nice string for serial modems (detect) - adapt modem detection to new detect_devices - keep all data collected on modems add proper window title make a real wizard step out of first modem step winmodem connection'll be merge into modem connection kill Data::Dumper orphean merge dhcp hostname into hostname step use radio button instead of optionmenu if possible (aka not too many network interfaces) * standalone/drakbug: simplify * share/po/cy.po: add missing empty lines another update further update update * share/po/fr.po: update * standalone/drakconnect: kill useless diagnostics pragma 2004/01/18 fwang * share/po/zh_CN.po: update 2004/01/18 Thierry Vignaud * share/po/cy.po: update update * share/po/fr.po: - typo fix (#6919) - let drakconnect message be wrapped by gtk+ rather than us 2004/01/17 David Baudens * share/advertising/dwd-09.pl: Fix (r) 2004/01/17 Damien Chaumette * standalone/drakconnect: add wait message as hardware detection takes time 2004/01/17 Pablo Saratxaga * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/uz@Cyrl.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/bg.po, share/po/cs.po, share/po/hu.po: udated pot file; converted to UTF-8 all po files (as therer are utf-8 msgid * diskdrake/hd_gtk.pm: spell checking 2004/01/17 Thierry Vignaud * share/po/fr.po: fix obvious typo update fix doble entries * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/da.po, share/po/ca.po, share/po/ar.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/sl.po, share/po/uz@Cyrl.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/uk.po, share/po/mn.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/el.po, share/po/cs.po, share/po/bg.po: fix doble entries * ugtk2.pm: fix #6899: tools failling to popup windows while embedded * share/po/br.po: update fix doble entries * share/advertising/dwd-08.pl, share/advertising/dwd-04.pl, share/advertising/dis-11.pl, share/advertising/ppp-11.pl, share/advertising/ppp-09.pl, share/advertising/dwd-05.pl, share/advertising/pwp-09.pl, share/advertising/dwd-06.pl, share/advertising/ppp-07.pl, share/advertising/pwp-10.pl, share/advertising/ppp-05.pl, share/advertising/dis-09.pl, share/advertising/ppp-04.pl, share/advertising/pwp-04.pl, share/advertising/pwp-08.pl: fix package build 2004/01/16 Damien Chaumette * standalone/drakconnect: * manage interfaces: - fix Ok button logic - fix some calls to $apply * manage interfaces - added Modem page - most of the GUI in place 2004/01/16 Pixel * network/shorewall.pm: fix N() badly used - add icmp support - add "Echo request (ping)" choice * network/drakfirewall.pm: - add icmp support - add "Echo request (ping)" choice 2004/01/16 Stew Benedict * standalone/drakbackup, standalone/drakTermServ: ask_warn fixes per Thierry, purge some old, unused code 2004/01/16 Thierry Vignaud * network/tools.pm: prevent faillure when trying to dereference undef in testing mode * install_steps_interactive.pm (Accept) default to accept in testing mode do not complain about root password in testing mode * network/adsl.pm, network/isdn.pm, network/ethernet.pm: do not export dead functions * share/po/da.po: rollback bogus change remove arrows from previous/next buttons according to interface team * network/modem.pm (ppp_configure) reintroduce it for drakconnect's manager * network/network.pm: do not alter proxies config while configuring network interfaces (needed since we've disabled proxy config in network interface config path) do not install zeroconf if no zeroconf hostname was typed in (we may add a USE_ZEROCONF variable to /etc/sysconfig/network instead) * network/netconnect.pm: new host settings step clean horrible code split/merge lan config steps according to new specs (card => protocol => parameters => hostname) rollback "separate standalone and install paths" try (just too painful to maintain and anyway install net wizard has no logic) - make a real step out of "manage multiple internet connections" case - factorize and fix accessing to this step drop proxy configuration step. rationale: - miscellaneous_choose() was reintroduced in network::network since it was still needed by drakproxy - anyway configuring proxies is: o not supposed to be done while configuring network interfaces o duplicated with drakproxy and the like o removed in new drakconnect specs morph hw_account step through reusing new wizard layer capabilites (aka dynamically return just build needed data rather than ackwardly puting it in place) fix ppp_first_step() call small reindenting remove overrided variables enable to step forward after to "connect now?" step since wizard infrastructure fixed the ask_yesorno design flaw (and remove bug hint left by previous maintainers) use wizard layer 's yesorno type typo fix * share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po, interactive.pm, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po, standalone/drakbackup, share/po/ca.po, share/po/ar.po, share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po, printer/printerdrake.pm, share/po/fa.po, share/po/id.po, drakxtools.spec, share/po/ru.po, help.pm, share/po/br.po, share/po/sl.po, share/po/uz@Cyrl.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/uk.po, share/po/mn.po, share/po/lt.po, share/po/cy.po, share/po/tg.po, install_steps_gtk.pm, share/po/bs.po, interactive/newt.pm, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/el.po, share/po/cs.po, share/po/bg.po: remove arrows from previous/next buttons according to interface team * standalone/drakconnect: kill unused variables * standalone/logdrake: - set a meaningfull window title when called from mcc for explanations - upcase default window title do not abuse global namespace (this also allow to track variables usage through static code analysers such as perl_checker) 2004/01/15 Fabian Mandelbaum * share/po/es.po: Updated Spanish translations 2004/01/15 Pixel * install_steps_gtk.pm: fix individual package selection (was broken since 30 september...) formatList is imported, no need to get it in common:: * c/stuff.xs.pl, diskdrake/interactive.pm, fsedit.pm, install_interactive.pm, partition_table/raw.pm, partition_table.pm: - remove the use of BLKRRPART (telling the kernel to re-read the partition table) in most cases - replace with tell_kernel() and will_tell_kernel() - correctly handle in standalone the need to reboot, with no way to forget it (telling the WM to quit nicely then call reboot when it's done) * rescue/list: insmod.old is needed when the kernel is a 2.4 * lvm.pm: adaptation/simplification for new lvm2 (thanks to Luca Berra) * share/rpmsrate: have hylafax-client installed when kdebase-kdeprintfax is selected * bootloader.pm: don't modify {append} after add_kernel(), call add_kernel() directly with the append parameter (so that comparison with previous entries is done correctly) 2004/01/15 Stew Benedict * standalone/drakTermServ: First time wizard 2004/01/15 Thierry Vignaud * share/po/br.po: update update * standalone/drakboot: add bug hint remove unused variable (lilo_choice) do not complain on canceling (lilo_choice) let's set dialog title when poping up an error message (lilo_choice) do not complaing about lilo faillure when we use another bootloader: just complain about the actually used bootloader warly said that we should not restrict ourselves to lilo make splash config looks better when embedded * standalone/drakups: reuse create_okcancel() in ordet to get some std button layout remove useless menu infrastucture * drakxtools.spec: require a fixed perl-Glib fix changelog 9.3-21mdk 9.3-20mdk * ugtk2.pm: do not create spurious top window when embedded (why does this fsck us only now?) 2004/01/14 David Baudens * share/advertising/README, share/advertising/dis-06.pl, share/advertising/dis-05.png, share/advertising/dwd-08.pl, share/advertising/pwp-02.pl, share/advertising/dwd-04.pl, share/advertising/06-development.pl, share/advertising/01-thanks.png, share/advertising/dis-10.png, share/advertising/dwd-07.png, share/advertising/dis-02.pl, share/advertising/ppp-06.png, share/advertising/dis-04.pl, share/advertising/02-community.png, share/advertising/pwp-05.png, share/advertising/11-mnf.png, share/advertising/02-community.pl, share/advertising/05-desktop.pl, share/advertising/dis-11.pl, share/advertising/01-thanks.pl, share/advertising/dwd-04.png, share/advertising/dis-10.pl, share/advertising/ppp-11.pl, share/advertising/08-store.pl, share/advertising/pwp-07.pl, share/advertising/08-store.png, share/advertising/pwp-08.png, share/advertising/dwd-03.png, share/advertising/dwd-02.pl, share/advertising/12-mdkexpert.png, share/advertising/dis-05.pl, share/advertising/06-development.png, share/advertising/ppp-09.pl, share/advertising/11-mnf.pl, share/advertising/dis-03.png, share/advertising/dwd-01.pl, share/advertising/dwd-08.png, share/advertising/dis-01.pl, share/advertising/pwp-06.png, share/advertising/dis-07.pl, share/advertising/pwp-02.png, share/advertising/list, share/advertising/dwd-05.pl, share/advertising/ppp-06.pl, share/advertising/ppp-07.png, share/advertising/pwp-09.png, share/advertising/ppp-10.pl, share/advertising/dis-03.pl, share/advertising/dwd-09.png, share/advertising/13-mdkexpert_corporate.png, share/advertising/pwp-07.png, share/advertising/pwp-09.pl, share/advertising/pwp-04.png, share/advertising/pwp-05.pl, share/advertising/dis-01.png, share/advertising/10-security.png, share/advertising/07-server.pl, share/advertising/dwd-06.png, share/advertising/dis-08.png, share/advertising/pwp-01.png, share/advertising/ppp-08.png, share/advertising/ppp-03.pl, share/advertising/07-server.png, share/advertising/dis-08.pl, share/advertising/dwd-02.png, share/advertising/pwp-06.pl, share/advertising/dis-07.png, share/advertising/ppp-03.png, share/advertising/dwd-03.pl, share/advertising/ppp-01.png, share/advertising/03-software.png, share/advertising/ppp-08.pl, share/advertising/dis-02.png, share/advertising/dwd-06.pl, share/advertising/10-security.pl, share/advertising/Makefile, share/advertising/pwp-03.png, share/advertising/ppp-05.png, share/advertising/ppp-02.pl, share/advertising/dwd-07.pl, share/advertising/ppp-07.pl, share/advertising/dis-09.png, share/advertising/09-mdksecure.png, share/advertising/ppp-04.png, share/advertising/ppp-11.png, share/advertising/pwp-10.pl, share/advertising/ppp-09.png, share/advertising/dis-06.png, share/advertising/ppp-10.png, share/advertising/dis-11.png, share/advertising/dis-04.png, share/advertising/03-software.pl, share/advertising/pwp-10.png, share/advertising/09-mdksecure.pl, share/advertising/13-mdkexpert_corporate.pl, share/advertising/12-mdkexpert.pl, share/advertising/ppp-05.pl, share/advertising/ppp-01.pl, share/advertising/dis-09.pl, share/advertising/pwp-03.pl, share/advertising/04-configuration.png, share/advertising/dwd-01.png, share/advertising/ppp-04.pl, share/advertising/dwd-05.png, share/advertising/pwp-04.pl, share/advertising/pwp-01.pl, share/advertising/ppp-02.png, share/advertising/05-desktop.png, share/advertising/pwp-08.pl, share/advertising/04-configuration.pl, share/advertising/dwd-09.pl: New texts to translate for next release. Images will be modified in a short time. 2004/01/14 Damien Chaumette * standalone/drakconnect: - manage interfaces : o add Account page o speedtouch and sagem modems o build_notebook don't need $window anymore o cosmetic change to Infornations page 2004/01/14 Pablo Saratxaga * share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po, share/po/uz@Cyrl.po, share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po: updated pot file 2004/01/14 Pixel * fs.pm: don't write fstab entries which are notFormatted 2004/01/14 Till Kamppeter * printer/printerdrake.pm: Let list of printer models get sorted. 2004/01/14 Thierry Vignaud * share/po/fr.po: update update * drakxtools.spec: 9.3-19mdk * network/network.pm (miscellaneous_choose) restore it for drakproxy (we'd better split out network interface and proxy configuration at install time) * standalone/drakboot: typo fix use class->new rather than new class style minor cleanup perl_checker cleanups proper indenting - offer to configure bootsplash only on --splash - drop useless frames - set main window title according to current mode (autologin, bootloader or bootsplash) * install_steps_interactive.pm: proxy conf: do not touch files in --testing mode split out proxy configuration out of network interfaces configuration * standalone/drakautoinst: - kill unused variables - fix gtk+2 notebook usage - perl_checker cleanups * any.pm: move bootloader title from drakboot * standalone/drakclock: unused variable * network/tools.pm: ask_info2 is dead * install2.pm: fix fix fix logic test order in order to prevent useless error message in --testing mode * wizards.pm: using box radio looks better for yes/no like questions (process) in yes/no case, keep the same logic as interactive->ask_yesorno() and pass 1 if /yes/ and undef else 2004/01/14 Warly * standalone/drakboot: clean splash management code 2004/01/13 Guillaume Cottenceau * mdk-stage1/Makefile: cookr * pkgs.pm: perl check allow DRIVER"regexp" in rpmsrate and use it to install xmms-alsa when we use alsa sound driver * share/rpmsrate: allow DRIVER"regexp" in rpmsrate and use it to install xmms-alsa when we use alsa sound driver * Xconfig/card.pm, common.pm, detect_devices.pm, modules.pm: detect_devices::matching_driver -> matching_desc but matching driver names (kernel modules) * any.pm: changing utf8 flag on an installed OS is not supported 2004/01/13 Pablo Saratxaga * share/po/nb.po, share/po/et.po: updated Estonian and Norwegian files 2004/01/13 Pixel * devices.pm: lvm2 uses urandom * lvm.pm: lvm2 uses urandom - install lvm2 rpm instead of lvm (and using ->ensure_is_installed) - "vgdisplay" error status is not good, using "vgs" instead * diskdrake/smbnfs_gtk.pm: revert titi breaking the code, keeping the only valid change 2004/01/13 Thierry Vignaud * standalone/drakautoinst: alter message according to interface team suggestion * ugtk2.pm: - "Next->" => "Next" - "<-Previous" => "Previous" enable to access extra buttons $w->{buttons}{