Fossil SCM
Removed some report format help text which refers to non-/no-longer existent SQL functions wiki() and tkt().
Commit
6bbcfec27b4ae8c8808da305d8703ffac63a1da4
Parent
1472cd811f29b1a…
1 file changed
-13
-13
| --- src/report.c | ||
| +++ src/report.c | ||
| @@ -612,23 +612,10 @@ | ||
| 612 | 612 | @ priority AS 'Pri', |
| 613 | 613 | @ title AS 'Title', |
| 614 | 614 | @ description AS '_Description', -- When the column name begins with '_' |
| 615 | 615 | @ remarks AS '_Remarks' -- content is rendered as wiki |
| 616 | 616 | @ FROM ticket |
| 617 | - @ </pre></blockquote> | |
| 618 | - @ | |
| 619 | - @ <p>Or, to see part of the description on the same row, use the | |
| 620 | - @ <b>wiki()</b> function with some string manipulation. Using the | |
| 621 | - @ <b>tkt()</b> function on the ticket number will also generate a linked | |
| 622 | - @ field, but without the extra <i>edit</i> column: | |
| 623 | - @ </p> | |
| 624 | - @ <blockquote><pre> | |
| 625 | - @ SELECT | |
| 626 | - @ tkt(tn) AS '', | |
| 627 | - @ title AS 'Title', | |
| 628 | - @ wiki(substr(description,0,80)) AS 'Description' | |
| 629 | - @ FROM ticket | |
| 630 | 617 | @ </pre></blockquote> |
| 631 | 618 | @ |
| 632 | 619 | } |
| 633 | 620 | |
| 634 | 621 | /* |
| 635 | 622 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -612,23 +612,10 @@ | |
| 612 | @ priority AS 'Pri', |
| 613 | @ title AS 'Title', |
| 614 | @ description AS '_Description', -- When the column name begins with '_' |
| 615 | @ remarks AS '_Remarks' -- content is rendered as wiki |
| 616 | @ FROM ticket |
| 617 | @ </pre></blockquote> |
| 618 | @ |
| 619 | @ <p>Or, to see part of the description on the same row, use the |
| 620 | @ <b>wiki()</b> function with some string manipulation. Using the |
| 621 | @ <b>tkt()</b> function on the ticket number will also generate a linked |
| 622 | @ field, but without the extra <i>edit</i> column: |
| 623 | @ </p> |
| 624 | @ <blockquote><pre> |
| 625 | @ SELECT |
| 626 | @ tkt(tn) AS '', |
| 627 | @ title AS 'Title', |
| 628 | @ wiki(substr(description,0,80)) AS 'Description' |
| 629 | @ FROM ticket |
| 630 | @ </pre></blockquote> |
| 631 | @ |
| 632 | } |
| 633 | |
| 634 | /* |
| 635 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -612,23 +612,10 @@ | |
| 612 | @ priority AS 'Pri', |
| 613 | @ title AS 'Title', |
| 614 | @ description AS '_Description', -- When the column name begins with '_' |
| 615 | @ remarks AS '_Remarks' -- content is rendered as wiki |
| 616 | @ FROM ticket |
| 617 | @ </pre></blockquote> |
| 618 | @ |
| 619 | } |
| 620 | |
| 621 | /* |
| 622 |