root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3565 [3565] 11 years jerome Changed copyright years
(edit) @3564 [3564] 11 years jerome Changed copyright years.
(edit) @3563 [3563] 11 years jerome Changed version number and copyright year.
(edit) @3562 [3562] 11 years jerome Changed copyright years.
(edit) @3561 [3561] 11 years jerome Changed copyright years.
(edit) @3560 [3560] 11 years jerome New test for svn problem
(edit) @3559 [3559] 11 years jerome Test for svn problem…
(edit) @3558 [3558] 11 years jerome Test for a problem with svn…
(edit) @3557 [3557] 11 years jerome Added some informations wrt private job attributes in recent releases of …
(edit) @3556 [3556] 12 years jerome Fix for a strange bug where CUPS doesn't return …
(edit) @3555 [3555] 12 years jerome Strange bug in payment's content.
(edit) @3554 [3554] 13 years jerome Fixed a character encoding problem.
(edit) @3553 [3553] 13 years jerome When dumping datas in CSV, we now completely ignore I/O errors which …
(edit) @3552 [3552] 13 years jerome Fixes a strange case where the job's originating user name is not found in …
(edit) @3551 [3551] 14 years jerome Added some documentation about the PYKOTAMAXJOBSIZE environment …
(edit) @3550 [3550] 14 years jerome Updated manual pages.
(edit) @3549 [3549] 14 years jerome Removed support for the MaxJobSize? attribute for users group print …
(edit) @3548 [3548] 14 years jerome During SNMP accounting, I forgot to decrease the waiting delay at the time …
(edit) @3547 [3547] 14 years jerome Major (temporary ?) fix for a very old bug : the job options …
(edit) @3546 [3546] 14 years jerome Fixes #65.
(edit) @3545 [3545] 14 years jerome Ensures that all command lines are properly encoded before …
(edit) @3544 [3544] 14 years jerome Some untested code, for a change.
(edit) @3543 [3543] 14 years jerome Doesn't waste anymore the reading of one character at device opening time. …
(edit) @3542 [3542] 14 years jerome It mostly works now with a real Cartadis TCRS (Serial #68169). Time to put …
(edit) @3541 [3541] 14 years jerome I've finally killed this one (exactly the sort of thing I've said …
(edit) @3540 [3540] 14 years jerome API should be completely there, although partially implemented …
(edit) @3539 [3539] 14 years jerome Added a comment about the code not working right now with an unpatched …
(edit) @3538 [3538] 14 years jerome Minimal command set for testing purposes.
(edit) @3537 [3537] 14 years jerome Now opens the serial device and can write to it.
(edit) @3536 [3536] 14 years jerome Added the card's structure.
(edit) @3535 [3535] 14 years jerome First commit, first bug ! Not bad…
(edit) @3534 [3534] 14 years jerome Added the PyKoCard? subproject, now that I've finally put my hands onto a …
(edit) @3533 [3533] 14 years jerome Fixes #61. References #56, #60.
(edit) @3532 [3532] 14 years jerome Backported changes from [3531] to LDAP. Fixes #56 for good. References …
(edit) @3531 [3531] 14 years jerome Fix which fixes 56 for good. References 60.
(edit) @3530 [3530] 14 years jerome Removed gettext marker for debugging messages. Reworked bse's patch in …
(edit) @3529 [3529] 14 years jerome Removed unneeded code.
(edit) @3528 [3528] 14 years jerome Fixes #56.
(edit) @3527 [3527] 14 years jerome Moved some code around.
(edit) @3526 [3526] 14 years jerome Fixes #60.
(edit) @3525 [3525] 14 years jerome Backported the improvement of the fix for #52. References #52.
(edit) @3524 [3524] 14 years jerome Improved the retrival of printers and billingcodes as well as users. …
(edit) @3523 [3523] 14 years jerome Should fix #49. This is entirely untested, so please report any problem …
(edit) @3522 [3522] 14 years jerome Backport of the fix to #52.
(edit) @3521 [3521] 14 years jerome Removed some code specific to Python v2.2 and earlier. Improved the work …
(edit) @3520 [3520] 14 years jerome Backport of the missing fucking dot !!!
(edit) @3519 [3519] 14 years jerome Fuck !
(edit) @3518 [3518] 14 years jerome Backported some code from latest development tree to fix #59.
(edit) @3517 [3517] 14 years jerome Reworked the existing code to log informational messages and prepare …
(edit) @3516 [3516] 14 years jerome Added a message about send-jabber.
(edit) @3515 [3515] 14 years jerome Added contribution from Allison Jones : a notifier that sends a jabber …
(edit) @3514 [3514] 14 years jerome Try to do something about deadlock, not sure it happens there though…
(edit) @3513 [3513] 14 years jerome Fixes #50. Such files use undocumented values in PCLXL class 3.0 streams. …
(edit) @3512 [3512] 14 years jerome Marks cancelled jobs as cancelled in CUPS.
(edit) @3511 [3511] 14 years jerome Backported the code that fixed #48.
(edit) @3510 [3510] 14 years jerome File wasn't encoded in utf-8.
(edit) @3509 [3509] 14 years jerome Thanks again to Börje Sennung. Fixes #48.
(edit) @3508 [3508] 14 years jerome Bumped version number up.
(edit) @3507 [3507] 14 years jerome Backported the code that fixed #47.
(edit) @3506 [3506] 14 years jerome Removed all support for pysnmp v3.x Applied the patch from Ilya Etingof …
(edit) @3505 [3505] 15 years jerome Added missing double quotes. Fixes #46.
(edit) @3504 [3504] 15 years jerome Used the patch provided by Stephane Chazelas to fix #45. It's applied …
(edit) @3503 [3503] 15 years jerome Better handle printers which return an empty string when we ask …
(edit) @3502 [3502] 15 years jerome Doesn't check anymore if the current line ends with an EOL marker. …
(edit) @3501 [3501] 15 years jerome Simple commit test to see if I can get through the proxy.
(edit) @3500 [3500] 15 years jerome Backported from @3498, fixes #43.
(edit) @3499 [3499] 15 years jerome Fixed problem with PygreSQL v4.x
(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) @3495 [3495] 15 years jerome Now correctly handles the <ESC>$b???W sequences. IMPORTANT : a …
(edit) @3494 [3494] 15 years jerome Backported the fix to #38.
(edit) @3493 [3493] 15 years jerome Fixes missing function due to global search and replace.
(edit) @3492 [3492] 15 years jerome Now correctly extracts and installs the GhostPDL archive. The …
(edit) @3491 [3491] 15 years jerome Fix for some strange looking PCLXL files, workaround until I receive the …
(edit) @3490 [3490] 15 years jerome Fixed missing import.
(edit) @3489 [3489] 15 years jerome Removed bad copy and paste artifact.
(edit) @3488 [3488] 15 years jerome Removed unwanted control character.
(edit) @3487 [3487] 15 years jerome Changed copyright years.
(edit) @3486 [3486] 15 years jerome Removed unwanted whitespaces.
(edit) @3485 [3485] 15 years jerome Updated manual pages.
(edit) @3484 [3484] 15 years jerome Removed pkmail, which was removed from PyKota anyway.
(edit) @3483 [3483] 15 years jerome Updated manual page.
(edit) @3482 [3482] 15 years jerome Copyright years are now dynamic when displayed by pkpgcounter.
(edit) @3481 [3481] 15 years jerome Changed copyright years. Copyright years are now dynamic when displayed by …
(edit) @3480 [3480] 15 years jerome Changed copyright years.
(edit) @3479 [3479] 15 years jerome Fixed incorrect svn properties.
(edit) @3478 [3478] 15 years jerome Changed copyright years.
(edit) @3477 [3477] 15 years jerome Changed copyright years.
(edit) @3476 [3476] 15 years jerome Changed copyright years.
(edit) @3475 [3475] 15 years jerome Fixed typo.
(edit) @3474 [3474] 15 years jerome Changed copyright years.
(edit) @3473 [3473] 15 years jerome Updated dependencies.
(edit) @3472 [3472] 15 years jerome Updated installation instructions.
(edit) @3471 [3471] 15 years jerome Updated dependencies and gives more useful hints for Debian based …
(edit) @3470 [3470] 15 years jerome Now pkrefund features a -i|--info command line option allowing …
(edit) @3469 [3469] 15 years jerome Removed all 'print' statements.
(edit) @3468 [3468] 15 years jerome Fixes #36 thanks to Mark Swift.
(edit) @3467 [3467] 15 years jerome Fixed a typo.
(edit) @3466 [3466] 15 years jerome Typo
Note: See TracRevisionLog for help on using the revision log.