root/relatorio/templates/opendocument.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @119:5c2412920bff [119:5c2412920bff] 4 years Ga?tan de Menten <ged@…> fix issue #10 even if there is only text between the opening tag and …
(edit) @115:b343b24ca15c [115:b343b24ca15c] 4 years Ga?tan de Menten <ged@…> fix all usage of tags without attribute (choose and otherwise)
(edit) @104:65a41313fe3a [104:65a41313fe3a] 4 years Ga?tan de Menten <ged@…> fix the case where the opening directive and closing directive are on the …
(edit) @103:6153a53efa40 [103:6153a53efa40] 4 years Ga?tan de Menten <ged@…> do not read inner documents twice
(edit) @100:33521906fedb [100:33521906fedb] 4 years Ga?tan de Menten <ged@…> - enable compression in the resulting OO document - preserve file …
(edit) @99:1efd21aa821f [99:1efd21aa821f] 4 years Ga?tan de Menten <ged@…> - move column loop support code to its own method - fix typos in tests
(edit) @98:45f9210678c3 [98:45f9210678c3] 4 years Ga?tan de Menten <ged@…> - prefix make_href and guess_type methods by "relatorio" so that we …
(edit) @97:a6d5014aea9c [97:a6d5014aea9c] 4 years Ga?tan de Menten <ged@…> - moved rowspanned column loops handling to a separate method - prefixed …
(edit) @96:ef1f4bb715a6 [96:ef1f4bb715a6] 4 years Ga?tan de Menten <ged@…> copy iterable in case of a rowspan'ed column repetition, so that we don't …
(edit) @95:1f15abe2f51a [95:1f15abe2f51a] 4 years Ga?tan de Menten <ged@…> - add support for column looping over several rows (rowspan > 1) - …
(edit) @94:03884ac33e70 [94:03884ac33e70] 4 years Ga?tan de Menten <ged@…> remove bad assert
(edit) @93:12bf59edd59e [93:12bf59edd59e] 4 years Ga?tan de Menten <ged@…> - implement correct column looping - warning messages now include more …
(edit) @91:f8cc09945b2b [91:f8cc09945b2b] 4 years Ga?tan de Menten <ged@…> preliminary work on column repetition
(edit) @90:fa49e2a2d973 [90:fa49e2a2d973] 4 years Ga?tan de Menten <ged@…> further simplification/optimization
(edit) @89:757b097c61a5 [89:757b097c61a5] 4 years Ga?tan de Menten <ged@…> - simplified and optimized opening/closing tags matching code, and moved …
(edit) @84:54b0d747e492 [84:54b0d747e492] 4 years Nicolas ?vrard <nicoe@…> Support chart templates in ImageHref?
(edit) @82:6fe4b0e529b9 [82:6fe4b0e529b9] 5 years Nicolas ?vrard <nicoe@…> Correctly handle type in table cells
(edit) @74:4d0cc1ed4ba2 [74:4d0cc1ed4ba2] 5 years Nicolas ?vrard <nicoe@…> Templates should return StringIO.
(edit) @72:ff1bfd773909 [72:ff1bfd773909] 5 years Nicolas ?vrard <nicoe@…> Do not use the entrypoint stuff anymore.
(edit) @71:e85e3e1854c0 [71:e85e3e1854c0] 5 years Nicolas ?vrard <nicoe@…> Adapt opendocument.py to avoid name clash with genshi interface
(edit) @69:aee13ac84aff [69:aee13ac84aff] 5 years Nicolas ?vrard <nicoe@…> opendocument template returns a bitstream now
(edit) @62:0d45497d8f76 [62:0d45497d8f76] 5 years Nicolas ?vrard <nicoe@…> PyLinted? the sources
(edit) @60:deb52535750d [60:deb52535750d] 5 years Nicolas ?vrard <nicoe@…> Use the same signature for generate and for report.call Using …
(edit) @59:7dcb4b335b38 [59:7dcb4b335b38] 5 years Nicolas ?vrard <nicoe@…> Automated merge with file:///home/nicoe/projets/relatorio/openhex-branch
(edit) @58:1180376ab3cf [58:1180376ab3cf] 5 years Nicolas ?vrard <nicoe@…> Added feature to use image report in odf report Made the demo_*py files …
(edit) @53:b5e24837a3ba [53:b5e24837a3ba] 5 years Nicolas ?vrard <nicoe@…> Use whitespace class from python in regexp
(edit) @50:569a1565f65c [50:569a1565f65c] 5 years Nicolas ?vrard <nicoe@…> Really fix the 'space befor attribute' issue.
(edit) @49:6d3a81f39513 [49:6d3a81f39513] 5 years Nicolas ?vrard <nicoe@…> Really test the space before change
(edit) @48:7b9d03845878 [48:7b9d03845878] 5 years Nicolas ?vrard <nicoe@…> Another fix on the REGEXP to make sure we have a space befor the attribute
(edit) @47:2cd126dda783 [47:2cd126dda783] 5 years Nicolas ?vrard <nicoe@…> Modified the REGEXP used to find GENSHI-like python tags in the odf plugin
(edit) @46:601bde16384c [46:601bde16384c] 5 years Nicolas ?vrard <nicoe@…> Support for both text:a and text:placeholder tags in the opendocument …
(edit) @44:1f2dc9016aa2 [44:1f2dc9016aa2] 5 years Nicolas ?vrard <nicoe@…> Correctly handle styles in xlink Use more sophisticated xpath (should be …
(edit) @43:ef22e184a816 [43:ef22e184a816] 5 years Nicolas ?vrard <nicoe@…> Pre-compute attribute names
(edit) @41:ff123a3667db [41:ff123a3667db] 5 years Nicolas ?vrard <nicoe@…> Support for inner documents
(edit) @38:6b2dfffd96d8 [38:6b2dfffd96d8] 5 years Nicolas ?vrard <nicoe@…> renamed variables to be more explicit
(edit) @37:f21e69e02563 [37:f21e69e02563] 5 years Nicolas ?vrard <nicoe@…> Use text:a as openoffice marker instead of placeholders - thanks to …
(add) @33:034ec2b58178 [33:034ec2b58178] 5 years Nicolas ?vrard <nicoe@…> Renamed odt to opendocument
Note: See TracRevisionLog for help on using the revision log.