Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -2/+2 |
| | |||||
* | printer related modules cleaning : | Thierry Vignaud | 2002-11-12 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - create the printer/ hierarchy - split services related stuff into services.pm & printer::services, - move things that've nothing to do with printers into common.pm (alternatives, permissions, ...) - move eveything related to cups, gimp-print, detection, {star,open}office to the corresponding splited printer:: module - big consolidation of printer::office (it was obvious there were tons of duplication between staroffice and openoffice managment) - move other stuff into printer::main, printer::common, status : print.pm has been heavily splited (now one can begin to understand the little bits). printerdrake still needs to be splited/cleaned and eventually removed since printer/printerdrake modules separation is not understandable by other people till, in printer::gimp, $lprcommand is neither declared nor setted nowhere. idem in mdk9.0 ... | ||||
* | various small syntax enhancements to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | don't use <*> for globbing, use all or glob_ | Pascal Rigaux | 2002-11-11 | 1 | -2/+2 |
| | |||||
* | replace q@...@ with q(...) or here_doc | Pascal Rigaux | 2002-11-11 | 1 | -7/+9 |
| | |||||
* | ensure "common" is imported to have N() | Pascal Rigaux | 2002-11-10 | 8 | -6/+8 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 2 | -2/+3 |
| | |||||
* | fix typo | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 1 | -3/+3 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 24 | -888/+882 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | add XkbCompat "group_led" for all keyboards where a group layout switching ↵ | Pascal Rigaux | 2002-11-04 | 1 | -1/+1 |
| | | | | is used | ||||
* | typo in comments: Josep L. Guallar-Esteve <jlguallar@computer.org> | Stew Benedict | 2002-10-28 | 1 | -2/+2 |
| | |||||
* | bit me! | Thierry Vignaud | 2002-10-16 | 1 | -1/+2 |
| | |||||
* | Finish thin client setup option. | Stew Benedict | 2002-10-14 | 1 | -2/+93 |
| | |||||
* | - fix typos | Thierry Vignaud | 2002-10-14 | 1 | -3/+10 |
| | | | | | | | | | | | | | | - when something is eating io bandwith, drakbug is very slow to scroll the menu, since on each item selection, it does rpm db access. solution : o cache rpm result in %packages o only call rpm & which if nothing is cached - if there's the selected package isn't installed, just print "package not installed" (and translate that) | ||||
* | Read/Write thin client configuration. | Stew Benedict | 2002-10-12 | 1 | -66/+183 |
| | | | | | | Add draktermserv config to enable/disable thin clients. Update documentation. | ||||
* | Dynamic IP pool for client machines. | Stew Benedict | 2002-10-11 | 1 | -72/+110 |
| | | | | | | Don't require image for PCI clients. Perl_checker fixes. | ||||
* | Correct typo in create boot ISO code | Stew Benedict | 2002-10-10 | 1 | -2/+3 |
| | | | | | Add note in help about optional net boot image entry for PCI cards | ||||
* | Really fix daemon mode issue. | Stew Benedict | 2002-09-23 | 1 | -5/+10 |
| | |||||
* | Fix daemon mode bug. | Stew Benedict | 2002-09-23 | 1 | -1/+1 |
| | |||||
* | Correct help notes on \$\$IP=IP-ADDRESS\$\$. | Stew Benedict | 2002-09-21 | 1 | -2/+2 |
| | |||||
* | fix the disable function | Florin Grad | 2002-09-20 | 1 | -3/+5 |
| | |||||
* | no -w | Thierry Vignaud | 2002-09-20 | 1 | -1/+1 |
| | |||||
* | don't print useless warnings in console | Thierry Vignaud | 2002-09-20 | 1 | -1/+1 |
| | |||||
* | removed unneeded '\t' in translatable text | Pablo Saratxaga | 2002-09-20 | 1 | -1/+1 |
| | |||||
* | fixes: | Thierry Vignaud | 2002-09-20 | 1 | -2/+2 |
| | | | | | | - don't create bogus 1 file (deush: s/2>1&/2>&1/) - don't print error messages when which cannot find the program | ||||
* | Catch non-existant config files on copy. | Stew Benedict | 2002-09-19 | 1 | -2/+2 |
| | |||||
* | - s/rpm/mdk/ in package version matching | Daouda Lo | 2002-09-19 | 1 | -1/+1 |
| | |||||
* | more details for the dhcp server | Florin Grad | 2002-09-18 | 1 | -14/+36 |
| | |||||
* | "kill quart of draksec code" patch aka make it really working aka "happy fred" : | Thierry Vignaud | 2002-09-18 | 1 | -8/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - security::msec : o consolidate get_function_value() and get_value into get_value() o really apply changes, aka save them : * config_check() : use substInFile and setVarsInSh * config_function() : use substInFile and append_to_file * kill stupid and bogus config_option() o don't overwrite previous changes, aka reread them : * fix checks and functions current value loading * fix checks and functions default loading - security::main : o simplify ui creation, make it more readable o kill offuscating basic_secadmin_check(), basic_secadmin_entry(), network_generate_page(), system_generate_page() and checks_generate_page() o increase default height because of stupid "add_with_viewport" in ugtk::createScrolledWindow o consolidate network and system functions managment, they're all the same for msec, splitting is only a draksec "feature"; all go in %options_values - draksec : o let standalone module configure standalone mode o security::main already take care of initializing gtk o security::main already take care of exiting o don't play with embedded mode special variables it overall looks better but big cleanups're still possible for mdk9.1 | ||||
* | add warning message | Florin Grad | 2002-09-17 | 1 | -0/+2 |
| | |||||
* | add the nameserver IP variable in advanced mode | Florin Grad | 2002-09-17 | 1 | -1/+5 |
| | |||||
* | - sync option names with server's name. | Daouda Lo | 2002-09-17 | 1 | -2/+2 |
| | |||||
* | - fix typo | Daouda Lo | 2002-09-17 | 1 | -1/+1 |
| | |||||
* | - back to normal http connection (instead of https) | Daouda Lo | 2002-09-17 | 1 | -6/+6 |
| | | | | | - relocated web wizard | ||||
* | - translation for drakfloppy | Daouda Lo | 2002-09-16 | 1 | -9/+9 |
| | |||||
* | - enable translation for logdrake | Daouda Lo | 2002-09-16 | 1 | -13/+13 |
| | |||||
* | fixed no translation for XFdrake (pixel idea). | Francois Pons | 2002-09-16 | 1 | -0/+1 |
| | |||||
* | - typo in options | Daouda Lo | 2002-09-16 | 1 | -2/+2 |
| | |||||
* | corrected gettext domain (translations are now in libDrakX) | Pablo Saratxaga | 2002-09-14 | 2 | -2/+2 |
| | |||||
* | - patch net_monitor | Damien Chaumette | 2002-09-12 | 1 | -37/+81 |
| | |||||
* | fix logdrake and drakfloppy | Thierry Vignaud | 2002-09-12 | 2 | -0/+2 |
| | |||||
* | meumeuh | Guillaume Cottenceau | 2002-09-12 | 1 | -3/+3 |
| | |||||
* | meuh | Guillaume Cottenceau | 2002-09-12 | 1 | -1/+1 |
| | |||||
* | a fix from florin/pixel to make it work | Guillaume Cottenceau | 2002-09-12 | 1 | -8/+4 |
| | |||||
* | use flag "kudzu" for entries automatically handled by drakupdate_fstab | Pascal Rigaux | 2002-09-11 | 1 | -0/+11 |
| | |||||
* | small text for translatators | Pablo Saratxaga | 2002-09-11 | 1 | -0/+1 |
| | |||||
* | - s/bugzilla.com/drakbug.mandrakesoft.com/ | Daouda Lo | 2002-09-11 | 1 | -1/+2 |
| | |||||
* | use do_pkgs for check and install ImageMagick | Jonathan Gotti | 2002-09-11 | 1 | -3/+6 |
| | |||||
* | - fix: we displayed current driver as default one: display the right one | Thierry Vignaud | 2002-09-11 | 1 | -1/+2 |
| | | | | | - show a wait message while switching driver |