Fossil

Check-in [89de100a2d]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix a bug in the check-in comment editor. Ticket [4b40f57449].
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 89de100a2de3f6bf0b3dfad52518e82c781a900d
User & Date: drh 2008-07-24 15:02:37.000
References
2008-07-24
15:04 Fixed ticket [4b40f57449]: Edit checkin comment via Web do garble references into the repos. plus 5 other changes ... (artifact: 915a666239 user: drh)
Context
2008-07-24
15:08
Remove redundant "Description & Comments:" label from the ticket viewer. ... (check-in: 4b56350ecb user: drh tags: trunk)
15:02
Fix a bug in the check-in comment editor. Ticket [4b40f57449]. ... (check-in: 89de100a2d user: drh tags: trunk)
14:48
Clean up handling of concealed email addresses. This might be related to ticket [4b40f574494]. ... (check-in: 3c851ca760 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/info.c.
1011
1012
1013
1014
1015
1016
1017

1018
1019
1020
1021
1022
1023
1024
1025
      db_begin_transaction();
      nrid = content_put(&ctrl, 0, 0);
      manifest_crosslink(nrid, &ctrl);
      db_end_transaction(0);
    }
    cgi_redirectf("vinfo?name=%d", rid);
  }

  blob_init(&comment, zNewComment, -1);
  zUuid[10] = 0;
  style_header("Edit Baseline [%s]", zUuid);
  @ <p>Make changes to the User and Comment for baseline 
  @ [<a href="vinfo?name=%d(rid)">%s(zUuid)</a>] then press the
  @ "Apply Changes" button.</p>
  @ <form action="%s(g.zBaseURL)/vedit" method="POST">
  @ <input type="hidden" name="r" value="%d(rid)">







>
|







1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
      db_begin_transaction();
      nrid = content_put(&ctrl, 0, 0);
      manifest_crosslink(nrid, &ctrl);
      db_end_transaction(0);
    }
    cgi_redirectf("vinfo?name=%d", rid);
  }
  blob_zero(&comment);
  blob_append(&comment, zNewComment, -1);
  zUuid[10] = 0;
  style_header("Edit Baseline [%s]", zUuid);
  @ <p>Make changes to the User and Comment for baseline 
  @ [<a href="vinfo?name=%d(rid)">%s(zUuid)</a>] then press the
  @ "Apply Changes" button.</p>
  @ <form action="%s(g.zBaseURL)/vedit" method="POST">
  @ <input type="hidden" name="r" value="%d(rid)">