root / pykota / trunk / pykota

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3194 [3194] 17 years jerome Upgraded dependencies' version numbers.
(edit) @3193 [3193] 17 years jerome Ensures the whole PJL message is sent to the printer.
(edit) @3192 [3192] 17 years jerome Doesn't put empty strings in the buffer, otherwise we may end up eating …
(edit) @3190 [3190] 17 years jerome Added the 'snmperrormask' directive.
(edit) @3188 [3188] 17 years jerome Uses the stderr logging backend at startup, in case of early failure (like …
(edit) @3187 [3187] 17 years jerome Ensure that debug is on if PyKota fails before being able to read the …
(edit) @3184 [3184] 17 years jerome Added some docstrings.
(edit) @3183 [3183] 17 years jerome Removed unnecessary debug messages.
(edit) @3182 [3182] 17 years jerome Improved error message whenever the PostgreSQL connection fails. Removed …
(edit) @3181 [3181] 17 years jerome Version number changed.
(edit) @3180 [3180] 17 years jerome Now the various delays are configurable when using hardware …
(edit) @3177 [3177] 17 years jerome Missing function call.
(edit) @3176 [3176] 17 years jerome Problem due to the introduction of the constants module.
(edit) @3175 [3175] 17 years jerome Rewrote PJL accounter using threads and non-blocking I/O. Move shared …
(edit) @3173 [3173] 17 years jerome Dirty hack of the day (year ?).
(edit) @3172 [3172] 17 years jerome Catches an AttributeError? when the value is not defined in pykota.conf
(edit) @3169 [3169] 17 years jerome Finish implementation of the usernamecase directive.
(edit) @3168 [3168] 17 years jerome Now silently ignores unknown ordering fields.
(edit) @3167 [3167] 17 years jerome dumpykota --orderby now works with an LDAP backend.
(edit) @3166 [3166] 17 years jerome Added a comment. Updated dumpykota's manual page.
(edit) @3165 [3165] 17 years jerome Added --orderby command line switch to dumpykota. Doesn't work yet with …
(edit) @3164 [3164] 17 years jerome Added missing 'ASC' statements.
(edit) @3163 [3163] 17 years jerome If skipinitialwait is set to 'yes' in pykota.conf, don't take it …
(edit) @3162 [3162] 17 years jerome Added the 'skipinitialwait' directive to pykota.conf. This halves the …
(edit) @3161 [3161] 17 years jerome Now catches socket related errors, like DNS server down and the like.
(edit) @3160 [3160] 17 years jerome Doesn't fail anymore on strange network errors ("SubstrateUnderrunError?: …
(edit) @3158 [3158] 17 years matt Allow configuration to avoid printing banner pages for consecutive jobs …
(edit) @3153 [3153] 17 years jerome Don't ask for confirmation anymore if there's not enough credits to print.
(edit) @3145 [3145] 17 years jerome Added something TODO.
(edit) @3142 [3142] 17 years jerome Make start= and end= filters also work with payments. For an …
(edit) @3141 [3141] 17 years jerome Fixes a problem where banners would still be printed even if the user …
(edit) @3139 [3139] 17 years jerome Fixed a bug which caused edpykota (and other) to fail when deleting …
(edit) @3138 [3138] 17 years jerome Fixed a connection error when charset is specified with mysql : we now …
(edit) @3136 [3136] 17 years jerome Fixed email headers when sending messages.
(edit) @3135 [3135] 17 years jerome Increased version number.
(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.
Note: See TracRevisionLog for help on using the revision log.