Changes between Version 4 and Version 5 of TracReports
- Время:
- 10 апр. 2011 г., 17:54:27 (15 лет назад)
Обозначения:
- Без изменений
- Добавлено
- Удалено
- Изменено
-
TracReports
v4 v5 60 60 61 61 === Tab-delimited === 62 Like above, but uses tabs ( ) instead of comma.62 Like above, but uses tabs (\t) instead of comma. 63 63 64 64 === RSS - XML Content Syndication === … … 217 217 also possible to create multi-line report entries. 218 218 219 * '''`column_`''' — ''Break row after this''. By appending an underscore ('_') to the column name, the remaining columns will be becontinued on a second line.219 * '''`column_`''' — ''Break row after this''. By appending an underscore ('_') to the column name, the remaining columns will be continued on a second line. 220 220 221 221 * '''`_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.