Changes between Version 2 and Version 3 of TracReports
- Timestamp:
- 09/26/06 13:01:38 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracReports
v2 v3 10 10 '''Note:''' ''The report module is being phased out in its current form because it seriously limits the ability of the Trac team to make adjustments to the underlying database schema. We believe that the [wiki:TracQuery query module] is a good replacement that provides more flexibility and better usability. While there are certain reports that cannot yet be handled by the query module, we intend to further enhance it so that at some point the reports module can be completely removed. This also means that there will be no major enhancements to the report module anymore.'' 11 11 12 ''You can already completely replace the reports module by the query module simply b edisabling the former in [wiki:TracIni trac.ini]:''12 ''You can already completely replace the reports module by the query module simply by disabling the former in [wiki:TracIni trac.ini]:'' 13 13 {{{ 14 14 [components] … … 30 30 31 31 32 == Alternat e Download Formats ==33 Aside from the default HTML view, reports can also be exported in a number of alternat e formats.32 == Alternative Download Formats == 33 Aside from the default HTML view, reports can also be exported in a number of alternative formats. 34 34 At the bottom of the report page, you will find a list of available data formats. Click the desired link to 35 download the alternat e report format.35 download the alternative report format. 36 36 37 37 === Comma-delimited - CSV (Comma Separated Values) ===