root / pykota / trunk / pykota

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3498 [3498] 15 years jerome Ensures IPP requests are decoded using the charset they were encoded …
(edit) @3497 [3497] 15 years jerome Improvement over the latest fix. References #41.
(edit) @3496 [3496] 15 years jerome Implemented a workaround for Kerberized usernames. This workaround should …
(edit) @3489 [3489] 15 years jerome Removed bad copy and paste artifact.
(edit) @3481 [3481] 15 years jerome Changed copyright years. Copyright years are now dynamic when displayed by …
(edit) @3470 [3470] 15 years jerome Now pkrefund features a -i|--info command line option allowing …
(edit) @3464 [3464] 15 years jerome Added proper encoding to fix #35.
(edit) @3445 [3445] 15 years jerome Ported code from the 1.26_fixes branch. References #29.
(edit) @3440 [3440] 16 years jerome Moved pknotify's TimeoutError? here.
(edit) @3434 [3434] 16 years jerome Moved the progress report code to its own module.
(edit) @3432 [3432] 16 years jerome edpykota now supports new style command line handling.
(edit) @3430 [3430] 16 years jerome Another round of removing print statements.
(edit) @3429 [3429] 16 years jerome Changed the way informations are output, especially to replace …
(edit) @3426 [3426] 16 years jerome pkusers now supports new style command line handling code. Needs …
(edit) @3419 [3419] 16 years jerome Improved debug output.
(edit) @3413 [3413] 16 years jerome Removed unnecessary spaces at EOL.
(edit) @3411 [3411] 16 years jerome Minor change to please emacs…
(edit) @3398 [3398] 16 years jerome Fixed non-ascii characters inside a docstring.
(edit) @3388 [3388] 16 years jerome Fixed an SQL incompatibilities problem, thanks to Jens Weibler. Fixes #17.
(edit) @3387 [3387] 16 years jerome Fixed incorrect docstrings.
(edit) @3372 [3372] 16 years jerome Fixed a problem when refunding jobs with an LDAP backend, thanks to Daniel …
(edit) @3371 [3371] 16 years jerome Fixed problem with printers sending empty result as the answer for their …
(edit) @3369 [3369] 16 years jerome Fixed small inconsistency in online help.
(edit) @3368 [3368] 16 years jerome dumpykota now support new style command line options. TODO : dumpykota.cgi
(edit) @3367 [3367] 16 years jerome Moved new method around.
(edit) @3366 [3366] 16 years jerome Added a method to check if user is admin and fail if needed.
(edit) @3364 [3364] 16 years jerome Tried to fix remaining LDAP encoding problems... Untested.
(edit) @3363 [3363] 16 years jerome Fixed encoding problems for LDAP.
(edit) @3359 [3359] 16 years jerome Missing '.' at the end of the help string.
(edit) @3357 [3357] 16 years jerome Less verbose now since some messages are now logged only at debug …
(edit) @3355 [3355] 16 years jerome All new-style command line tools now have a working -A|--arguments …
(edit) @3354 [3354] 16 years jerome Added a function to return the default charset.
(edit) @3350 [3350] 16 years jerome Upgraded version number.
(edit) @3349 [3349] 16 years jerome Fixed encoding problem with LDAP attribute's names extracted from …
(edit) @3341 [3341] 16 years jerome pkinvoice now works new style.
(edit) @3340 [3340] 16 years jerome Improved help for filtering expressions.
(edit) @3339 [3339] 16 years jerome Can now add filtering expressions as part of the generated help.
(edit) @3337 [3337] 16 years jerome Added some utility methods. Made generic --logo help not depend anymore on …
(edit) @3335 [3335] 16 years jerome Moved some methods around.
(edit) @3330 [3330] 16 years jerome Reduced the scope of some import statements. Fixed some minor …
(edit) @3327 [3327] 16 years jerome warnpykota converted to new style.
(edit) @3324 [3324] 16 years jerome Moved some code elsewhere. Minor changes to ensure that the job's ticket …
(edit) @3321 [3321] 16 years jerome Added some code to close the database if needed.
(edit) @3318 [3318] 16 years jerome Added some utility functions.
(edit) @3317 [3317] 16 years jerome Fixed another character encoding problem in the sending of email …
(edit) @3316 [3316] 16 years jerome Improved handling of --version and --help. --help's help can now be …
(edit) @3315 [3315] 16 years jerome Added a specific method to add all generic options.
(edit) @3314 [3314] 16 years jerome Improved readability.
(edit) @3313 [3313] 16 years jerome Reorganized modules tree.
(edit) @3312 [3312] 16 years jerome Now handles -v|--version automatically at parsing time.
(edit) @3311 [3311] 16 years jerome TODO.
(edit) @3310 [3310] 16 years jerome Added a workaround for buggy versions of python-mysqldb (e.g 1.2.1-p2-4 …
(edit) @3309 [3309] 16 years jerome Fixed charset encoding problem for syslog.
(edit) @3308 [3308] 16 years jerome Removed timing code which wasn't used anymore.
(edit) @3307 [3307] 16 years jerome Removed problematic str() calls.
(edit) @3306 [3306] 16 years jerome Fixed some character encoding problems when CUPS' locale was not C : my …
(edit) @3305 [3305] 16 years jerome Now pkbanner uses the new command line parser. A bit rough around the …
(edit) @3304 [3304] 16 years jerome Added the skeleton for an improved command line parser.
(edit) @3302 [3302] 16 years jerome Fixed string interpolation method.
(edit) @3301 [3301] 16 years jerome Found the solution to missing "LIMIT" SQL statement under DB2. Noted it as …
(edit) @3300 [3300] 16 years jerome Ensures email headers will be ok.
(edit) @3298 [3298] 16 years jerome It seems that the lead developer can eat his own food again... More …
(edit) @3296 [3296] 16 years jerome Introduces the 'config_charset' directive to specify the character set to …
(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) @3293 [3293] 16 years jerome Added a TODO item.
(edit) @3292 [3292] 16 years jerome Removed the LIMIT SQL keyword to accomodate DB2 which apparently lacks …
(edit) @3291 [3291] 16 years jerome Database backends now convert from and to unicode instead of UTF-8. The …
(edit) @3289 [3289] 16 years jerome Added missing docstring.
(edit) @3288 [3288] 16 years jerome Moved all exceptions definitions to a dedicated module.
(edit) @3287 [3287] 16 years jerome Removed the dependency on python-chardet entirely. Now uses unicode or …
(edit) @3286 [3286] 16 years jerome Typo
(edit) @3285 [3285] 16 years jerome Now external preaccounter/accounter scripts must read the print job's …
(edit) @3284 [3284] 16 years jerome Someone did something wrong…
(edit) @3278 [3278] 16 years matt Some cruft snuck in my last commit. Removing.
(edit) @3277 [3277] 16 years matt Update LDAP installation instructions to note different paths for …
(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) @3271 [3271] 16 years jerome Works around a problem that can't be reproduced ! (Funny, isn't it ?)
(edit) @3264 [3264] 16 years jerome Ensure only developers will install the latest development tree for …
(edit) @3261 [3261] 16 years jerome Cosmetic changes.
(edit) @3260 [3260] 16 years jerome Changed license to GNU GPL v3 or later. Changed Python source encoding …
(edit) @3259 [3259] 16 years jerome Began work on moving from GNU GPL v2 or later to GNU GPL v3 or later. TODO …
(edit) @3258 [3258] 16 years jerome Removed LIMIT where it's not needed (unique key), because LIMIT is not …
(edit) @3256 [3256] 16 years jerome No need to reopen the file another time, it's already done in pkpgcounter.
(edit) @3255 [3255] 16 years jerome Now all job attributes are stored as unicode values.
(edit) @3252 [3252] 16 years jerome Can now print again under limited circumstances.
(edit) @3251 [3251] 17 years jerome Fixed a problem with superfast servers :-)
(edit) @3250 [3250] 17 years jerome Clearly marks code as being unusable for now :-)
(edit) @3249 [3249] 17 years jerome Removed ipp module which was still present in PyKota. Now pkipplib is …
(edit) @3246 [3246] 17 years jerome It seems chardet returns None for some people…
(edit) @3245 [3245] 17 years jerome Now the pykotme command line tool computes size and price based on the …
(edit) @3244 [3244] 17 years jerome Fixed the same problem as yesterday, elsewhere.
(edit) @3243 [3243] 17 years jerome Fixed a problem with old payments and/or payments with no description.
(edit) @3240 [3240] 17 years jerome 1.27alpha1 is out.
(edit) @3238 [3238] 17 years jerome v1.26 is out.
(edit) @3201 [3201] 17 years jerome v1.26beta is out
(edit) @3198 [3198] 17 years jerome Now behaves as expected when the printer is switched off and then back on …
(edit) @3197 [3197] 17 years jerome Committed new version of PJL accounting module.
(edit) @3195 [3195] 17 years jerome Previous commit mistakenly included untested code.
Note: See TracRevisionLog for help on using the revision log.