root / pykota / trunk / pykota / tool.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3430 [3430] 15 years jerome Another round of removing print statements.
(edit) @3429 [3429] 15 years jerome Changed the way informations are output, especially to replace …
(edit) @3413 [3413] 16 years jerome Removed unnecessary spaces at EOL.
(edit) @3411 [3411] 16 years jerome Minor change to please emacs…
(edit) @3367 [3367] 16 years jerome Moved new method around.
(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) @3317 [3317] 16 years jerome Fixed another character encoding problem in the sending of email …
(edit) @3311 [3311] 16 years jerome TODO.
(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) @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) @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) @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) @3260 [3260] 16 years jerome Changed license to GNU GPL v3 or later. Changed Python source encoding …
(edit) @3251 [3251] 16 years jerome Fixed a problem with superfast servers :-)
(edit) @3246 [3246] 17 years jerome It seems chardet returns None for some people…
(edit) @3188 [3188] 17 years jerome Uses the stderr logging backend at startup, in case of early failure (like …
(edit) @3187 [3187] 17 years jerome Ensure that debug is on if PyKota fails before being able to read the …
(edit) @3184 [3184] 17 years jerome Added some docstrings.
(edit) @3173 [3173] 17 years jerome Dirty hack of the day (year ?).
(edit) @3136 [3136] 17 years jerome Fixed email headers when sending messages.
(edit) @3133 [3133] 17 years jerome Changed copyright years.
(edit) @3061 [3061] 17 years jerome Workaround locale problem when the locale used is not installed.
(edit) @3055 [3055] 17 years jerome Simplified i18n and l10n stuff by removing code used with Python<2.3 => …
(edit) @3050 [3050] 17 years jerome Fixed date and time parsing, although I was unable to reproduce the …
(edit) @3045 [3045] 17 years jerome Added a patch by Andrew Ross from Parakeet Print Quota.
(edit) @3020 [3020] 18 years jerome Removed unneeded code to retrieve the correct character set.
(edit) @3019 [3019] 18 years jerome Don't use CUPS' CHARSET environment variable anymore since it's …
(edit) @3013 [3013] 18 years jerome Killed another item from the TODO list
(edit) @3006 [3006] 18 years jerome Now uses an automatic charset detection module if installed, or fallback …
(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 !
Note: See TracRevisionLog for help on using the revision log.