Edgewall Software

Changes between Version 22 and Version 23 of TracReports


Ignore:
Timestamp:
Sep 26, 2006, 3:21:21 AM (18 years ago)
Author:
Matthew Good
Comment:

clean up formatting on column names

Legend:

Unmodified
Added
Removed
Modified
  • TracReports

    v22 v23  
    155155
    156156=== Custom formatting columns ===
    157 Columns whose names begin and end with 2 underscores (Example: '''_''''''_color_''''''_''') are
     157Columns whose names begin and end with 2 underscores (Example: '''`__color__`''') are
    158158assumed to be ''formatting hints'', affecting the appearance of the row.
    159159 
    160  * '''_''''''_group_''''''_''' -- Group results based on values in this column. Each group will have its own header and table.
    161  * '''_''''''_color_''''''_''' -- Should be a numeric value ranging from 1 to 5 to select a pre-defined row color. Typically used to color rows by issue priority.
    162  * '''_''''''_style_''''''_''' -- A custom CSS style expression to use for the current row.
     160 * '''`__group__`''' -- Group results based on values in this column. Each group will have its own header and table.
     161 * '''`__color__`''' -- Should be a numeric value ranging from 1 to 5 to select a pre-defined row color. Typically used to color rows by issue priority.
     162 * '''`__style__`''' -- A custom CSS style expression to use for the current row.
    163163
    164164'''Example:''' ''List active tickets, grouped by milestone, colored by priority''
     
    182182also possible to create multi-line report entries.
    183183
    184  * '''column_''' -- ''Break row after this''. By appending an underscore ('_') to the column name, the remaining columns will be be continued on a second line.
    185 
    186  * '''_column_''' -- ''Full row''. By adding an underscore ('_') both at the beginning and the end of a column name, the data will be shown on a separate row.
    187 
    188  * '''_column'''  --  ''Hide data''. Prepending an underscore ('_') to a column name instructs Trac to hide the contents from the HTML output. This is useful for information to be visible only if downloaded in other formats (like CSV or RSS/XML).
     184 * '''`column_`''' -- ''Break row after this''. By appending an underscore ('_') to the column name, the remaining columns will be be continued on a second line.
     185
     186 * '''`_column_`''' -- ''Full row''. By adding an underscore ('_') both at the beginning and the end of a column name, the data will be shown on a separate row.
     187
     188 * '''`_column`'''  --  ''Hide data''. Prepending an underscore ('_') to a column name instructs Trac to hide the contents from the HTML output. This is useful for information to be visible only if downloaded in other formats (like CSV or RSS/XML).
    189189
    190190'''Example:''' ''List active tickets, grouped by milestone, colored by priority, with  description and multi-line layout''