Overview
SHA1 Hash: | cf9ee7d67e086669d4a548c802eecc764c9f42d2 |
---|---|
Date: | 2009-01-23 01:01:37 |
User: | drh |
Comment: | Nomenclature chanage: "bug report" becomes "ticket" |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/report.c from [dc93483c83] to [99dd85042a].
@@ -20,11 +20,11 @@ ** drh@hwaci.com ** http://www.hwaci.com/drh/ ** ******************************************************************************* ** -** Code to generate the bug report listings +** Code to generate the ticket listings */ #include "config.h" #include "report.h" #include <assert.h> @@ -39,19 +39,19 @@ int rn = 0; int cnt = 0; login_check_credentials(); if( !g.okRdTkt && !g.okNewTkt ){ login_needed(); return; } - style_header("Bug Report Main Menu"); + style_header("Ticket Main Menu"); if( g.okNewTkt ){ - @ <p>Enter a new bug report:</p> - @ <ol><li value="1"><a href="tktnew">New bug report</a></li></ol> + @ <p>Enter a new ticket:</p> + @ <ol><li value="1"><a href="tktnew">New ticket</a></li></ol> @ cnt++; } if( !g.okRdTkt ){ - @ <p>You are not authorized to view existing bug reports.</p> + @ <p>You are not authorized to view existing tickets.</p> }else{ db_prepare(&q, "SELECT rn, title, owner FROM reportfmt ORDER BY title"); @ <p>Choose a report format from the following list:</p> @ <ol> while( db_step(&q)==SQLITE_ROW ){ @@ -76,11 +76,11 @@ @ </li> } } @ </ol> if( g.okTktFmt ){ - @ <p>Create a new bug report display format:</p> + @ <p>Create a new ticket display format:</p> @ <ol> @ <li value="%d(cnt+1)"><a href="rptnew">New report format</a></li> @ </ol> } style_footer();
Modified src/style.c from [99e13227e3] to [08207a3a32].
@@ -197,11 +197,11 @@ @ html "<a href='$baseurl/timeline'>Timeline</a>" @ html "<a href='$baseurl/brlist'>Branches</a>" @ html "<a href='$baseurl/taglist'>Tags</a>" @ } @ if {[hascap r]} { -@ html "<a href='$baseurl/reportlist'>Bugs</a>" +@ html "<a href='$baseurl/reportlist'>Tickets</a>" @ } @ if {[hascap j]} { @ html "<a href='$baseurl/wiki'>Wiki</a>" @ } @ if {[hascap s]} {
Modified src/tktsetup.c from [8063829836] to [831f07a38a].
@@ -254,11 +254,11 @@ @ if {[info exists submit]} { @ set status Open @ submit_ticket @ } @ </th1> -@ <h1 align="center">Enter A New Bug Report</h1> +@ <h1 align="center">Enter A New Ticket</h1> @ <table cellpadding="5"> @ <tr> @ <td colspan="2"> @ Enter a one-line summary of the problem:<br> @ <input type="text" name="title" size="60" value="$<title>"> @@ -325,11 +325,11 @@ @ </tr> @ <tr> @ <td align="right"> @ <input type="submit" name="cancel" value="Cancel"> @ </td> -@ <td>Abandon and forget this bug report</td> +@ <td>Abandon and forget this ticket</td> @ </tr> @ </table> ; /*