root / pykota / trunk / bin

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2768 [2768] 18 years jerome Optimized pkprinters like pkbcodes and edpykota.
(edit) @2766 [2766] 18 years jerome Made cupspykota use the new API to create the billing code.
(edit) @2765 [2765] 18 years jerome Optimized pkbcodes like edpykota.
(edit) @2762 [2762] 18 years jerome Make pkusers --list behave like edpykota --list : allowed to normal …
(edit) @2761 [2761] 18 years jerome Now limits group listing to the groups the current user is a member of.
(edit) @2760 [2760] 18 years jerome Allows normal users to use edpykota --list in a restricted way.
(edit) @2759 [2759] 18 years jerome Added support for an extended syntax for the 'onbackenderror' directive.
(edit) @2757 [2757] 18 years matt Fixed help in regards to removing a user from a group
(edit) @2755 [2755] 18 years jerome This time is the good one (tm) (c) (etc...)
(edit) @2749 [2749] 18 years jerome Now manage print quota entries the way it should be done (c) (tm) !
(edit) @2745 [2745] 18 years jerome Reactivated the pkturnkey command line tool.
(edit) @2744 [2744] 18 years jerome Reactivated the autopykota command line tool.
(edit) @2743 [2743] 18 years jerome Big improvement for data extraction.
(edit) @2742 [2742] 18 years jerome Now ouputs some timing info even when debug:no is used. Also uses psyco, …
(edit) @2739 [2739] 18 years jerome Fixed the problem with deletion time.
(edit) @2738 [2738] 18 years jerome Display missing users/groups early
(edit) @2737 [2737] 18 years jerome Fixed modification stuff.
(edit) @2735 [2735] 18 years jerome Completely untested modification stuff…
(edit) @2731 [2731] 18 years jerome Fixed deletion code. Implemented creation code.
(edit) @2728 [2728] 18 years jerome "edpykota --delete" and "edpykota --list" now work fine.
(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) @2719 [2719] 18 years jerome pkusers --list was not documented.
(edit) @2716 [2716] 18 years jerome Fixed a small bug : variable used before being assigned, thanks to Paul …
(edit) @2715 [2715] 18 years jerome Deactivated pkturnkey and autopykota because they depend on edpykota.
(edit) @2712 [2712] 18 years jerome First pass of code removal.
(edit) @2708 [2708] 18 years jerome No time to finish the changes right now, so I made edpykota fail with an …
(edit) @2707 [2707] 18 years jerome Improved user modification speed by around 15%.
(edit) @2706 [2706] 18 years jerome pkusers now mostly works. Removing an user from a group with LDAP is not …
(edit) @2705 [2705] 18 years jerome Removed all references to the -p|--prototype command line switch, …
(edit) @2704 [2704] 18 years jerome Fixed creation and deletion code.
(edit) @2703 [2703] 18 years jerome Updated pkusers' documentation. Added pkusers' manual pages.
(edit) @2701 [2701] 18 years jerome Option --list now works for pkusers.
(edit) @2699 [2699] 18 years jerome Preliminary work on pkusers. Don't use it right now !
(edit) @2692 [2692] 18 years jerome Added the 'duplicatesdelay' and 'balancezero' directives.
(edit) @2689 [2689] 18 years jerome Doesn't output an invoice when amount due is 0.0.
(edit) @2687 [2687] 18 years jerome When an user is in 'nochange' mode, the price of a job should be set to …
(edit) @2686 [2686] 18 years jerome Modified pkprinters to improve speed just like I did for pkbcodes …
(edit) @2685 [2685] 18 years jerome Additionnal things removed from inner loop.
(edit) @2684 [2684] 18 years jerome Reorganize code to optimize inner loop.
(edit) @2677 [2677] 18 years jerome Ensures that pkbcodes doesn't enter the modification loop if there's …
(edit) @2676 [2676] 18 years jerome The duration for the modification of billing codes has been more than …
(edit) @2674 [2674] 18 years jerome Now pkprinters' skeleton resembles more to pkbcodes : factorizing the code …
(edit) @2673 [2673] 18 years jerome Move some lines around
(edit) @2672 [2672] 18 years jerome "Modification" should be translatable into foreign languages.
(edit) @2671 [2671] 18 years jerome Now pkbcodes displays percent done for all actions.
(edit) @2670 [2670] 18 years jerome Removed the number of bytes from the invoice : probably not very useful to …
(edit) @2668 [2668] 18 years jerome pkinvoice now officially works !
(edit) @2666 [2666] 18 years jerome Revamped the functionnality completely, to base invoices on the …
(edit) @2663 [2663] 18 years jerome The logo is now repeated on all pages but stored only once in the PDF …
(edit) @2662 [2662] 18 years jerome pkinvoice now basically works. TODO : PDF generation.
(edit) @2661 [2661] 18 years jerome Added important command line options to pkinvoice.
(edit) @2660 [2660] 18 years jerome Skeleton for pkinvoice added.
(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) @2655 [2655] 18 years jerome Now outputs a message explaining that the treatment could be long. For …
(edit) @2642 [2642] 18 years jerome Fixed encoding for subject header
(edit) @2636 [2636] 18 years jerome Now uses correct encoding for message's body. TODO : message subject, then …
(edit) @2635 [2635] 18 years jerome Introduced the 'preaccounter' directive.
(edit) @2632 [2632] 18 years jerome If the end user cancels the print job for some reason, report this in the …
(edit) @2631 [2631] 18 years jerome Added support for the CANCEL command in subprocesses launched from …
(edit) @2627 [2627] 18 years jerome Now pkbanner handles new print (un-)limiting modes correctly.
(edit) @2624 [2624] 18 years jerome Now cupspykota can be interrupted cleanly with SIGINT.
(edit) @2622 [2622] 18 years jerome Added 2006 to the copyright's years.
(edit) @2614 [2614] 18 years jerome Integrated Brandon Holbrook's patch to waitprinter.sh to accept SNMP …
(edit) @2609 [2609] 18 years jerome Insufficient permission to run a command now exits with status -2. Error …
(edit) @2600 [2600] 18 years jerome dumpykota now accepts --data all to dump the whole database in XML format.
(edit) @2588 [2588] 18 years jerome Now regain priviledges before running an external mailto …
(edit) @2584 [2584] 18 years jerome Introduce the onbackenderror directive. Make problems caused by real …
(edit) @2580 [2580] 18 years jerome Fixed a missing return statement which caused the original CUPS' backend …
(edit) @2572 [2572] 19 years jerome Added the skeleton for the future printers' coefficients manager, pykoef.
(edit) @2566 [2566] 19 years jerome Fix for old releases of Python which break on multiline list …
(edit) @2554 [2554] 19 years jerome Fixed annoying typo in pkbcodes' help.
(edit) @2547 [2547] 19 years jerome Now warnpykota handles 'noprint', 'noquota' and 'nochange' limitations as …
(edit) @2544 [2544] 19 years jerome Now pykosd handles 'noprint', 'nochange', and 'noquota' limitations.
(edit) @2524 [2524] 19 years jerome More complete output for pykotme
(edit) @2522 [2522] 19 years jerome Fixed dupe == duplicate in non-translated messages.
(edit) @2515 [2515] 19 years jerome Fix to edpykota to have --noquota behave the same as before : act on a …
(edit) @2512 [2512] 19 years jerome Ensure that human made errors (like incorrect command line options) don't …
(edit) @2509 [2509] 19 years jerome Fixed SNMP support detection code.
(edit) @2507 [2507] 19 years jerome Removed a superfluous string interpolation parameter. Improved PJL …
(edit) @2502 [2502] 19 years jerome Updated pkturnkey's help
(edit) @2478 [2478] 19 years jerome Typos, and removed references to LPRng
(edit) @2474 [2474] 19 years jerome 1.23beta is out with some goodies.
(edit) @2472 [2472] 19 years jerome Clearer warning message
(edit) @2468 [2468] 19 years jerome Removed pkhint and lprngpykota
(edit) @2467 [2467] 19 years jerome Introduces the -c | --doconf command line option for pkturnkey, which …
(edit) @2466 [2466] 19 years jerome Much more powerful pkturnkey
(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) @2455 [2455] 19 years jerome Added the precomputed job's size and price to the history.
(edit) @2454 [2454] 19 years jerome Added the -I | --increase command line switch to edpykota
(edit) @2452 [2452] 19 years jerome Upgraded database schema. Added -i | --ingroups command line option to …
(edit) @2449 [2449] 19 years jerome The billing code attribute was not correctly initialized whenever the …
(edit) @2448 [2448] 19 years jerome Exports the environment earlier to give hints to external scripts
(edit) @2447 [2447] 19 years jerome I went too far in the previous modification designed to save database …
(edit) @2444 [2444] 19 years jerome Added a debug message
(edit) @2435 [2435] 19 years jerome Added the --gidmin, --gidmax, --dousers, --dogroups command line …
(edit) @2432 [2432] 19 years jerome pkturnkey now simulates by default, instead of modifying the database. The …
Note: See TracRevisionLog for help on using the revision log.