Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Removed some report format help text which refers to non-/no-longer existent SQL functions wiki() and tkt(). |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
6bbcfec27b4ae8c8808da305d8703ffa |
| User & Date: | stephan 2014-03-16 17:06:23.403 |
Context
|
2014-03-17
| ||
| 12:47 | Make stripping of end-of-line CR work correctly now (REALLY!) ... (check-in: 597d1101b4 user: jan.nijtmans tags: trunk) | |
| 11:34 | Make -w|--ignore-all-space option work the same as the GNU diff option with the same name. ... (check-in: a7a61cdd6f user: jan.nijtmans tags: strip-trailing-cr) | |
|
2014-03-16
| ||
| 17:06 | Removed some report format help text which refers to non-/no-longer existent SQL functions wiki() and tkt(). ... (check-in: 6bbcfec27b user: stephan tags: trunk) | |
| 10:33 | Fix the display of all web-pages which contain annotation- or diff-like sections for the case windows-style line endings are used: The CR's should be stripped in those cases. ... (check-in: 1472cd811f user: jan.nijtmans tags: trunk) | |
Changes
Changes to src/report.c.
| ︙ | ︙ | |||
610 611 612 613 614 615 616 | @ assignedto AS 'Assigned', @ severity AS 'Svr', @ priority AS 'Pri', @ title AS 'Title', @ description AS '_Description', -- When the column name begins with '_' @ remarks AS '_Remarks' -- content is rendered as wiki @ FROM ticket | < < < < < < < < < < < < < | 610 611 612 613 614 615 616 617 618 619 620 621 622 623 | @ assignedto AS 'Assigned', @ severity AS 'Svr', @ priority AS 'Pri', @ title AS 'Title', @ description AS '_Description', -- When the column name begins with '_' @ remarks AS '_Remarks' -- content is rendered as wiki @ FROM ticket @ </pre></blockquote> @ } /* ** The state of the report generation. */ |
| ︙ | ︙ |