root / pykota / trunk / pykota

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2804 [2804] 18 years jerome Ensures that all texts sent by pknotify to a remote pykoticon server are …
(edit) @2801 [2801] 18 years jerome Avoids nested transactions.
(edit) @2798 [2798] 18 years jerome Fixed a problem with LDAP backend (copy&paste again !)
(edit) @2795 [2795] 18 years jerome Now uses MIME to send mail, like it was alredy done in cupspykota.
(edit) @2793 [2793] 18 years jerome Fixed a potential division by zero error.
(edit) @2791 [2791] 18 years jerome Version number.
(edit) @2788 [2788] 18 years jerome Improved statistics output
(edit) @2787 [2787] 18 years jerome I had to slowdown data creation because PostgreSQL 7.4 (the one I …
(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) @2779 [2779] 18 years jerome pknotify now works just fine with PyKotIcon? and is 100% generic.
(edit) @2776 [2776] 18 years jerome Fixed billing code extraction : it didn't have the speed improvements that …
(edit) @2775 [2775] 18 years jerome Fixed billing code extraction : it didn't have the speed improvements that …
(edit) @2773 [2773] 18 years jerome pkusers is now optimized like pkprinters, pkbcodes and edpykota.
(edit) @2771 [2771] 18 years jerome Modified a method's name.
(edit) @2768 [2768] 18 years jerome Optimized pkprinters like pkbcodes and edpykota.
(edit) @2765 [2765] 18 years jerome Optimized pkbcodes like edpykota.
(edit) @2763 [2763] 18 years jerome Added some multiple deletions routines.
(edit) @2762 [2762] 18 years jerome Make pkusers --list behave like edpykota --list : allowed to normal …
(edit) @2759 [2759] 18 years jerome Added support for an extended syntax for the 'onbackenderror' directive.
(edit) @2758 [2758] 18 years jerome Fixed incorrect initialization of page counters.
(edit) @2756 [2756] 18 years jerome Removed unneeded stuff.
(edit) @2755 [2755] 18 years jerome This time is the good one (tm) (c) (etc...)
(edit) @2754 [2754] 18 years jerome Huge speed improvement in data retrieval when wildcards are not used.
(edit) @2753 [2753] 18 years jerome Fixed removal of an user from an LDAP group.
(edit) @2752 [2752] 18 years jerome Fixed group retrieval.
(edit) @2751 [2751] 18 years jerome Logs something instead of failing when an entry to delete is missing : …
(edit) @2750 [2750] 18 years jerome Added code to remove an user from an users group in the LDAP backend.
(edit) @2749 [2749] 18 years jerome Now manage print quota entries the way it should be done (c) (tm) !
(edit) @2746 [2746] 18 years jerome Updated manual pages for 1.24alpha13.
(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) @2741 [2741] 18 years jerome Added timing information for SQL queries and transactions.
(edit) @2735 [2735] 18 years jerome Completely untested modification stuff…
(edit) @2734 [2734] 18 years jerome Fixed another problem with large dictionnaries : better to fill it in any …
(edit) @2733 [2733] 18 years jerome Improved cache flush for user and group print quota entries.
(edit) @2726 [2726] 18 years jerome Renamed methods.
(edit) @2722 [2722] 18 years jerome Added userful helpers to retrieve all interesting datas with a single …
(edit) @2721 [2721] 18 years jerome Added missing description handling stuff
(edit) @2718 [2718] 18 years jerome Fixed deletion code for print quota entries.
(edit) @2717 [2717] 18 years jerome Added deletion methods for user and group print quota entries.
(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) @2699 [2699] 18 years jerome Preliminary work on pkusers. Don't use it right now !
(edit) @2698 [2698] 18 years jerome Typos
(edit) @2697 [2697] 18 years jerome Add the description attribute on creation
(edit) @2696 [2696] 18 years jerome Fixed a small problem with printer's description.
(edit) @2692 [2692] 18 years jerome Added the 'duplicatesdelay' and 'balancezero' directives.
(edit) @2686 [2686] 18 years jerome Modified pkprinters to improve speed just like I did for pkbcodes …
(edit) @2680 [2680] 18 years jerome Typo
(edit) @2679 [2679] 18 years jerome Better UUID generator => caused clashes on fast servers
(edit) @2678 [2678] 18 years jerome Incorrect variable name
(edit) @2676 [2676] 18 years jerome The duration for the modification of billing codes has been more than …
(edit) @2668 [2668] 18 years jerome pkinvoice now officially works !
(edit) @2665 [2665] 18 years jerome Ensures that date based filtering works consistently between LDAP and …
(edit) @2664 [2664] 18 years jerome Added the precomputed job price and size to the set of summarizable datas.
(edit) @2659 [2659] 18 years jerome Version change
(edit) @2657 [2657] 18 years jerome Huge speed improvements when using the --delete command line option for …
(edit) @2654 [2654] 18 years jerome Now non-ascii characters are accepted as part of usernames, groupnames or …
(edit) @2653 [2653] 18 years jerome Return values translated to user charset instead.
(edit) @2652 [2652] 18 years jerome The code should be ready to accept non-ascii usernames, groupnames, …
(edit) @2651 [2651] 18 years jerome Cleaned the code a bit. Now more similar to LDAP code, this will help …
(edit) @2650 [2650] 18 years jerome A string matches if there's no pattern now. Now uses the True and False …
(edit) @2649 [2649] 18 years matt Need autocommit on for INNODB tables
(edit) @2646 [2646] 18 years matt Fix transaction BEGIN function
(edit) @2645 [2645] 18 years jerome Added svn keywords (Id)
(edit) @2644 [2644] 18 years jerome Changed copyright messages' years
(edit) @2643 [2643] 18 years jerome Added import statements for email, the rest of the work has to be done …
(edit) @2641 [2641] 18 years jerome Added a note about Matt's work
(edit) @2639 [2639] 18 years matt Forgot the MySQL storage file
(edit) @2638 [2638] 18 years matt Initial MySQL support
(edit) @2637 [2637] 18 years jerome Upped the max delays before the printer should begin to print to 1 minute.
(edit) @2635 [2635] 18 years jerome Introduced the 'preaccounter' directive.
(edit) @2631 [2631] 18 years jerome Added support for the CANCEL command in subprocesses launched from …
(edit) @2625 [2625] 18 years jerome Now unconditionally aborts pjl or snmp querying on any exception.
(edit) @2622 [2622] 18 years jerome Added 2006 to the copyright's years.
(edit) @2620 [2620] 18 years jerome Tell me I'm stupid !!!
(edit) @2619 [2619] 18 years jerome Just like for SNMP, we don't want to exit too early if printer is not …
(edit) @2618 [2618] 18 years jerome I'm stupid !
(edit) @2617 [2617] 18 years jerome Fix for the fix : we only exit loop after 30 seconds if printer is …
(edit) @2616 [2616] 18 years matt We're 13 days into it!
(edit) @2615 [2615] 18 years jerome Fixed a problem with fast printers : PyKota only saw them as being 'idle' …
(edit) @2610 [2610] 18 years jerome Fixed corner case of bad command line options handling
(edit) @2609 [2609] 18 years jerome Insufficient permission to run a command now exits with status -2. Error …
(edit) @2605 [2605] 18 years jerome Now all command line tools accept the -A | --arguments command line option …
(edit) @2602 [2602] 18 years jerome Delete empty datatypes from the list of datatypes to dump
(edit) @2601 [2601] 18 years jerome No need to dump a particular datatype if it is empty
(edit) @2600 [2600] 18 years jerome dumpykota now accepts --data all to dump the whole database in XML format.
(edit) @2599 [2599] 18 years jerome Fixed bad import, because some code moved
(edit) @2596 [2596] 18 years jerome Removed ambiguity in history retrieval.
(edit) @2593 [2593] 18 years jerome Added support for SQLite3 database backend. NEEDS TESTERS !
(edit) @2591 [2591] 18 years jerome Added initial support for sqlite. BEWARE : mostly untested, and entirely …
(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) @2583 [2583] 18 years jerome Preliminary work on the "onbackenderror" directive.
(edit) @2567 [2567] 19 years jerome Now the data dumper refuse to dump into the cups format if the datatype is …
(edit) @2564 [2564] 19 years jerome Added some clarification on the way to launch psql.
(edit) @2562 [2562] 19 years jerome 1.23 final is out.
(edit) @2558 [2558] 19 years jerome Small fix for uninitialized variable depending on the value of the …
(edit) @2547 [2547] 19 years jerome Now warnpykota handles 'noprint', 'noquota' and 'nochange' limitations as …
Note: See TracRevisionLog for help on using the revision log.