Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use pkgs::packagesProviding() | Pascal Rigaux | 2004-03-11 | 1 | -1/+1 |
| | |||||
* | nice fix for installing locales-XX corresponding the chosen country (using ↵ | Pascal Rigaux | 2004-03-11 | 1 | -2/+2 |
| | | | | packagesProviding()) | ||||
* | - add function packagesProviding() | Pascal Rigaux | 2004-03-11 | 1 | -7/+10 |
| | | | | | - use it | ||||
* | - always generate a precise entry using the precise version | Pascal Rigaux | 2004-03-11 | 1 | -16/+7 |
| | | | | | | - 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 | ||||
* | tentatively fix lilo with lvm on / | Pascal Rigaux | 2004-03-11 | 1 | -0/+5 |
| | |||||
* | add some tests for the REDIRECT squid rules | Florin Grad | 2004-03-11 | 1 | -5/+7 |
| | |||||
* | fix the disable, enable functions | Florin Grad | 2004-03-11 | 1 | -36/+40 |
| | |||||
* | remove debug statement | Thierry Vignaud | 2004-03-11 | 1 | -1/+1 |
| | |||||
* | workaround code trying to install locales-nb (bugzilla #8287) | Pascal Rigaux | 2004-03-11 | 1 | -1/+5 |
| | |||||
* | disallow lvm on / with no /boot until lilo handles it | Pascal Rigaux | 2004-03-11 | 1 | -1/+4 |
| | |||||
* | catch cdie's in auto_install | Pascal Rigaux | 2004-03-11 | 1 | -1/+1 |
| | |||||
* | fix previous button on first step (robert.vojta@qcm.cz, anthill #387) | Thierry Vignaud | 2004-03-11 | 1 | -2/+4 |
| | |||||
* | (text_append) fix second run (on next filling, we shall not create | Thierry Vignaud | 2004-03-11 | 1 | -3/+4 |
| | | | | | tags with name of existing ones) | ||||
* | (parse_file) fix search :-) | Thierry Vignaud | 2004-03-11 | 1 | -1/+1 |
| | |||||
* | fix previous button on first step (robert.vojta@qcm.cz, anthill #386) | Thierry Vignaud | 2004-03-11 | 1 | -1/+3 |
| | |||||
* | (log_output) take a color and a font as parameters now | Thierry Vignaud | 2004-03-11 | 1 | -14/+24 |
| | | | | | | | | (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() | Thierry Vignaud | 2004-03-11 | 1 | -0/+29 |
| | | | | | | | | | | 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) | ||||
* | (gtktext_insert) if we want anonymous tags, just create anonymous tags | Thierry Vignaud | 2004-03-11 | 1 | -4/+3 |
| | | | | | | instead of creating fake tag names that we just discard after (rand is not guarranted to not return the same number twice...) | ||||
* | fix in strict mode | Thierry Vignaud | 2004-03-11 | 1 | -1/+1 |
| | |||||
* | (parse_file) speed up it by 20% (#8412) but logcolorize is the top one | Thierry Vignaud | 2004-03-11 | 1 | -3/+10 |
| | | | | | in profiles | ||||
* | fix eth[67] detection (gc) | Thierry Vignaud | 2004-03-11 | 1 | -1/+1 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2004-03-10 | 1 | -801/+821 |
| | |||||
* | spell Mandrakelinux in one word | Thierry Vignaud | 2004-03-10 | 39 | -391/+392 |
| | |||||
* | (row_setting_dialog) sanitize spacing in frames | Thierry Vignaud | 2004-03-10 | 1 | -7/+7 |
| | |||||
* | list jp106 keyboard as latin only to avoid the misleading screen about | Pablo Saratxaga | 2004-03-10 | 1 | -1/+4 |
| | | | | | language switching (japanese input doesn't use that method) | ||||
* | *** empty log message *** | Pascal Rigaux | 2004-03-10 | 1 | -1/+113 |
| | |||||
* | fix the 8669 bug | Florin Grad | 2004-03-10 | 1 | -1/+1 |
| | |||||
* | (get_net_devices) increase max number of detectable net cards from 6 to 10 | Thierry Vignaud | 2004-03-10 | 1 | -1/+1 |
| | |||||
* | fix isdn config step | Thierry Vignaud | 2004-03-09 | 1 | -1/+1 |
| | |||||
* | really, really fix ISDN cards detection :-( | Thierry Vignaud | 2004-03-09 | 1 | -1/+1 |
| | |||||
* | really adapt to new network::isdn::isdn_detect_backend() API | Thierry Vignaud | 2004-03-09 | 1 | -2/+1 |
| | |||||
* | (read_providers_backend) add prototype in order to please lord perl_checker | Thierry Vignaud | 2004-03-09 | 1 | -1/+1 |
| | |||||
* | isdn config step: enable to alter defined but empty fields | Thierry Vignaud | 2004-03-09 | 1 | -1/+1 |
| | |||||
* | fix parameters reading/writin in isdn config step: take parameters | Thierry Vignaud | 2004-03-09 | 1 | -7/+7 |
| | | | | | from isdn data structure, not cnx one | ||||
* | fix isdn config step by using runtime references | Thierry Vignaud | 2004-03-09 | 1 | -1/+3 |
| | |||||
* | special case to handle imm & ppa on kernel 2.6: | Pascal Rigaux | 2004-03-09 | 1 | -1/+6 |
| | | | | | | - need parport_pc - modules insmod always succeed, so need to check /proc/sys/dev/parport/parport0/devices/{imm,ppa} | ||||
* | Reverse trivial translation typo. Change the_time() usage. | Stew Benedict | 2004-03-09 | 1 | -3/+3 |
| | |||||
* | Made more clear choices in the first-time dialog of printerdrake. | Till Kamppeter | 2004-03-09 | 1 | -1/+7 |
| | |||||
* | Fix breakage introduced in config rewrite. | Stew Benedict | 2004-03-09 | 1 | -19/+13 |
| | | | | | All wizard methods should end at config summary. | ||||
* | keyboard::load() causes some errors on kernel 2.4, ignoring them | Pascal Rigaux | 2004-03-09 | 1 | -2/+2 |
| | |||||
* | fix crash in wizard (#8654) (setVarsInSh use output instead of output_p...) | Thierry Vignaud | 2004-03-09 | 1 | -0/+1 |
| | |||||
* | catch exception (bugzilla #8726) | Pascal Rigaux | 2004-03-09 | 1 | -2/+2 |
| | |||||
* | (the_time) simplify | Thierry Vignaud | 2004-03-09 | 1 | -14/+2 |
| | |||||
* | fix boot_conf_path usage | Thierry Vignaud | 2004-03-09 | 1 | -4/+4 |
| | |||||
* | rename thm_conf_path as boot_conf_path to prevent confusion with thm_path | Thierry Vignaud | 2004-03-09 | 1 | -6/+5 |
| | |||||
* | (write_boot_thm) simplify through mkdir_p() | Thierry Vignaud | 2004-03-09 | 1 | -7/+3 |
| | |||||
* | misc perl_checker cleanups | Thierry Vignaud | 2004-03-09 | 1 | -3/+1 |
| | |||||
* | fix config file path (directory is now named config, not cfg) | Thierry Vignaud | 2004-03-09 | 1 | -6/+7 |
| | |||||
* | Support for plain tar. Deal with mixture of formats on restore. (#8676) | Stew Benedict | 2004-03-09 | 1 | -109/+127 |
| | | | | | | Fix issue with first incremental pass not using base as comparison. Rework most file selections to use the same sub, drop other subs. | ||||
* | updated pot file | Pablo Saratxaga | 2004-03-08 | 1 | -610/+575 |
| |