root / pykota / trunk / pykota / storages

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2657 [2657] 18 years jerome Huge speed improvements when using the --delete command line option for …
(edit) @2654 [2654] 18 years jerome Now non-ascii characters are accepted as part of usernames, groupnames or …
(edit) @2653 [2653] 18 years jerome Return values translated to user charset instead.
(edit) @2652 [2652] 18 years jerome The code should be ready to accept non-ascii usernames, groupnames, …
(edit) @2651 [2651] 18 years jerome Cleaned the code a bit. Now more similar to LDAP code, this will help …
(edit) @2649 [2649] 18 years matt Need autocommit on for INNODB tables
(edit) @2646 [2646] 18 years matt Fix transaction BEGIN function
(edit) @2645 [2645] 18 years jerome Added svn keywords (Id)
(edit) @2644 [2644] 18 years jerome Changed copyright messages' years
(edit) @2639 [2639] 18 years matt Forgot the MySQL storage file
(edit) @2638 [2638] 18 years matt Initial MySQL support
(edit) @2622 [2622] 18 years jerome Added 2006 to the copyright's years.
(edit) @2599 [2599] 18 years jerome Fixed bad import, because some code moved
(edit) @2596 [2596] 18 years jerome Removed ambiguity in history retrieval.
(edit) @2593 [2593] 18 years jerome Added support for SQLite3 database backend. NEEDS TESTERS !
(edit) @2591 [2591] 18 years jerome Added initial support for sqlite. BEWARE : mostly untested, and entirely …
(edit) @2538 [2538] 19 years jerome Fixed a localtime issue with LDAP
(edit) @2464 [2464] 19 years jerome Added support to write the maxjobsize and passthrough attributes for …
(edit) @2461 [2461] 19 years jerome Fixed another encoding problem for a payment's description
(edit) @2460 [2460] 19 years jerome Fixed encoding problems for a payment's description
(edit) @2459 [2459] 19 years jerome Did some work to prepare the integration of MaxJobSize? and …
(edit) @2456 [2456] 19 years jerome Fixed incorrect attribute name
(edit) @2455 [2455] 19 years jerome Added the precomputed job's size and price to the history.
(edit) @2452 [2452] 19 years jerome Upgraded database schema. Added -i | --ingroups command line option to …
(edit) @2418 [2418] 19 years jerome Allow PyKota admins and users to use different database backends or …
(edit) @2388 [2388] 19 years jerome Fixed an LDAP filtering problem when several billing codes were passed on …
(edit) @2386 [2386] 19 years jerome dumpykota can now dump billing codes from LDAP too.
(edit) @2384 [2384] 19 years jerome Finished (I think, but still untested) the LDAP layer to completely manage …
(edit) @2380 [2380] 19 years jerome Adding, deleting, or listing billing codes now works with LDAP too …
(edit) @2375 [2375] 19 years jerome More work done on LDAP + billing codes.
(edit) @2374 [2374] 19 years jerome Removed unnecessary code
(edit) @2373 [2373] 19 years jerome Typo (as always, of course !)
(edit) @2372 [2372] 19 years jerome More work on billing codes and LDAP, not finished yet.
(edit) @2371 [2371] 19 years jerome Minor fixes to ensure that the billing code is stored as utf8
(edit) @2369 [2369] 19 years jerome Ensures that the billing code is stored as an utf8 encoded string.
(edit) @2358 [2358] 19 years jerome More work done on billing codes + LDAP. Severity: minor.
(edit) @2345 [2345] 19 years jerome Removed the outdated and confusing autoconf/automake stuff. pkpgcounter is …
(edit) @2342 [2342] 19 years jerome The pkbcodes command line tool now works fine with the PostgreSQL backend. …
(edit) @2320 [2320] 19 years jerome Fix for user groups, the recent database changes broke this code
(edit) @2302 [2302] 19 years jerome Updated the FSF's address
(edit) @2288 [2288] 19 years jerome In payments, the amount was retrieved as a string instead of as a float.
(edit) @2287 [2287] 19 years jerome Now stores 'hidden' in the title, filename and options fields instead of …
(edit) @2276 [2276] 19 years jerome A positive or negative offset can be added to the special keywords in …
(edit) @2266 [2266] 19 years jerome Now dumpykota and dumpykota.cgi accept start= and end= to specify the …
(edit) @2222 [2222] 19 years jerome Fixed history retrieval for nonexisting printers or users
(edit) @2221 [2221] 19 years jerome Add a workaround for users with an old version of python-ldap.
(edit) @2220 [2220] 19 years jerome Job's billing code is now clicable in the print job history viewed from …
(edit) @2218 [2218] 19 years jerome The data dumper now supports filtering by hostname or billing code.
(edit) @2217 [2217] 19 years jerome The job-billing info is now saved into the database if present.
(edit) @2211 [2211] 19 years jerome Fixed incomplete history retrieval from LDAP
(edit) @2210 [2210] 19 years jerome Early errors now finally generate meaningful error messages, this will …
(edit) @2191 [2191] 19 years jerome Hopefully final fix for LDAP attributes' names case (in)sensitivity
(edit) @2188 [2188] 19 years jerome Fixes some case related problems with LDAP
(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) @2139 [2139] 19 years jerome Added the Log keyword property
(edit) @2107 [2107] 19 years jalet Improved robustness for manually modified LDAP trees
(edit) @2106 [2106] 19 years jalet Improved robustness
(edit) @2066 [2066] 19 years jalet Fixed the maxdenybanners directive. Introduced the denyduplicates …
(edit) @2057 [2057] 19 years jalet Added the md5sum to the history
(edit) @2054 [2054] 19 years jalet Big database structure changes. Upgrade script is now included as well …
(edit) @2042 [2042] 19 years jalet Same fix for group print quota entries wrt LDAP performance
(edit) @2041 [2041] 19 years jalet Performance improvement for user print quota entries search
(edit) @2040 [2040] 19 years jalet typo
(edit) @2039 [2039] 19 years jalet Fixed some ldap filters
(edit) @2033 [2033] 19 years jalet Convert PygreSQL's new exception into a string before re-raising it
(edit) @2031 [2031] 19 years jalet Fix exception's name wrt newer versions of PygreSQL
(edit) @2030 [2030] 19 years jalet Big bug fix wrt the datelimit attribute
(edit) @2000 [2000] 19 years jalet Implemented in the LDAP backend code the same fix than in PostgreSQL …
(edit) @1999 [1999] 19 years jalet Fixed a problem which occured when 'limitby' was unset in the …
(edit) @1998 [1998] 19 years jalet Fixed recently introduced bugs due to extended userquotabase and …
(edit) @1995 [1995] 19 years jalet Normalized fields names in dumpykota's output so that an LDAP or …
(edit) @1993 [1993] 19 years jalet dumpykota's filtering capabilities are now supported within the …
(edit) @1992 [1992] 19 years jalet Fixed the problem with dumpykota's filtering of printers groups membership
(edit) @1991 [1991] 19 years jalet The dumpykota command now supports extended filtering capabilities …
(edit) @1990 [1990] 19 years jalet Prepared dumpykota to accept the new --filter command line option. …
(edit) @1969 [1969] 19 years jalet Integrated and extended Stefan Wold's patch to store print quota …
(edit) @1968 [1968] 19 years jalet TLS is now supported with the LDAP backend
(edit) @1966 [1966] 19 years jalet Now automates LDAP reconnections if the server dropped the connection …
(edit) @1875 [1875] 20 years jalet For URGENT legal reasons (Italy), a new "privacy" directive was added to …
(edit) @1874 [1874] 20 years jalet Missing spaces
(edit) @1806 [1806] 20 years jalet Now warnpykota only warns users who have already printed, to not …
(edit) @1792 [1792] 20 years jalet Improved SQL queries for groups. Same work has to be done for groups print …
(edit) @1790 [1790] 20 years jalet Hopefully final fix for data encoding to and from the database
(edit) @1787 [1787] 20 years jalet Fixes recently introduced bug wrt users groups (was it three days ago ?)
(edit) @1778 [1778] 20 years jalet UnicodeEncodeError? isn't defined in Python2.1
(edit) @1777 [1777] 20 years jalet Restore compatibility with Python 2.1
(edit) @1773 [1773] 20 years jalet Charset conversions for dumps from the PostgreSQL backend
(edit) @1770 [1770] 20 years jalet Now outputs page counters when dumping user groups quotas
(edit) @1769 [1769] 20 years jalet More complete dumps for groups and groups quotas
(edit) @1768 [1768] 20 years jalet Finished LDAP support for dumpykota.
(edit) @1765 [1765] 20 years jalet Dump of payments should work with LDAP backend now.
(edit) @1764 [1764] 20 years jalet More work done on LDAP and dumpykota
(edit) @1762 [1762] 20 years jalet Some work done of user's charset handling in database dumps.
(edit) @1761 [1761] 20 years jalet Should now correctly deal with charsets both when storing into databases …
(edit) @1754 [1754] 20 years jalet dumpykota for LDAP backend is almost there.
(edit) @1750 [1750] 20 years jalet Fix for accented chars in print job's title, filename, and options
(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 …
Note: See TracRevisionLog for help on using the revision log.