root / pykota / trunk / pykota

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3133 [3133] 17 years jerome Changed copyright years.
(edit) @3129 [3129] 17 years jerome Fixed a charset problem with MySQL, probably for people who didn't install …
(edit) @3126 [3126] 17 years jerome Replaced "1 vs 0" with "True vs False"
(edit) @3125 [3125] 17 years matt Use the default value I said I would use
(edit) @3124 [3124] 17 years matt If a job is cancelled (e.g. by pknotify/pykoticon), make printing start …
(edit) @3122 [3122] 17 years jerome Added support for pkpgcounter v2.13's GC pseudo-colorspace.
(edit) @3121 [3121] 17 years jerome Fixed localized month problem in data dumper with CUPS format.
(edit) @3120 [3120] 17 years jerome Removed debug info from Apache's error_log files.
(edit) @3119 [3119] 17 years jerome Version number.
(edit) @3117 [3117] 17 years jerome 1.25 is there it seems.
(edit) @3101 [3101] 17 years jerome Fixed a bug in ink accounting, thx to Netzwerkler.
(edit) @3098 [3098] 17 years jerome Updated all messages catalog. Pushed version number up to 1.25beta.
(edit) @3093 [3093] 17 years jerome Now the data dumper can use jobid= as a filter.
(edit) @3091 [3091] 17 years jerome Prepare code so that the data dumper will be able to use the jobid as a …
(edit) @3086 [3086] 17 years jerome Fixed a big problem with the user's overcharging factor in the LDAP …
(edit) @3073 [3073] 17 years jerome Now pkprinters doesn't modify CUPS' printers.conf if the -C | …
(edit) @3064 [3064] 17 years jerome Changed the order of usernames in default refunding reason.
(edit) @3062 [3062] 17 years jerome Enforces a default reason when refunding a job.
(edit) @3061 [3061] 17 years jerome Workaround locale problem when the locale used is not installed.
(edit) @3060 [3060] 17 years jerome When refunding a job, a negative payment is now saved as well as a textual …
(edit) @3057 [3057] 17 years jerome Added missing reason to not do a refund.
(edit) @3056 [3056] 17 years jerome The code to refund jobs is there and works (at least with …
(edit) @3055 [3055] 17 years jerome Simplified i18n and l10n stuff by removing code used with Python<2.3 => …
(edit) @3053 [3053] 17 years jerome Only displays a message if no user/group entry was found to match command …
(edit) @3050 [3050] 17 years jerome Fixed date and time parsing, although I was unable to reproduce the …
(edit) @3048 [3048] 17 years jerome Locking code should now work as expected, even when CUPS is stopped …
(edit) @3046 [3046] 18 years jerome Fixed ink accounting when there are several copies.
(edit) @3045 [3045] 18 years jerome Added a patch by Andrew Ross from Parakeet Print Quota.
(edit) @3042 [3042] 18 years jerome Simplified code : pkpgcounter's code already opens the data file.
(edit) @3039 [3039] 18 years jerome Removed an SNMP OID which is not supported by some printers, and wasn't …
(edit) @3036 [3036] 18 years jerome Charging for ink usage, finally !
(edit) @3035 [3035] 18 years jerome Removed 'coefficient_' in front of each coefficient's name.
(edit) @3034 [3034] 18 years jerome Can now compute ink usage, but does not use it yet to compute price.
(edit) @3033 [3033] 18 years jerome Added lazy retrieval of a printer's coefficients. Removed pykoef from …
(edit) @3031 [3031] 18 years jerome The configuration parser can now extract all coefficients for a particular …
(edit) @3030 [3030] 18 years jerome Now accepts uppercase for filter keys. The CGI now contains an example of …
(edit) @3029 [3029] 18 years jerome Make the configuration file parser recognize the 'bw', 'cmyk', 'cmy', and …
(edit) @3028 [3028] 18 years jerome Printer Off should be reported as an error.
(edit) @3027 [3027] 18 years jerome Improved the detection of a stable idle status in snmp accounting stuff, …
(edit) @3025 [3025] 18 years jerome Added the 'noprintingmaxdelay' directive to workaround printers which …
(edit) @3020 [3020] 18 years jerome Removed unneeded code to retrieve the correct character set.
(edit) @3019 [3019] 18 years jerome Don't use CUPS' CHARSET environment variable anymore since it's …
(edit) @3018 [3018] 18 years jerome Ensures that the billing code and username are encoded into the user's …
(edit) @3013 [3013] 18 years jerome Killed another item from the TODO list
(edit) @3012 [3012] 18 years jerome Exports two additional environment variables.
(edit) @3010 [3010] 18 years jerome Finally it's probably better to abort immediately if python-mysqldb is too …
(edit) @3009 [3009] 18 years jerome Now logs an error when the version of python-mysqldb lacks some …
(edit) @3007 [3007] 18 years jerome Version + log.
(edit) @3006 [3006] 18 years jerome Now uses an automatic charset detection module if installed, or fallback …
(edit) @3000 [3000] 18 years jerome Ensures that the multiplication by number of copies is done only once.
(edit) @2992 [2992] 18 years jerome Added a TODO remark about the value of grouppquota.PageCounter?
(edit) @2991 [2991] 18 years matt Cast string to an int so we can += it
(edit) @2983 [2983] 18 years jerome Fixed a problem in the handling of SMTP errors.
(edit) @2974 [2974] 18 years jerome Fixed a bug in the MySQL schema
(edit) @2972 [2972] 18 years jerome Doesn't output an error anymore when the database encoding can't be …
(edit) @2960 [2960] 18 years jerome Fixed a database client encoding problem : if the database already exists …
(edit) @2956 [2956] 18 years jerome Fixed parser to correctly handle event notification attributes.
(edit) @2954 [2954] 18 years jerome Ensures that the databases are created with UTF-8 encoding, and that …
(edit) @2953 [2953] 18 years jerome Fixed date formatting problems with MySQL.
(edit) @2950 [2950] 18 years jerome Began refactorization.
(edit) @2949 [2949] 18 years jerome Missing self.
(edit) @2948 [2948] 18 years jerome Code cleaning. Set instances' attributes in a single place. The same has …
(edit) @2947 [2947] 18 years jerome Fixed path problem.
(edit) @2945 [2945] 18 years jerome Replaced the 'exec' statements with the use of the standard 'imp' module.
(edit) @2938 [2938] 18 years jerome Fixed some LDAP issues wrt email address changes.
(edit) @2937 [2937] 18 years jerome pkusers now supports the --email command line option.
(edit) @2919 [2919] 18 years jerome Added support for pkipplib v0.06
(edit) @2912 [2912] 18 years jerome Removed unnecessary file.
(edit) @2909 [2909] 18 years jerome Updated URLs.
(edit) @2904 [2904] 18 years jerome Previously reported MySQL problem is now fixed.
(edit) @2895 [2895] 18 years jerome Introduced the 'askconfirmation' directive in pykota.conf
(edit) @2891 [2891] 18 years jerome Now uses pkipplib if present.
(edit) @2889 [2889] 18 years jerome Added a small fix for incorrect username used when printing as root.
(edit) @2882 [2882] 18 years jerome Exports more environment variables.
(edit) @2880 [2880] 18 years jerome Double checked that all DateTime? objects are correctly handled in all …
(edit) @2879 [2879] 18 years jerome Fixes a datetime encoding problem.
(edit) @2877 [2877] 18 years jerome Added support for pysnmp v4.x in addition to v3.4.x
(edit) @2874 [2874] 18 years jerome Explicitely sets the default TCP ports to use, because it seems that once …
(edit) @2867 [2867] 18 years jerome Improved character encoding routines to handle incorrect input datas …
(edit) @2863 [2863] 18 years jerome UnicodeDecodeError? is not defined in Python2.2…
(edit) @2862 [2862] 18 years jerome Fixed an UTF-8 encoding error…
(edit) @2860 [2860] 18 years jerome Removed unnecessary warning message.
(edit) @2859 [2859] 18 years jerome Improved pyling results.
(edit) @2858 [2858] 18 years jerome Not enough coffee…
(edit) @2857 [2857] 18 years jerome Initializes the denied banners counter in all cases.
(edit) @2851 [2851] 18 years jerome Enough is enough !
(edit) @2830 [2830] 18 years jerome Improved the code's quality a bit with pylint.
(edit) @2821 [2821] 18 years jerome Changed the transaction isolation level to READ COMMITTED for MySQL, …
(edit) @2808 [2808] 18 years jerome PyKota v1.24beta is out.
(edit) @2807 [2807] 18 years jerome Backported unicode fix from pykoticon
(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 …
Note: See TracRevisionLog for help on using the revision log.