root / pykota / trunk / pykota / dumper.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3561 [3561] 11 years jerome Changed copyright years.
(edit) @3553 [3553] 13 years jerome When dumping datas in CSV, we now completely ignore I/O errors which …
(edit) @3533 [3533] 14 years jerome Fixes #61. References #56, #60.
(edit) @3489 [3489] 15 years jerome Removed bad copy and paste artifact.
(edit) @3481 [3481] 15 years jerome Changed copyright years. Copyright years are now dynamic when displayed by …
(edit) @3413 [3413] 16 years jerome Removed unnecessary spaces at EOL.
(edit) @3411 [3411] 16 years jerome Minor change to please emacs…
(edit) @3368 [3368] 16 years jerome dumpykota now support new style command line options. TODO : dumpykota.cgi
(edit) @3295 [3295] 16 years jerome Made the CGI scripts work again. Moved even more functions to the utils …
(edit) @3291 [3291] 16 years jerome Database backends now convert from and to unicode instead of UTF-8. The …
(edit) @3288 [3288] 16 years jerome Moved all exceptions definitions to a dedicated module.
(edit) @3275 [3275] 16 years jerome Updated copyright years. Changed some remaining ISO-8859-15 markers to …
(edit) @3260 [3260] 16 years jerome Changed license to GNU GPL v3 or later. Changed Python source encoding …
(edit) @3184 [3184] 17 years jerome Added some docstrings.
(edit) @3166 [3166] 17 years jerome Added a comment. Updated dumpykota's manual page.
(edit) @3165 [3165] 17 years jerome Added --orderby command line switch to dumpykota. Doesn't work yet with …
(edit) @3142 [3142] 17 years jerome Make start= and end= filters also work with payments. For an …
(edit) @3133 [3133] 17 years jerome Changed copyright years.
(edit) @3121 [3121] 17 years jerome Fixed localized month problem in data dumper with CUPS format.
(edit) @3093 [3093] 17 years jerome Now the data dumper can use jobid= as a filter.
(edit) @3055 [3055] 17 years jerome Simplified i18n and l10n stuff by removing code used with Python<2.3 => …
(edit) @3050 [3050] 17 years jerome Fixed date and time parsing, although I was unable to reproduce the …
(edit) @3030 [3030] 18 years jerome Now accepts uppercase for filter keys. The CGI now contains an example of …
(edit) @2879 [2879] 18 years jerome Fixes a datetime encoding problem.
(edit) @2830 [2830] 18 years jerome Improved the code's quality a bit with pylint.
(edit) @2664 [2664] 18 years jerome Added the precomputed job price and size to the set of summarizable datas.
(edit) @2622 [2622] 18 years jerome Added 2006 to the copyright's years.
(edit) @2602 [2602] 18 years jerome Delete empty datatypes from the list of datatypes to dump
(edit) @2601 [2601] 18 years jerome No need to dump a particular datatype if it is empty
(edit) @2600 [2600] 18 years jerome dumpykota now accepts --data all to dump the whole database in XML format.
(edit) @2567 [2567] 19 years jerome Now the data dumper refuse to dump into the cups format if the datatype is …
(edit) @2536 [2536] 19 years jerome In fact, there was NO bug at all, only me misreading the command's help …
(edit) @2535 [2535] 19 years jerome Small fix for data dumper. There's still a bug with --sum. Severity : high
(edit) @2512 [2512] 19 years jerome Ensure that human made errors (like incorrect command line options) don't …
(edit) @2342 [2342] 19 years jerome The pkbcodes command line tool now works fine with the PostgreSQL backend. …
(edit) @2302 [2302] 19 years jerome Updated the FSF's address
(edit) @2296 [2296] 19 years jerome Forbid the simultaneous use of --format=cups --datatype=history --sum
(edit) @2295 [2295] 19 years jerome Finalized the --sum command line option to dumpykota.
(edit) @2294 [2294] 19 years jerome Adds a pass to use original values for uninteresting fields
(edit) @2293 [2293] 19 years jerome First draft of generic code for the --sum option handling
(edit) @2289 [2289] 19 years jerome The --sum command line option now works for payments.
(edit) @2286 [2286] 19 years jerome Updated message catalog and french translation
(edit) @2285 [2285] 19 years jerome More work done on the --sum command line option, still not finished …
(edit) @2266 [2266] 19 years jerome Now dumpykota and dumpykota.cgi accept start= and end= to specify the …
(edit) @2264 [2264] 19 years jerome Improved data dumper : speed and correctness
(edit) @2219 [2219] 19 years jerome The data dumper didn't export the oldest job history entry when dumping in …
(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) @2163 [2163] 19 years jerome Fixed data dumper when dumping history in CUPS' page_log format, because …
(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) @2137 [2137] 19 years jerome Removed the executable bit
(edit) @2034 [2034] 19 years jalet Small fix for Python2.1 and variables scopes
(edit) @2032 [2032] 19 years jalet Now dumpykota.cgi behaves like printquota.cgi wrt the REMOTE_USER …
(add) @2016 [2016] 19 years jalet "--format cups" output more resembling CUPS' page_log. Split into a …
Note: See TracRevisionLog for help on using the revision log.