Fossil SCM
Remove from the "New Report Format" text obsolete instructions that had been copied out of CVSTrac. Ticket [66de5264986].
Commit
4b0d2fbefbd5955b6769a8bd8b4c941b078b27af
Parent
6df39e37f209462…
1 file changed
-31
-31
| --- src/report.c | ||
| +++ src/report.c | ||
| @@ -470,46 +470,15 @@ | ||
| 470 | 470 | @ that column to a detailed view of the ticket.</p></li> |
| 471 | 471 | @ |
| 472 | 472 | @ <li><p>If a column of the result set is named "bgcolor" then the content |
| 473 | 473 | @ of that column determines the background color of the row.</p></li> |
| 474 | 474 | @ |
| 475 | - @ <li><p>The <b>user()</b> SQL function returns a string | |
| 476 | - @ which is the login of the current user.</p></li> | |
| 477 | - @ | |
| 478 | 475 | @ <li><p>The first column whose name begins with underscore ("_") and all |
| 479 | 476 | @ subsequent columns are shown on their own rows in the table. This might |
| 480 | 477 | @ be useful for displaying the description of tickets. |
| 481 | 478 | @ </p></li> |
| 482 | 479 | @ |
| 483 | - @ <li><p>The <b>aux()</b> SQL function takes a parameter name as an argument | |
| 484 | - @ and returns the value that the user enters in the resulting HTML form. A | |
| 485 | - @ second optional parameter provides a default value for the field.</p></li> | |
| 486 | - @ | |
| 487 | - @ <li><p>The <b>option()</b> SQL function takes a parameter name | |
| 488 | - @ and a quoted SELECT statement as parameters. The query results are | |
| 489 | - @ presented as an HTML dropdown menu and the function returns | |
| 490 | - @ the currently selected value. Results may be a single value column or | |
| 491 | - @ two <b>value,description</b> columns. The first row is the default.</p></li> | |
| 492 | - @ | |
| 493 | - @ <li><p>The <b>cgi()</b> SQL function takes a parameter name as an argument | |
| 494 | - @ and returns the value of a corresponding CGI query value. If the CGI | |
| 495 | - @ parameter doesn't exist, an optional second argument will be returned | |
| 496 | - @ instead.</p></li> | |
| 497 | - @ | |
| 498 | - @ <li><p>If a column is wrapped by the <b>wiki()</b> SQL function, it will | |
| 499 | - @ be rendered as wiki formatted content.</p></li> | |
| 500 | - @ | |
| 501 | - @ <li><p>If a column is wrapped by the <b>tkt()</b> SQL function, it will | |
| 502 | - @ be shown as a ticket id with a link to the appropriate page</p></li> | |
| 503 | - @ | |
| 504 | - @ <li><p>If a column is wrapped by the <b>chng()</b> SQL function, it will | |
| 505 | - @ be shown as a baseline id with a link to the appropriate page.</p></li> | |
| 506 | - @ | |
| 507 | - @ <li><p>The <b>search()</b> SQL function takes a keyword pattern and | |
| 508 | - @ a search text. The function returns an integer score which is | |
| 509 | - @ higher depending on how well the search went.</p></li> | |
| 510 | - @ | |
| 511 | 480 | @ <li><p>The query can join other tables in the database besides TICKET. |
| 512 | 481 | @ </p></li> |
| 513 | 482 | @ </ul> |
| 514 | 483 | @ |
| 515 | 484 | @ <h3>Examples</h3> |
| 516 | 485 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -470,46 +470,15 @@ | |
| 470 | @ that column to a detailed view of the ticket.</p></li> |
| 471 | @ |
| 472 | @ <li><p>If a column of the result set is named "bgcolor" then the content |
| 473 | @ of that column determines the background color of the row.</p></li> |
| 474 | @ |
| 475 | @ <li><p>The <b>user()</b> SQL function returns a string |
| 476 | @ which is the login of the current user.</p></li> |
| 477 | @ |
| 478 | @ <li><p>The first column whose name begins with underscore ("_") and all |
| 479 | @ subsequent columns are shown on their own rows in the table. This might |
| 480 | @ be useful for displaying the description of tickets. |
| 481 | @ </p></li> |
| 482 | @ |
| 483 | @ <li><p>The <b>aux()</b> SQL function takes a parameter name as an argument |
| 484 | @ and returns the value that the user enters in the resulting HTML form. A |
| 485 | @ second optional parameter provides a default value for the field.</p></li> |
| 486 | @ |
| 487 | @ <li><p>The <b>option()</b> SQL function takes a parameter name |
| 488 | @ and a quoted SELECT statement as parameters. The query results are |
| 489 | @ presented as an HTML dropdown menu and the function returns |
| 490 | @ the currently selected value. Results may be a single value column or |
| 491 | @ two <b>value,description</b> columns. The first row is the default.</p></li> |
| 492 | @ |
| 493 | @ <li><p>The <b>cgi()</b> SQL function takes a parameter name as an argument |
| 494 | @ and returns the value of a corresponding CGI query value. If the CGI |
| 495 | @ parameter doesn't exist, an optional second argument will be returned |
| 496 | @ instead.</p></li> |
| 497 | @ |
| 498 | @ <li><p>If a column is wrapped by the <b>wiki()</b> SQL function, it will |
| 499 | @ be rendered as wiki formatted content.</p></li> |
| 500 | @ |
| 501 | @ <li><p>If a column is wrapped by the <b>tkt()</b> SQL function, it will |
| 502 | @ be shown as a ticket id with a link to the appropriate page</p></li> |
| 503 | @ |
| 504 | @ <li><p>If a column is wrapped by the <b>chng()</b> SQL function, it will |
| 505 | @ be shown as a baseline id with a link to the appropriate page.</p></li> |
| 506 | @ |
| 507 | @ <li><p>The <b>search()</b> SQL function takes a keyword pattern and |
| 508 | @ a search text. The function returns an integer score which is |
| 509 | @ higher depending on how well the search went.</p></li> |
| 510 | @ |
| 511 | @ <li><p>The query can join other tables in the database besides TICKET. |
| 512 | @ </p></li> |
| 513 | @ </ul> |
| 514 | @ |
| 515 | @ <h3>Examples</h3> |
| 516 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -470,46 +470,15 @@ | |
| 470 | @ that column to a detailed view of the ticket.</p></li> |
| 471 | @ |
| 472 | @ <li><p>If a column of the result set is named "bgcolor" then the content |
| 473 | @ of that column determines the background color of the row.</p></li> |
| 474 | @ |
| 475 | @ <li><p>The first column whose name begins with underscore ("_") and all |
| 476 | @ subsequent columns are shown on their own rows in the table. This might |
| 477 | @ be useful for displaying the description of tickets. |
| 478 | @ </p></li> |
| 479 | @ |
| 480 | @ <li><p>The query can join other tables in the database besides TICKET. |
| 481 | @ </p></li> |
| 482 | @ </ul> |
| 483 | @ |
| 484 | @ <h3>Examples</h3> |
| 485 |