Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Remove from the "New Report Format" text obsolete instructions that had been copied out of CVSTrac. Ticket [66de5264986]. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
4b0d2fbefbd5955b6769a8bd8b4c941b |
| User & Date: | drh 2009-12-17 15:23:19.000 |
References
|
2009-12-17
| ||
| 15:24 | • Fixed ticket [66de526498]: tickets; new report format; Syntax error: no such function; functions user(), aux(), wiki()... plus 2 other changes ... (artifact: 9fde185d3c user: drh) | |
Context
|
2009-12-17
| ||
| 16:17 | Add --nochanges and --verbose options to the "update" command. Tickets [4d6b7d4e1] and [7a27e10f1fe]. ... (check-in: 1d9ebd9e4a user: drh tags: trunk) | |
| 15:23 | Remove from the "New Report Format" text obsolete instructions that had been copied out of CVSTrac. Ticket [66de5264986]. ... (check-in: 4b0d2fbefb user: drh tags: trunk) | |
| 14:51 | Update the "checkin" command so that the template check-in message contains a comment that shows the branch tags that will be associated with the new check-in. ... (check-in: 6df39e37f2 user: drh tags: trunk) | |
Changes
Changes to src/report.c.
| ︙ | ︙ | |||
468 469 470 471 472 473 474 | @ <li><p>If a column of the result set is named "#" then that column @ is assumed to hold a ticket number. A hyperlink will be created from @ that column to a detailed view of the ticket.</p></li> @ @ <li><p>If a column of the result set is named "bgcolor" then the content @ of that column determines the background color of the row.</p></li> @ | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 |
@ <li><p>If a column of the result set is named "#" then that column
@ is assumed to hold a ticket number. A hyperlink will be created from
@ that column to a detailed view of the ticket.</p></li>
@
@ <li><p>If a column of the result set is named "bgcolor" then the content
@ of that column determines the background color of the row.</p></li>
@
@ <li><p>The first column whose name begins with underscore ("_") and all
@ subsequent columns are shown on their own rows in the table. This might
@ be useful for displaying the description of tickets.
@ </p></li>
@
@ <li><p>The query can join other tables in the database besides TICKET.
@ </p></li>
@ </ul>
@
@ <h3>Examples</h3>
@ <p>In this example, the first column in the result set is named
@ "bgcolor". The value of this column is not displayed. Instead, it
|
| ︙ | ︙ |