Changes between Version 1 and Version 2 of TracReports


Ignore:
Timestamp:
09/25/06 21:09:57 (18 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracReports

    v1 v2  
    1010  '''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.''
    1111
    12   ''You can already completely replace the reports module by the query module simply be disabling 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]:''
    1313  {{{
    1414  [components]
     
    3030
    3131
    32 == Alternate Download Formats ==
    33 Aside from the default HTML view, reports can also be exported in a number of alternate formats.
     32== Alternative Download Formats ==
     33Aside from the default HTML view, reports can also be exported in a number of alternative formats.
    3434At the bottom of the report page, you will find a list of available data formats. Click the desired link to
    35 download the alternate report format.
     35download the alternative report format.
    3636
    3737=== Comma-delimited - CSV (Comma Separated Values) ===