Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove exported names which are not defined | Pascal Rigaux | 2002-12-13 | 1 | -1/+1 |
| | |||||
* | commit the real code, not the debug code :-( | Pascal Rigaux | 2002-12-13 | 1 | -2/+1 |
| | |||||
* | put back the comment | Pascal Rigaux | 2002-12-13 | 1 | -0/+3 |
| | |||||
* | (read_cups_printer_list, get_cups_remote_queues): much cleanup | Pascal Rigaux | 2002-12-13 | 1 | -48/+27 |
| | |||||
* | $_ was not localized, fixing (and cleanup) | Pascal Rigaux | 2002-12-05 | 1 | -3/+2 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 6 | -54/+49 |
| | |||||
* | use if_() where possible (as reported by perl_checker) | Pascal Rigaux | 2002-12-04 | 2 | -71/+54 |
| | |||||
* | simplify | Pascal Rigaux | 2002-12-02 | 2 | -51/+34 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 6 | -61/+61 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -1/+1 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 5 | -39/+37 |
| | |||||
* | (configure_hpoj): functions dynamically loaded from /usr/sbin/ptal-init are | Pascal Rigaux | 2002-11-27 | 1 | -9/+10 |
| | | | | | now loaded in printer::hpoj namespace (needs testing) | ||||
* | miaouh | Thierry Vignaud | 2002-11-26 | 1 | -17/+8 |
| | |||||
* | simplify | Thierry Vignaud | 2002-11-26 | 1 | -34/+23 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-26 | 1 | -1/+1 |
| | |||||
* | simplify some stuff | Thierry Vignaud | 2002-11-26 | 1 | -15/+7 |
| | |||||
* | cleanups | Thierry Vignaud | 2002-11-20 | 1 | -12/+8 |
| | |||||
* | update to new security::level scheme | Thierry Vignaud | 2002-11-20 | 1 | -2/+2 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-18 | 5 | -33/+32 |
| | |||||
* | update copyright years | Thierry Vignaud | 2002-11-18 | 1 | -4/+2 |
| | |||||
* | - more cleanups | Thierry Vignaud | 2002-11-15 | 1 | -22/+13 |
| | | | | | | - don't display messages if we're not going to remove/install some packages | ||||
* | cleanups | Thierry Vignaud | 2002-11-15 | 1 | -34/+20 |
| | |||||
* | cleanups | Thierry Vignaud | 2002-11-15 | 1 | -22/+9 |
| | |||||
* | printerdrake::install_spooler() : fix heavy duplication of code | Thierry Vignaud | 2002-11-15 | 2 | -146/+91 |
| | | | | | by using %spoolers data structure (function shrunked by 66%) | ||||
* | consolidate some stuff into printer::data::spoolers{XXX}{alternatives} | Thierry Vignaud | 2002-11-15 | 2 | -25/+45 |
| | | | | | so that all alternatives get centralized in one data structure | ||||
* | cleanups | Thierry Vignaud | 2002-11-15 | 1 | -37/+15 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 6 | -323/+313 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | - printer::data : export all data structures | Thierry Vignaud | 2002-11-14 | 5 | -24/+28 |
| | | | | | | - cleanups - all code is now runnable in strict mode | ||||
* | *** empty log message *** | Thierry Vignaud | 2002-11-14 | 1 | -0/+10 |
| | |||||
* | simplify install_spooler() but there's still lot of duplication there | Thierry Vignaud | 2002-11-13 | 1 | -3/+1 |
| | | | | | (some work for tomorow) | ||||
* | - final switch to $::prefix | Thierry Vignaud | 2002-11-13 | 2 | -132/+95 |
| | | | | | | | - simplify main::get_copiable_queues(), main::setcupslink() - s/unless (X ne Y)/if (X eq Y)/ - set_usermode() : ensure we add the line if it didn't exists | ||||
* | - set_usermode() : don't reinvent the wheel, use substInFile | Thierry Vignaud | 2002-11-13 | 1 | -29/+5 |
| | | | | | - get_usermode() : ditto, use getVarsFromSh | ||||
* | don't reinvent the wheel, use common | Thierry Vignaud | 2002-11-13 | 1 | -52/+22 |
| | |||||
* | fix files lookup | Thierry Vignaud | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 3 | -83/+81 |
| | |||||
* | fix syntax error | Pascal Rigaux | 2002-11-13 | 1 | -1/+0 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 4 | -89/+85 |
| | |||||
* | printer::common: export function | Thierry Vignaud | 2002-11-13 | 2 | -56/+50 |
| | |||||
* | fix getSNMPModel() location | Thierry Vignaud | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | kill set_prefix() | Thierry Vignaud | 2002-11-12 | 1 | -3/+1 |
| | |||||
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 5 | -31/+31 |
| | |||||
* | printer related modules cleaning : | Thierry Vignaud | 2002-11-12 | 10 | -0/+6684 |
- 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 ... |