root / pykota / trunk / pykota / tool.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1803 [1803] 20 years jalet Postponed string interpolation to help message's output method
(edit) @1795 [1795] 20 years jalet Adds fake translation marker
(edit) @1776 [1776] 20 years jalet Small fix for errors caused by unknown locale
(edit) @1766 [1766] 20 years jalet Now exports the MD5 sum of the job's datas as an hexadecimal digest
(edit) @1761 [1761] 20 years jalet Should now correctly deal with charsets both when storing into databases …
(edit) @1757 [1757] 20 years jalet Added the winbind_separator directive to pykota.conf to allow the admin …
(edit) @1756 [1756] 20 years jalet Now computes the job's datas MD5 checksum to later forbid duplicate print …
(edit) @1725 [1725] 20 years jalet Re-Extends the list of invalid characters in names to prevent people from …
(edit) @1695 [1695] 20 years jalet Small fix for old versions of LPRng
(edit) @1694 [1694] 20 years jalet Now exports PYKOTAPRINTERHOSTNAME
(edit) @1666 [1666] 20 years jalet Finished group quota fix for balance when no user in group has a balance
(edit) @1665 [1665] 20 years jalet Fixed french translation problem. Fixed problem with group quotas and …
(edit) @1637 [1637] 20 years jalet Unitialized variable
(edit) @1611 [1611] 20 years jalet Software accounting seems to be OK with LPRng support now
(edit) @1606 [1606] 20 years jalet Sanitized a bit + use of gettext
(edit) @1601 [1601] 20 years jalet Missing file... Am I really stupid ?
(edit) @1600 [1600] 20 years jalet LPRng support early version
(edit) @1593 [1593] 20 years jalet Reduced the set of invalid characters in names
(edit) @1584 [1584] 20 years jalet Better dispatching of error messages
(edit) @1582 [1582] 20 years jalet Added code to handle the description field for printers
(edit) @1565 [1565] 20 years jalet Also prints read size on last block
(edit) @1563 [1563] 20 years jalet Catches accounter configuration errors earlier
(edit) @1562 [1562] 20 years jalet Always send some debug info to CUPS' back channel stream (stderr) …
(edit) @1560 [1560] 20 years jalet Added version number in subject message for directive crashrecipient.
(edit) @1546 [1546] 20 years jalet Now all tracebacks include PyKota's version number
(edit) @1545 [1545] 20 years jalet Now includes PyKota's version number in messages sent by the …
(edit) @1542 [1542] 20 years jalet Better exception handling code
(edit) @1541 [1541] 20 years jalet Smarter initialisation code
(edit) @1538 [1538] 20 years jalet More exceptions catched in case of very early failure.
(edit) @1537 [1537] 20 years jalet Now detects and logs configuration syntax errors instead of failing …
(edit) @1532 [1532] 20 years jalet Doesn't ignore SIGCHLD anymore
(edit) @1529 [1529] 20 years jalet Now accepts a job when enforcement is STRICT and predicted account …
(edit) @1523 [1523] 20 years jalet Now catches some exceptions earlier. storage.py and ldapstorage.py : …
(edit) @1517 [1517] 20 years jalet Improved error logging. crashrecipient directive added. Now exports the …
(edit) @1516 [1516] 20 years jalet logs job's size in bytes now
(edit) @1514 [1514] 20 years jalet Moved the sigterm capturing elsewhere
(edit) @1512 [1512] 20 years jalet Debug message added
(edit) @1497 [1497] 20 years jalet Now precomputes the job's size only if current printer's enforcement is …
(edit) @1495 [1495] 20 years jalet New 'enforcement' directive added Polling loop improvements
(edit) @1492 [1492] 20 years jalet Preliminary work on pre-accounting
(edit) @1483 [1483] 20 years jalet Big code changes to completely remove the need for "requester" …
(edit) @1481 [1481] 20 years jalet Now catches SIGPIPE and SIGCHLD
(edit) @1475 [1475] 20 years jalet Code simplifications
(edit) @1469 [1469] 20 years jalet Now catches connection problems to SMTP server
(edit) @1443 [1443] 20 years jalet Exports the PYKOTASTATUS environment variable when SIGTERM is received.
(edit) @1439 [1439] 20 years jalet The list of printers groups the current printer is a member of is now …
(edit) @1434 [1434] 20 years jalet More work on correct child processes handling
(edit) @1433 [1433] 20 years jalet Began work on correct handling of child processes when jobs are cancelled …
(edit) @1426 [1426] 20 years jalet uninitialized values caused problems
(edit) @1421 [1421] 20 years jalet PYKOTALIMITBY environment variable is now exported too
(edit) @1394 [1394] 20 years jalet Allow names to begin with a digit
(edit) @1384 [1384] 20 years jalet Now catches all smtplib exceptions when there's a problem sending messages
(edit) @1374 [1374] 20 years jalet PYKOTAPHASE wasn't set at the right time at the end of data …
(edit) @1372 [1372] 20 years jalet Pre and Post hooks to external commands are available in the …
(edit) @1365 [1365] 20 years jalet Should fix the remaining bugs wrt printers groups and users groups.
(edit) @1353 [1353] 20 years jalet maildomain pykota.conf directive added. Small improvements on mail headers …
(edit) @1290 [1290] 20 years jalet Docstring added.
(edit) @1271 [1271] 20 years jalet Major code refactoring, it's way cleaner, and now allows automated …
(edit) @1257 [1257] 20 years jalet Copyright year changed.
(edit) @1248 [1248] 20 years jalet Dots in user, groups and printer names should be allowed.
(edit) @1247 [1247] 20 years jalet This time it should be better…
(edit) @1246 [1246] 20 years jalet I'm completely stupid !!! Better to not talk while coding !
(edit) @1245 [1245] 20 years jalet Forgot to remove some code
(edit) @1240 [1240] 20 years uid67467 Should be ok now.
(edit) @1229 [1229] 20 years jalet Some code refactoring work. New code is not used at this time.
(edit) @1227 [1227] 20 years jalet Added 'utolower' configuration option to convert all usernames …
(edit) @1218 [1218] 20 years jalet Small code move
(edit) @1217 [1217] 20 years jalet No more message on stderr when the translation is not available.
(edit) @1216 [1216] 20 years jalet updated FAQ
(edit) @1211 [1211] 20 years jalet Puts 'root' instead of when printing from CUPS web interface …
(edit) @1200 [1200] 20 years jalet More complete job history.
(edit) @1196 [1196] 20 years jalet Code refactoring work. Explicit redirection to /dev/null has to be set in …
(edit) @1193 [1193] 20 years jalet Missing import statement. Better documentation for mailto: external(...)
(edit) @1192 [1192] 20 years jalet Mailto can be any external command now, as usual.
(edit) @1171 [1171] 21 years jalet Now can force language when coming from CGI script.
(edit) @1152 [1152] 21 years jalet External policies for printers works ! We can now auto-add users on first …
(edit) @1144 [1144] 21 years jalet Character encoding added to please latest version of Python
(edit) @1140 [1140] 21 years jalet Test reversed to not retrieve group members when no messages for them.
(edit) @1130 [1130] 21 years jalet Storage caching mechanism added.
(edit) @1113 [1113] 21 years jalet 1.14 is out !
(edit) @1091 [1091] 21 years jalet Modified some messages aout soft limit
(edit) @1087 [1087] 21 years jalet Really big modifications wrt new configuration file's location and …
(edit) @1079 [1079] 21 years jalet Email field added to PostgreSQL schema
(edit) @1077 [1077] 21 years jalet Configurable warning messages. Poor man's treshold value added.
(edit) @1068 [1068] 21 years jalet Lots of small fixes with the help of PyChecker?
(edit) @1061 [1061] 21 years jalet Small bug fix wrt undefined "LimitBy?" field.
(edit) @1048 [1048] 21 years jalet Extracted reporting code.
(edit) @1041 [1041] 21 years jalet Hey, it may work (edpykota --reset excepted) !
(edit) @1021 [1021] 21 years jalet Deletion of the second user which is not needed anymore. Added a debug …
(edit) @973 [973] 21 years jalet Pluggable accounting methods (actually doesn't support external scripts)
(edit) @956 [956] 21 years jalet Default policy for unknown users/groups is to DENY printing instead of the …
(edit) @955 [955] 21 years jalet Debug message forgotten
(edit) @954 [954] 21 years jalet LPRng support now works !
(edit) @952 [952] 21 years jalet Preliminary support for LPRng added BUT STILL UNTESTED.
(edit) @929 [929] 21 years jalet repykota now reports account balances too.
(edit) @927 [927] 21 years jalet Groups quota work now !
(edit) @925 [925] 21 years jalet Printing can now be limited either by user's account balance or by page …
(edit) @915 [915] 21 years jalet More work done on money print charging. Minor bugs corrected. All tools …
(edit) @900 [900] 21 years jalet Job history added. Upgrade script neutralized for now !
(edit) @873 [873] 21 years jalet GPL paragraphs were incorrectly (from memory) copied into the sources. Two …
Note: See TracRevisionLog for help on using the revision log.