root / pykota / trunk / pykota

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1502 [1502] 20 years jalet First try at saving the job-originating-hostname in the database
(edit) @1500 [1500] 20 years jalet The old pykota filter has been removed. LPRng support disabled for now.
(edit) @1499 [1499] 20 years jalet accounter.py : old code deleted the rest : now exports …
(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) @1494 [1494] 20 years jalet Revert to old polling loop. Will need optimisations
(edit) @1493 [1493] 20 years jalet More robust (?) code
(edit) @1492 [1492] 20 years jalet Preliminary work on pre-accounting
(edit) @1490 [1490] 20 years jalet The pykota filter is now deprecated
(edit) @1487 [1487] 20 years jalet All the code for pkpgcounter is now in pdlanalyzer.py
(edit) @1485 [1485] 20 years jalet Speed improvement
(edit) @1483 [1483] 20 years jalet Big code changes to completely remove the need for "requester" …
(edit) @1482 [1482] 20 years jalet pkpgcounter is now just a wrapper around the PDLAnalyzer class
(edit) @1481 [1481] 20 years jalet Now catches SIGPIPE and SIGCHLD
(edit) @1478 [1478] 20 years jalet First try at cupspykota's main loop rewrite
(edit) @1475 [1475] 20 years jalet Code simplifications
(edit) @1473 [1473] 20 years jalet Added hostname field in job history
(edit) @1469 [1469] 20 years jalet Now catches connection problems to SMTP server
(edit) @1463 [1463] 20 years jalet pykotme now uses pkpgcounter to compute the job's size.
(edit) @1457 [1457] 20 years jalet Now logs the PID too
(edit) @1451 [1451] 20 years jalet pkpgcounter : comments pkprinters : when --add is used, existing printers …
(edit) @1447 [1447] 20 years jalet fixed copy&paste problem in pkpgcounter
(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) @1437 [1437] 20 years jalet pkprinters now accept the --list command line option
(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) @1430 [1430] 20 years jalet pkpgcounter added
(edit) @1426 [1426] 20 years jalet uninitialized values caused problems
(edit) @1421 [1421] 20 years jalet PYKOTALIMITBY environment variable is now exported too
(edit) @1418 [1418] 20 years jalet Began integration of Henrik Janhagen's work on quota-then-balance and …
(edit) @1417 [1417] 20 years jalet Inclusion of Michele Baldessari's work on autotools
(edit) @1415 [1415] 20 years jalet 1.18
(edit) @1411 [1411] 20 years jalet Fix for raw jobs in cupspykota
(edit) @1404 [1404] 20 years jalet 1.18beta
(edit) @1396 [1396] 20 years jalet Version
(edit) @1395 [1395] 20 years jalet Small fix : only keeps existing quota entries when searching parents
(edit) @1394 [1394] 20 years jalet Allow names to begin with a digit
(edit) @1393 [1393] 20 years jalet Improvement on strange history entries
(edit) @1392 [1392] 20 years jalet Code safer wrt entries created in other tools
(edit) @1384 [1384] 20 years jalet Now catches all smtplib exceptions when there's a problem sending messages
(edit) @1381 [1381] 20 years jalet Italian translation added. Needs more work.
(edit) @1380 [1380] 20 years jalet Final fix for printers searching
(edit) @1379 [1379] 20 years jalet Missing test when searching printer objects when these objects were …
(edit) @1376 [1376] 20 years jalet Pre and Post hooks should now work in the pykota filter too. The pykota …
(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) @1371 [1371] 20 years jalet Can now extract per printer pre and post hooks from the configuration file
(edit) @1368 [1368] 20 years jalet Hopefully the final fix for groups (users and printers)
(edit) @1367 [1367] 20 years jalet datelimit wasn't reset when modifying soft and hard limits with the LDAP …
(edit) @1365 [1365] 20 years jalet Should fix the remaining bugs wrt printers groups and users groups.
(edit) @1364 [1364] 20 years jalet Fixed nested printer groups accounting.
(edit) @1363 [1363] 20 years jalet Fix for LDAP problem when job price was 0.
(edit) @1361 [1361] 20 years jalet Small fix wrt empty user groups
(edit) @1360 [1360] 20 years jalet Preliminary snmpprinterstatus command added.
(edit) @1359 [1359] 20 years jalet Avoids a database query even if caching was disabled.
(edit) @1358 [1358] 20 years jalet Don't retrieve data when it's not needed, to avoid database queries
(edit) @1357 [1357] 20 years jalet ldapcache directive marked as experimental
(edit) @1356 [1356] 20 years jalet Experimental ldapcache directive added
(edit) @1353 [1353] 20 years jalet maildomain pykota.conf directive added. Small improvements on mail headers …
(edit) @1351 [1351] 20 years jalet Note about today's modifications
(edit) @1348 [1348] 20 years jalet Preliminary work on low-level LDAP specific cache.
(edit) @1338 [1338] 20 years jalet Preliminary work on the pkhint command
(edit) @1336 [1336] 20 years jalet Note about recent fix in cupspykota
(edit) @1333 [1333] 20 years jalet Removing a printer from a printers group should work now.
(edit) @1332 [1332] 20 years jalet pkprinters can now remove printers from printers groups.
(edit) @1330 [1330] 20 years jalet pkprinters command line tool added.
(edit) @1327 [1327] 20 years jalet Preliminary work on Relationnal Database Independance via DB-API 2.0
(edit) @1325 [1325] 20 years jalet More info for OpenOffice?.org usage
(edit) @1324 [1324] 20 years jalet Version
(edit) @1321 [1321] 20 years jalet Fixes stupid software accounting bug in CUPS backend
(edit) @1320 [1320] 20 years jalet Small fix from Matt.
(edit) @1318 [1318] 20 years jalet New user/group deletion code
(edit) @1313 [1313] 20 years jalet Typo
(edit) @1312 [1312] 20 years jalet *** empty log message ***
(edit) @1311 [1311] 20 years jalet Version number changed to 1.16
(edit) @1301 [1301] 20 years jalet 1.16beta3 is out
(edit) @1291 [1291] 20 years jalet Small fix for job cancelling code.
(edit) @1290 [1290] 20 years jalet Docstring added.
(edit) @1287 [1287] 20 years jalet PyKota 1.16beta1 is finally out.
(edit) @1285 [1285] 20 years jalet New formula to compute a job's price
(edit) @1284 [1284] 20 years jalet User's email address can now be set at user's creation time.
(edit) @1278 [1278] 20 years jalet Now can output the user's history on several printers at the same time.
(edit) @1277 [1277] 20 years jalet Small fix for history
(edit) @1275 [1275] 20 years jalet Missing space in SQL query
(edit) @1274 [1274] 20 years jalet Printing history added to CGI script.
(edit) @1272 [1272] 20 years jalet Bug wrt number of copies with CUPS should be fixed.
(edit) @1271 [1271] 20 years jalet Major code refactoring, it's way cleaner, and now allows automated …
(edit) @1269 [1269] 20 years jalet Fixed potential accuracy problem if a user printed on several printers …
(edit) @1259 [1259] 20 years jalet Additionnal check to not create a circular printers group.
(edit) @1258 [1258] 20 years jalet edpykota now supports adding printers to printer groups.
(edit) @1257 [1257] 20 years jalet Copyright year changed.
(edit) @1252 [1252] 20 years jalet This time printer groups caching works.
(edit) @1251 [1251] 20 years jalet Code factorization
(edit) @1250 [1250] 20 years jalet Fixed caching of printer groups
(edit) @1249 [1249] 20 years jalet Printer groups should be cached now, if caching is enabled.
(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
Note: See TracRevisionLog for help on using the revision log.