Diff
Not logged in

Differences From:

File src/tktconfig.c part of check-in [a5e4e1ba96] - More work on ticketing. This is a non-working incremental check-in. by drh on 2007-11-24 23:59:47. [view]

To:

File src/tktconfig.c part of check-in [f394d84560] - Update SQLite to the latest build from CVS. Add in the FTS3 extension, though it is not yet being used. Additional work toward tickets. by drh on 2007-11-25 16:13:52. [view]

@@ -172,9 +172,9 @@
 @   <!-- load database field names not found in CGI with an empty string -->
 @   <!-- start a form -->
 @   [{
 @      {Open} /status set
-@       submit_new_ticket
+@       submit_ticket
 @   } /submit exists if]
 @   <table cellpadding="5">
 @   <tr>
 @   <td colspan="2">
@@ -206,9 +206,9 @@
 @   </tr>
 @
 @   <tr>
 @   <td align="right">EMail:
-@   [/severity severity_choices 1 combobox]
+@   <input type="text" name="contact" value="[{} /contact get html]" size="30">
 @   </td>
 @   <td>Not publically visible. Used by developers to contact you with
 @   questions.</td>
 @   </tr>
@@ -257,15 +257,14 @@
 @     login /username get /username set
 @     {
 @       {
 @         username login eq /samename set
-@  "samename=" html samename html "<br>" puts
 @         {
-@            "\n<hr><i>" login " added on " date ":</i></br>\n" cmappnd 6 concat
-@            /comment append_field
+@            "\n\n<hr><i>" login " added on " date ":</i><br>\n"
+@            cmappnd 6 concat /comment append_field
 @         } samename if
 @         {
-@            "\n<hr><i>" login " claiming to be " username " added on " date
+@            "\n\n<hr><i>" login " claiming to be " username " added on " date
 @            "</i><br>\n" cmappnd 8 concat /comment append_field
 @         } samename not if
 @       } 0 {} /cmappnd get length lt if
 @       submit_ticket