Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 2114:e75a72d27b18
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 25 Mar 2004 02:13:27 +0000 |
| parents | 666402433998 |
| children | cc4667ef3f12 |
comparison
equal
deleted
inserted
replaced
| 2113:30aeb17e5b04 | 2114:e75a72d27b18 |
|---|---|
| 8 | 8 |
| 9 .. contents:: | 9 .. contents:: |
| 10 | 10 |
| 11 Migrating from 0.6 to 0.7 | 11 Migrating from 0.6 to 0.7 |
| 12 ========================= | 12 ========================= |
| 13 | |
| 14 0.7.0 Added CSV export action | |
| 15 ----------------------------- | |
| 16 | |
| 17 A new action has been added which exports the current index page or search | |
| 18 result as a comma-separated-value (CSV) file. | |
| 19 | |
| 20 To use it, add this to your "index" templates: | |
| 21 | |
| 22 <a tal:attributes="href python:request.indexargs_url('issue', | |
| 23 {'@action':'csv_export'})">Download as CSV</a> | |
| 24 | |
| 25 Making sure that the ``'issue'`` part matches the class name of the page | |
| 26 you're editing. | |
| 27 | |
| 13 | 28 |
| 14 0.7.0 Typed columns in MySQL backend | 29 0.7.0 Typed columns in MySQL backend |
| 15 ------------------------------------ | 30 ------------------------------------ |
| 16 | 31 |
| 17 The MySQL (and Postgresql for that matter) backend now creates tables with | 32 The MySQL (and Postgresql for that matter) backend now creates tables with |
