Changeset 108:de87333baeaf
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r39
|
r108
|
|
| 1 | 1 | relatorio is the work of: |
| 2 | 2 | Nicolas Évrard <nicoe@openhex.org> |
| | 3 | Gaëtan de Menten <gdementen@openhex.org> |
| 3 | 4 | |
| 4 | 5 | We included ideas and patches from: |
| 5 | | Gaëtan de Menten <gdementen@openhex.org> |
| 6 | 6 | Cédric Krier <cedric.krier@b2ck.com> |
| 7 | 7 | Udo Spallek <udono@virtual-things.biz> |
-
|
r75
|
r108
|
|
| | 1 | 0.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 | |
| 1 | 11 | 0.4.1 - 20081110 |
| 2 | 12 | * Support for upstream PyCha since the most annoying bug has been fixed |
-
|
r88
|
r108
|
|
| 12 | 12 | ============= |
| 13 | 13 | |
| 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. |
| | 14 | Since the last release, pycha upstream author included most of my patches. So |
| | 15 | there is no more need to use my friendly fork of the project. Although you can |
| | 16 | use this version for the SVG support you should use the 'trunk' version. |
| 17 | 17 | |
| 18 | | The mercurial repository for this code can be found at |
| | 18 | http://www.lorenzogil.com/projects/pycha/ |
| 19 | 19 | |
| 20 | | http://hg.openhex.org/pycha |
| 21 | | |
-
|
r77
|
r108
|
|
| 13 | 13 | import templates |
| 14 | 14 | |
| 15 | | __version__ = 'trunk' |
| | 15 | __version__ = '0.5.0' |