Fossil

View Ticket
Login
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
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
06:11 New ticket [4b40f57449] Edit checkin comment via Web do garble references into the repos.. artifact: 50884f0650 user: anonymous

Ticket Hash: 4b40f574494b20fe2ce1432fab47ca89cc354674
Title: Edit checkin comment via Web do garble references into the repos.
Status: Fixed Type: Code_Defect
Severity: Minor Priority: Immediate
Subsystem: one Resolution: Fixed
Last Modified: 2008-07-24 15:04:00
17.69 years ago
Created: 2008-07-24 06:11:41
17.69 years ago
Version Found In: f46fe42d6d
Description:
First do the following:
mkdir test1
cd test1
uuid=`fossil new repos| awk '/baseline:/{print $2}'`
fossil open repos
echo "Baseline is $uuid" > txt
fossil add txt
fossil com --nosign -m "Commit text refer to [$uuid]"
fossil ui

Now in the browser select the Timeline and click on the UUID of the leave. Now you should be into the VInfo page of the baseline. In the Comment: field you see the clickable reference. Now if you hit the edit in the Commands: field the VEdit page will be load.

Please have a look into the Comment: textbox down the page. The previous comment is inserted to be edit by me, but the closing ] of the UUID in the comment text is lacking.

If I do not append the lacking ] the reference will not work correctly anymore if I apply my changes.


drh added on 2008-07-24 15:04:00:
Problem fixed by check-in [89de100a2d]