root / pykota / trunk / pykota / tool.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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) @2889 [2889] 18 years jerome Added a small fix for incorrect username used when printing as root.
(edit) @2879 [2879] 18 years jerome Fixes a datetime encoding problem.
(edit) @2867 [2867] 18 years jerome Improved character encoding routines to handle incorrect input datas …
(edit) @2860 [2860] 18 years jerome Removed unnecessary warning message.
(edit) @2830 [2830] 18 years jerome Improved the code's quality a bit with pylint.
(edit) @2807 [2807] 18 years jerome Backported unicode fix from pykoticon
(edit) @2804 [2804] 18 years jerome Ensures that all texts sent by pknotify to a remote pykoticon server are …
(edit) @2795 [2795] 18 years jerome Now uses MIME to send mail, like it was alredy done in cupspykota.
(edit) @2793 [2793] 18 years jerome Fixed a potential division by zero error.
(edit) @2788 [2788] 18 years jerome Improved statistics output
(edit) @2783 [2783] 18 years jerome Now outputs the average speed, so no need to do this in filldb anymore.
(edit) @2782 [2782] 18 years jerome Code cleaning. Topped to 10000 the number of times the percent will be …
(edit) @2765 [2765] 18 years jerome Optimized pkbcodes like edpykota.
(edit) @2762 [2762] 18 years jerome Make pkusers --list behave like edpykota --list : allowed to normal …
(edit) @2692 [2692] 18 years jerome Added the 'duplicatesdelay' and 'balancezero' directives.
(edit) @2657 [2657] 18 years jerome Huge speed improvements when using the --delete command line option for …
(edit) @2650 [2650] 18 years jerome A string matches if there's no pattern now. Now uses the True and False …
(edit) @2643 [2643] 18 years jerome Added import statements for email, the rest of the work has to be done …
(edit) @2622 [2622] 18 years jerome Added 2006 to the copyright's years.
(edit) @2610 [2610] 18 years jerome Fixed corner case of bad command line options handling
(edit) @2605 [2605] 18 years jerome Now all command line tools accept the -A | --arguments command line option …
(edit) @2558 [2558] 18 years jerome Small fix for uninitialized variable depending on the value of the …
(edit) @2547 [2547] 18 years jerome Now warnpykota handles 'noprint', 'noquota' and 'nochange' limitations as …
(edit) @2512 [2512] 19 years jerome Ensure that human made errors (like incorrect command line options) don't …
(edit) @2511 [2511] 19 years jerome Fixed debug message
(edit) @2510 [2510] 19 years jerome Fixed unnecessary locale change which causes some problems.
(edit) @2452 [2452] 19 years jerome Upgraded database schema. Added -i | --ingroups command line option to …
(edit) @2409 [2409] 19 years jerome The cupspykota backend was rewritten from scratch. MacOSX servers …
(edit) @2395 [2395] 19 years jerome Moved some code around so that when the job ticket can be overwritten, …
(edit) @2393 [2393] 19 years jerome Added the overwrite_jobticket directive. Severity : How Powerful !!! …
(edit) @2347 [2347] 19 years jerome Added a comment
(edit) @2345 [2345] 19 years jerome Removed the outdated and confusing autoconf/automake stuff. pkpgcounter is …
(edit) @2344 [2344] 19 years jerome Moved the GPL blurb into a single location. Now uses named parameters in …
(edit) @2307 [2307] 19 years jerome Added the striptitle directive.
(edit) @2302 [2302] 19 years jerome Updated the FSF's address
(edit) @2267 [2267] 19 years jerome Moved the copyright strings out of the docstrings
(edit) @2241 [2241] 19 years jerome Fixed username when printing test pages from CUPS' web interface : use the …
(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] 19 years jalet Added debug messages for LPRng support possible problem ???
(edit) @1856 [1856] 19 years jalet Now logs something when locale settings are incorrect.
(edit) @1851 [1851] 19 years jalet Another fix for charset detection and Python2.3
(edit) @1850 [1850] 19 years jalet Should fix the printer's hostname or IP address detection code.
(edit) @1849 [1849] 19 years jalet Now correctly logs command line arguments
(edit) @1848 [1848] 19 years jalet Fixes recently introduced bug
(edit) @1846 [1846] 19 years jalet Fixed incorrect setting of the user's locale
(edit) @1820 [1820] 19 years jalet Made debugging levels be the same in cupspykota and lprngpykota. Now …
(edit) @1803 [1803] 19 years jalet Postponed string interpolation to help message's output method
(edit) @1795 [1795] 19 years jalet Adds fake translation marker
(edit) @1776 [1776] 19 years jalet Small fix for errors caused by unknown locale
(edit) @1766 [1766] 19 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
Note: See TracRevisionLog for help on using the revision log.