root / pykota / trunk / pykota / storages

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1743 [1743] 20 years jalet Did a pass of PyChecker?
(edit) @1742 [1742] 20 years jalet Fixed pykotaAccountBalance object location during creation
(edit) @1719 [1719] 20 years jalet Data dumps are now ordered by entry creation date if applicable. Now …
(edit) @1718 [1718] 20 years jalet User groups membership and printer groups membership can now be dumped too
(edit) @1717 [1717] 20 years jalet First version of dumpykota. Works fine but only with PostgreSQL …
(edit) @1711 [1711] 20 years jalet Small fixes for incomplete entry intialization
(edit) @1692 [1692] 20 years jalet Fixed bug in LDAP user deletion code which didn't correctly delete the …
(edit) @1601 [1601] 20 years jalet Missing file... Am I really stupid ?
(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) @1534 [1534] 20 years jalet Better log message
(edit) @1531 [1531] 20 years jalet Payment now gets deleted when the user is deleted
(edit) @1523 [1523] 20 years jalet Now catches some exceptions earlier. storage.py and ldapstorage.py : …
(edit) @1522 [1522] 20 years jalet Payments history is now stored in database
(edit) @1520 [1520] 20 years jalet Now stores the job's size in bytes in the database. Preliminary work on …
(edit) @1510 [1510] 20 years jalet Extended syntax for LDAP specific newuser and newgroup directives. …
(edit) @1506 [1506] 20 years jalet More useful error message in case of misconfiguration of an LDAP search …
(edit) @1502 [1502] 20 years jalet First try at saving the job-originating-hostname in the database
(edit) @1451 [1451] 20 years jalet pkpgcounter : comments pkprinters : when --add is used, existing printers …
(edit) @1417 [1417] 20 years jalet Inclusion of Michele Baldessari's work on autotools
(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) @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) @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) @1361 [1361] 20 years jalet Small fix wrt empty user groups
(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) @1348 [1348] 20 years jalet Preliminary work on low-level LDAP specific cache.
(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) @1320 [1320] 20 years jalet Small fix from Matt.
(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) @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) @1249 [1249] 20 years jalet Printer groups should be cached now, if caching is enabled.
(edit) @1244 [1244] 20 years uid67467 Tries to workaround possible integrity violations when retrieving printer …
(edit) @1240 [1240] 20 years uid67467 Should be ok now.
(edit) @1228 [1228] 20 years jalet Don't try to retrieve the user print quota information if current …
(edit) @1224 [1224] 20 years jalet Added a bit of code to support the setting of the user's email …
(edit) @1204 [1204] 20 years jalet Small fix for LDAP when pykotaOptions attribute wasn't present.
(edit) @1203 [1203] 20 years jalet Job price added to history
(edit) @1200 [1200] 20 years jalet More complete job history.
(edit) @1179 [1179] 20 years jalet Bug fix wrt no user/group name command line argument to edpykota
(edit) @1170 [1170] 21 years jalet More complete messages in case of LDAP failure. LDAP database connection …
(edit) @1156 [1156] 21 years jalet Multiple printer names or wildcards can be passed on the command …
(edit) @1149 [1149] 21 years jalet Job history can be disabled. Some typos in README. More messages in setup …
(edit) @1147 [1147] 21 years jalet More work on cache
(edit) @1144 [1144] 21 years jalet Character encoding added to please latest version of Python
(edit) @1141 [1141] 21 years jalet LDAP group access will be slower when cache is disabled, but at least …
(edit) @1137 [1137] 21 years jalet More work on caching
(edit) @1136 [1136] 21 years jalet Nothing interesting…
(edit) @1133 [1133] 21 years jalet Several optimizations, especially with LDAP backend
(edit) @1131 [1131] 21 years jalet Caching mechanism now caches all that's cacheable.
(edit) @1130 [1130] 21 years jalet Storage caching mechanism added.
(edit) @1119 [1119] 21 years jalet Better user and group deletion
(edit) @1115 [1115] 21 years jalet Bug fix by Oleg Biteryakov
(edit) @1113 [1113] 21 years jalet 1.14 is out !
(edit) @1112 [1112] 21 years jalet Forgot to read the email field from LDAP
(edit) @1111 [1111] 21 years jalet Added configurable LDAP mail attribute support
(edit) @1105 [1105] 21 years jalet PyKota now tries to add its attributes intelligently in existing …
(edit) @1099 [1099] 21 years jalet Better documentation. pykotme now displays the current user's account …
(edit) @1087 [1087] 21 years jalet Really big modifications wrt new configuration file's location and …
(edit) @1085 [1085] 21 years jalet Bug in postgresql storage when modifying the prices for a printer
(edit) @1084 [1084] 21 years jalet Wrong documentation strings
(edit) @1081 [1081] 21 years jalet When adding an user only adds one object containing both the user and its …
(edit) @1079 [1079] 21 years jalet Email field added to PostgreSQL schema
(edit) @1075 [1075] 21 years jalet Small fix
(edit) @1070 [1070] 21 years jalet Small fix
(edit) @1068 [1068] 21 years jalet Lots of small fixes with the help of PyChecker?
(edit) @1067 [1067] 21 years jalet Bug fix due to a typo in LDAP code
(edit) @1062 [1062] 21 years jalet The previous bug fix was incomplete.
(edit) @1051 [1051] 21 years jalet Sorts by user / group name
(edit) @1041 [1041] 21 years jalet Hey, it may work (edpykota --reset excepted) !
(edit) @1032 [1032] 21 years jalet More work on LDAP, again. Problem detected.
(edit) @1031 [1031] 21 years jalet More work on LDAP
(edit) @1030 [1030] 21 years jalet More work on LDAP
(edit) @1029 [1029] 21 years jalet More work on LDAP storage backend.
(edit) @1027 [1027] 21 years jalet Two big bugs fixed, time to release something ;-)
(edit) @1024 [1024] 21 years jalet wrongly placed code.
(edit) @1021 [1021] 21 years jalet Deletion of the second user which is not needed anymore. Added a debug …
(edit) @1020 [1020] 21 years jalet Not implemented methods now raise an exception when called.
(edit) @1018 [1018] 21 years jalet Very latest schema. UNTESTED.
(edit) @1017 [1017] 21 years jalet New LDAP schema. Small bug fixes.
(edit) @1016 [1016] 21 years jalet More good work on LDAP storage.
(edit) @984 [984] 21 years jalet Should be able to list a group's members
(edit) @983 [983] 21 years jalet More work on LDAP
(edit) @979 [979] 21 years jalet I've got my assigned number for LDAP by the IANA.
(edit) @976 [976] 21 years jalet Stupid accounting method was added.
(edit) @968 [968] 21 years jalet connection to LDAP backend
(edit) @967 [967] 21 years jalet LDAP storage backend's skeleton added. DOESN'T WORK.
(edit) @952 [952] 21 years jalet Preliminary support for LPRng added BUT STILL UNTESTED.
(edit) @929 [929] 21 years jalet repykota now reports account balances too.
Note: See TracRevisionLog for help on using the revision log.