root / pykota / trunk / bin / pkprinters

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3427 [3427] 16 years jerome Fixed copy&paste artifact.
(edit) @3425 [3425] 16 years jerome Cosmetic changes.
(edit) @3423 [3423] 16 years jerome Ensure no incompatible command line options are used.
(edit) @3421 [3421] 16 years jerome Now correctly catches the exception caused by virtual printers.
(edit) @3420 [3420] 16 years jerome Don't ask for unnecessary printer attributes : we only need …
(edit) @3418 [3418] 16 years jerome pkprinters now supports new style command line handling.
(edit) @3413 [3413] 16 years jerome Removed unnecessary spaces at EOL.
(edit) @3411 [3411] 16 years jerome Minor change to please emacs…
(edit) @3367 [3367] 16 years jerome Moved new method around.
(edit) @3295 [3295] 16 years jerome Made the CGI scripts work again. Moved even more functions to the utils …
(edit) @3294 [3294] 16 years jerome Added modules to store utility functions and application intialization …
(edit) @3288 [3288] 16 years jerome Moved all exceptions definitions to a dedicated module.
(edit) @3276 [3276] 16 years jerome Doesn't drop and regain priviledges anymore : no added security since we …
(edit) @3275 [3275] 16 years jerome Updated copyright years. Changed some remaining ISO-8859-15 markers to …
(edit) @3269 [3269] 16 years jerome Doesn't reroute/deroute the CUPS print queue through PyKota anymore if …
(edit) @3260 [3260] 16 years jerome Changed license to GNU GPL v3 or later. Changed Python source encoding …
(edit) @3133 [3133] 17 years jerome Changed copyright years.
(edit) @3105 [3105] 17 years jerome Didn't reroute printers with --cups in modification mode.
(edit) @3073 [3073] 17 years jerome Now pkprinters doesn't modify CUPS' printers.conf if the -C | …
(edit) @3052 [3052] 17 years jerome Now pkprinters reroutes CUPS print queues through PyKota or through CUPS …
(edit) @3051 [3051] 17 years jerome Now pkprinters --list indicates if a particular printer is routed …
(edit) @2829 [2829] 18 years jerome Did a pass with pylint.
(edit) @2789 [2789] 18 years jerome Modified a translatable message.
(edit) @2783 [2783] 18 years jerome Now outputs the average speed, so no need to do this in filldb anymore.
(edit) @2782 [2782] 18 years jerome Code cleaning. Topped to 10000 the number of times the percent will be …
(edit) @2770 [2770] 18 years jerome Now does all modifications in a single database transaction.
(edit) @2769 [2769] 18 years jerome Some messages now only appear in debug mode.
(edit) @2768 [2768] 18 years jerome Optimized pkprinters like pkbcodes and edpykota.
(edit) @2725 [2725] 18 years jerome Doesn't list anymore entries which don't exist.
(edit) @2724 [2724] 18 years jerome Skip lines between entries while listing them.
(edit) @2723 [2723] 18 years jerome Doesn't delete anymore entries which don't exist.
(edit) @2716 [2716] 18 years jerome Fixed a small bug : variable used before being assigned, thanks to Paul …
(edit) @2686 [2686] 18 years jerome Modified pkprinters to improve speed just like I did for pkbcodes …
(edit) @2674 [2674] 18 years jerome Now pkprinters' skeleton resembles more to pkbcodes : factorizing the code …
(edit) @2658 [2658] 18 years jerome Missing gettext call
(edit) @2657 [2657] 18 years jerome Huge speed improvements when using the --delete command line option for …
(edit) @2622 [2622] 18 years jerome Added 2006 to the copyright's years.
(edit) @2609 [2609] 18 years jerome Insufficient permission to run a command now exits with status -2. Error …
(edit) @2512 [2512] 19 years jerome Ensure that human made errors (like incorrect command line options) don't …
(edit) @2465 [2465] 19 years jerome Added support for --maxjobsize, --passthrough and --nopassthrough in …
(edit) @2463 [2463] 19 years jerome Now honors the passthrough mode for printers (although it can't be set …
(edit) @2344 [2344] 19 years jerome Moved the GPL blurb into a single location. Now uses named parameters in …
(edit) @2336 [2336] 19 years jerome Incorrect docstring. Severity : no code change, no impact.
(edit) @2303 [2303] 19 years jerome Updated the FSF's address
(edit) @2267 [2267] 19 years jerome Moved the copyright strings out of the docstrings
(edit) @2216 [2216] 19 years jerome Now exits with no traceback in case of Ctrl+C
(edit) @2210 [2210] 19 years jerome Early errors now finally generate meaningful error messages, this will …
(edit) @2147 [2147] 19 years jerome Removed all references to $Log$
(edit) @2146 [2146] 19 years jerome It seems that $Log$ is not implemented or doesn't work for some reason
(edit) @2139 [2139] 19 years jerome Added the Log keyword property
(edit) @2028 [2028] 19 years jalet Modified copyright years
(edit) @1853 [1853] 20 years jalet Fixed typo in help
(edit) @1821 [1821] 20 years jalet Now mandates that the user be a PyKota administrator to allow …
(edit) @1803 [1803] 20 years jalet Postponed string interpolation to help message's output method
(edit) @1796 [1796] 20 years jalet Renders help translatable
(edit) @1605 [1605] 20 years jalet pykosd is now a very good tool
(edit) @1584 [1584] 20 years jalet Better dispatching of error messages
(edit) @1582 [1582] 20 years jalet Added code to handle the description field for printers
(edit) @1546 [1546] 20 years jalet Now all tracebacks include PyKota's version number
(edit) @1526 [1526] 20 years jalet Fixed over-verbose exits when displaying help or version number
(edit) @1517 [1517] 20 years jalet Improved error logging. crashrecipient directive added. Now exports the …
(edit) @1453 [1453] 20 years jalet Added --skipexisting command line option to pkprinters
(edit) @1452 [1452] 20 years jalet Documentation
(edit) @1451 [1451] 20 years jalet pkpgcounter : comments pkprinters : when --add is used, existing printers …
(edit) @1438 [1438] 20 years jalet Better formatting
(edit) @1437 [1437] 20 years jalet pkprinters now accept the --list command line option
(edit) @1332 [1332] 20 years jalet pkprinters can now remove printers from printers groups.
(edit) @1331 [1331] 20 years jalet pkprinters' help
(add) @1330 [1330] 20 years jalet pkprinters command line tool added.
Note: See TracRevisionLog for help on using the revision log.