root / pykota / trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3366 [3366] 16 years jerome Added a method to check if user is admin and fail if needed.
(edit) @3365 [3365] 16 years jerome Fixed small inconsistency in online help.
(edit) @3364 [3364] 16 years jerome Tried to fix remaining LDAP encoding problems... Untested.
(edit) @3363 [3363] 16 years jerome Fixed encoding problems for LDAP.
(edit) @3362 [3362] 16 years jerome Improved help.
(edit) @3361 [3361] 16 years jerome pkbcodes converted to new style.
(edit) @3360 [3360] 16 years jerome Improved help.
(edit) @3359 [3359] 16 years jerome Missing '.' at the end of the help string.
(edit) @3358 [3358] 16 years jerome Added support for the -u|--user command line option : PyKota
(edit) @3357 [3357] 16 years jerome Less verbose now since some messages are now logged only at debug …
(edit) @3356 [3356] 16 years jerome Normalize the help for the -P|--printer command line option.
(edit) @3355 [3355] 16 years jerome All new-style command line tools now have a working -A|--arguments …
(edit) @3354 [3354] 16 years jerome Added a function to return the default charset.
(edit) @3353 [3353] 16 years jerome Another test, please ignore.
(edit) @3352 [3352] 16 years jerome Just a test, please ignore.
(edit) @3351 [3351] 16 years jerome Improved SUN DS support.
(edit) @3350 [3350] 16 years jerome Upgraded version number.
(edit) @3349 [3349] 16 years jerome Fixed encoding problem with LDAP attribute's names extracted from …
(edit) @3348 [3348] 16 years jerome repykota now works new style.
(edit) @3347 [3347] 16 years jerome Now works new style.
(edit) @3346 [3346] 16 years jerome Minor changes.
(edit) @3345 [3345] 16 years jerome Removed pkmail : nobody uses it, and no further improvments are planned.
(edit) @3344 [3344] 16 years jerome Now include additional files to support Sun DS.
(edit) @3343 [3343] 16 years jerome Now links to README.sunds
(edit) @3342 [3342] 16 years jerome Improved work to better support of Sun Directory Server. NB : I'm waiting …
(edit) @3341 [3341] 16 years jerome pkinvoice now works new style.
(edit) @3340 [3340] 16 years jerome Improved help for filtering expressions.
(edit) @3339 [3339] 16 years jerome Can now add filtering expressions as part of the generated help.
(edit) @3338 [3338] 16 years jerome Added PyKota schema for Sun Directory Server to the data files to install.
(edit) @3337 [3337] 16 years jerome Added some utility methods. Made generic --logo help not depend anymore on …
(edit) @3336 [3336] 16 years jerome Added PyKota schema for Sun Directory Server, thanks to Darin Perusich.
(edit) @3335 [3335] 16 years jerome Moved some methods around.
(edit) @3334 [3334] 16 years jerome Fixed a syntax error…
(edit) @3333 [3333] 16 years jerome Now escapes the content of the GPL blurb, which contains (in its v3.0) …
(edit) @3332 [3332] 16 years jerome Even better to do this only once.
(edit) @3331 [3331] 16 years jerome Minor fix, just in case the default value is not 0 anymore.
(edit) @3330 [3330] 16 years jerome Reduced the scope of some import statements. Fixed some minor …
(edit) @3329 [3329] 16 years jerome Removed confusing dot at the end of the default font's name.
(edit) @3328 [3328] 16 years jerome pykosd converted to new style.
(edit) @3327 [3327] 16 years jerome warnpykota converted to new style.
(edit) @3326 [3326] 16 years jerome Missing dot at the end of the description sentence.
(edit) @3325 [3325] 16 years jerome Use the impersonal 'Set' instead of 'Sets' in options' help.
(edit) @3324 [3324] 16 years jerome Moved some code elsewhere. Minor changes to ensure that the job's ticket …
(edit) @3323 [3323] 16 years jerome unmodified => unchanged
(edit) @3322 [3322] 16 years jerome autopykota was converted to new style.
(edit) @3321 [3321] 16 years jerome Added some code to close the database if needed.
(edit) @3320 [3320] 16 years jerome Changed import statements.
(edit) @3319 [3319] 16 years jerome Greatly simplified the code. Will serve as the model for the other command …
(edit) @3318 [3318] 16 years jerome Added some utility functions.
(edit) @3317 [3317] 16 years jerome Fixed another character encoding problem in the sending of email …
(edit) @3316 [3316] 16 years jerome Improved handling of --version and --help. --help's help can now be …
(edit) @3315 [3315] 16 years jerome Added a specific method to add all generic options.
(edit) @3314 [3314] 16 years jerome Improved readability.
(edit) @3313 [3313] 16 years jerome Reorganized modules tree.
(edit) @3312 [3312] 16 years jerome Now handles -v|--version automatically at parsing time.
(edit) @3311 [3311] 16 years jerome TODO.
(edit) @3310 [3310] 16 years jerome Added a workaround for buggy versions of python-mysqldb (e.g 1.2.1-p2-4 …
(edit) @3309 [3309] 16 years jerome Fixed charset encoding problem for syslog.
(edit) @3308 [3308] 16 years jerome Removed timing code which wasn't used anymore.
(edit) @3307 [3307] 16 years jerome Removed problematic str() calls.
(edit) @3306 [3306] 16 years jerome Fixed some character encoding problems when CUPS' locale was not C : my …
(edit) @3305 [3305] 16 years jerome Now pkbanner uses the new command line parser. A bit rough around the …
(edit) @3304 [3304] 16 years jerome Added the skeleton for an improved command line parser.
(edit) @3303 [3303] 16 years jerome PDF generation routines now use unicode everywhere. Ensure translations …
(edit) @3302 [3302] 16 years jerome Fixed string interpolation method.
(edit) @3301 [3301] 16 years jerome Found the solution to missing "LIMIT" SQL statement under DB2. Noted it as …
(edit) @3300 [3300] 16 years jerome Ensures email headers will be ok.
(edit) @3299 [3299] 16 years jerome Temporary decoding solution for the output of pknotify.
(edit) @3298 [3298] 16 years jerome It seems that the lead developer can eat his own food again... More …
(edit) @3297 [3297] 16 years jerome Properly sets the 'config_charset' directive in the configuration file …
(edit) @3296 [3296] 16 years jerome Introduces the 'config_charset' directive to specify the character set to …
(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) @3293 [3293] 16 years jerome Added a TODO item.
(edit) @3292 [3292] 16 years jerome Removed the LIMIT SQL keyword to accomodate DB2 which apparently lacks …
(edit) @3291 [3291] 16 years jerome Database backends now convert from and to unicode instead of UTF-8. The …
(edit) @3290 [3290] 16 years jerome Fixed a problem where PostgreSQL 8.x wants 'listen_addresses' instead of …
(edit) @3289 [3289] 16 years jerome Added missing docstring.
(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) @3285 [3285] 16 years jerome Now external preaccounter/accounter scripts must read the print job's …
(edit) @3284 [3284] 16 years jerome Someone did something wrong…
(edit) @3283 [3283] 16 years jerome Clearly marks CUPS 1.3.4 or higher as being required for new releases of …
(edit) @3282 [3282] 16 years jerome Removed LPRng stuff. Removed the boring list of supported Page Description …
(edit) @3281 [3281] 16 years jerome PyKota supports more than 2 database backends for a long time now.
(edit) @3280 [3280] 16 years matt Update copyright on LDAP initscripts while I'm at it.
(edit) @3279 [3279] 16 years jerome Finished changing copyright years, excepted for contributed stuff and …
(edit) @3278 [3278] 16 years matt Some cruft snuck in my last commit. Removing.
(edit) @3277 [3277] 16 years matt Update LDAP installation instructions to note different paths for …
(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) @3274 [3274] 16 years jerome Give credits where it's due.
(edit) @3273 [3273] 16 years matt Use 127.0.0.1 and not localhost to fix MySQL's broken behavior.
(edit) @3272 [3272] 16 years jerome All message catalogs are now encoded in UTF-8. Updated the manual pages.
(edit) @3271 [3271] 16 years jerome Works around a problem that can't be reproduced ! (Funny, isn't it ?)
(edit) @3270 [3270] 16 years jerome Added something about unix domain sockets which are unsupported by …
(edit) @3269 [3269] 16 years jerome Doesn't reroute/deroute the CUPS print queue through PyKota anymore if …
(edit) @3268 [3268] 16 years jerome Added missing line…
(edit) @3267 [3267] 16 years jerome Increased the version number of pkpgcounter.
Note: See TracRevisionLog for help on using the revision log.