root / pykota / trunk / pykota / storages

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3183 [3183] 17 years jerome Removed unnecessary debug messages.
(edit) @3182 [3182] 17 years jerome Improved error message whenever the PostgreSQL connection fails. Removed …
(edit) @3168 [3168] 17 years jerome Now silently ignores unknown ordering fields.
(edit) @3167 [3167] 17 years jerome dumpykota --orderby now works with an LDAP backend.
(edit) @3165 [3165] 17 years jerome Added --orderby command line switch to dumpykota. Doesn't work yet with …
(edit) @3164 [3164] 17 years jerome Added missing 'ASC' statements.
(edit) @3142 [3142] 17 years jerome Make start= and end= filters also work with payments. For an …
(edit) @3139 [3139] 17 years jerome Fixed a bug which caused edpykota (and other) to fail when deleting …
(edit) @3138 [3138] 17 years jerome Fixed a connection error when charset is specified with mysql : we now …
(edit) @3133 [3133] 17 years jerome Changed copyright years.
(edit) @3129 [3129] 17 years jerome Fixed a charset problem with MySQL, probably for people who didn't install …
(edit) @3091 [3091] 17 years jerome Prepare code so that the data dumper will be able to use the jobid as a …
(edit) @3086 [3086] 17 years jerome Fixed a big problem with the user's overcharging factor in the LDAP …
(edit) @3056 [3056] 17 years jerome The code to refund jobs is there and works (at least with …
(edit) @3010 [3010] 18 years jerome Finally it's probably better to abort immediately if python-mysqldb is too …
(edit) @3009 [3009] 18 years jerome Now logs an error when the version of python-mysqldb lacks some …
(edit) @2972 [2972] 18 years jerome Doesn't output an error anymore when the database encoding can't be …
(edit) @2960 [2960] 18 years jerome Fixed a database client encoding problem : if the database already exists …
(edit) @2954 [2954] 18 years jerome Ensures that the databases are created with UTF-8 encoding, and that …
(edit) @2953 [2953] 18 years jerome Fixed date formatting problems with MySQL.
(edit) @2950 [2950] 18 years jerome Began refactorization.
(edit) @2949 [2949] 18 years jerome Missing self.
(edit) @2948 [2948] 18 years jerome Code cleaning. Set instances' attributes in a single place. The same has …
(edit) @2938 [2938] 18 years jerome Fixed some LDAP issues wrt email address changes.
(edit) @2912 [2912] 18 years jerome Removed unnecessary file.
(edit) @2880 [2880] 18 years jerome Double checked that all DateTime? objects are correctly handled in all …
(edit) @2874 [2874] 18 years jerome Explicitely sets the default TCP ports to use, because it seems that once …
(edit) @2863 [2863] 18 years jerome UnicodeDecodeError? is not defined in Python2.2…
(edit) @2862 [2862] 18 years jerome Fixed an UTF-8 encoding error…
(edit) @2857 [2857] 18 years jerome Initializes the denied banners counter in all cases.
(edit) @2830 [2830] 18 years jerome Improved the code's quality a bit with pylint.
(edit) @2821 [2821] 18 years jerome Changed the transaction isolation level to READ COMMITTED for MySQL, …
(edit) @2798 [2798] 18 years jerome Fixed a problem with LDAP backend (copy&paste again !)
(edit) @2787 [2787] 18 years jerome I had to slowdown data creation because PostgreSQL 7.4 (the one I …
(edit) @2776 [2776] 18 years jerome Fixed billing code extraction : it didn't have the speed improvements that …
(edit) @2775 [2775] 18 years jerome Fixed billing code extraction : it didn't have the speed improvements that …
(edit) @2773 [2773] 18 years jerome pkusers is now optimized like pkprinters, pkbcodes and edpykota.
(edit) @2771 [2771] 18 years jerome Modified a method's name.
(edit) @2768 [2768] 18 years jerome Optimized pkprinters like pkbcodes and edpykota.
(edit) @2765 [2765] 18 years jerome Optimized pkbcodes like edpykota.
(edit) @2763 [2763] 18 years jerome Added some multiple deletions routines.
(edit) @2758 [2758] 18 years jerome Fixed incorrect initialization of page counters.
(edit) @2756 [2756] 18 years jerome Removed unneeded stuff.
(edit) @2754 [2754] 18 years jerome Huge speed improvement in data retrieval when wildcards are not used.
(edit) @2753 [2753] 18 years jerome Fixed removal of an user from an LDAP group.
(edit) @2752 [2752] 18 years jerome Fixed group retrieval.
(edit) @2751 [2751] 18 years jerome Logs something instead of failing when an entry to delete is missing : …
(edit) @2750 [2750] 18 years jerome Added code to remove an user from an users group in the LDAP backend.
(edit) @2749 [2749] 18 years jerome Now manage print quota entries the way it should be done (c) (tm) !
(edit) @2743 [2743] 18 years jerome Big improvement for data extraction.
(edit) @2742 [2742] 18 years jerome Now ouputs some timing info even when debug:no is used. Also uses psyco, …
(edit) @2741 [2741] 18 years jerome Added timing information for SQL queries and transactions.
(edit) @2735 [2735] 18 years jerome Completely untested modification stuff…
(edit) @2734 [2734] 18 years jerome Fixed another problem with large dictionnaries : better to fill it in any …
(edit) @2726 [2726] 18 years jerome Renamed methods.
(edit) @2722 [2722] 18 years jerome Added userful helpers to retrieve all interesting datas with a single …
(edit) @2721 [2721] 18 years jerome Added missing description handling stuff
(edit) @2718 [2718] 18 years jerome Fixed deletion code for print quota entries.
(edit) @2717 [2717] 18 years jerome Added deletion methods for user and group print quota entries.
(edit) @2707 [2707] 18 years jerome Improved user modification speed by around 15%.
(edit) @2706 [2706] 18 years jerome pkusers now mostly works. Removing an user from a group with LDAP is not …
(edit) @2698 [2698] 18 years jerome Typos
(edit) @2697 [2697] 18 years jerome Add the description attribute on creation
(edit) @2686 [2686] 18 years jerome Modified pkprinters to improve speed just like I did for pkbcodes …
(edit) @2680 [2680] 18 years jerome Typo
(edit) @2679 [2679] 18 years jerome Better UUID generator => caused clashes on fast servers
(edit) @2678 [2678] 18 years jerome Incorrect variable name
(edit) @2676 [2676] 18 years jerome The duration for the modification of billing codes has been more than …
(edit) @2665 [2665] 18 years jerome Ensures that date based filtering works consistently between LDAP and …
(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
Note: See TracRevisionLog for help on using the revision log.