Changeset 108:de87333baeaf

Show
Ignore:
Timestamp:
01/23/09 12:25:58 (4 years ago)
Author:
Nicolas ?vrard <nicoe@…>
Branch:
default
Tags:
0.5.0
Message:

Preparation for release

Files:
4 modified

Legend:

Unmodified
Added
Removed
  • AUTHORS

    r39 r108  
    11relatorio is the work of: 
    22    Nicolas Évrard <nicoe@openhex.org> 
     3    Gaëtan de Menten <gdementen@openhex.org> 
    34 
    45We included ideas and patches from: 
    5     Gaëtan de Menten <gdementen@openhex.org> 
    66    Cédric Krier <cedric.krier@b2ck.com> 
    77    Udo Spallek <udono@virtual-things.biz> 
  • CHANGES

    r75 r108  
     10.5.0 - 20090123 
     2 * Added Text and XML Template to the TemplateLoader 
     3 * Splitted mimetypes and ids in the ReportRepository 
     4 * RelatorioStream now has a __str__ method 
     5 * OOTemplate: ChartTemplate can be included 
     6 * OOTemplate: Correctly handle content type in the table cells 
     7 * OOTemplate: Better closing/opening tag detection algorithm 
     8 * OOTemplate: Looping on columns now work in OOTemplates 
     9 * OOTemplate: Using compression 
     10 
    1110.4.1 - 20081110 
    212 * Support for upstream PyCha since the most annoying bug has been fixed 
  • README

    r88 r108  
    1212============= 
    1313 
    14 The current PyCha release is lacking at least a serious feature (support for 
    15 negative values) thus I created of "friendly fork" of PyCha in order to provide 
    16 this feature and some other. 
     14Since the last release, pycha upstream author included most of my patches. So 
     15there is no more need to use my friendly fork of the project. Although you can 
     16use this version for the SVG support you should use the 'trunk' version. 
    1717 
    18 The mercurial repository for this code can be found at 
     18    http://www.lorenzogil.com/projects/pycha/ 
    1919 
    20     http://hg.openhex.org/pycha 
    21  
  • relatorio/__init__.py

    r77 r108  
    1313import templates 
    1414 
    15 __version__ = 'trunk' 
     15__version__ = '0.5.0'