root / pykota / trunk / pykota / tool.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2229 [2229] 19 years jerome Improved stability and allowed tracebacks in CGI scripts. Improved …
(edit) @2214 [2214] 19 years jerome An unknown locale could cause a traceback, this is now fixed.
(edit) @2210 [2210] 19 years jerome Early errors now finally generate meaningful error messages, this will …
(edit) @2195 [2195] 19 years jerome Fixed charset problem under MacOSX
(edit) @2147 [2147] 19 years jerome Removed all references to $Log$
(edit) @2146 [2146] 19 years jerome It seems that $Log$ is not implemented or doesn't work for some reason
(edit) @2145 [2145] 19 years jerome Another test
(edit) @2144 [2144] 19 years jerome Strange, other keyword properties work, but not $Log$…
(edit) @2143 [2143] 19 years jerome Test some additional keywords
(edit) @2142 [2142] 19 years jerome hmm... doesn't seem to work as expected…
(edit) @2141 [2141] 19 years jerome Testing the $Log$ keyword property
(edit) @2140 [2140] 19 years jerome Removed unneeded import statement
(edit) @2139 [2139] 19 years jerome Added the Log keyword property
(edit) @2093 [2093] 19 years jalet Now logs the type of user running the command : mere mortal vs PyKota
(edit) @2060 [2060] 19 years jalet Now always precomputes the job's size with the internal PDL parser, and …
(edit) @2054 [2054] 19 years jalet Big database structure changes. Upgrade script is now included as well …
(edit) @2008 [2008] 19 years jalet Regain priviledge the time to open the job's data file when printing …
(edit) @2006 [2006] 19 years jalet Implemented the dropping of priviledges. Beware, beware…
(edit) @1977 [1977] 19 years jalet Fixed a bug when pkbanner's output was piped into another command (e.g. …
(edit) @1960 [1960] 19 years jalet Now PyKota searches its configuration files first in system user …
(edit) @1944 [1944] 19 years jalet Fix for the fix
(edit) @1943 [1943] 19 years jalet Fix problem with spaces at the end of filenames in LPRng
(edit) @1932 [1932] 19 years jalet Fix for LPRng job's file detection code
(edit) @1923 [1923] 19 years jalet Improved banner handling. Fix for raw printing and banners.
(edit) @1918 [1918] 19 years jalet PyKota banners now basically work !
(edit) @1917 [1917] 19 years jalet Continued integration of Matt's patch for banners
(edit) @1911 [1911] 19 years jalet Heavy work on pkbanner. Not finished yet though, but mostly works.
(edit) @1898 [1898] 19 years jalet Little change for locale+gettext
(edit) @1872 [1872] 20 years jalet Added debug messages for LPRng support possible problem ???
(edit) @1856 [1856] 20 years jalet Now logs something when locale settings are incorrect.
(edit) @1851 [1851] 20 years jalet Another fix for charset detection and Python2.3
(edit) @1850 [1850] 20 years jalet Should fix the printer's hostname or IP address detection code.
(edit) @1849 [1849] 20 years jalet Now correctly logs command line arguments
(edit) @1848 [1848] 20 years jalet Fixes recently introduced bug
(edit) @1846 [1846] 20 years jalet Fixed incorrect setting of the user's locale
(edit) @1820 [1820] 20 years jalet Made debugging levels be the same in cupspykota and lprngpykota. Now …
(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.
Note: See TracRevisionLog for help on using the revision log.