Fossil SCM

Removed some report format help text which refers to non-/no-longer existent SQL functions wiki() and tkt().

stephan 2014-03-16 17:06 UTC trunk
Commit 6bbcfec27b4ae8c8808da305d8703ffac63a1da4
1 file changed -13
-13
--- src/report.c
+++ src/report.c
@@ -612,23 +612,10 @@
612612
@ priority AS 'Pri',
613613
@ title AS 'Title',
614614
@ description AS '_Description', -- When the column name begins with '_'
615615
@ remarks AS '_Remarks' -- content is rendered as wiki
616616
@ 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
630617
@ </pre></blockquote>
631618
@
632619
}
633620
634621
/*
635622
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button