Check-in [c0211010a1]
Not logged in
Overview

SHA1 Hash:c0211010a1bb227a63985f919271414e6018e1d0
Date: 2009-12-13 01:31:36
User: btheado
Comment:Added doc for _wiki_ and removed doc for wiki(), tkt(), and chng()
Timelines: ancestors | descendants | both | sql-func
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/report.c from [e0507b5e46] to [54647a292b].

@@ -473,13 +473,18 @@
   @ of that column determines the background color of the row.</p></li>
   @
   @ <li><p>The <b>user()</b> SQL function returns a string
   @ which is the login of the current user.</p></li>
   @
+  @ <li><p>If a column name is prefixed with the string "_wiki_", the contents
+  @ of that column will be rendered as wiki formatted content.  The "_wiki_"
+  @ prefix will be stripped from the column name.</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.
+  @ be useful for displaying the description of tickets.  This rule does not
+  @ hold if the column is prefixed with "_wiki_".
   @ </p></li>
   @
   @ <li><p>The <b>aux()</b> SQL function takes a parameter name as an argument
   @ and returns the value that the user enters in the resulting HTML form. A
   @ second optional parameter provides a default value for the field.</p></li>
@@ -492,19 +497,10 @@
   @
   @ <li><p>The <b>cgi()</b> SQL function takes a parameter name as an argument
   @ and returns the value of a corresponding CGI query value. If the CGI
   @ parameter doesn't exist, an optional second argument will be returned
   @ instead.</p></li>
-  @
-  @ <li><p>If a column is wrapped by the <b>wiki()</b> SQL function, it will
-  @ be rendered as wiki formatted content.</p></li>
-  @
-  @ <li><p>If a column is wrapped by the <b>tkt()</b> SQL function, it will
-  @ be shown as a ticket id with a link to the appropriate page</p></li>
-  @
-  @ <li><p>If a column is wrapped by the <b>chng()</b> SQL function, it will
-  @ be shown as a baseline id with a link to the appropriate page.</p></li>
   @
   @ <li><p>The <b>search()</b> SQL function takes a keyword pattern and
   @ a search text. The function returns an integer score which is
   @ higher depending on how well the search went.</p></li>
   @