root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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.
(edit) @3266 [3266] 16 years jerome Now catches xmlrpc protocol errors as well, and honor the --noremote …
(edit) @3265 [3265] 16 years jerome Add missing important word…
(edit) @3264 [3264] 16 years jerome Ensure only developers will install the latest development tree for …
(edit) @3263 [3263] 16 years jerome Backported manual page generator from pkpgcounter to escape hyphens.
(edit) @3262 [3262] 16 years jerome Fixed a problem where even with --noremote pknotify raised an exception.
(edit) @3261 [3261] 16 years jerome Cosmetic changes.
(edit) @3260 [3260] 16 years jerome Changed license to GNU GPL v3 or later. Changed Python source encoding …
(edit) @3259 [3259] 16 years jerome Began work on moving from GNU GPL v2 or later to GNU GPL v3 or later. TODO …
(edit) @3258 [3258] 16 years jerome Removed LIMIT where it's not needed (unique key), because LIMIT is not …
(edit) @3257 [3257] 16 years jerome Now detects the TCP port PostgreSQL is listening to : Debian makes …
(edit) @3256 [3256] 16 years jerome No need to reopen the file another time, it's already done in pkpgcounter.
(edit) @3255 [3255] 16 years jerome Now all job attributes are stored as unicode values.
(edit) @3254 [3254] 16 years jerome Give credit where it's due.
(edit) @3253 [3253] 16 years jerome Fixed '_' bug in changelog.
(edit) @3252 [3252] 16 years jerome Can now print again under limited circumstances.
(edit) @3251 [3251] 16 years jerome Fixed a problem with superfast servers :-)
(edit) @3250 [3250] 17 years jerome Clearly marks code as being unusable for now :-)
(edit) @3249 [3249] 17 years jerome Removed ipp module which was still present in PyKota. Now pkipplib is …
(edit) @3248 [3248] 17 years jerome Fixed an 'hp' Device URI parsing problem thanks to Christopher Hoskin.
(edit) @3247 [3247] 17 years jerome New item to verify.
(edit) @3246 [3246] 17 years jerome It seems chardet returns None for some people…
(edit) @3245 [3245] 17 years jerome Now the pykotme command line tool computes size and price based on the …
(edit) @3244 [3244] 17 years jerome Fixed the same problem as yesterday, elsewhere.
(edit) @3243 [3243] 17 years jerome Fixed a problem with old payments and/or payments with no description.
(edit) @3242 [3242] 17 years jerome Minor fixes.
(edit) @3241 [3241] 17 years jerome Improved the documentation of the 'policy' directive.
(edit) @3240 [3240] 17 years jerome 1.27alpha1 is out.
(edit) @3239 [3239] 17 years jerome Tag for v1.26.
(edit) @3238 [3238] 17 years jerome v1.26 is out.
(edit) @3237 [3237] 17 years jerome Reuse dh_python to see what happens…
(edit) @3236 [3236] 17 years jerome Doesn't create a symlink to cupspykota if this is not needed.
(edit) @3235 [3235] 17 years jerome Added informations about pksetup.
(edit) @3234 [3234] 17 years jerome Removed duplicate entry (it seems).
(edit) @3233 [3233] 17 years jerome Fixed problem with empty answers.
(edit) @3232 [3232] 17 years jerome Doesn't check if install mode or not.
(edit) @3231 [3231] 17 years jerome Added manual page for pksetup.
(edit) @3230 [3230] 17 years jerome Added some minimal help.
(edit) @3229 [3229] 17 years jerome Removed double dependency.
(edit) @3228 [3228] 17 years jerome More complete help.
(edit) @3227 [3227] 17 years jerome Changed FSF address and misleading information.
(edit) @3226 [3226] 17 years jerome Marked pykota.schema as a configuration file.
(edit) @3225 [3225] 17 years jerome Encoding set to UTF-8
(edit) @3224 [3224] 17 years jerome Added subversion links.
(edit) @3223 [3223] 17 years jerome Better description.
(edit) @3222 [3222] 17 years jerome Permissions again.
(edit) @3221 [3221] 17 years jerome Fixed another permissions problem.
(edit) @3220 [3220] 17 years jerome Minor fix for ChangeLog? file.
(edit) @3219 [3219] 17 years jerome Fixes permissions.
(edit) @3218 [3218] 17 years jerome Uses dh_pysupport instead of dh_python.
(edit) @3217 [3217] 17 years jerome Added usage informations about the FAQ.
(edit) @3216 [3216] 17 years jerome Added missing file.
(edit) @3215 [3215] 17 years jerome Added missing directory.
(edit) @3214 [3214] 17 years jerome Added qa-assistant stuff.
Note: See TracRevisionLog for help on using the revision log.